
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 79vw;
    margin-top: 4.6vw;
    border-radius: 1vw;
}
.margin-dropdown-content{
    margin-top: 3.6vw !important;
}

.dropdown-content a {
    color: black;
    padding: 1vw 1vw;
    text-decoration: none;
    display: block;
    border-radius: 4vw;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown_mbl {
    position: relative;
    display: inline-block;
}

.dropdown-content_mbl {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 79vw;
    margin-top: 4.6vw;
    border-radius: 1vw;
}
.margin-dropdown-content_mbl{
    margin-top: 3.6vw !important;
}

.dropdown-content_mbl a {
    color: black;
    padding: 1vw 1vw;
    text-decoration: none;
    display: block;
    border-radius: 4vw;
    text-align: center;
}

.dropdown-content_mbl a:hover {
    background-color: #ddd;
}

.dropdown_mbl:hover .dropdown-content_mbl {
    display: block;
}

.dropdown_mbl:hover .dropbtn_mbl {
    background-color: #3e8e41;
}
a {
    color: black;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
button:hover{
    cursor: pointer;
}
.list-style{
    list-style-type: none;
}

.newsletter_validation_error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.newsletter_validation_success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

@media only screen and (max-width: 768px) {
    body {
        margin-top: 0px;
        overflow-x: hidden;
        height: auto;
        background-image: linear-gradient(#E6E6E6, white);
    }
    a {
        color: black;
    }
    a:visited {
        color: black;
        text-decoration: none;
    }
    #container {
        display: none;
        overflow-x: hidden;
    }
    .desk-foot{
        display: none;
    }
    .desk-head{
        display: none;
    }
    .custom-form form{
        margin: 0px 10px;
        width: auto;
        height: auto;
        padding: 20px 15px;
        background-color: white;
        border-radius: 2vw;
        box-shadow: 0vw 0vw 2vw 1vw #c1c1c1;
    }
    .custom-form input{
        margin: 0;
    }
    .carouselContainer {
        position: relative;
    }

    .carouselImgs4 {
        animation: fade 1.5s;
        display: none;
    }
    .carouselImgs5 {
        animation: fade 1.5s;
        display: none;
    }
    .carouselImgs6 {
        animation: fade 1.5s;
        display: none;
    }

    .prev, .next {
        top: 30.5vw;
        position: absolute;
        cursor: pointer;
        border: 1px solid;
        border-radius: 5vw;
        padding: 1vw 3vw;
        color: white;
        font-size: 5vw;
        background: #afc748;
    }
    .prev {
        left: 1vw;
    }

    .next {
        right: 1vw;
    }

    .validation-info{
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        border: 1px solid transparent;
        border-radius: 2vw;
        margin: 5vw 10vw 0vw;
        padding: 1vw;
    }
    .success-info{
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        border: 1px solid transparent;
        border-radius: 2vw;
        margin: 5vw 10vw 0vw;
        padding: 1vw;
    }

    #container-mobile{
        position: relative;
        overflow-x: hidden;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0vw;
        height: 2895vw;
    }
    #gototop {
        position: fixed;
        width: 25vw;
        /*right: 0;*/
        right: 3vw;
        top: 145vw;
        z-index: 100;
    }

    #gototop-mobile {
        display: none;
        position: fixed;
        width: 25vw;
        right: 0;
        top: 150vw;
        z-index: 100;
    }
    .topstrip {
        position: absolute;
        height: 20vw;
        width: 100vw;
        background-image: linear-gradient(#E6E6E6,white,white,white,#E6E6E6);
        z-index: 3;
    }
    .logo {
        position: absolute;
        width: 50vw;
        margin-left: 8vw;
        margin-top: 4vw;
    }
    .menuButton {
        width: 10vw;
        margin-top: 5vw;
        margin-left: 85vw;
    }
    button {
        border: none;
        border-radius: 4vw;
        background-color: #AFC748;
        color: white;
        font-weight: bold;
    }
    .menuitems {
        background-color: white;
        width: 100vw;
        margin-left: 40vw;
        position: absolute;
        font-size: 4vw;
        font-weight: bold;
        text-align: right;
        /* height: 100vh; */
        height: 25vh;
    }
    .menulist {
        list-style: none;
        margin-left: -5vw;
        width: 45vw;
        line-height: 7vw;
        z-index: 10000;
    }

    .vsocial{
        right: 0px !important;
        top:  15px;
    }

    .ct-font-a{
        font-size: 25px;
    }
    .signup {
        width: 20vw;
        height: 5vw;
        font-size: 3vw;
    }

     .signup-faq {
        font-size: 3vw;
        width: 35vw;
        margin-top: 20px;
        margin-bottom: 5px;
    }
     .joinnow-faq {
        font-size: 3vw;
        width: 35vw;
        background-color: #315792;
    }
    .joinnow {
        width: 20vw;
        height: 5vw;
        font-size: 3vw;
        background-color: #315792;
    }
     .menuitems{
        background-color: white;
        width: 100vw;
        margin-left: 50vw;
        margin-top: 10px;
        position: absolute;
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        height: auto;
        box-shadow: 0 0 5px #585858;
        padding: 10px;
    }
    .nodisp {
        display: none;
    }
    .p1 {
        margin-top: 20vw;
        height: 525vw;
        border-bottom-left-radius: 30vw;
        border-bottom-right-radius: 30vw;
        background-image: linear-gradient(white, #E6E6E6)
    }
    .img1res {
        width: 60vw;
        margin-left: 40vw;
        margin-top: 5vw;
    }
    .yc1 {
        mix-blend-mode: multiply;
        width: 20vw;
        margin-top: -25vw;
        margin-left: 40vw;
    }
    .br1 {
        position: absolute;
        width: 17vw;
        margin-top: -20vw;
        margin-left: -27vw;
    }
    .vuc {
        margin-top: 5vw;
        font-size: 7vw;
        text-align: center;
    }
    .vucpara {
        font-size: 4vw;
        text-align: center;
        width: 70vw;
        margin-left: 15vw;
        margin-top: 5vw
        color: #707070;
    }
    .vuclist {
        list-style: none;
        font-size: 4vw;
        width: 70vw;
        margin-left: 15vw;
        color: #707070;
        line-height: 6vw;
    }
    .vuclist li::before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -5vw;
        width: 5vw;
        color: #AFC748;
    }
    .schapp {
        width: 60vw;
        height: 7vw;
        font-size: 3vw;
        margin-left: 20vw;
        margin-top: 0vw;
    }
    .img2res {
        position: absolute;
        margin-left: -80vw;
        margin-top: 20vw;
        width: 70vw;
        z-index: 2;
    }
    .bc1 {
        position: absolute;
        width: 45vw;
        z-index: 70;
        margin-top: 55vw;
        margin-left: -45vw;
        mix-blend-mode: multiply;
    }
    .yc2 {
        position: absolute;
        width: 25vw;
        margin-top: 85vw;
        margin-left: -78vw;
        z-index: 1;
    }
    .about {
        margin-top: 120vw;
    }
    .abtus {
        font-size: 6vw;
        margin-left: 10vw;
    }
    .abtuspara {
        text-align: justify;
        font-size: 4vw;
        color: #707070;
        width: 70vw;
        margin-left: 15vw;
        line-height: 8vw;
        word-spacing: -2px;
    }

    .doc-tur-nal{
        font-size: 7vw;
        color: #afc748;
    }
    .di-ur-nal{
        font-size: 3.8vw;
        font-style: italic;
        color: #f1c936;
    }
    .noc-tur-nal{
        font-size: 3.8vw;
        font-style: italic;
        color: #2f548c;
    }
    .sgnuptoday {
        font-size: 5vw;
        width: 70vw;
        height: 9vw;
        margin-left: 15vw;
    }
    #xscroll {
        position: absolute;
        width: 280vw;
        height: 130vw;
        box-shadow: 0vw 2vw 1vw 1vw #E6E6E6;
    }
    .b1 {
        position: absolute;
        width: 80vw;
        height: 130vw;
        border-radius: 15vw;
        margin-left: 10vw;
        margin-top: 40vw;
        background-color: white;
    }
    .i1 {
        margin-left: 20vw;
        margin-top: -20vw;
        width: 45vw;
    }
    .i1head {
        text-align: center;
        margin-left: 5vw;
        margin-top: -2vw;
        font-size: 6vw;
    }
    .i1content {
        width: 70vw;
        font-size: 5vw;
        text-align: center;
        color: #707070;
        margin-left: 5vw;
    }
    .i1button {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        margin-left: 20vw;
    }
    .b2 {
        position: absolute;
        width: 80vw;
        height: 130vw;
        border-radius: 15vw;
        margin-left: 10vw;
        margin-top: 190vw;
        background-color: white;
    }
    .i2 {
        margin-left: 20vw;
        margin-top: -20vw;
        width: 45vw;
    }
    .i2head {
        text-align: center;
        margin-left: 5vw;
        margin-top: -2vw;
        font-size: 6vw;
    }
    .i2content {
        width: 70vw;
        font-size: 4.6vw;
        text-align: center;
        color: #707070;
        margin-left: 5vw;
    }
    .i2button {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        margin-left: 20vw;
    }
    .b3 {
        position: absolute;
        width: 80vw;
        height: 130vw;
        border-radius: 15vw;
        margin-left: 10vw;
        margin-top: 340vw;
        background-color: white;
    }
    .i3 {
        margin-left: 20vw;
        margin-top: -20vw;
        width: 45vw;
    }
    .i3head {
        text-align: center;
        margin-left: 5vw;
        margin-top: -2vw;
        font-size: 6vw;
    }
    .i3content {
        width: 70vw;
        font-size: 5vw;
        text-align: center;
        color: #707070;
        margin-left: 5vw;
    }
    .i3button {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        margin-left: 20vw;
    }
    .b4 {
        position: absolute;
        width: 80vw;
        height: 130vw;
        border-radius: 15vw;
        margin-left: 10vw;
        margin-top: 490vw;
        background-color: white;
    }
    .i4 {
        margin-left: 20vw;
        margin-top: -20vw;
        width: 45vw;
    }
    .i4head {
        text-align: center;
        margin-left: 5vw;
        margin-top: -2vw;
        font-size: 6vw;
    }
    .i4content {
        width: 70vw;
        font-size: 5vw;
        text-align: center;
        color: #707070;
        margin-left: 5vw;
    }
    .i4button {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        margin-left: 20vw;
    }
    .abt-content{
        width: 70vw;
        font-size: 5vw;
        text-align: center;
        color: #707070;
        margin-left: 15vw;
    }
    .wetreat {
        margin-top: 650vw;
    }
    .wwt {
        font-size: 2vw;
    }
    .whatwt {
        font-size: 7vw;
        margin-left: 15vw;
        margin-top: 0vw;
        color: #8BA31F;
    }
    .whatwt1 {
        position: absolute;
        margin-top: 20vw;
        width: 20vw;
        margin-left: -35vw;
    }
    .whatwt1h {
        text-align: center;
        font-size: 6vw;
        margin-top: 50vw;
    }
    .whatwt1list {
        list-style: none;
        font-size: 5vw;
        line-height: 8vw;
        color: #707070;
        margin-left: 10vw;
    }
    .whatwt1list li::before {
      content: "\2022";
      color: #AFC748;
      font-size: 6vw;
      font-weight: bold;
      display: inline-block;
      width: 5vw;
      margin-left: -2vw;
  }
  .whatwt2 {
    position: absolute;
    margin-top: 20vw;
    width: 20vw;
    margin-left: 40vw;
}
.whatwt2h {
    text-align: center;
    font-size: 6vw;
    margin-top: 50vw;
}
.whatwt2list {
    list-style: none;
    font-size: 5vw;
    line-height: 8vw;
    color: #707070;
    margin-left: 10vw;
}
.whatwt2list li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 6vw;
  font-weight: bold;
  display: inline-block;
  width: 5vw;
  margin-left: -2vw;
}
.whatwt3 {
    position: absolute;
    margin-top: 20vw;
    width: 20vw;
    margin-left: 40vw;
}
.whatwt3h {
    text-align: center;
    font-size: 6vw;
    margin-top: 50vw;
}
.whatwt3list {
    list-style: none;
    font-size: 5vw;
    line-height: 8vw;
    color: #707070;
    margin-left: 10vw;
}
.whatwt3list li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 6vw;
  font-weight: bold;
  display: inline-block;
  width: 5vw;
  margin-left: -2vw;
}
.whatwct {
    font-size: 7vw;
    margin-left: 15vw;
    margin-top: 20vw;
    color: red;
}
.whatwctlist {
    list-style: none;
    font-size: 5vw;
    line-height: 8vw;
    color: #707070;
    margin-left: 10vw;
}
.whatwctlist li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 6vw;
  font-weight: bold;
  display: inline-block;
  width: 5vw;
  margin-left: -2vw;
}
.showless {
    background-color: #315792;
    width: 30vw;
    height: 6vw;
    margin-left: 35vw;
    font-size: 4vw;
}
.showmore {
    background-color: #315792;
    width: 30vw;
    height: 6vw;
    margin-left: 35vw;
    font-size: 4vw;
}
.itworks {
    margin-top: 20vw;
}
.howwork {
    font-size: 6vw;
    margin-left: 15vw;
}
.uline1 {
    margin-left: 15vw;
    font-size: 3vw;
    color: #707070;
}
.illu1 {
    width: 80vw;
    margin-top: 15vw;
    margin-left: 10vw;
}
.illu1h {
    font-size: 5vw;
    color: #315792;
    text-align: center;
    width: 40vw;
    margin-left: 30vw;
    margin-top: 10vw;
}
.illu1para {
    margin-left: 15vw;
    font-size: 4vw;
    width: 70vw;
    text-align: center;
    color: #707070;
    line-height: 8vw;
}
.illu2 {
    width: 80vw;
    margin-top: 15vw;
    margin-left: 10vw;
}
.illu2h {
    font-size: 5vw;
    color: #315792;
    text-align: center;
    width: 60vw;
    margin-left: 20vw;
    margin-top: 10vw;
}
.illu2para {
    margin-left: 15vw;
    font-size: 4vw;
    width: 70vw;
    text-align: center;
    color: #707070;
    line-height: 8vw;
}
.illu3 {
    width: 80vw;
    margin-top: 15vw;
    margin-left: 10vw;
}
.illu3h {
    font-size: 5vw;
    color: #315792;
    text-align: center;
    width: 70vw;
    margin-left: 15vw;
    margin-top: 10vw;
}
.illu3para {
    margin-left: 15vw;
    font-size: 4vw;
    width: 70vw;
    text-align: center;
    color: #707070;
    line-height: 8vw;
}
.br2 {
    position: absolute;
    width: 35vw;
    margin-top: 8vw;
    margin-left: 50vw;
    z-index: 3;
}
.gr1 {
    position: absolute;
    width: 40vw;
    mix-blend-mode: multiply;
    margin-left: 30vw;
    margin-top: 20vw;
    z-index: 3;
}
.img3res {
    position: absolute;
    margin-top: 20vw;
    width: 70vw;
    margin-left: 30vw;
}
.popts {
    position: absolute;
    margin-top: 130vw;
    margin-left: 15vw;
    font-size: 6vw;
}
.ylpopts {
    margin-top: 140vw;
}
.poptspara {
    margin-top: 5vw;
    text-align: center;
    width: 70vw;
    margin-left: 15vw;
    font-size: 4vw;
    color: #707070;
}
.poptsblue {
    font-size: 5vw;
    text-align: center;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 10vw;
    color: #315792;
}
.rate1 {
    width: 80vw;
    height: 60vw;
    margin-left: 10vw;
    box-shadow: 0vw 0vw 3vw 1vw #E6E6E6;
    border-radius: 6vw;
    background-color: white;
    text-align: center;
}
.rate1 h2 {
    position: absolute;
    font-size: 5vw;
    margin-left: 20vw;
    margin-top: 5vw;
}
.rate1 h1 {
    position: absolute;
    font-size: 12vw;
    margin-left: 20vw;
    margin-top: 20vw;
    color: #AFC748;
}
.rate1 h3 {
    position: absolute;
    font-size: 4vw;
    margin-left: 30vw;
    margin-top: 45vw;
    color: #707070;
}
.rate2 {
    width: 80vw;
    height: 60vw;
    margin-left: 10vw;
    margin-top: 10vw;
    box-shadow: 0vw 0vw 3vw 1vw #E6E6E6;
    border-radius: 6vw;
    background-color: white;
    text-align: center;
}
.rate2 h2 {
    position: absolute;
    font-size: 5vw;
    margin-left: 20vw;
    margin-top: 5vw;
}
.rate2 h1 {
    position: absolute;
    font-size: 12vw;
    margin-left: 20vw;
    margin-top: 20vw;
    color: #315792;
}
.rate2 h3 {
    position: absolute;
    font-size: 4vw;
    margin-left: 30vw;
    margin-top: 45vw;
    color: #707070;
}
.getst {
    width: 70vw;
    margin-left: 15vw;
    margin-top: 7vw;
    height: 8vw;
    font-size: 5vw;
}
.img4res {
    width: 70vw;
    margin-top: 20vw;
    z-index: 1;
}
.yc3 {
    width: 35vw;
    z-index: 3;
    mix-blend-mode: multiply;
    margin-left: -20vw;
}
.bc2 {
    position: absolute;
    width: 20vw;
    margin-top: 10vw;
    margin-left: -75vw;
    z-index: -1;
}
.talk {
    font-size: 7vw;
    margin-left: 15vw;
    margin-top: 20vw;
}
.talkpara {
    font-size: 4vw;
    line-height: 7vw;
    color: #707070;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 10vw;
}
.seepro {
    width: 70vw;
    border-radius: 6vw;
    margin-left: 15vw;
    height: 11vw;
    font-size: 4vw;
}
.quest {
    margin-top: 20vw;
}
.question {
    font-size: 6vw;
    margin-left: 15vw;
}
.send {
    font-size: 3vw;
    color: #707070;
    margin-left: 15vw;
}
.msgsend {
    width: 70vw;
    margin-left: 15vw;
    margin-top: 20vw;
    background-color: white;
    border-radius: 7vw;
    box-shadow: 0vw 0vw 1vw 1vw #E6E6E6;
    height: auto;
}
.msgsend .g-recaptcha{
    width: auto;
    border-radius: 4px;
    /*border-right: 1px solid #d8d8d8;*/
    overflow: scroll;
    margin: 5vw 5vw 0vw 5vw;
}
.msgsend input {
    border-color: #707070;
    width:60vw;
    margin-left: 5vw;
    height:8vw;
    padding: 5vw;
    font-size: 4vw;
    color: #707070;
    margin-top: 5vw;
    border-radius: 6vw;
}
.msgsend select {
    border-color: #707070;
    width:60vw;
    margin-left: 5vw;
    height:8vw;
    padding: 5vw;
    font-size: 4vw;
    color: #707070;
    margin-top: 5vw;
    border-radius: 6vw;
}
input.formmsg {
    height: 30vw;
}
.submit1 {
    width: 40vw;
    margin-left: 15vw;
    height: 11vw;
    border-radius: 6vw;
    font-size: 4vw;
    margin-top: 8vw;
    margin-bottom: 10px;
}
.newsup {
    margin-left: 5vw;
    font-size: 5vw;
    margin-top: 25vw;
}
.newsupline {
    margin-left: 5vw;
    margin-top: 5vw;
    font-size: 3vw;
    color: #707070;
    width: 50vw;
}
.mailsend {
  width: 70vw;
  margin-left: 15vw;
  margin-top: 20vw;
  background-color: white;
  border-radius: 7vw;
  box-shadow: 0vw 0vw 1vw 1vw #E6E6E6;
  height: auto;
}

