@charset "utf-8";
@import "font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900);

.navbar-right .dropdown-menu {
    right: unset;
}
.dropdown-large {
    position: static !important;
  }
  .dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 30px;
    width: 98% !important;
    right: 0 !important;
  }
  .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
  }
  .dropdown-menu-large > li > ul > li {
    list-style: none;
  }
  .dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
  }
  .dropdown-menu-large > li ul > li > a:hover,
  .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu-large .disabled > a,
  .dropdown-menu-large .disabled > a:hover,
  .dropdown-menu-large .disabled > a:focus {
    color: #999999;
  }
  .dropdown-menu-large .disabled > a:hover,
  .dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .dropdown-menu-large .dropdown-header {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .dropdown-menu-large {
      margin-left: 0 ;
      margin-right: 0 ;
    }
    .dropdown-menu-large > li {
      margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
      margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
      padding: 3px 15px !important;
    }
  }
 
.navbar-default .navbar-nav > li > a {
    color:#fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color:#fff;
}

.site-logo {
    padding: 10px 15px !important;
}
.helpline {
    padding: 14px 0px !important;
}

.nav-mr-0 {
    margin-right: 0px ;
}
.nav-mr-0 li {
    padding: 5px 0px ;
}
.helpline > a {
    padding: 8px 14px !important;
    line-height: 1.42 !important;
}
.navbar-default .navbar-nav>.open>a {
    color:#fff !important;
    background: #214902 !important;
}
.dropdown-menu>li>a, .list-dashed>li>a {
    color: #888 !important;
    font-size: 12px !important;
}

.list-dashed>li>:hover {
    color: rgb(17, 17, 17)  !important;
    font-size: 12px !important;
    background-color: transparent !important;
}

.dm-custom > li:hover ,.dm-custom > li>a:hover {
    background-color: #214902 !important;
    color:#fff !important;
  }
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    /* Your CSS for mobile phones */
    .nav-mr-0 li {
        padding: 0px !important;
        border-bottom: solid 1px #f0f0f0;
    }
    .nav-mr-0 li:last-child,.fm {
        border: none !important;
      }
    .open .dropdown-menu {
        background: #fff !important;
    }
    li.helpline {
        border: 0px !important;
        padding-left: 5px !important;
    }
    .text-xs-center {
        text-align: center;
    }
    .overlay-link {
      bottom: 0px !important;
      right: 10px !important;
    }
  }
  
.list-dashed {
    padding-right: 20px !important;
    padding-left: 15px !important;
}
.list-dashed > li {
    border-bottom: 1px dashed #d3d3d3 !important;
}

.navbar {
    margin-bottom: 0px;
}

a > span > .fa, a > .fa {
    margin-right: 8px;
}
.hiv-form {        
    text-align: center !important;
    font-weight: 600 !important;
}
.hiv-form > a {
    color: red !important;
}
.bg-green-new {
    background-color: #214902 !important;
}
.btn-border-white {
    border-color: #fff;
}

.footer {
    background-color: #000000 !important;
    height: 55px;
}
.text-white {
    color: #fff !important;
}
a {
    text-decoration: none !important;
}

.scrollToTop {
    background: #000000 ;
    bottom: 10px;
    display: none;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99999;
}
.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.social-media {
    background-color: #E8C0F4;
    text-align: center;
}
.social-media > h2{
    font-weight: 700 !important;
}
.social-icon > h2 { 
    font-weight: 600;
    color: #545454 !important;
}
.social-icon >img {
    width: 40px;
}
.social-icon >img, .social-icon > h2 {
    float: left;
    margin: 0 0 0 10px;
}
.copyright {
    color:white;
    margin-top:20px;
    font-size: 12px;
    font-weight: 600;
}
.blink {
    animation: blinker 2.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}



/* chevron */

.chev-container {
 display: flex;
 justify-content: center;
 width: 100%;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #000000;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text {
    display: block;
    margin-top: 75px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
    /* opacity: .25; */
    /* animation: pulse 2s linear alternate infinite; */
    font-weight: 800;
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }

  .banner-wrapper {
    position: relative;
    width: 100%;
  }
  .overlay-link {
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 10;
    white-space: nowrap;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-decoration: underline !important;
  }