.newsletter_validation{
    padding: 1vw;
    text-align: center;
    margin-top: 1vw;
    border-radius: 2vw;
    box-shadow: 0vw 0vw 2vw 1vw #E6E6E6;
}
.mailsend input {
    border-color: #707070;
    font-size: 1vw;
    width:60vw;
    margin-left: 5vw;
    height:8vw;
    padding: 5vw;
    font-size: 4vw;
    color: #707070;
    margin-top: 5vw;
    border-radius: 6vw;
}
.foot {
    width: 100vw;
    /*height: 158vw;*/
    height: auto;
    background-color: #315792;
    margin-top: 20vw;
    color: white;
}
.foot a{
    color: white;
    text-decoration: none;
}
.footlogores {
    margin-top: 10vw;
    width: 60vw;
    margin-left: 20vw;
}
.foot ul {
    list-style: none;
    color: white;
    text-align: center;
    font-size: 3vw;
    margin-left: -15vw;
    line-height: 5vw;
}
.hhli {
    padding: 4vw;
    font-weight: bold;
}
.f {
    width: 10vw;
    position: absolute;
    margin-left: 34vw;
    margin-top: -7vw;
}
.t {
    width: 8.3vw;
    position: absolute;
    margin-left: 44.5vw;
    margin-top: -6.3vw;
}
.i {
    width: 10vw;
    position: absolute;
    margin-left: 53vw;
    margin-top: -7vw;
}
.disc {
    font-size: 2.25vw;
    margin-top: 7vw;
    width: 80vw;
    margin-left: 10vw;
    text-align: center;
}
.copy {
    font-size: 2.25vw;
    width: 80vw;
    margin-left: 10vw;
    text-align: center;
    font-weight: bold;
}





}

@media only screen and (min-width: 769px) {
    body {
        margin-top: 0px;
        overflow-x: hidden;
        /*height: 568vw;*/
        height: auto;
        background-image: linear-gradient(#E6E6E6, white);
    }
    a {
        color: black;
    }
    a:visited {
        color: black;
        text-decoration: none;
    }
    #container-mobile {
        display: none;
    }
    .mob-foot{
        display: none;
    }
    .mob-head{
        display: none;
    }
    .custom-form form{
        margin: 0px 30px;
        width: auto;
        height: auto;
        padding: 40px 60px 20px;

        background-color: white;
        border-radius: 2vw;
        box-shadow: 0vw 0vw 2vw 1vw #E6E6E6;
    }
    .home-form button{
        margin-left: -25vw;
    }
    .home-form .g-recaptcha{
        position: absolute;
        margin: 1.5vw 1vw 1vw 3vw;
    }
    .custom-form input{
        margin: 0;
    }
    .validation-info{
        position: absolute;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        border: 1px solid transparent;
        border-radius: 2vw;
        z-index: 1;
        padding: 1vw;
        width: 20vw;
        font-size: 1vw;
    }
    .success-info{
        font-size: 1vw;
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        width: 20vw;
        padding: 1vw;
        border: 1px solid transparent;
        border-radius: 2vw;
        z-index: 1;
        position: absolute;
    }



    .carouselContainer {
        width: 16vw;
        margin-left: 4vw;
        position: relative;
        border-radius: 1vw;
    }
    .carousel2{
        width: 15vw;
        margin-left: 7vw;
    }
    .carousel3{
        width: 11vw;
        margin-left: 8vw;
    }

    .carouselImgs {
        animation: fade 1.5s;
        display: none;
    }
    .carouselContainer ul {
        list-style: none;
        font-size: 0.9vw;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.9vw;
    }
    .carouselContainer li {
        list-style: none;
        font-size: 0.9vw;
        color: #707070;
        /* margin-bottom: 0.4vw; */
    }
    .carouselContainer li::before {
        content: "\2022";
        color: #AFC748;
        font-size: 1.5vw;
        font-weight: bold;
        display: inline-block;
        width: 1vw;
        margin-left: -2vw;
    }
    .show_more{
        position: absolute;
        font-size: 0.8vw;
        left: 2.6vw;
        top: 16.3vw;
        color: #707070;
    }
    .prev, .next {
        position: absolute;
        top: 16vw;
        cursor: pointer;
        border: 1px solid;
        border-radius: 2vw;
        padding: 0.1vw 0.6vw;
        color: white;
        font-size: 1vw;
        background: #afc748;
    }
    .prev { left: 0vw; }
    .next { right: 6vw; }
    .next2 { right: 5vw; }
    .next3 { right: 1vw; }
    #container {
        margin-top: 0vw;
        width: 100vw;
        margin: auto;
        overflow-x: hidden;
        font-family: 'Montserrat', sans-serif;
    }
    #top {
        margin-top: 0px;
        background-image: linear-gradient(black, white, black)
    }
    .logotext {
        position: absolute;
        margin-top: 13px;
        margin-left: 8vw;
        width: 17vw;
    }
    .logoicon {
        position: absolute;
        margin-top: .5vw;
        margin-left: 8vw;
        width: 5vw;
        animation: logoshow 2.5s 3 alternate;
    }
    @keyframes logoshow {
        0% { opacity: 0 }
        100% { opacity: 1 }
    }
    .menuButton {
        position: absolute;
        float: right;
        display: none;
    }
    #top-bg {
        position: absolute;
        width: 100vw;
        height: 6vw;
        background-image: linear-gradient(gray,white,gray);
        opacity: 0.1;
    }
    .top1 ul {
        position: absolute;
        display: block;
        list-style-type: none;
        margin-top: 2vw;
        margin-bottom: 0px;
        margin-left: 30vw;
        margin-right: 0;
        padding-left: 0px;
        font-weight: bold;
    }
    .for-provider{
        margin-top: 0.5vw !important;
        margin-left: 0vw !important;
        /* display: none !important; */
    }
    .for-provider li{
        font-size: 1vw !important;
    }
    .top1 ul li {
        display: inline-block;
        margin-left: 2.7vw;
        font-size: 1.3vw;
    }
    .top1 a{
        text-decoration-line: none;
    }
    button {
        position: absolute;
        border: none;
        background-color: #AFC748;
        border-radius: 2vw;
        color: white;
        font-weight: bold;
        font-size: 1vw;
        height: 2.7vw;
    }
    .signin {
        margin-left: 79vw;
        margin-top: 1.6vw;
        height: 3vw;
        width: 8vw;
        font-size: 1vw;
        }.sign_in{
            margin-left: 79vw;
            margin-top: 0.6vw;
            height: 3vw;
            width: 8vw;
            font-size: 1vw;
        }
        .joinnow {
            margin-left: 88vw;
            /*margin-top: 1.6vw;*/
            margin-top: 26px;
            height: 3vw;
            width: 8vw;
            font-size: 1vw;
            background-color: #315792;
        }
        .d1 {
            position: absolute;
            background-color: white;
            width: 100vw;
            height: 150vw;
            border-bottom-left-radius: 30vw;
            border-bottom-right-radius: 30vw;
            margin-left: -1vw;
            z-index: -700;
        }
        .p1 {
            margin-top: 10vw;
            margin-left: 8vw;
        }

        .p1 h1 {
            margin-top: 14vw;
            font-size: 3.2vw;
            animation: vcare 1s linear;
        }
        @keyframes vcare {
            0% { margin-left: -40vw; }
            100% { margin-left: 0vw; }
        }
        .fixabout {
            font-size: 2vw;
        }
        .p1 p {
            width: 31vw;
            font-size: 1vw;
            line-height: 2.5vw;
        }
        .ulinefirst {
            animation: vcare 1s linear;
        }
        .p1 ul {
            position: absolute;
            display: block;
            list-style-type: none;
            margin-top: 0vw;
            margin-bottom: 0vw;
            margin-left: 0vw;
            margin-right: 0;
            padding-left: 0px;
            width: 40vw;
            height: 10vw;
            animation: vcare 1s linear;
        }
        .p1 ul li {
    /* padding: 0.5vw;
    display: inline-block;
    margin-left: 0vw;
    font-size: 1vw;
    width: 17vw;
    height: 1.5vw;
    color: #707070; */

    padding: 0.5vw 3vw 0.5vw 2vw;
    display: inline-block;
    margin-left: 0vw;
    font-size: 1vw;
    width: 13vw;
    height: 2.5vw;
    color: #707070;
}
.p1 ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5vw;
    width: 1.5vw;
    color: #AFC748;
}
.appoint {
    margin-top: 8vw;
    width: 25vw;
    animation: logoshow 2s linear;
}
.img1 {
    position: absolute;
    margin-top: -18vw;
    margin-left: 47vw;
    width: 43vw;
    animation: img1 1s linear;
}
.img1res {
    display: none;
    position: absolute;
    margin-top: -18vw;
    margin-left: 47vw;
    width: 43vw;
    animation: img1 1s linear;
}
@keyframes img1 {
    0% { margin-left: 90vw; }
    100% { margin-left: 47vw; }
}
.yc1 {
    position: absolute;
    width: 20vw;
    margin-top: -20vw;
    margin-left: 42vw;
    mix-blend-mode: multiply;
}
.br1 {
    position: absolute;
    width: 16vw;
    margin-left: 70vw;
    margin-top: 10vw;
}
.img2 {
    position: absolute;
    width: 43vw;
    margin-top: 30vw;
    margin-left: -8vw;
}
.img2java {
    animation: img2 2s linear;
}
@keyframes img2 {
    0% { margin-left: -55vw }
    100% {margin-left: -8vw }
}
.bc1 {
    position: absolute;
    width: 18vw;
    margin-left: 10vw;
    margin-top: 21vw;
    mix-blend-mode: multiply;
}
.yc2 {
    position: absolute;
    width: 10vw;
    margin-left: -3vw;
    margin-top: 53vw;
    z-index: -1;
}
.yl1 {
    position: absolute;
    width: 12vw;
    margin-top: 37vw;
    margin-left: 40vw;
}
.p1 h2 {
    position: absolute;
    margin-left: 50vw;
    margin-top: -31vw;
    animation: rcc1 1s linear;
}
.p12 {
    margin-top: 65vw;
}
.p12java {
    animation: p12ani 1s linear;
}
@keyframes p12ani {
    0% { margin-left: 60vw; }
    100% {margin-left: 0vw;}
}
p.p12p {
    text-align: justify;
    position: absolute;
    margin-left: 40vw;
    margin-top: -25vw;
    font-size: 1vw;
    width: 42vw;
    line-height: 2.2vw;
    color: #6C6F7A;
    animation: rcc1 1s linear;
}
@keyframes rccc1 {
    0% { margin-left: 100vw; }
    100% { margin-left: 50vw; }
}
.sgnup {
    position: absolute;
    width: 15vw;
    margin-left: 62vw;
    margin-top: -7vw;
    font-size: 1vw;
    height: 2.7vw;
    animation: logoshow 2s linear;
}
.doc-tur-nal{
    font-size: 2vw;
    color: #afc748;
}
.di-ur-nal{
    color: #f1c936;
    font-size: 1vw;
    font-style: italic;
}
.bold{
    font-weight: bold;
}
.red {
    color: red;
}
.noc-tur-nal{
    color: #315792;
    font-size: 1vw;
    font-style: italic;
}
.doc-tur{
    font-weight: bold;
}
.b1 {
    /*position: absolute;
    background-color: white;
    width: 20vw;
    height: 30vw;
    border-radius: 2vw;
    box-shadow: 0vw 0vw 2vw .3vw #707070;
    opacity: 1;
    margin-left: 12vw;
    z-index: 1;
    margin-top: 5vw;*/
    margin-top: 10px;
}
.b1java {
    animation: box 4s ease-in-out;
}
.b12 {
    /*margin-left: 35vw;*/
    margin-top: 10px;
}
.b12java {
    animation: box 4.5s ease-in-out;
}
.b13 {
    margin-left: 57vw;
}
.b13java {
    animation: box 5s ease-in-out;
}
@keyframes box {
    0% { margin-top: 50vw; }
    30% { margin-top: 30vw; }
    100% { margin-top: 5vw; }
}
.i1 {
    position: absolute;
    width: 15vw;
    margin-top: -2vw;
    margin-left: 2.5vw;
    z-index: 10;
}
.i1java {
    animation: iani 4s ease-in-out;
}
.i2 {
    margin-left: 22.5vw;
}
.i2java {
    animation: iani 4.5s ease-in-out;
}
.i3 {
    margin-left: 42vw;
}
.i4 {
    margin-left: 62vw;
}
.i3java {
    animation: iani 5s ease-in-out;
}
@keyframes iani {
  0% { margin-top: 32.5vw; }
  30% { margin-top: 19.5vw; }
  100% { margin-top: -2vw; }
}
.i1content {
    position: absolute;
    margin-top: 10vw;
    width: 20vw;
    align-content: center;
    z-index: 10;
}
.i1content h3 {
    text-align: center;
    color: #315792;
    font-size: 1.5vw;
}
.i1content p {
    font-size: 1vw;
    text-align: center;
    width: 17vw;
    margin-left: 1.5vw;
    line-height: 1.5vw;
    color: #707070;
}
.treatbutton1 {
    width: 10vw;
    margin-left: 5vw;
    margin-top: 1.3vw;
}
.treatbutton2 {
    width: 10vw;
    margin-left: 5vw;
    margin-top: 1.3vw;
}
.treatbutton3 {
    width: 10vw;
    margin-left: 5vw;
    margin-top: 4.3vw;
}
.treatbutton4 {
    width: 10vw;
    margin-left: 5vw;
    margin-top: 2.4vw;
}
.medical-condition-lists input[type="radio"] {
    margin-right: 10px;
}
.i1c {

}
.i1cjava {
    animation: icani 4s ease-in-out;
}
.i2c {
    margin-left: 20vw;
}
.i2cjava {
    animation: icani 4.5s ease-in-out;
}
.i3c {
    margin-left: 40vw;
}
.i4c {
    margin-left: 60vw;
}
.i3cjava {
    animation: icani 5s ease-in-out;
}
@keyframes icani {
    0% { margin-top: 45vw; }
    30% { margin-top: 35vw; }
    100% { margin-top: 10vw; }
}
.yc3 {
    position: absolute;
    width: 10vw;
    margin-left: 72vw;
    /*margin-top: 28vw;*/
    margin-top: 34vw;
    z-index: 5;
    mix-blend-mode: multiply;
}
.bc2 {
    position: absolute;
    width: 10vw;
    /*margin-left: 33vw;
    margin-top: 3vw;*/
    margin-left: 25vw;
    margin-top: 40vw;
    z-index: -20;
}
.yr1 {
    position: absolute;
    width: 10vw;
    margin-left: 21vw;
    /*margin-top: 29vw;*/
    margin-top: 37vw;
}
.d2 {
    position: absolute;
    background-image: linear-gradient(#f0f0f0, white);
    margin-top: 55vw;
    width: 100vw;
    height: 200vw;
    border-bottom-left-radius: 30vw;
    border-bottom-right-radius: 30vw;
    z-index: -800;
}
.p2 {
    margin-top: 130vw;
    width: 100vw;
    height: 200vw;
}
.yl2 {
    width: 16vw;
}
.t1 {
    margin-left: 20vw;
    background-color: white;
    width: 30vw;
    border-radius: 2vw 0vw 0vw 2vw;
    margin-top: 3vw;
    height: 35vw;

}
.treat {
    height: 5vw;
    font-size: 1.5vw;
    color: #8BA31F;
    text-align: center;
    border-radius: 2vw 0vw 0vw 0vw;
}
.ul1 {
    list-style: none;
    font-size: 1vw;
    color: #707070;
    margin-top: 0vw;
    margin-left: -21vw;
    line-height: 2.7vw;
    position: absolute;
}
.ul1 li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 1.5vw;
  font-weight: bold;
  display: inline-block;
  width: 1vw;
  margin-left: -2vw;
}
.ul2 {
    list-style: none;
    font-size: 1vw;
    color: #707070;
    margin-top: 0vw;
    margin-left: 9vw;
    line-height: 2.7vw;

}
.ul2 li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 1.5vw;
  font-weight: bold;
  display: inline-block;
  width: 1vw;
  margin-left: -2vw;
}
.ul3 {
    list-style: none;
    font-size: 1vw;
    color: #707070;
    margin-top: -25vw;
    margin-left: 12vw;
    line-height: 2vw;
    position: absolute;
}
.ul3 li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 1.5vw;
  font-weight: bold;
  display: inline-block;
  width: 1vw;
  margin-left: -2vw;
}
.ul4 {
    list-style: none;
    font-size: 1vw;
    color: #707070;
    margin-top: 1vw;
    margin-left: 3vw;
    line-height: 2vw;
    color:
}
.ul4 li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 1.5vw;
  font-weight: bold;
  display: inline-block;
  width: 1vw;
  margin-left: -2vw;
}
.ul5 {
    list-style: none;
    font-size: 1vw;
    color: #707070;
    margin-top: 1vw;
    margin-left: 4vw;
    line-height: 2vw;
    color:
}
.ul5 li::before {
  content: "\2022";
  color: #AFC748;
  font-size: 1.5vw;
  font-weight: bold;
  display: inline-block;
  width: 1vw;
  margin-left: -2vw;
}
.t2 {
    position: relative;
    margin-left: 50vw;
    background-color: white;
    width: 30vw;
    border-radius: 0vw 2vw 2vw 0vw;
    margin-top: -36.5vw;
    height: 35vw;
}
.treat2 {
    height: 5vw;
    font-size: 1.5vw;
    color: red;
    text-align: center;
    border-radius: 0vw 2vw 0vw 0vw;
}
.treat:hover {
    cursor: pointer;
}
.treat2:hover {
    cursor: pointer;
}
.treatjava {
    background-color: #D3D3D3;
}
.tr1d {
    position: absolute;
    align-content: center;
    width: 20vw;
    margin-left: 2vw;
}
.tr1 {
    width: 5vw;
    margin-left: 8vw;
    border: none;
}
.tr1h {
    text-align: center;
    font-size: 1.3vw;
}
.tr2d {
    position: absolute;
    margin-left: 20vw;
    z-index: 2;
    background-color: white;
}
.tr2 {
    width: 5vw;
    margin-left: 8vw;
    border: none;
}
.tr2h {
    text-align: center;
    font-size: 1.3vw;
}
.tr3d {
    position: absolute;
    margin-left: 38vw;
    z-index: 2;
}
.tr3 {
    width: 5vw;
    margin-left: 9vw;
}
.tr3h {
    margin-left: 5vw;
    text-align: center;
    font-size: 1.3vw;
}

.yc4 {
    position: absolute;
    width: 150px;
    margin-left: 15vw;
    margin-top: -25vw;
    z-index: -2;
}
.br2 {
    position: absolute;
    width: 10vw;
    margin-left: 13vw;
    margin-top: -30vw;
    z-index: -2;
}
.gr1 {
    position: absolute;
    margin-left: 73vw;
    margin-top: -7vw;
    width: 10vw;
    mix-blend-mode: multiply;
    z-index: -1;
}
.p2 h2 {
    margin-left: 10vw;
    margin-top: 17vw;
}
.yl3 {
    width: 15vw;
}
.p2 .uline {
    position: absolute;
    margin-left: 10vw;
    margin-top: 2vw;
    font-size: 1.2vw;
    color: #707070;
}
.img3 {
    position: absolute;
    width: 35vw;
    margin-top: 10vw;
    margin-left: 13vw;
}
.schapp {
    position: absolute;
    color: #315792;
    font-size: 1.5vw;
    margin-top: 50w;
    margin-left: 55vw;
    width: 20vw;
}
.rcc {
    position: absolute;
    margin-top: 15vw;
}
.rc1 {
    font-size: 1.2vw;
    line-height: 2.3vw;
    color: #707070;
    position: absolute;
    margin-left: 55vw;
    width: 34vw;
    margin-top: 5vw;
}
.lcc {
    position: absolute;
    margin-left: 13vw;
    margin-top: 50vw;
}
.onliner {
    position: absolute;
    color: #315792;
    font-size: 1.5vw;
    margin-top: 50w;
    width: 20vw;
}
.lc1 {
    font-size: 1.2vw;
    line-height: 2.3vw;
    color: #707070;
    position: absolute;
    width: 30vw;
    margin-top: 5vw;
}
.illu2 {
    position: absolute;
    width: 30vw;
    margin-left: 55vw;
    margin-top: 45vw;
}
.gr2 {
    position: absolute;
    width: 13vw;
    margin-top: 40vw;
    margin-left: -7vw;
}
.yc5 {
    position: absolute;
    width: 10vw;
    margin-left: 85vw;
    margin-top: 40vw;
}
.br3 {
    position: absolute;
    width: 11vw;
    margin-left: 80vw;
    margin-top: 41vw;
}
.illu3 {
    width: 30vw;
    margin-top: 80vw;
    margin-left: 13vw;
}
.rcc2 {
    position: absolute;
    margin-top: -20vw;
}
.connect {
 position: absolute;
 color: #315792;
 font-size: 1.5vw;
 margin-top: 5w;
 margin-left: 55vw;
 width: 30vw;
}
.rc2 {

    font-size: 1.2vw;
    line-height: 2.3vw;
    color: #707070;
    position: absolute;
    margin-left: 55vw;
    width: 34vw;
    margin-top: 5vw;
}
.d3 {
    position: absolute;
    background-image: linear-gradient(#f7f7f7, #f0f0f0);
    width: 100vw;
    height: 150vw;
    border-radius: 0vw 0vw 30vw 30vw;
    opacity: 1;
    margin-left: -1.5vw;
    margin-top: -15vw;
    z-index: 1;
}
.p3 {
    position: absolute;
    z-index: 2;
}
.popt {
    position: absolute;
    width: 20vw;
    margin-left: 13vw;
    font-size: 2vw;
}
.yl4 {
    position: absolute;
    margin-top: 7vw;
    width: 18vw;
}
.lc2 {
    font-size: 1.3vw;
    width: 34vw;
    margin-top: 10vw;
    margin-left: 13vw;
    line-height: 2vw;
    color: #707070;
}
.img4 {
    position: absolute;
    width: 33vw;
    margin-left: 65vw;
    margin-top: -20vw;
}
.gr3 {
    position: absolute;
    width: 20vw;
    margin-left: 61vw;
    margin-top: -30vw;
    mix-blend-mode: multiply;
}
.br4 {
    position: absolute;
    width: 20vw;
    margin-left: 70vw;
    margin-top: -35vw;
}
.uline2 {
    color: #315792;
    margin-left: 13vw;
    font-size: 1.5vw;
    font-weight: bold;
}
.b3 {
    align-content: center;
    position: absolute;
    background-color: white;
    width: 21vw;
    height: 13vw;
    border-radius: 2vw;
    box-shadow: 0vw 0vw 2vw .3vw #E6E6E6;
    opacity: 1;
    margin-left: 13vw;
}
.b3 h4 {
    text-align: center;
    font-size: 1.5vw;
}
.b3 h2 {
    text-align: center;
    font-size: 2.2vw;
    color: #AFC748;
}
.b3 p {
    margin-top: -1vw;
    text-align: center;
    font-size: 1.2vw;
}
.b4 {
    margin-left: 36vw;
}
.b4 h2 {
    color: #315792;
}
.getstarted {
    width: 44vw;
    margin-left: 13vw;
    margin-top: 14vw;
}
.img5 {
    width: 45vw;
    margin-top: 40vw;
}
.bc3 {
    display: none;
    position: absolute;
    width: 10vw;
    margin-top: 35vw;
    margin-left: -31vw;
    z-index: -1;
}
.yc6 {
    display: none;
    position: absolute;
    margin-top: 59vw;
    margin-left: -23vw;
    mix-blend-mode: multiply;
    width: 18vw;
}
.yl5 {
    position: absolute;
    margin-top: 51vw;
    width: 13vw;
    margin-left: 2vw;
}
.rcc3 {
    position: absolute;
    margin-left: 55vw;
    width: 40vw;
    margin-top: -33vw;
}
.rcc3 h2 {
    font-size: 2vw;
}
.rcc3 p {
    margin-top: 7vw;
    font-size: 1vw;
    color: #707070;
    line-height: 3vw;
}
.see {
    width: 30vw;
}
.form {
    margin-top: 20vw;
    margin-left: 8vw;
}
.yl6 {
    margin-left: -8vw;
}
.form p {
    color: #707070;
    font-size: 1vw;
}
form {
    width: 60vw;
    background-color: white;
    margin-left: 25vw;
    border-radius: 2vw;
    height: 32vw;
    box-shadow: 0vw 0vw 2vw 1vw #E6E6E6;

}
input {
    margin: auto;
    width: 25vw;
    border-radius: 2vw;
    padding: .5vw;
    color: #707070;
    margin-left: 3vw;
    margin-top: 3vw;
    border: 2px solid #DEDEDE;
}
select {
    margin: auto;
    width: 25vw;
    border-radius: 2vw;
    padding: .5vw;
    color: #707070;
    margin-left: 3vw;
    margin-top: 3vw;
    border: .02vw solid #E6E6E6;
}
textarea{
    margin: auto;
    width: 25vw;
    border-radius: 2vw;
    padding: 1vw;
    color: #707070;
    margin-left: 3vw;
    margin-top: 3vw;
    border: 2px solid #DEDEDE;
    resize: none;
    font-family: 'Montserrat', sans-serif;
}
.row1 {
    display: inline-block;
    margin-left: 2vw;
}
.row2 {
    margin-left: 2vw;
    margin-top: 2vw;
    display: inline-block;
}
.row3 {
    margin-left: 2vw;
    margin-top: 2vw;
    width: 53.5vw;
    height: 10vw;
}
form button {
    margin-top: 15vw;
    width: 25vw;
    margin-left: -40vw;
}
.p4 {
    position: absolute;
    margin-top: 160vw;
    z-index: 20;
}
.p5 {
    position: absolute;
    margin-top: 171vw;
    z-index: 20;
}
.uline3 {
    width: 15vw;
    margin-left: 8vw;
    font-size: 1vw;
    color: #707070;
}
.p4 form {
    width: 60vw;
    background-color: white;
    margin-left: 35vw;
    margin-top: -4vw;
    border-radius: 2vw;
    height: 17vw;
    box-shadow: 0vw 0vw 2vw 1vw #e6e6e6;
    padding: 10px;
}
.p4 form input {
    margin-top: 0.6vw;
    width: 25vw;
    margin-bottom: 10px;
}
.newsletter {
    width: 48.5vw;
}
.newsletter input{
    font-size: 1vw;
}
.newsletter_validation{
    padding: 1vw;
    font-size: 1vw;
    text-align: center;
    width: 47vw;
    margin-top: 2vw;
    border-radius: 2vw;
    box-shadow: 0vw 0vw 2vw 1vw #E6E6E6;
}
input.enteremail {
    margin-left: 1vw;
}
.submitfornews {
    margin-top: 0.6vw;
    width: 20vw;
    margin-left: 1.5vw;
}
.yl7 {
    width: 15vw;
}
.p4 h2 {
    margin-left: 8vw;
    font-size: 2vw;
}
.p5 h2 {
    margin-left: 8vw;
    font-size: 2vw;
}
.foot {
    position: absolute;
    background-color: #315792;
    width: 80vw;
    border-radius: 2vw 2vw 0vw 0vw;
    margin-left: 9vw;
    /*height: 30vw;*/
    height: auto;
    margin-top: 1vw;
}
.footlogo {
    position: absolute;
    display: block;
    width: 17vw;
    margin-top: 40px;
    margin-left: 8vw;
}
.foot a{
    color: white;
    text-decoration: none;
}
.p4 ul {
    list-style: none;
    font-size: 1vw;
    display: inline-block;
    padding-left: 5vw;
    color: white;
    line-height: 2vw;
}
.p5 ul {
    list-style: none;
    font-size: 1vw;
    display: inline-block;
    padding-left: 5vw;
    color: white;
    line-height: 2vw;
}
.uls {
    position: absolute;
    margin-left: 25vw;
    margin-top: 2vw;
}
.ulhead {
    font-weight: bold;
    margin-bottom: 1vw;
}
.fix {
    position: absolute;
    margin-top: -9.7vw;
    width: 15vw;
}
.f {
    /*position: absolute;
    margin-top: 3vw;*/
    width: 3vw;
    /*margin-left: -1.5vw;*/
}
.t {
    /*position: absolute;
    margin-top: 3.25vw;*/
    width: 2.5vw;
    /*margin-left: 2vw;*/
}
.i {
    /*position: absolute;*/
    width: 3vw;
    /*margin-top: 3vw;
    margin-left: 5vw;*/
}
.dis {
    text-align: center;
    font-size: 1vw;
    width: 70vw;
    margin-left: 5vw;
    margin-top: 17vw;
    color: white;
}
.copy {
    text-align: center;
    font-size: 1vw;
    width: 70vw;
    margin-left: 5vw;
    margin-top: 0vw;
    color: white;
    font-weight: bold;
}
.nodisp {
    display: none;
}
#gototop {
  display: none;
  position: fixed;
  bottom: -3vw;
  right: -2vw;
  width: 10vw;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}

#gototop-mobile {
  display: none;
  position: fixed;
  bottom: -3vw;
  right: -2vw;
  width: 10vw;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vw;
	z-index: 9999;
    background-color: white;
}
.g1 {
    position: fixed;
    width: .2vw;
    margin-top: 40vw;
    margin-left: 47vw;
    animation: load .5s  linear infinite;
}
.g2 {
    position: fixed;
    width: .2vw;
    margin-top: 40vw;
    margin-left: 47vw;
    animation: load2 .5s  linear infinite;
}
}



@keyframes load {
    0% {
        margin-top: 40vw;
        margin-left: 47vw;
        width: 0.2vw;
    }
    20% {
        margin-top: 41vw;
        margin-left: 48vw;
        width: 2vw;
    }
    40% {
      margin-top: 42vw;
      margin-left: 48vw;
      width: 3vw;
  }
  60% {
      margin-top: 43vw;
      margin-left: 47vw;
      width: 3vw;
  }
  80% {
      margin-top: 42vw;
      margin-left: 46vw;
      width: 2vw;
  }
  100% {
      margin-top: 41vw;
      margin-left: 47vw;
      width: .2vw;
  }
}
@keyframes load2 {
    0% {
       margin-top: 43vw;
       margin-left: 47vw;
       width: 3vw;
   }
   20% {
    margin-top: 42vw;
    margin-left: 46vw;
    width: 2vw;
}
40% {
 margin-top: 41vw;
 margin-left: 47vw;
 width: .2vw;
}
60% {
   margin-top: 40vw;
   margin-left: 47vw;
   width: 0.2vw;
}
80% {
  margin-top: 41vw;
  margin-left: 48vw;
  width: 2vw;
}
100% {
  margin-top: 42vw;
  margin-left: 48vw;
  width: 3vw;
}
}


/*animation css for carousel children */
@keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
}



.img-responsive
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

details {
  width: 75%;
  min-height: 5px;
  max-width: 700px;
  /*padding: 45px 70px 45px 45px;*/
  padding: 25px 25px 25px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

details p {
	/*color: #96999d;
	font-weight: 300;*/
	font-size: 0.8em;
	line-height: 1.7em;
	color: gray;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;

}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 5px rebeccapurple;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: rebeccapurple;
  transition: .3s ease;
  pointer-events: none;
  margin-left: 25px;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.vsocial
{
	padding-bottom: 15px;
    right: 42px;
    position: relative;
}


@media only screen and (max-width: 1100px){
    .joinnow{
        margin-top: 23px;
    }
}

/** css for mobile menu **/

.overlay-custom {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.3s;
}

.overlay-custom-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-custom a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay-custom a:hover, .overlay-custom a:focus {
  color: #f1f1f1;
}

.overlay-custom .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Slide Nav */
.nav{
    margin: 0px;
}
.nav li{
    list-style: none
}
.nav-header {
    display: flex;
    flex-wrap: nowrap;
    background-color: #f1f1f1;
    padding: 5px;
}

.nav-header .nav-item {
    flex: 1 1;
}
.nav-body {
    margin: 20px -40px;
}
.nav-body  .nav-item{
    list-style: none;
}
.nav-body  .nav-item a{
    font-size: 1rem;
    font-weight: 600;
}

/* Slide Nav */

@media screen and (max-height: 450px) {
  .overlay-custom a {font-size: 15px}
  .overlay-custom .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
  }
}

.joinnow-mobile{
    margin-top: 25px;
    width: 160px;
    height: 30px;
    font-size: 15px;
    background-color: #315792;
}

.dashboard-mobile{
    margin-top: 25px;
    width: 160px;
    height: 30px;
    font-size: 15px;
    background-color: #AFC748;
}

.signin-mobile{
    margin-top: 25px;
    width: 160px;
    height: 30px;
    font-size: 15px;
    background-color: #AFC748;
}


/** css for navigation button on how it works page **/
.gototop-custom{
    display: none;
    position: fixed;
    bottom: -3vw;
    left: 0vw;
    width: 10vw;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}
@media only screen and (max-width: 770px){
    .gototop-custom{
        display: none;
        position: fixed;
        bottom: 0vw;
        left: 0vw;
        width: 20vw;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
    }

}


@media only screen and (max-width: 450px){
    .menulist{
        list-style: none;
        margin-left: -5vw;
        width: 55vw;
        line-height: 7vw;
        z-index: 10000;
        margin-top: 10px;
    }
    .ct-font-a{
        font-size: 12px !important;
    }
    .menuitems{
        background-color: white;
        width: 100vw;
        margin-left: 40vw;
        position: absolute;
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        height: auto;
        box-shadow: 0 0 5px #585858;
        padding: 10px;
    }
}


@media only screen and (max-width: 570px){
    .ct-font-a{
        font-size: 20px;
    }
}

.password-eye-custom{
    float: right;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.subscriptionpop{
    position: fixed;
    top: 10%;
    left: calc(50% - 195px);
    max-width: 300px;
    z-index: 99;
    background-color: white;
    padding: 34px 20px;
    box-shadow: 0 0 15px #727272;
    text-align: center;
    margin: 20px;
}
.subscriptionpop input{
    margin: 20px 0px;
    width: 100%;
    border-radius: unset;
    padding: 10px;
    margin-left: unset;
    margin-top: unset;
    border: 2px solid #015695;
    border-radius: 7vw;
    transition: all .3s;
}
.subscriptionpop input:focus {
    border-radius: unset;
    border: 2px solid #a6c838;
}
.subscriptionpop input:focus-visible {
    outline: unset;
    border-radius: unset;
    border: 2px solid #a6c838;
}
.subscriptionpop .signUpBtn{
    margin: 20px 0px;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #315792;
    cursor: pointer;
    background-color: #315792;
    color: white;
}
#closeSubModal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #ff6161;
}

@media only screen and (max-width: 450px) {
    .subscriptionpop{
        left: calc(50% - 165px);
        max-width: 280px;
        padding: 34px 5px;
        overflow-y: scroll;
    }
}
