.container{
    max-width: 90% !important;
}

select {
    padding-left: 10px;
}

input {
    padding-left: 10px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}

a{
    text-decoration: none;
}
/* Home Page */
/* Header */
header {
    width: 100%;
        z-index: 99999;
    position: fixed;
    transition: 0.5s;
    top: 0;
    left: 0;
    background-color: #fffffff5;
    margin-top: -22px;
}

header.site-header.scrolled {
    background-color: #fffffff5;
    margin-top: -22px;
    z-index: 9999;

}

.navbar{
    /* margin-left: 45px; */
    margin-top: 25px;
    z-index: 9;
    /* position: fixed !important; */
}

.vl {
    border-right: 1px solid #D1CECE;
    margin-left: 20px;
    height: 39px;
    margin-right: 8px;
}

.navbar ul li{
    margin-left: 13px;
}

.navbar ul li a{
    text-align: left;
    font: normal normal bold 16px/20px Aileron;
    letter-spacing: 0px;
    color: #005D80 !important;
    opacity: 1;
}

.navbar ul li a:hover{
    color: #CC5894 !important;
}

.navbar-light .navbar-toggler {
    box-shadow: none !important;
}

.dropdown-toggle {
    background: none !important;
    border: none !important;
}

.dropdown-toggle::after{
    display: none !important;
}

li.nav-item.dropdown {
    margin-left: 12px;
}

li.nav-item.dropdown a.dropdown-toggle:focus{
    box-shadow: none;
}

li.nav-item.dropdown a {
    margin-top: 2px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #F2F2F2;
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{
    background-color: transparent;
}

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

li.nav-item.dropdown a.dropdown-item {
    text-align: left;
    font: normal normal 600 15px/17px Aileron;
    letter-spacing: 0px;
    margin-left: -15px;
}

.acc-btn{
    width: 138px;
    height: 39px;
    background: #005D80 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    transition: .7s;
}

.acc-btn:hover{
    /* width: 152px;
    height: 43px; */
    transform: scale(1.1);
    /* padding: 10px 31px 13px 31px; */
}

.navbar ul li.acc-btn a:hover {
    color: #ffffff !important;
}

li.nav-item.acc-btn a {
    color: #ffffff !important;
    text-align: center;
    margin-top: 2px;
}

.lang-select{
    width: 98px;
    height: 39px;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    border: 1px solid #005D80;
    border-radius: 5px;
    opacity: 1;
    margin-left: 14px;
    cursor: pointer;
}

.lang-select a{
    text-align: left;
    /* font: normal normal 600 14px/17px Aileron; */
    letter-spacing: 0px;
    color: #005D80;
    opacity: 1;
}

.lang-select:after {
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    right: 7px;
    top: 16px;
}

.navbar ul li.lang-select a:hover {
    color: #005d80 !important;
}
/* End of Header */

.top-banner{
    /*background: transparent url('../img/banner.jpg') 0% 0% no-repeat padding-box;*/
    width: 100%;
    height: 785px;
    position: relative;
    display: block;
    background-size: cover;
    top: -88px;
}

.top-banner .container{
    max-width: 90%;
}

/* Banner details */
.ban-res{
    position: relative;
    left: 550px;
    top: 285px;
}

.top-banner h2{
    text-align: left;
    font: normal normal bold 42px/55px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 22px;
}
.top-banner h6 {
    margin-bottom: 20px;
}

.ban-card{
    width: 198px !important;
    height: 122px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    margin-right: 6px;
    padding-left: 13px;
    padding-right: 10px;
}

.ban-card img{
    /*margin-top: 20px;*/
    /*margin-bottom: 5px;*/
        margin-bottom: 8px;

}

.ban-card span{
    /*text-align: left;*/
        text-align: center;
    /*font: normal normal bold 15px/21px Roboto;*/
        font: normal normal bold 13px/18px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 14px #00000029;
    opacity: 1;
    display: inline-block;
}

.top-banner a{
    text-decoration: none;
}
/* End of Banner details */

/* I wish section */
.wish-wrap{
    position: relative;
    background: transparent url('../img/wish-bg.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: cover;
    /* height: 1300px; */
    /*height: 1475px;*/
    height: 1375px;
}
.learn-left {
    position: relative;
    top: 40px;
}
a .cal-btn{
    font: normal normal bold 27px/46px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
    top: -124px;
    width: 100%;
    line-height: 74px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    opacity: 1;
    text-align: center;
    border-radius: 40px;
}

.wish-wrap a{
    text-decoration: none;
}

.wish-wrap .wish-pic1{
    position: absolute;
    left: 1045px;
    top: -50px;
}

.therapist-wrap h3{
    text-align: center;
    font: normal normal normal 33px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 20px;
}

.therapist-wrap .box{
    width: 270px;
    height: 99px;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 9;
    color: #005D80;
    
}

.therapist-wrap .box:hover{
    background: #005D80 0% 0% no-repeat padding-box;
    border: 3px solid #005D80;
    opacity: 1;
    color: #FFFFFF;
    transition: .7s;
}

.therapist-wrap{
    overflow-x: hidden;
    padding-bottom: 10px;
    margin-top: -80px;
}

.box-wrap1{
    margin-left: 200px;
    margin-top: 45px;
}

.box-wrap1 .box h5{
    margin-top: 20px;
    margin-bottom: 0px;
    font: normal normal 900 18px/29px Aileron;
    letter-spacing: 0px;
    opacity: 1;
}

.box span{
    font: normal normal normal 15px/20px Aileron;
    letter-spacing: 0px;
    opacity: 1;
}

.box-cen{
    margin-left: 290px;
}

.therapist-wrap a{
    text-decoration: none;
}

.therapist-wrap a .apply{
    width: 426px;
    height: 83px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    left: 400px;
    transition: .7s;
    font: normal normal bold 30px/46px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
    top: 7px;
    padding-top: 19px;
}

.therapist-wrap a .apply:hover{
    background: #E62AA6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    transform:scale(1.1);
    margin-bottom: 5px;
    font: normal normal bold 27px/46px Aileron;
}

.box {
    width: 270px;
    height: 99px;
    position: relative;
    
  }
  
  .box label,
  .box input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .box input[type="radio"] {
    opacity: 0.011;
  }
  
  .box input[type="radio"]:checked + label {
    background: #005D80 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF !important;
    border-radius: 22px;
  }
  
  /*.box label {*/
  /*  cursor: pointer;*/
  /*}*/

.program-wrap h3{
    text-align: center;
    font: normal normal normal 33px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 67px;
}

.program-wrap .box{
    width: 270px;
    height: 99px;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 9;
    color: #005D80;
}

.program-wrap .box:hover{
    background: #005D80 0% 0% no-repeat padding-box;
    border: 3px solid #005D80;
    opacity: 1;
    color: #FFFFFF;
    transition: .7s;
}

.box-wrap2 .box h5{
    margin-top: 32px;
    margin-bottom: 0px;
    font: normal normal 900 18px/29px Aileron;
    letter-spacing: 0px;
    opacity: 1;
}

.box-wrap2{
    margin-left: 45px;
    margin-top: 45px;
}

.program-wrap {
    overflow-x: hidden;
    padding-bottom: 10px;
}

.program-wrap a{
    text-decoration: none;
}

.program-wrap a .apply{
    width: 308px;
    height: 83px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    left: 450px;
    transition: .7s;
    font: normal normal bold 30px/46px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
    top: 8px;
    padding-top: 19px;
    z-index: 9;
}

.program-wrap a .apply:hover{
    background: #E62AA6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    transform: scale(1.1);
    margin-bottom: 5px;
    font: normal normal bold 27px/46px Aileron;
}

.wish-wrap .wish-pic2{
    position: absolute;
    left: 315px;
    top: 945px;
}
/* End of I wish section */

/* Learn more section */
.learn-wrap{
    position: relative;
    top: -50px;
}

.learn-left img{
    /* margin-left: -60px; */
    /* box-shadow: 0px 3px 22px #00000029; */
    border-radius: 7px;
    opacity: 1; 
}

.learn-right{
    top: 80px;
    position: relative;
    left: 50px;
}

.learn-right h4{
    text-align: left;
    font: normal normal normal 33px/48px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 25px;
    padding-right: 45px;
}

.learn-right p{
    text-align: left;
    /*font: normal normal normal 16px/28px Roboto;*/
        font: normal normal normal 15px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 25px;
    padding-right: 55px;
}
.learn-right ul li {
    text-align: left;
    font: normal normal normal 15px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: -3px;
}

.learn-right a{
    text-decoration: none;
}

.learn-right a .learn-more{
    width: 437px;
    height: 83px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    transition: .7s;
    text-align: center;
    font: normal normal bold 30px/46px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
    top: 20px;
    padding-top: 19px;
}

.learn-right a .learn-more:hover{
    background: #E62AA6 0% 0% no-repeat padding-box;
    transform: scale(1.1);
    font: normal normal bold 27px/46px Aileron;
}
/* End of Learn more section */

/* Client logo section */
.client-head h4{
    text-align: center;
    font: normal normal normal 33px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 35px;
}

.client-wrapp{
    position: relative;
    top: 25px;
}

/* .owl-carousel {
    display: contents !important;
} */
/* End of Client logo section */


/* Client testimonials section */
.test-wrap{
    position: relative;
    /*top: 130px;*/
    top: 80px;
    overflow: hidden;
    width: 100%;
    background-image: url(../img/client-testim.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
}
/*.test-wrap:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    opacity: .4;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.test-left{
    background: #F9F9F9 0% 0% no-repeat padding-box;
    opacity: 1;
        /*opacity: .8;*/
    width: 121%;
    /*height: 97%;*/
    padding-top: 143px;
    /*margin-top: 8px;*/
        height: 100%;
    margin-top: 0;
        /*position: relative;*/
}


.test-left-contents{
    margin-left: 80px;
    padding-right: 105px;
}

.test-left h5{
    text-align: left;
    font: normal normal normal 33px/45px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 30px;
    padding-right: 255px;
}

.test-left p{
    text-align: left;
    /*font: normal normal normal 20px/35px Roboto;*/
        font: normal normal normal 15px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 140px;
    padding-right: 120px;
}

.test-right {
    margin-left: -25px;
    /*background-image: url(../img/testimonial-bg.png);*/
    /*background-image: url(../img/client-testim.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
}

.owl-carousel .owl-item img {
    width: 90%;
}

.testimonials .owl-nav button.owl-prev span {
    color: transparent;
    background-image: url(../img/test-arrow-left.png);
    background-repeat: no-repeat;
    position: relative;
    top: -220px;
    right: 15px;
}

.testimonials .owl-nav button.owl-next span {
    color: transparent;
    background-image: url(../img/test-arrow-right.png);
    background-repeat: no-repeat;
    position: relative;
    top: -220px;
    /* right: 5px; */
    right: 70px;
}

/* .test-right .owl-carousel {
    display: contents;
} */

.client-test{
    width: 596px !important;
    height: 379px;
    background: #CC5894 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 58px #0000001A; */
    opacity: 1;
    border-radius: 22px;
    margin-top: 100px;
}

/* span.carousel-control-next-icon {
    position: relative;
    right: 175px;
}

span.carousel-control-prev-icon {
    position: relative;
    left: -100px;
} */

.client-test-contents{
    /*margin-left: 55px;*/
    margin-left: 25px;
}

.client-test-contents img{
    position: relative;
    top: 20px;
    width: auto !important;
    left: -15px;
}

.client-test-contents p{
    text-align: left;
    /*font: italic normal 300 29px/49px Merriweather;*/
    font: italic normal 300 13px/28px Merriweather;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
    /*top: -30px;*/
    /*padding-right: 85px;*/
    top: -50px;
    padding-right: 25px;
}

.client-test-contents hr{
    margin-right: 60px;
    border: 1px solid #E4E4E4;
    margin-top: -40px;
}

.bio {
    display: flex;
    /*margin-left: 55px;*/
    margin-left: 25px;
    align-items: center;
    margin-top: -5px;
}

.bio img{
    width: auto !important;
}

.bio h6{
    text-align: left;
    /*font: normal normal bold 22px/35px Roboto;*/
    font: normal normal bold 14px/20px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    /*margin-top: 25px;*/
    margin-top: 10px;
    margin-left: 15px;
}

.bio span{
    text-align: left;
    /*font: normal normal normal 22px/35px Roboto;*/
    font: normal normal normal 15px/22px Roboto;
    padding-right: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    /*margin-top: 15px;*/
    margin-top: 5px;
    margin-left: 25px;
}

.testimonials .owl-dots{
    display: none;
}

/* .test-right .owl-carousel.owl-drag .owl-item {
    margin-right: -110px !important;
}

.test-right .owl-carousel.owl-drag .owl-item:last-child {
    margin-right: 0 !important;
} */

/* .testimonials .owl-stage {
    margin-left: 219px;
} */

/* .testimonials .owl-carousel .owl-theme .item{
    margin-right: 10px;
} */

/* .testimonials{
    margin-left: 10px;
} */

/* .owl-nav span {
    margin-left: 300px;
} */

/* .testimonials .item{
    width: auto;
} */


/* End of Client testimonials section */

/* About section */
.about-contents{
    position: relative;
    /*top: 220px;*/
    top: 185px;
}
.about-contents video {
    width: 100%;
}

.about-left img{
    /* margin-left: 53px; */
    margin-bottom: 40px;
    width: 55%;
}

.about-left h5{
    text-align: left;
    font: normal normal normal 33px/45px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    /* text-transform: capitalize; */
    opacity: 1;
    /* margin-left: 80px; */
    margin-bottom: 22px;
}

.about-left p{
    text-align: left;
    font: normal normal normal 17px/29px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    /* margin-left: 80px; */
    max-width: 554px;
    margin-bottom: 50px;
}

button.accordion-button.collapsed:focus {
    box-shadow: none;
}

.proud-mem img{
    margin-right: 30px;
    width: auto;
}

.about-right h5{
    text-align: left;
    font: normal normal normal 33px/45px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 49px;
}

/* div#accordionExample {
    margin-right: 60px;
} */

button.accordion-button{
    text-align: left;
    font: normal normal 600 20px/33px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
}

button.accordion-button {
    padding-left: 0;
}

.accordion-body ol{
    margin-left: -33px;
}

.accordion-body ol li{
    text-align: left;
    font: normal normal normal 17px/29px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
}


/* End of About section */

/* Why choose us */
.why-choose{
    position: relative;
    top: 330px;
    overflow: hidden;
}

.why-choose h5{
    text-align: center;
    font: normal normal normal 33px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    opacity: 1;
    margin-bottom: 55px;
}

.choose-card{
    background: #005D80 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    opacity: 1;
    width: 386px !important;
    height: 410px;
    margin-right: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.choose-card img{
    margin-top: 46px;
    text-align: center;
    margin-bottom: 25px;
    /* margin-left: 150px; */
}

.choose-card h6{
    text-align: center;
    font: normal normal normal 22px/22px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 28px;
}
.choose-card p{
    /*text-align: left;*/
        text-align: justify;
    font: normal normal 300 16px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    /*margin-left: 34px;*/
    /*margin-right: 24px;*/
        margin-left: 28px;
    margin-right: 28px;
}
/* End of Why choose us */

/* News letter section */
.newsletter{
    position: relative;
    top: 400px;
    margin-bottom: -165px;
}

.gym-contents{
    margin-right: 60px;
    text-align: right;
        max-width: 615px;
    float: right;
}

.gym{
    background: transparent url('../img/gym.png') 0% 0% no-repeat padding-box;
    border-radius: 34px;
    opacity: 1;
    height: 540px;
    /*width: 572px;*/
        width: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.gym img{
    /*margin-top: 80px;*/
        margin-top: 0;
    margin-bottom: 52px;
}

.gym h4{
    color: var(--unnamed-color-d95293);
    text-align: right;
    font: normal normal bold 49px/54px Aileron;
    letter-spacing: 0px;
    color: #D95293;
    opacity: 1;
    margin-bottom: 17px;
}

.gym p{
    text-align: right;
    font: normal normal 300 21px/36px Aileron;
    letter-spacing: 0px;
    color: #64264F;
    opacity: 1;
    padding-left: 200px;
    /*margin-bottom: 70px;*/
    margin-bottom: 45px;
}

.gym-btn{
    background: #C96AA9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 11px;
    opacity: 1;
    width: 169px;
    line-height: 53px;
    /*margin-left: 340px;*/
    /*transition: .7s;*/
        margin-left: 0;
    transition: .7s;
    float: right;
}

.gym-btn:hover{
    transform: scale(1.1);
    color: #ffffff;
}

.gym-contents a{
    text-decoration: none;
    text-align: center;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 30px;
}

/* .gym-btn a:hover{
    color: #ffffff;
} */

.signup{
    background: #C96AA9 0% 0% no-repeat padding-box;
    border-radius: 34px;
    opacity: 1;
    width: 587px !important;
    height: 524px;
    margin-right: -67px;
    padding-top: 47px;
    position: relative;
    top: 16px;
    padding-right: 36px;
}

.signup-contents{
    margin-left: 48px;
}

.signup h4{
    text-align: left;
    /*font: normal normal 300 47px/53px Aileron;*/
        font: normal normal 300 21px/36px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 41px;
}

.signup span{
    text-align: left;
    font: normal normal normal 24px/54px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 14px #00000029;
    opacity: 1;
    margin-bottom: 18px;
}

.signup input{
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 58px #0000001A;
    border-radius: 10px;
    opacity: 1;
    width: 495px;
    height: 71px;
    margin-top: 5px;
    padding-left: 15px;
}

.signup button{
    border: none;
    background: #005D80 0% 0% no-repeat padding-box;
    border-radius: 9px;
    opacity: 1;
    width: 138px;
    height: 50px;
    text-align: center;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: -151px;
}

.signup p{
    text-align: left;
    font: normal normal 300 17px/27px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 14px #00000029;
    opacity: 1;
    /*margin-top: 36px;*/
        margin-top: 10px;
    padding-right: 20px;
}
/* End of News letter section */

/* Footer section */
.foot{
    position: relative;
    /* overflow: hidden; */
    top: 650px;
    /* left: -40px; */
    padding-bottom: 67px;
    background: #c96aa938;
    padding-top: 40px;
}

.foot-left img{
    width: 320px;
}

.foot-left span{
    text-align: left;
    font: italic normal normal 13px/22px Aileron;
    letter-spacing: 0px;
    color: #848384;
    text-transform: capitalize;
    opacity: 1; 
    padding-right: 150px;
    display: block;
    margin-top: 28px;
}

.foot-left a{
    text-decoration: none;
    text-align: left;
    font: normal normal normal 15px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    margin-right: 20px;
}

.foot-left a:hover {
    color: #433C40;
}

.foot-mid {
    margin-left: -50px;
}

.foot-mid span{
    text-align: left;
    font: normal normal normal 20px/41px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    opacity: 1;
}

.foot-mid a{
    text-decoration: none;
    text-align: left;
    font: normal normal 600 26px/28px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    opacity: 1;
    display: block;
}

.foot-mid a:hover{
    color: #005D80;
}

.foot-right{
    /* margin-left: 95px; */
    margin-right: -30px;
    text-align: right;
}

.social-links{
    margin-right: 33px;
}

.social a{
    text-decoration: none;
}

.copyrights{
    text-align: right;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #959495;
    opacity: 1;
    margin: 80px 30px 0 -30px;
}

.copyrights a{
    text-decoration: none;
    color: #959495;
}

.copyrights a:hover{
    color: #959495;
}
/* End of Footer section */

/* About us page */
.banner-wrap{
    /* background: url('../img/slide.jpg'); */
    /* min-height: 500px; */
    background-size: cover;
    overflow: hidden;
    margin-top: 100px;
}
.banner-wrap .row {
    height: 290px;
}

.banner-wrap h1{
    text-align: center;
    font: normal normal bold 42px/55px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    opacity: 1;
    margin-top: -20px;
}

.banner-contents{
    margin-top: 30px;
}

.our-story{
    /*margin-top: -330px;*/
        margin-top: 0;
        padding-bottom: 35px;
}

.our-story h2{
    text-align: center;
    font: normal normal normal 32px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.our-story p{
    text-align: center;
    font: normal normal normal 18px/34px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    padding: 0 145px;
}

.our-story-right p{
    text-align: left !important;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    padding: 0;
    padding-right: 95px;
}

.our-story-right{
    margin-top: 70px;
}

.vision-mission{
    margin-bottom: -310px;
}

.vision{
    width: 405px;
    height: 503px;
    background: #005D80 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    opacity: 1;
    /*padding-top: 50px;*/
    /* padding-left: 44px; */
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision h4{
    text-align: center;
    font: normal normal normal 38px/48px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 35px;
}

.vision p{
    text-align: center;
    font: normal normal 300 21px/38px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    /* padding-right: 35px; */
}

.mission{
    margin-left: -50px;
    margin-top: 40px;
}

.mission h4{
    text-align: left;
    font: normal normal normal 37px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 30px;
}

.mission p{
    text-align: left;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 25px;
}

.mission ol{
    margin-left: -15px;
    margin-bottom: 30px;
}

.mission ol li{
    text-align: left;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 15px;
}

/* Mind Gym page*/
.mind-gym-bg{
    background: transparent linear-gradient(180deg, #c6a2cc0f 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.depression-wrap{
    overflow: hidden;
    margin-top: -330px;
}

.depression-wrap h2{
    text-align: center;
    font: normal normal normal 30px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    /*margin-bottom: 50px;*/
    margin-bottom: 32px;
}

.depression-top-contents{
    padding-top: 287px;
    padding-left: 32px;
}

.bg-bot {
    background: transparent linear-gradient(0deg, #005D80 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 32px;
    width: 588px;
    height: 212px;
    position: absolute;
    top: 266px;
}

.depression-top-box img {
    position: absolute;
}

.depression-top-contents a .dep-btn{
    width: 330px;
    line-height: 45px;
    background: #005D80 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    text-align: center;
    margin-bottom: 20px;
}

.depression-top-contents a.dep{
    font: normal normal normal 20px/39px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.depression-top-contents a.dep:hover{
    color: #FFFFFF;
}

.depression-top-contents {
    position: relative;
}

.depression-top-contents a{
    text-decoration: none;
}

.depression-top-contents a h5{
    text-align: left;
    font: normal normal normal 30px/43px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    margin-left: 10px;
    padding-right: 30px;
}

.depression-bot{
    margin-top: 65px;
}

.depression-bot-box{
    width: 388px;
    height: 399px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 35px;
    /* margin-top: 70px; */
    margin-top: 18px;
}

.depression-bot-box img{
    position: relative;
    /*border-radius: 35px;*/
        border-radius: 35px !important;
    width: 388px;
    object-fit: cover;
    height: 209px;
}

.depression-bot-box a{
    position: relative;
    margin-left: 20px;
}

.depression-bot-contents{
    /*margin-top: 40px;*/
    margin-top: 10px;
    margin-left: 26px;
}

.depression-bot-contents span{
    text-align: left;
    font: normal normal normal 14px/32px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: uppercase;
    opacity: 1;
}

.depression-bot-contents a h5{
    text-align: left;
    /*font: normal normal normal 25px/36px Roboto;*/
    font: normal normal normal 22px/30px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    opacity: 1;
}

.depression-bot-box a .dep-btn{
    /*width: 260px;*/
    width: 100%;
    /*line-height: 35px;*/
    line-height: 20px;
    background: #005D80 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 32px;
    /*margin-left: 20px;*/
    /*margin-top: 165px;*/
    margin-left: 0;
    margin-top: -18px;
    cursor: pointer;
    padding: 7px 15px;
    min-height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dep-btn h4 {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin: 0;
    font-weight: unset;
}

.depression-bot-box a{
    text-align: center;
    font: normal normal normal 16px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.depression-bot-box a:hover{
    color: #FFFFFF;
}

.genre-wrap {
    margin-top: 100px;
    margin-bottom: -45%;
}

.genre-box h3{
    text-align: left;
    font: normal normal normal 30px/43px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    padding-right: 80px;
}

.genre-box ul li{
    list-style-type: none;
}

.genre-box ul li a{
    text-decoration: none;
    text-align: left;
    font: normal normal normal 20px/44px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    opacity: 1;
}

.genre-box ul {
    padding: 0;
    column-count: 2;
}

.journal-wrap .container{
    max-width: 895px;
}

.journal-wrap{
    margin-top: 110px;
    margin-bottom: -550px;
}

.journal-wrap h2{
    text-align: center;
    font: normal normal normal 30px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 43px;
}

.journal-box-1{
    width: 895px;
    height: 260px;  
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 35px;
    opacity: 1;
    margin-bottom: 47px !important;
    margin: auto;
}

.journal-box-2{
    width: 895px;
    height: 260px;  
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 35px;
    opacity: 1;
    margin-bottom: 47px !important;
    margin: auto;
    padding-left: 27px;
}

.journal-contents{
    padding-right: 120px;
    margin-top: 30px;
}

.journal-contents a.journal .journal-btn{
    width: 234px;
    line-height: 31px;
    background: #005D80 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 32px;
    text-align: center;
    font: normal normal normal 14px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 22px;
}

.journal-contents a{
    text-decoration: none;
}

.journal-contents a h5{
    text-align: left;
    font: normal normal normal 30px/39px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 15px;
}

.journal-contents p{
    text-align: left;
    font: normal normal normal 16px/27px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    opacity: 1; 
}

/* mind-gym-details-page */
#mind-gym-details-wrap{
    margin-top: 20px;
}

.mind-gym-details-banner img{
    border-radius: 35px;
    opacity: 1;
    margin-top: -360px;
}

.mind-gym-details{
    overflow: hidden;
    margin-top: 40px;
    border-bottom: 1px solid #D4D2D2;
    padding-bottom: 40px;
}

.mind-gym-details-left{
    width: 884px;
    height: fit-content;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 35px;
    padding: 30px 40px 30px 40px;
}

/* .mind-gym-details-left-contents{

} */

.mind-gym-details-left-contents span{
    text-align: left;
    font: normal normal normal 19px/32px Roboto;
    letter-spacing: 0px;
    color: #989EA1;
}

.mind-gym-details-left-contents h4{
    text-align: left;
    font: normal normal normal 30px/42px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mind-gym-details-left-contents .categories{
    margin-bottom: 65px;
}

.mind-gym-details-left-contents .categories a{
    text-decoration: none;
    margin-right: 10px;
}

.mind-gym-details-left-contents .categories a .category-btn{
    text-align: left;
    font: normal normal normal 16px/29px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF; 
    background: #C96AA9 0% 0% no-repeat padding-box;
    border: 1px solid #C96AA9;
    border-radius: 32px; 
    width: fit-content;
    display: inline;
    padding: 5px 20px 5px 20px;
}

.para-pic{
    padding-right: 35px;
    /*margin-bottom: 15px;*/
    min-height: 435px;
}

.para-pic p{
    padding-right: 8px;
}

.author-wrap{
    margin-top: 45px;
}

.author-wrap img{
    width: 132px;
    height: 132px;
}

.author-contents{
    margin-top: 15px;
}

.author-contents span{
    text-align: left;
    font: normal normal normal 25px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize; 
}

.author-contents h5{
    text-align: left;
    font: normal normal 600 30px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-bottom: -15px;
}

.author-contents p{
    text-align: left;
    font: normal normal normal 17px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
}

.author-wrap a{
    text-decoration: none;
}

.author-wrap a .author-btn{
    width: 191px;
    height: 55px;
    box-shadow: 0px 2px 25px #00000005;
    border: 3px solid #B9D6E2;
    text-align: center;
    font: normal normal 600 18px/27px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize; 
    border-radius: 32px;   
    padding-top: 10px;
    margin-top: 35px;
    margin-left: 20px;
}

.category-wrap{
    margin-top: 40px;
}

.category-wrap h3{
    text-align: left;
    font: normal normal normal 30px/42px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    padding-right: 85px;
    margin-bottom: 20px;
}

.category-list ul{
    margin-left: -28px;
}

.category-list ul li{
    list-style-type: none;
}

.category-list ul li a{
    text-decoration: none;
    text-align: left;
    font: normal normal normal 16px/34px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}

.article-wrap{
    margin-top: 47px;
    /*margin-bottom: -500px;*/
    margin-bottom: -555px;
}

.article-wrap h4{
    text-align: center;
    font: normal normal normal 30px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.article-wrap .depression-bot-box{
    margin-right: 10px;
}

/* Contact us */
#contact-us-wrap{
    margin-bottom: -530px;
    /*margin-top: -320px;*/
        margin-top: 35px;
}

#contact-us-wrap .container{
    max-width: 74% !important;
}

.contact-map {
    width: 991px;
    /* height: 476px; */
}

.contact-map iframe{
    border-radius: 27px;
    /* position: absolute; */
}

.contact-address{
    width: 358px;
    height: 136px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border-radius: 22px;
    padding: 10px 75px 0 30px;
    position: relative;
    top: -170px;
    left: 25px;
}

.contact-address span{
    text-align: left;
    font: normal normal bold 20px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
}

.contact-address p{
    text-align: left;
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

/* .feedback-wrap{
    margin-top: -110px;
} */

.feedback{
    width: 480px;
    height: 177px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 30px;
}

.contact-social{
    align-items: center;
    display: flex;
}

.social-wrap a{
    text-decoration: none;
    flex-basis: content;
    margin-left: 17px;
}

.contact {
    margin-right: 18px;
}

.feedback-wrap h4{
    text-align: left;
    font: normal normal normal 24px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: -15px;
    margin-bottom: -5px;
}

.feedback-wrap span{
    text-align: left;
    font: normal normal normal 15px/28px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.contact a.feedback-contact{
    text-decoration: none;
    text-align: left;
    font: normal normal bold 25px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
}

.contact-form label{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 15px;
}

.contact-form input{
    height: 58px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
}

.contact-form textarea{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    height: 179px;
}

.contact-form h3{
    text-align: center;
    font: normal normal normal 32px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 60px;
}
.contact-btn .btnContact {
    width: 319px;
    height: 62px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    cursor: pointer;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 32px;
    border: none;
}

.contact-btn{
    margin-top: 30px;
    text-align: center;
}

/* Careers page  */
#careers-wrap{
    /*margin-top: -330px;*/
    margin-top: 35px;
    margin-bottom: -500px;
}

.careers-left{
    width: 100%;
    /*height: 440px;*/
        height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 15px 30px 34px 32px;
}

#careers-wrap h4{
    text-align: left;
    font: normal normal normal 24px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.careers-left h5{
    text-align: left;
    font: normal normal 600 20px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-bottom: -15px;
}

.careers-left span{
    text-align: left;
    font: normal normal normal 14px/23px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;    
}

.careers-left a{
    text-decoration: none;
}

.careers-left a .position-btn{
    width: 102px;
    height: 38px;
    box-shadow: 0px 2px 25px #00000005;
    border: 3px solid #B9D6E2;
    text-align: center;
    font: normal normal 600 13px/17px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    border-radius: 22px;
    padding-top: 7px;
    margin-top: 18px;
}

.careers-left p{
    text-align: left;
    font: normal normal normal 14px/23px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 20px;
}

.careers-left hr{
    width: 100%;
    border: 1px solid #B9D6E2;
}

.careers-right {
    margin-left: 30px;
    margin-top: -7px;
}

.careers-right label{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
}

.careers-right input{
    width: 100%;
    height: 58px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;    
    line-height: 52px;
}
.careers-right #Newfiles{
        cursor: pointer;
}

.careers-right h4{
    margin-bottom: -8px;
    margin-top: 25px;
}

.careers-right select{
    appearance: none;
}

.careers-right .position-drop-1 select{
    width: 100%;
    height: 58px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;    
}

.careers-right .position-drop-1::after{
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 20px;
    top: 77px;
    pointer-events: none;    
}

.careers-right select.po-salary-drop{
    width: 100%;
    height: 58px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
}

.careers-right .position-drop-2::after{
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 415px;
    top: 77px;
    pointer-events: none;    
}

.careers-right .salary-drop::after{
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 20px;
    top: 77px;
    pointer-events: none;    
}

.careers-right select{
    padding-left: 10px;
}

.careers-right .form-group span{
    text-align: left;
    font: italic normal 300 14px/23px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    position: relative;
    /*top: 55px;*/
    top: 5px;
}

.careers-right input.upload-cv{
    position:relative;
    z-index: 999;
    /* opacity: 0; */
    background: transparent;
}
#Newfiles::-webkit-file-upload-button {
    display: none;
}

.overlay-layer {
    /* position: absolute; */
    margin-top: -58px;
    opacity: 1;
    /*z-index: 0;*/
    color: #FFFFFF;
    /*width: 100%;*/
    z-index: 99;
    width: 15%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    text-align: right;
    font: normal normal 600 16px/21px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    /*line-height: 53px;*/
        line-height: 52px;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
    float: right;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.apply-position-btn .btnContact {
    width: 239px;
    height: 62px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    cursor: pointer;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 32px;
    border: none;
    /*margin-top: 45px;*/
    margin-top: 0;
}

/* Our Expert */
.banner-wrap img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    height: 100%;
}

#talk-wrap{
    /* padding: 0 143px 0 143px; */
    margin-top: 30px;
    margin-left: 110px;
}

#talk-wrap input{
    margin-right: 20px;
    margin-top: 14px;
    border-color: #005D80;
    margin-left: -35px;
    transform: scale(1.4);
}

.form-check-input:checked[type=radio] {
    background-color: #005D80 !important;
}

.expert1{
    width: 994px;
    height: 204px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid #B9D6E2;
    border-radius: 22px 22px 0px 0px;
    padding: 30px 42px !important;
}

#talk-wrap label{
    text-align: left;
    font: normal normal 600 30px/44px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}

.expert1 select{
    width: -webkit-fill-available;
    height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #B9D6E2;
    border-radius: 22px;
    padding-left: 28px;
    text-align: left;
    font: normal normal 600 22px/37px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
    appearance: none;
}

.expert1 select:focus-visible{
    outline: none;
}

.expert1 .form-check::after {
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow-blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 500px;
    top: 120px;
    pointer-events: none;
}

.expert1 button{
    width: 241px;
    height: 66px;
    background: #005D80 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: center;
    font: normal normal 600 25px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
    position: absolute;
    margin-top: 12px;
    margin-left: -242px;
}

.expert2{
    width: 994px;
    height: 151px;
    background: #FEF1FA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid #B9D6E2;
    border-top: none;
    padding: 30px 42px !important;
    border-radius: 0px 0px 22px 22px;
}

.expert2 span{
    text-align: center;
    font: normal normal normal 22px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 10px;
    margin-left: 3px;
}

.expert2 span a{
    text-decoration: none;
    color: #433C40;
}

.expert3{
    width: 994px;
    height: 144px;
    background: #FEF1FA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid #B9D6E2;
    border-radius: 0px 0px 22px 22px;
    border-top: none;
    padding: 30px 42px !important;
}

.expert3 span{
    text-align: left;
    font: normal normal normal 20px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    position: relative;
    top: -15px;
}

.expert3 label{
    /* margin-left: 15px; */
    margin-top: -10px;
    position: relative;
    top: -20px;
}

.expert3 input{
    margin-top: 25px !important;
}

#profile-wrap{
    /* padding: 50px 41px 125px 60px; */
    background-color: #FEFEFE;
    margin-bottom: -500px;
    /* margin-top: 65px; */
    margin-top: 0;
}

.profile-left{
    margin-top: 60px;
    position: sticky;
    /*top: 107px;*/
    top: 75px;
}

.profile-left h4{
    text-align: left;
    font: normal normal normal 24px/35px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}

.profile-left hr{
    width: 285px;
    border: 1px solid #DFD9D9;
    margin-bottom: 12px;
    margin-top: 20px;
}

.profile-left span{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #6B96A7;
    text-transform: capitalize;
}

.profile-left select{
    width: 285px;
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    appearance: none;
    /*margin-top: 10px;*/
    /*margin-bottom: 15px;*/
        margin-top: 5px;
    margin-bottom: 5px;
}
.secializ-wrap button {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* .profile-left::after{
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 125px;
    top: 137px;
    pointer-events: none;
} */

.profile-left select {
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
}

.profile-left select:focus-visible{
    outline: none;
}

.profile-left input{
    border-color: #005D80;
    margin-top: 10px;
}

.date-check input {
    width: 285px;
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    /*margin-bottom: 20px;*/
        margin-bottom: 7px;
}
.date-check img {
    position: absolute;
    margin-top: 20px;
    margin-left: 250px;
}

.languages{
    margin-top: 10px;
    padding-bottom: 0px;
    margin-left: -15px;
}

.languages input {
    margin-top: 4px;
    position: relative;
    top: 1px;
    right: 7px;
    transform: scale(1.2);
}

.languages label{
    text-align: left;
    font: normal normal normal 16px/23px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

/* .mode::after{
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    right: 125px;
    top: 586px;
    pointer-events: none;
} */

.profile-right{
    /* width: 866px; */
    /* height: 446px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 22px 33px 33px 33px;
    /* margin-left: -60px; */
    margin-top: 35px;
}

.profile-det span{
    text-align: center;
    font: normal normal normal 15px/52px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}

.profile-det h3{
    text-align: left;
    font: normal normal 600 25px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: -15px;

}

.profile-det p{
    text-align: left;
    font: italic normal normal 14px/23px Roboto;
    letter-spacing: 0px;
    color: #888587;
    text-transform: capitalize;
}

.profile-right hr{
    width: inherit;
    border: 1px solid #DFD9D9;
    /* margin-left: -34px; */
}

.experience-det span{
    text-align: left;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
}

.com-lang p{
    width: 37px;
    height: 37px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: center;
    font: normal normal medium 13px/22px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    padding-top: 8px;
    display: inline-block;
    margin-top: 7px;
    font-family: 'Roboto';
    font-size: 13px;
}
.com-methods {
    display: flex;
}
.com-methods .com-icon{
    width: 37px;
    height: 37px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: center;
    /* padding-top: 5px; */
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-det a{
    text-decoration: none;
}

.experience-det-left button{
    /* width: 151px; */
    width: 130px;
    height: 39px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    text-align: center;
    font: normal normal bold 16px/29px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 22px;
    border: none;
    margin-top: 23px;
}

.experience-det-right p{
    text-align: left;
    font: normal normal normal 15px/23px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize; 
    /* margin-top: 8px;  */
    margin-bottom: 22px;
}

.experience-tags{
    margin-top: 10px;
}

.experience-tags span{
    border: 2px solid #B9D6E2;
    border-radius: 22px;
    text-align: center;
    font: normal normal normal 13px/25px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    padding: 0 15px;
    display: inline-block;
    margin-top: 10px;
}

/* Our experts details */
/* #head-wrap{
    padding: 0 110px 0 130px;
} */

.expert-tabs-wrap .container{
    max-width: 75% !important;
}

.expert-tabs-wrap .row{
    background: #EAEAEA 0% 0% no-repeat padding-box;
    border-radius: 32px;
    line-height: 55px;
}

.expert-tabs-wrap span{
    text-align: left;
    font: normal normal bold 18px/48px Aileron;
    letter-spacing: 0.27px;
    color: #005D80;
    text-transform: capitalize;
    margin-left: 23px;
}

.expert-tabs-wrap .expert-tab-active{
    width: 339px;
    background-color: #AE4288;
    border-radius: 32px;
    margin-left: -12px;
    position: absolute;
}

.expert-tabs-wrap .expert-tab-active span{
    color: #FFFFFF;
}

#details-wrap{
    margin-top: 50px;
    margin-bottom: -525px;
}

.profile-details a button{
    border: none;
    background: none;
    text-align: left;
    font: normal normal normal 16px/29px Roboto;
    letter-spacing: 0px;
    color: #888587;
    text-transform: capitalize;
}

.profile-details img{
    margin-right: 20px;
    margin-bottom: 3px;
}

.profile-name{
    margin-top: 35px;
}

.profile-name-left img {
    width: 80%;
    margin-top: 15px;
}

.profile-name-right {
    margin-left: -20px;
}

.profile-name-right span{
    text-align: center;
    font: normal normal normal 18px/52px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    text-transform: capitalize;
}

.profile-name-right h4{
    text-align: left;
    font: normal normal bold 39px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-top: -12px;
}

.profile-name-right p{
    text-align: left;
    font: italic normal normal 16px/29px Roboto;
    letter-spacing: 0px;
    color: #888587;
    text-transform: capitalize;
    margin-top: 15px;
}

.tags span{
    border: 2px solid #B9D6E2;
    border-radius: 22px;
    text-align: left;
    font: normal normal normal 14px/27px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    padding: 3px 16px;
    display: inline-block;
    margin-top: 10px;
}

.tags a{
    text-decoration: none;
}

.details-tab ul{
    border: none;
}

.details-tab .nav-tabs{
    overflow: hidden;
    margin-top: 65px;
    margin-left: 20px;
}

.details-tab .nav-tabs button{
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    text-align: left;
    font: normal normal normal 17px/25px Roboto;
    letter-spacing: 0px;
    color: #888587;
    text-transform: capitalize;
    margin-right: 30px;
}

.details-tab .nav-tabs button.active {
    border-bottom: 3px solid #005D80;
    color: #005D80;
}

.tab-content .tab-pane{
    display: none;
    padding: 15px 55px 15px 28px;
    border-top: none;
    border-radius: 22px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
}

.tab-content .tab-pane h3 {
    /* margin-top: 30px; */
    text-align: left;
    font: normal normal normal 26px/55px Aileron;
    letter-spacing: 0px;
    color: #005D80;
}

.tab-content .tab-pane p{
    text-align: left;
    font: normal normal normal 14px/26px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
}

#Experience span{
    text-align: left;
    font: normal normal 600 17px/55px Aileron;
    letter-spacing: 0px;
    color: #005D80;
}

#Experience p{
    text-align: left;
    font: normal normal normal 14px/25px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 15px;
    margin-left: 30px;
}

#Experience .vl {
    border-left: 1px solid #CCCCCC;
    /* height: 68px; */
    width: fit-content;
    margin-left: 44px;
}

#Reviews .checked {
    color: #C96AA9;
    font-size: 27px;
    margin-top: 20px;
}

#Reviews p{
    text-align: left;
    font: normal normal normal 14px/26px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 20px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
}

.reviews{
    background: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position-x: right;
    margin-right: 16px;
}

#Reviews a button{
    text-align: center;
    font: normal normal normal 17px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    border: none;
    background: none;
    position: relative;
    left: 39%;
}

.com-wrap{
    width: 368px;
    /* height: 469px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 30px;
    float: right;
    margin-top: 70px;
    padding-bottom: 35px;
}

.com-wrap span{
    text-align: left;
    font: normal normal normal 20px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.com-wrap .com-methods{
    margin-bottom: 30px;
    margin-top: 5px;
}

.com-wrap .com-lang{
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    margin-top: 5px;
}

.com-wrap .appointment p{
    /*width: 207px;*/
    /*text-align: left;*/
    width: fit-content;
    text-align: left !important;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 22px;
    padding: 10px 20px 10px 20px;
    margin-top: 12px;
}

.com-wrap .appointment p img {
    margin-right: 15px;
    margin-top: -3px;
}

.com-wrap button{
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border-radius: 35px;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
    padding: 10px 32px;
    margin-top: 20px;
}

/* Request Appointment  */
.expert-tabs-wrap .expert-tab-old{
    background: #CB5793 0% 0% no-repeat padding-box;
    border-radius: 32px;
    margin-left: -12px;
    position: relative;
    margin-right: -60px;
}

.expert-tabs-wrap .expert-tab-old span{
    color: #DC8DB6;
}

.request-appoinment-wrap{
    margin-top: 65px;
    margin-bottom: -540px;
}

.request-appoinment-left h3{
    text-align: left;
    font: normal normal bold 42px/55px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
}

.request-appoinment-left h4{
    text-align: left;
    font: normal normal normal 30px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 45px;
}

.select-mode{
    margin-top: 35px;
    margin-bottom: 35px;
}

.request-appoinment-left span{
    text-align: left;
    font: normal normal normal 18px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    display: block;
    margin-bottom: 14px;
    cursor: pointer;
}

.mode-box img {
    margin-right: 5px;
}

.select-mode .mode-box{
    height: 50px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    transition: .5s;
    text-align: center;
    font: normal normal normal 18px/37px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    width: 31.33%;
}

.box1{
    width: 204px;
}

.box2{
    width: 216px;
}

.box3{
    width: 166px;
}

.mode-box label {
    line-height: 50px;
}

.mode-box [type="radio"]:checked + label {
    background: #C96AA9;
    border-radius: 30px;
    color: #FFFFFF;
}

.mode-box:hover{
    background: #C96AA9;
    color: #FFFFFF;
    transition: .5s;
}

.mode-box label,
.mode-box input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mode-box input[type="radio"] {
    opacity: 0.011;
}

.request-appoinment-left label {
    cursor: pointer;
}

.select-language {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}

.select-language .language-box{
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: inline-block;
    height: 50px;
    margin-right: 5px;
    position: relative;
    transition: .5s;
    text-align: center;
    font: normal normal normal 18px/28px Noto Sans Sinhala SemiCondensed;
    letter-spacing: 0px;
    color: #005D80;
}

.language-box-1{
    width: 115px;
}

.language-box-2{
    width: 102px;
}

.language-box label{
    line-height: 50px;
}

.language-box [type="radio"]:checked + label {
    background: #C96AA9;
    border-radius: 30px;
    color: #FFFFFF;
}

.language-box:hover{
    background: #C96AA9;
    color: #FFFFFF;
    transition: .5s;
}

.language-box label,
.language-box input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.language-box input[type="radio"] {
    opacity: 0.011;
}

.specializations label{
    text-align: left;
    font: normal normal normal 16px/37px Aileron;
    letter-spacing: 0px;
    color: #005D80;
}

.specializations {
    margin-top: 30px;
}

.specializations input {
    margin-top: 10px;
}

.appointment-date {
    margin-top: 20px;
}

.date-time input{
    width: 403px;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    padding-left: 10px;
}

.date-time input:focus-visible {
    outline: none;
}

.appointment-date img{
    position: absolute;
    margin-top: 20px;
    margin-left: 365px;
}

.customer-fields{
    margin-top: 10px;
}
.customer-details .customer-fields{
    margin-top: 40px;
}

.customer-fields span{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.customer-fields .form-check {
    margin-top: -10px;
    display: inline-block;
    margin-right: 60px;
    margin-left: -17px;
}

.customer-details input{
    /* margin-right: 25px;
    margin-top: 14px; */
    border-color: #005D80;
}

.customer-fields .form-check label{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.customer-fields .form-check input{
    margin-top: 9px;
    transform: scale(1.2);
    position: relative;
    right: 5px;
}

.customer-fields .form-group label{
    display: block;
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.customer-fields .form-group input{
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
}

input:focus-visible{
    outline: none !important;
}

select:focus-visible{
    outline: none !important;
}

.customer-fields .form-group select{
    height: 52px;
    width: -webkit-fill-available;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    appearance: none;
}

.customer-fields .title-drop::after {
    content: '';
    position: absolute;
    background: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    top: 82px;
    left: 95px;
}

.customer-fields .form-group {
    margin-top: 20px;
}

.customer-fields form p{
    text-align: left;
    font: normal normal normal 16px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    margin-top: 25px;
    margin-bottom: 25px;
}

.customer-fields form p a{
    text-decoration: underline;
    color: #0F7FAA;
}

.customer-details-btn .btnCustomer{
    width: 316px;
    height: 62px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border-radius: 30px;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
}

.request-appoinment-right{
    width: 368px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding-top: 32px;
    float: right;
    padding-bottom: 30px;
    position: sticky;
    top: 68px;
}

.request-appoinment-right h5{
    text-align: left;
    font: normal normal normal 20px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-left: 32px;
    margin-bottom: 15px;
}

.appoinment-profile{
    margin-left: 32px;
}

.appoinment-profile img{
    display: block;
    width: 25%;
}

.appoinment-profile span{
    text-align: center;
    font: normal normal normal 16px/52px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    text-transform: capitalize;
}

.appoinment-profile h4{
    text-align: left;
    font: normal normal bold 20px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-top: -25px;
}

.request-appoinment-right hr{
    border: 1px solid #DFDBDB;
}

.next-appoinment{
    width: 207px;
    /*height: 70px;*/
        height: 47px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    margin-left: 20px;
    border-radius: 30px;
}

.next-appoinment p{
    text-align: center;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    padding-top: 9px;
    margin-left: 5px;
}

.next-appoinment p img{
    margin-right: 12px;
}

/* Payment form  */
div#head-wrap .container {
    max-width: 75%;
}

.payments-wrap .container {
    max-width: 90%;
}

.payment .page-head .main-text{
    padding: 13px 133px 19px 30px !important;
    margin-left: -57px;
    background-color: #b43a79;
    color: #FFFFFF;
}

.payment .page-head {
    background: #CB5793 0% 0% no-repeat padding-box;
    border-radius: 28px;
}

.payment .page-head span {
    padding: 15px 150px 15px 30px !important;
    text-align: left;
    font: normal normal bold 18px/48px Aileron;
    letter-spacing: 0.27px;
    color: #DC8DB6;
    text-transform: capitalize;
}

.payments-wrap {
    margin-top: 75px;
    margin-bottom: -500px;
}

.payment-left h3{
    text-align: left;
    font: normal normal bold 42px/55px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
}

.payment-left h4{
    text-align: left;
    font: normal normal normal 30px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 35px;
    margin-bottom: 15px;
}

.payment-left span{
    text-align: left;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    display: inline-block;
}

.payment-left span a{
    text-decoration: none;
    color: #433C40;
}

.payment-method {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -12px;
}

.payment-method input{
    margin-top: 13px;
    transform: scale(1.3);
    position: relative;
    right: 10px;
}

.payment-method label{
    text-align: left;
    font: normal normal 600 19px/43px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.payment-details span{
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-left: 25px;
}

.bank-details{
    width: 502px;
    /* background: #FCF9F9 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 3px 58px #0000001A; */
    border-radius: 14px;
    padding: 22px 40px 20px 25px;
    margin: 15px 0 50px 25px;
}

.bank-details p{
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bank-details a{
    text-align: left;
    text-decoration: underline;
    font: normal normal medium 14px/24px Roboto;
    letter-spacing: 0px;
}

.bank-details span{
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-left: 0;
    display: block;
}

.confirm-or-cancel-btn{
    margin-top: 35px;
}

.confirm-btn{
    display: inline-block;
}

.confirm-btn button{
    width: 319px;
    height: 62px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border: none;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 35px;
}

.cancel-btn{
    display: inline-block;
    float: right;
}

.cancel-btn button{
    display: inline-block;
    width: 316px;
    height: 62px;
    border: 3px solid #B9D6E2;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #7E99A4;
    text-transform: capitalize;
    border-radius: 35px;
    background: none;
}

.payment-right{
    width: 368px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 35px 32px 0 32px;
}

.payment-right h5{
    text-align: left;
    font: normal normal normal 20px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.payment-right h6{
    text-align: left;
    font: normal normal normal 17px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: -15px;
}

.payment-right span{
    text-align: left;
    font: normal normal bold 17px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
}

.counsellor img{
    width: 100%;
}

.payment-right hr{
    border: 1px solid #DFDBDB;
    width: 122%;
    margin-left: -33px;
}

.pref{
    margin-bottom: 25px;
}

.pref span{
    padding: 10px 20px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: left;
    /* font: normal normal medium 17px/25px Roboto !important; */
    font-size: 17px;
    font-weight: medium;
    font-family: Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    position: relative;
    top: 10px;
}

.pref span img{
    margin-right: 10px;
}

/* Payment confirmation page  */
.payment-confirm-wrap{
    margin-top: 170px;
    margin-bottom: -500px;
}

.payment-confirm-wrap .container{
    max-width: 90%;
}

.payment-confirm-left h2{
    text-align: left;
    font: normal normal bold 42px/55px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
}

.payment-confirm-left h3{
    text-align: left;
    font: normal normal normal 30px/44px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 30px;
}

.payment-confirm-left p{
    text-align: left;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 30px;
}

.payment-confirm-right{
    width: 692px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 32px 40px;
}

.payment-confirm-right h3{
    text-align: left;
    font: normal normal normal 30px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}

.payment-summary{
    margin-top: 30px;
}

.payment-summary img{
    width: 30%;
    margin-bottom: 5px;
}

.payment-summary h6{
    text-align: left;
    font: normal normal normal 17px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-bottom: -15px;
    margin-top: 10px;
}

.payment-summary span{
    text-align: left;
    font: normal normal bold 17px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
}

.payment-summary a{
    text-decoration: none;
}

.payment-summary button{
    /*width: 156px;*/
        width: 170px;
    height: 41px;
    border: 3px solid #005D80;
    border-radius: 35px;
    background: none;
    text-align: center;
    font: normal normal bold 16px/22px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
}

.com{
    margin-bottom: 25px;
}

.com span{
    padding: 10px 20px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-align: left;
    /* font: normal normal medium 17px/25px Roboto !important; */
    font-size: 17px;
    font-weight: medium;
    font-family: Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    position: relative;
    top: 10px;
}

.com span img{
    margin-right: 10px;
    width: auto;
    margin-top: 5px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #64264F;
    z-index: 9;
    margin-right: 15px;
}

.back-to-top:focus {
    outline: 0;
    box-shadow: none !important;
}

.foot .btn-light {
    color: #fff;
    background-color: #cc5894;
    border: none;
}

.foot .btn-light:focus {
    color: #fff;
    background-color: #cc5894;
}

.foot .btn-light:hover{
    color: #fff;
    background-color: #005D80;
}

.corporate-service-wrap{
    margin-top: 30px;
}

.corporate-service-wrap h3{
    text-align: center;
    font: normal normal normal 30px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.service-group-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-group-content a button{
    /* width: 348px; */
    width: 280px;
    height: 107px;
    box-shadow: 0px 2px 25px #00000005;
    border: 3px solid #B9D6E2;
    border-radius: 21px;
    text-align: center;
    font: normal normal 900 18px/27px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 20px;
    /* padding: 30px 65px; */
    padding: 30px 25px;
    padding-top: 23px;
    background: transparent;
    transition: 0.5s;
    cursor: auto;
}
.service-group-content a button:hover{
    background: #005D80 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}
.corporate-service-groups {
    display: flex;
    border: 2px solid #005d80e3;
    border-radius: 65px;
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.corporate-service-groups:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border: 1px solid #005d80e3;
    left: 38%;
    top: 0;
}
.corporate-service-groups .service-group {
    width: 38%;
    padding: 0 40px;
    margin-bottom: 20px;
}
.corporate-service-groups .service-individual {
    width: 62%;
    padding: 0 35px;
}
.service-group {
    margin-bottom: 70px;
}
.service-individual {
    /* margin-top: 65px;
    margin-bottom: 75px; */
}
.hl{
    border: 1px solid #B9D6E2;
    width: 100%;
}
.service-individual-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}
.service-individual-content span{
    text-align: left;
    /*font: normal normal 900 18px/29px Aileron;*/
    font: normal normal 900 17px/27px Aileron;
    letter-spacing: 0px;
    color: #005D80;
}
.service-individual-content p{
    text-align: center;
    font: normal normal normal 15px/20px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    margin-bottom: 0;
}
.service-individual-content a button{
    height: 107px;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    background: transparent;
    padding: 12px 25px;
    /* margin-right: 20px; */
    transition: 0.5s;
        cursor: auto;
        max-width: 150px;
}
.service-individual-content a:nth-child(7) button {
    max-width: 250px;
}
.service-individual-content a:last-child button {
    margin-right: 0;
}
.service-individual-content a button:hover{
    background: #005D80 0% 0% no-repeat padding-box;
    
}
.service-individual-content a button:hover span{
    color: #FFFFFF;
}
.service-individual-content a button:hover p{
    color: #FFFFFF;
}

.works-wrap{
    margin-top: 0;
    /*margin-bottom: -515px;*/
    margin-bottom: -560px;
}
.works-contents{
    display: block;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
.works-contents h3{
    text-align: center;
    font: normal normal normal 30px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.works-contents p{
    text-align: center;
    font: normal normal normal 16px/28px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    padding: 0 200px;
    margin-top: 20px;
}
.works-contents a button{
    text-align: center;
    font: normal normal bold 17px/21px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    /* width: 419px; */
    width: auto;
    padding: 0 25px;
    /*height: 46px;*/
    height: 65px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border: none;
    border-radius: 22px;
    margin-top: 0;
}
.works-contents img{
    margin-right: 15px;
}
.register-form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    width: 914px;
    height: 486px;
    border-radius: 22px;
    padding: 42px 54px;
    /*margin-top: 98px;*/
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
}
.register-form h3{
    text-align: center;
    font: normal normal normal 30px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.register-form p{
    text-align: center;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 20px;
}
.register-form label{
    text-align: center;
    font: normal normal normal 16px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: 10px;
}
.register-form input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    width: 387px;
    height: 52px;
}
.register-form .register-btn{
    margin-top: 40px;
    text-align: center;
}
.register-form .register-btn input{
    width: 180px;
    height: 46px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    text-align: center;
    font: normal normal bold 17px/21px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 22px;
    border: none;
}
.corporate-register .container{
    max-width: 914px !important;
}
.corporate-register{
    text-align: center;
    margin-top: 35px;
    margin-bottom: -565px;
}
.corporate-register span{
    text-align: center;
    font: normal normal normal 20px/44px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.corporate-register h3{
    text-align: center;
    font: normal normal 600 30px/44px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: -5px;
}
.corporate-register-contents{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    width: 100%;
    /*height: 370px;*/
        height: auto;
    margin-top: 42px;
    padding: 42px 53px 27px 35px;
}
.corporate-register-left h4{
    text-align: left;
    font: normal normal normal 30px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.corporate-register-left p{
    text-align: left;
    font: normal normal normal 17px/24px Roboto;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}
.corporate-register-det span{
    text-align: left;
    font: normal normal normal 15px/23px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    height: 32px;
    box-shadow: 0px 2px 25px #00000005;
    border: 3px solid #B9D6E2; 
    border-radius: 22px; 
    padding: 5px 23px;
}
.corporate-register-det {
    margin-left: -10px;
    margin-top: 30px;
}
.corporate-register-det p{
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    margin-top: 25px;
    margin-left: 0;
    margin-left: 15px;
    margin-top: 30px;
}
.corporate-register-right-content{
    width: 280px;
    /*height: 235px;*/
        height: auto;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: left;
    padding: 25px;
}
.corporate-register-right-content span{
    text-align: left;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.corporate-register-right-content h5{
    text-align: left;
    font: normal normal bold 16px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-top: -15px;
}
.corporate-register-right-content img{
    width: 58px;
    height: 58px; 
    position: relative;
    right: 15px;  
    top: -10px;
}
.corporate-register-right-content p{
    text-align: left;
    font: italic normal normal 13px/22px Roboto;
    letter-spacing: 0px;
    color: #888587;
    text-transform: capitalize;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-top: -10px;
}
.corporate-register-right-content a{
    width: 221px;
    height: 41px;
    border: 3px solid #B9D6E2;
    border-radius: 22px;
    text-align: center;
    font: normal normal 600 14px/20px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    padding: 11px 75px;
    text-decoration: none;
}
.corporate-register-right-content a:hover{
    color: #005D80;
}
.corporate-register-right a button{
    width: 229px;
    height: 46px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border-radius: 22px;
    text-align: center;
    font: normal normal bold 16px/21px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
    margin-top: 20px;
    margin-left: 25px;
}

.about-us-pic img {
    border-radius: 22px;
}
.appointment.fee p {
    width: fit-content;
}
.appointment.fee {
    margin-top: -15px;
}
.career-pic img {
    border-radius: 22px;
    margin-bottom: 40px;    
}

/* Review page */
#review-wrap {
    position: relative;
    top: -330px;
    margin-bottom: -800px;
}
.review-left {
    width: 395px;
    height: 179px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    padding: 33px;
    margin-left: 10px;
}
.review-left h4{
    text-align: left;
    font: normal normal normal 24px/52px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    margin-top: -10px;
    margin-bottom: 10px;
}
.review-left span{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.review-left h5{
    text-align: left;
    font: normal normal 600 20px/55px Aileron;
    letter-spacing: 0px;
    color: #CC5894;
    margin-top: -20px;
}
.review-right h3{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.review-right {
    margin-left: 40px;
}
.rate {
    float: left;
    margin-top: -20px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width: 24px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    margin-right: 5px;
}
.rate:not(:checked) > label:before {
    /* content: '★ '; */
    content: url(../img/default-star.png) !important;
}
.rate > input:checked ~ label {
    content: url(../img/hover-star.png) !important; 
    margin-top: 10px;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    content: url(../img/hover-star.png) !important;
    margin-top: 10px;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    content: url(../img/hover-star.png) !important;
    width: 24px;
    margin-top: 10px;
}
h6.rate-low{
    position: absolute;
    text-align: left;
    font: normal normal normal 13px/35px Aileron;
    letter-spacing: 0px;
    color: #B6BABC;
    text-transform: capitalize;
    margin-top: 8px;
    margin-left: 5px;
}
h6.rate-high{
    position: absolute;
    text-align: left;
    font: normal normal normal 13px/35px Aileron;
    letter-spacing: 0px;
    color: #B6BABC;
    text-transform: capitalize;
    margin-left: 130px;
    margin-top: 8px;
    width: max-content;
}
.review-right h2{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
    position: relative;
    left: -147px;
    top: 50px;
}
.review-right textarea{
    width: 100%;
    height: 146px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #B9D6E2;
    border-radius: 7px;
    position: relative;
    top: 45px;
}
.review-right input{
    width: 239px;
    height: 62px;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    text-align: center;
    font: normal normal bold 22px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 50px;
    margin-top: 70px;
    border: none;
}
/* End of Review page */


/* updates */

.secializ-wrap {
    position: relative;
    display: block;
}

.btn-submit {
    width: 282px;
    height: 45px;
    background: #0d6efd;
    box-shadow: 0px 3px 6px #00000057;
    text-align: center;
    font: normal normal bold 16px/29px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 22px;
    display: inline-block;
    border: none;
    margin: 10px auto 0 auto;
}

.language-wrap {
    position: relative;
    display: block;
    /*margin-bottom: 20px;*/
        margin-bottom: 5px;

}


/* Latest updates */
.top-banner {
    /*height: 755px;*/
    height: 420px;
    background-size: cover !important;
        /*background-position: center !important;*/
        /*background-position: 20% 0 !important;*/
            background-position: 35% 0 !important;
}
.top-banner-slider.owl-carousel .owl-item img {
    width: auto;
}
.ban-card {
    /*padding-top: 1px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}
.top-banner-slider.owl-theme .owl-dots {
    display: none;
}
.top-banner-slider.owl-theme .owl-nav {
    margin-top: -110px;
    position: relative;
    top: -100px;
}
.top-banner-slider.owl-theme .owl-nav .owl-prev span{
    left: -620px;
    margin-left: 0;
    pointer-events: auto;
    top: -105px;
}
.top-banner-slider.owl-theme .owl-nav .owl-next span{
    right: -620px;
    margin-right: 0;
    pointer-events: auto;
    top: -105px;
}
a .cal-btn {
    z-index: 9;
}
.top-banner-slider {
    overflow: hidden;
}
.top-banner-slider.owl-theme .owl-nav [class*=owl-] {
    pointer-events: none;
}
.top-banner-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.accordion-item {
    border-bottom: 1px solid #D9D1D1 !important;
}
.accordion-item:last-child {
    border: none !important;
}
.policy-style{
    padding: 150px 0;
    text-align: center;
    margin-bottom: -48%;
    font: normal normal bold 38px/55px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
}










/*Pre loader*/
.preloader{
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: #fff;
}
/*.loader-bg, .preloader {*/
/*  display: flex;*/
/*}*/
.loader-bg {
  animation: tiltSpin 8s linear infinite;
      display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 17em;
  height: 17em;
}
.loader-bg, .preloader__ring {
  transform-style: preserve-3d;
}
.preloader__ring {
  animation-name: spin;
  animation-duration: 4s;
  animation-timing-function: inherit;
  animation-iteration-count: inherit;
  font-size: 2em;
  position: relative;
  height: 3rem;
  width: 1.5rem;
  color: #cc5894;
}
.loader-bg .preloader__ring:nth-child(2) {
    color: #005d80;
}
.preloader__ring:nth-child(even) {
  animation-direction: reverse;
}
.preloader__sector {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(7rem);
}
.preloader__sector, .preloader__sector:empty:before {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.preloader__sector:empty:before {
  background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
  content: "";
}
.preloader__sector:nth-child(2) {
  transform: rotateY(12deg) translateZ(7rem);
}
.preloader__sector:nth-child(3) {
  transform: rotateY(24deg) translateZ(7rem);
}
.preloader__sector:nth-child(4) {
  transform: rotateY(36deg) translateZ(7rem);
}
.preloader__sector:nth-child(5) {
  transform: rotateY(48deg) translateZ(7rem);
}
.preloader__sector:nth-child(6) {
  transform: rotateY(60deg) translateZ(7rem);
}
.preloader__sector:nth-child(7) {
  transform: rotateY(72deg) translateZ(7rem);
}
.preloader__sector:nth-child(8) {
  transform: rotateY(84deg) translateZ(7rem);
}
.preloader__sector:nth-child(9) {
  transform: rotateY(96deg) translateZ(7rem);
}
.preloader__sector:nth-child(10) {
  transform: rotateY(108deg) translateZ(7rem);
}
.preloader__sector:nth-child(11) {
  transform: rotateY(120deg) translateZ(7rem);
}
.preloader__sector:nth-child(12) {
  transform: rotateY(132deg) translateZ(7rem);
}
.preloader__sector:nth-child(13) {
  transform: rotateY(144deg) translateZ(7rem);
}
.preloader__sector:nth-child(14) {
  transform: rotateY(156deg) translateZ(7rem);
}
.preloader__sector:nth-child(15) {
  transform: rotateY(168deg) translateZ(7rem);
}
.preloader__sector:nth-child(16) {
  transform: rotateY(180deg) translateZ(7rem);
}
.preloader__sector:nth-child(17) {
  transform: rotateY(192deg) translateZ(7rem);
}
.preloader__sector:nth-child(18) {
  transform: rotateY(204deg) translateZ(7rem);
}
.preloader__sector:nth-child(19) {
  transform: rotateY(216deg) translateZ(7rem);
}
.preloader__sector:nth-child(20) {
  transform: rotateY(228deg) translateZ(7rem);
}
.preloader__sector:nth-child(21) {
  transform: rotateY(240deg) translateZ(7rem);
}
.preloader__sector:nth-child(22) {
  transform: rotateY(252deg) translateZ(7rem);
}
.preloader__sector:nth-child(23) {
  transform: rotateY(264deg) translateZ(7rem);
}
.preloader__sector:nth-child(24) {
  transform: rotateY(276deg) translateZ(7rem);
}
.preloader__sector:nth-child(25) {
  transform: rotateY(288deg) translateZ(7rem);
}
.preloader__sector:nth-child(26) {
  transform: rotateY(300deg) translateZ(7rem);
}
.preloader__sector:nth-child(27) {
  transform: rotateY(312deg) translateZ(7rem);
}
.preloader__sector:nth-child(28) {
  transform: rotateY(324deg) translateZ(7rem);
}
.preloader__sector:nth-child(29) {
  transform: rotateY(336deg) translateZ(7rem);
}
.preloader__sector:nth-child(30) {
  transform: rotateY(348deg) translateZ(7rem);
}

/* Animations */
@keyframes tiltSpin {
  from {
    transform: rotateY(0) rotateX(30deg);
  }
  to {
    transform: rotateY(1turn) rotateX(30deg);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(1turn);
  }
}


.terms-conditions h2 {
    text-align: left;
    margin-bottom: 12px;
    margin-top: 30px;
    font-size: 28px;
}
.terms-conditions p {
    text-align: justify;
    padding: 0;
}
.terms-conditions li {
    margin-bottom: 8px;
    font: normal normal normal 18px/34px Roboto;
    letter-spacing: 0px;
    color: #433C40;
}
.terms-conditions ul li {
    font-weight: 600;
    font-size: 18px;
}
.terms-conditions ul ol li {
    font-weight: normal;
}
.terms-conditions {
    margin-top: -350px;
    margin-bottom: -570px;
}
#talk-wrap .row:nth-child(3) .form-check {
    padding-left: 15px;
}
.date-amount {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}
.date-amount span {
    font-weight: bold;
    background: #005d80;
    color: #fff;
    font-size: 16px;
    border: 3px solid #005d80;
    margin-right: 20px;
    line-height: 16px;
}
.date-amount span:last-child {
    margin-right: 0;
}

.payment-summary table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}


.expert1 select option {
    font-size: 1rem;
    color: #212529;
}
.reg-pop {
    text-align: left;
    font: normal normal normal 14px/22px Aileron;
    letter-spacing: 0px;
    color: #212529;
    margin-top: 5px;
}
.fee-amount {
    margin-bottom: 20px;
}
.fee-amount h6 {
    width: max-content;
    height: 47px;
    padding: 0 25px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    margin-left: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #005D80;
    text-transform: capitalize;
}
.profile-left h4 b {
    font: normal normal 600 30px/44px Aileron;
    letter-spacing: 0px;
    color: #C96AA9;
    text-transform: capitalize;
}
.pdf-style .foot {
    top: 0;
}
.apply-position-btn #process {
    margin-top: -20px;
    top: -42px;
    position: relative;
}
.apply-position-btn #process img{
    width: 20%;
}
.corperate-slider img {
    /*width: auto !important;*/
        width: 75% !important;
}
.corperate-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-corp-logo {
    /*flex-basis: 20%;*/
    /*padding: 25px;*/
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.single-corp-logo img {
    width: 100%;
        /*width: 80%;*/
}
.corporate-below-pic {
    text-align: center;
    margin-top: 20px;
}
.corperate-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
        height: 120px;
}
.corperate-slider .owl-dots {
    margin-top: 22px;
}

.mind-gym-bg .banner-wrap {
    min-height: 500px;
}
.mind-gym-det {
    min-height: 500px;
}

.our-expert-main-section{
    padding: 0 0 30px;
}
.our-expert-search-wrap{
    background: #0d6efd;
    width: 100%;
    height: auto;
    /* padding: 50px 20px 50px; */
    padding: 32px 20px 20px;
    border-radius: 20px;
}
.our-expert-search-top{
    padding-bottom: 20px;
}
.our-expert-search-top label {
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-expert-search-top input{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
}
.our-expert-search-top select{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
    appearance: none;
    cursor: pointer;
}
.our-expert-search-btn{
    /*padding-top: 40px;*/
    padding-top: 30px;
}
.our-expert-search-btn input{
    width: 100%;
    height: 50px;
    background: #cc5894;
    border-radius: 5px;
    border: none;
    text-align: center;
    font: normal normal normal 18px/50px Aileron;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
}
.our-expert-search-wrap button{
    background: transparent;
    border: none;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.our-expert-search-btn button {
    background: #cc5894;
    padding-bottom: 0;
    position: relative;
}
.our-expert-search-wrap button#toggle-search-bot:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: #Fff;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    transition: .5s;
}
.our-expert-search-wrap button h5{
    text-align: center;
    font: normal normal normal 15px/25px Aileron;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.our-expert-search-wrap button h5:before {
    content: '';
    position: absolute;
    width: 39%;
    height: 0;
    border: 1px solid #Fff;
    top: 12px;
    left: 0
}
.our-expert-search-wrap button h5:after {
    content: '';
    position: absolute;
    width: 39%;
    height: 0;
    border: 1px solid #Fff;
    top: 12px;
    right: 0;
}
.our-expert-search-wrap button img{
    position: relative;
}
.our-expert-search-bot{

}
.our-expert-search-bot label{
    text-align: left;
    font: normal normal normal 17px/35px Aileron;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-expert-search-bot input{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
}
.our-expert-search-bot select{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
    appearance: none;
    cursor: pointer;
}
.select-drop-arrow{
    position: relative;
}
.select-drop-arrow::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-left: 0.800000011920929px solid #707070;
    border-bottom: 0.800000011920929px solid #707070;
    right: 20px;
    top: 20px;
    transform: rotate(-45deg);
}

.our-expert-search-bot {
    display: none;
    padding-bottom: 20px;
}
.our-expert-search-wrap button.active img{
    transform: rotate(-180deg);
    top: -2px;
}
#doc-div .profile-right {
    /* margin-top: 30px; */
    /* padding: 35px 32px; */
    margin-top: 22px;
    padding: 30px 20px;
}
.expert-det-ban {
    min-height: 340px;
}
.experience-det-left, .profile-det-left {
    margin-right: -20px;
}
.experience-det-right, .profile-det-right {
    padding-left: 18px;
}
.corperate-slider {
    margin-bottom: 20px;
}
.clr-srch-btns{
    margin-top: 25px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.clr-srch-btns button{
    background: #cc5894;
    padding: 0 32px;
    width: fit-content;
    margin: 0;
}
.clr-srch-btns button:first-child{
    margin-right: 20px;
}
/*#doc-div img {*/
/*    width: 50%;*/
/*    position: relative;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/

.our-expert-search-top .form-group {
    position: relative;
}
.counselor-reset {
    text-align: right !important;
    position: absolute !important;
    width: 4% !important;
    top: 51px;
    right: 5px;
}
.counselor-reset img {
    width: 100%;
}
.experience-tags{
    padding-left: 0;
}
.experience-tags li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    border: 1px solid #000;
    margin-top: -1px;
    padding: 5px 9px 5px 15px;
    position: relative;
    text-align: left;
}
.experience-tags li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    top: 0;
    right: 45px;
}
.experience-tags li img {
    width: auto !important;
    left: unset !important;
    transform: unset !important;
    /* border-left: 1px solid #000; */
    margin-left: 12px;
    padding-left: 8px;
    margin-right: 0;
    margin-bottom: 0;
}
#details-wrap .experience-tags {
    column-count: 2;
}
.pay-option-blocks{

}
.pay-option-top{
    display: flex;
    gap: 25px;
    margin-top: 30px;
}
.pay-option-block{
    /* width: 368px; */
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 25px #00000005;
    border: 1px solid #E6E6E6;
    border-radius: 38px;
    padding: 35px 0 50px 0;
    flex-basis: 50%;
}
.pay-option-block h3{
    padding: 12px;
    text-align: center;
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    background: #CC5894 0% 0% no-repeat padding-box;
    margin-bottom: 28px;
}
.pay-option-block-contents{
    padding: 0 45px;
}
.pay-option-block-contents p{
    text-align: center;
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #005D80;
}
.pay-option-block-contents h5{
    text-align: left;
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #005D80;
}
.pay-option-block-contents button{
    /* display: block; */
    width: 100%;
    height: auto;
    padding: 6px 25px;
    text-align: center;
    background: #CC5894 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border: none;
    text-align: center;
    font: normal normal bold 17px/37px Aileron;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 35px;
    margin-top: 20px;
    transition: .5s;
}
.pay-option-block-contents button:hover{
    background: #005d80 0% 0% no-repeat padding-box;
}
.pay-option-block-contents ul{
    padding-left: 20px;
    /*margin-bottom: 40px;*/
    margin-bottom: 66px;
}
.pay-option-block-contents ul li{
    text-align: left;
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #005D80;
}
.call-assist{
    margin-top: 25px;
    width: 30%;
    float: right;
    margin-bottom: 30px;
}
.call-assist h5{
    text-align: center;
    font: normal normal normal 12px/22px Roboto;
    letter-spacing: 0px;
    color: #CC5894;
    margin-bottom: -5px;
}
.call-assist a{
    text-align: center;
    font: normal normal bold 22px/32px Roboto;
    letter-spacing: 0px;
    color: #CC5894;
    text-decoration: none;
    display: block;
    transition: .5s;
}
.appointment-tabs-wrap{
    padding-top: 25px;
    padding-bottom: 50px;
}
.appointment-tabs-wrap .nav{

}
.appointment-tabs-wrap .nav button{
    background: transparent;
    color: #000;
    text-align: left;
    transition: .5s;
    font-weight: bold;
    font-size: 18px;
}
.appointment-tabs-wrap .nav button.active,
.appointment-tabs-wrap .nav button:hover{
    background: transparent;
    color: #005D7F;
}
.appointment-tabs-wrap .tab-content{

}
.appointment-tabs-wrap .tab-pane {
    background: transparent;
    border: none;
    box-shadow: unset;
    padding: 0;
}
.appointment-tabs-wrap .tab-pane h3{
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.infor-fields{
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}
.infor-field-left{
    width: 25%;
}
.infor-fields label{
    text-align: left;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
.infor-field-right{
    width: 75%;
}
.infor-fields input{
    border: 0.5px solid #A7A6A6;
    background: #FFF;
    border-radius: 0;
    width: 100%;
}
.infor-fields span{
    text-align: left;
    color: #444;
    font-size: 10px;
    font-weight: 300;
}
.account-btn{
    margin-top: 35px;
}
.account-btn button {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    background: #C96AA9;
    text-align: center;
    border: none;
    padding: 5px 25px;
    transition: .5s;
}
.account-btn button:hover{
    background: #005D7F;
}
.appointment-tabs-wrap .tab-pane p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: -12px;
}
.your-account-wrap h1{
    margin-top: 25px;
}
.appointment-tabs-wrap .tab-pane .table{

}
.appointment-tabs-wrap .tab-pane th{
    background: #005D7F;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.appointment-tabs-wrap .tab-pane td{
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
.appointment-tabs-wrap .tab-pane td h6{
    background: #005D7F;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 0;
}
.appointment-tabs-wrap .tab-pane td a{
    color: #005D7F;
    font-size: 13px;
    font-weight: 400;
    text-decoration-line: underline;
    text-align: center;
    transition: .5s;
}
.appointment-tabs-wrap .tab-pane td a:hover{
    color: #C96AA9;
}
.your-account-wrap .banner-contents h4{
    color: #444;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
} 
.your-account-wrap .banner-contents a {
    text-align: center;
    color: #005D7F;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #005D7F;
    background: #FFF;
    text-decoration: none;
    padding: 2px 15px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 10px;
    transition: .5s;
}
.your-account-wrap .banner-contents a:hover{
    background: #005D7F;
    color: #fff;
}
.account-register-form {
    margin: auto;
    max-width: 700px;
}
.account-register-form .infor-fields label {
    font-size: 16px;
}
.account-register-form .account-btn {
    /* width: 100%; */
    /*width: 75%;*/
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.account-register-form .account-btn input {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    background: #C96AA9;
    text-align: center;
    border: none;
    padding: 5px 25px;
    transition: .5s;
    /* width: 100%; */
    width: auto;
}
.account-register-form .account-btn input:hover{
    background: #005D7F;
}
.your-account-blade .foot {
    top: 0;
}
.forgot-pass{

}
.forgot-pass a{
    color: #005D7F;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
    display: block;
    margin-bottom: 15px;
    text-align: right;
}
.forgot-pass a:hover{
    color: #C96AA9;
}
.account-login-wrap .account-btn {
    margin-top: 12px;
}
.account-login-wrap .infor-fields {
    display: block;
    margin-top: 18px;
}
.account-login-wrap .account-register-form .infor-fields label {
    margin-bottom: 5px;
}
.account-login-wrap .infor-field-right {
    width: 100%;
}
.account-login-wrap .account-register-form {
    max-width: 450px;
}



/* Happiness Calculator page styles */
.happiness-calculator-section{
    padding-top: 120px;
}
.happiness-intro-wrap{

}
.happiness-intro-wrap h2{
    color: #C96AA9;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 130.952% */
    margin-bottom: 25px;
}
.happiness-intro-wrap p{
    color: #433C40;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    text-transform: capitalize;
    max-width: 704px;
    margin: auto;
}
.happiness-calculator-questions-wrap{
    margin-top: 52px;
    padding-bottom: 100px;
}
.happiness-calculator-questions{
    width: 866px;
    height: auto;
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px -6px 74px 0px rgba(0, 0, 0, 0.10);
    padding: 0 50px 40px 40px;
}
.question-nums{
    width: 85px;
    height: 84px;
    background: url('../img/calculator/all-question-mark.png');
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 59.091% */
    letter-spacing: -2.64px;
    padding-right: 5px;
    position: relative;
    top: -25px;
}
.happiness-calculator-questions-inner .question-nums{
    width: 74px;
    height: 74px;
    background: url('../img/calculator/question-mark.png');
    font-size: 39px;
}
.happiness-calculator-questions h4{
    color: #7E6975;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-top: -22px;
}
.all-questions-wrap{
    padding-top: 15px;
}
.all-questions-content{

}
.all-questions-content h2{
    color: #005D80;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.all-questions-content p{
    color: #433C40;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    text-transform: capitalize;
}
.all-questions-content a{
    display: flex;
    width: 278px;
    height: 62px;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    border-radius: 16.85px;
    background: #CC5894;
    box-shadow: 0px 2.585px 2.585px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(1.2922534942626953px);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
    font-family: Aileron;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 184% */
    text-transform: capitalize;
    margin-top: 35px;
    text-decoration: none;
    transition: .5s;
}
.all-questions-content a:hover{
    color: #fff;
    background: #005D80;
}
.all-questions-picture {
    text-align: right;
}
.happiness-calculator-progress{
    width: 269px;
    height: auto;
    background: #FFFCFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
    padding: 35px 32px 38px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 70px;
}
.happiness-calculator-progress h3{
    color: #746A70;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.happiness-progress-bar{
    /* width: 172px;
    height: 172px;
    border: 7px solid #F4EEEE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 22px; */
    padding-bottom: 15px;
}
.happiness-progress-bar h5{
    color: #878D8F;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 0;
    position: absolute;
    top: 40%;
    left: 49%;
    transform: translate(-49%, 0);
}
.happiness-calculator-progress p{
    color: #656464;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px; /* 135.714% */
    text-transform: capitalize;
    margin-bottom: 3px;
}
.happiness-calculator-progress a{
    display: block;
    color: #005D80;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 57.692% */
    letter-spacing: -1.3px;
    margin-top: 20px;
    text-decoration: none;
    transition: .5s;
}
.happiness-calculator-progress a:hover{
    color: #CC5894;
}
.all-questions-content h3{
    color: #005D80;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 144.444% */
}
.happiness-calculator-questions-inner .all-questions-wrap {
    padding-top: 5px;
}


.questions-next-prev-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ques-btn-prev{
    color: #999494;
    text-align: center;
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 230% */
    text-transform: capitalize;
    transition: .5s;
    background: none;
    border: none;
    padding: 0;
}
.ques-btn-prev:hover{
    color: #005D80;
}
.ques-btn-next{
    width: auto;
    height: 58px;
    background: #CC5894;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    padding: 0 25px;
    transition: .5s;
    border: none;
    border-radius: 12px;
}
.ques-btn-next:hover{
    background: #005D80;
}
.ques-btn-next img{
    margin-left: 20px;
}
.prev-calculator-btn{
    color: #999494;
    text-align: center;
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 230% */
    text-transform: capitalize;
    transition: .5s;
    background: none;
    border: none;
    text-decoration: none;
}
.prev-calculator:hover{
    color: #005D80;
}
.happiness-progress-bar h4{
    color: #005D80;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.15px;
    margin-bottom: 0;
}
.happiness-progress-bar h4 span{
    display: block;
    color: #005D80;
    font-size: 39px;
    letter-spacing: -2.34px;
}
.question-ratings{
    display: block;
    margin-top: 35px;
}
.rating-numbers{
    display: flex;
    justify-content: space-between;
}
.rating-numbers label{
    color: #5E5B82;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    left: 5px;
}
.question-ratings input{
    width: 100%;
    height: 6px;
    border-radius: 7px;
    background: #EDE8E8;
    padding-left: 0;
    border: none;
}
.question-ratings input[type="range"]{
    border: none;
}
.rating-numbers label:nth-child(10){
    left: 0px;
}

.happiness-calculator-questions-inner {
    display: none;
}
.happiness-calculator-questions-inner.active {
    display: block;
}
.progress-circle {
    width: 172px;
    height: 172px;
    position: relative;
}
.progress-circle svg {
    width: 100%;
    height: 100%;
}

.progress-circle .circle-bg {
    fill: none;
    stroke: #F4EEEE;
    stroke-width: 4;
}

.progress-circle .circle-fill {
    fill: none;
    stroke: #005D80;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke-dasharray: 0, 1000;
    transition: stroke-dasharray 0.5s ease;
}

.percentage-text {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron !important;
    font-size: 23px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -2.34px;
    fill: #005D80;
    text-anchor: middle;
    dominant-baseline: middle;
}
.completed-text{
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 366.667% */
    letter-spacing: -0.15px;
    fill: #005D80;
    text-anchor: middle;
    dominant-baseline: middle;
}
.questions-checks{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}
.single-question-checkbox{
    width: 182px;
    height: 55px;
    /* border-radius: 12px;
    border: 2px solid #C2D0DB; */
    background: #FEFEFE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.question-check{
    /* display: none; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.question-check + .question-check-text{
    width: 100%;
    height: 100%;
    color: #4F4F4F;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 17px #00000008;
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 0 10px;
    margin-bottom: 0;
}
.question-check:checked + .question-check-text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    border: 3px solid #257A99;
    background: #EDF4F7;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
    color: #005D80;
}
.question-check-text:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 31px;
    background: transparent url('../img/calculator/check-right.png') 0% 0% no-repeat padding-box;
    top: -10px;
    right: -10px;
    opacity: 0;
    transition: .5s;
}
.question-check:checked + .question-check-text:before {
    opacity: 1;
}
.happiness-calculator-results-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
}
.happiness-calculator-results{
    width: 933px;
    height: auto;
    padding: 53px 82px;
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px -6px 74px 0px rgba(0, 0, 0, 0.10);
    margin: auto;
}
.happiness-calculator-results h2{
    color: #005D80;
    text-align: center;
    font-family: Roboto;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 118.182% */
    margin-bottom: 0;
}
.happiness-calculator-results h3{
    color: #5D5B5B;
    text-align: center;
    font-family: Aileron;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 270.588% */
    text-transform: capitalize;
}
.results-and-average{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.results-rating{
    width: 329px;
    height: 95px;
    border-radius: 25px;
    background: #F9CA54;
    padding: 20px 50px 20px 71px;
    position: relative;
    margin-left: 92px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.results-rating:before{
    content: '';
    position: absolute;
    width: 147px;
    height: 147px;
    background: transparent url('../img/calculator/average-result-emoji.png') 0% 0% no-repeat padding-box;
    top: -24px;
    left: -92px;
    transition: .5s;
}
.result-rate-num{
    color: #FFF;
    font-family: Roboto;
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 58.209% */
}
.results-rating h4{
    color: #FFF;
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
    text-transform: capitalize;
    margin-bottom: 0;
    margin-left: 15px;
}
.average-score{
    margin-left: 33px;
}
.average-score h5{
    color: #429D56;
    font-family: Aileron;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 168.421% */
    text-transform: capitalize;
    margin-bottom: 0;
}
.average-score h5 span{
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1.96px;
}
.results-description-box{
    width: 644px;
    height: auto;
    background: #FFFCFF;
    border: 3px solid #F9CA54;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
    padding: 27px 55px;
    border-radius: 25px;
    position: relative;
    left: 54%;
    transform: translate(-50%, 0);
    margin-top: -7px;
}
.results-description-box p{
    color: #433C40;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 186.667% */
    text-transform: capitalize;
    margin-bottom: 0;
}
.result-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: max-content;
    height: 58px;
    padding: 0 34px;
    border-radius: 16.85px;
    background: #CC5894;
    box-shadow: 0px 2.585px 2.585px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(1.2922534942626953px);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 230% */
    text-transform: capitalize;
    margin-top: 38px;
    text-decoration: none;
    transition: .5s;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.result-btn img{
    margin-left: 26px;
}
.result-btn:hover{
    background: #005D80;
    color: #fff;
}
.result-socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 30px;
}
.result-socials h6{
    color: #585252;
    text-align: center;
    font-family: Aileron;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; /* 242.105% */
    text-transform: capitalize;
    margin-bottom: 0;
}
.result-socials a {
    display: flex;
    align-items: center;
}

.happiness-calculator-results-poor{

}
.happiness-calculator-results-poor .results-rating {
    background: #F3512E;
}
.happiness-calculator-results-poor .results-rating:before {
    background: transparent url('../img/calculator/poor-result-emoji.png') 0% 0% no-repeat padding-box;
}
.happiness-calculator-results-poor .results-description-box {
    border-color: #F3512E;
}

.happiness-calculator-results-good{

}
.happiness-calculator-results-good .results-rating {
    background: #39C158;
}
.happiness-calculator-results-good .results-rating:before {
    background: transparent url('../img/calculator/good-result-emoji.png') 0% 0% no-repeat padding-box;
}
.happiness-calculator-results-good .results-description-box {
    border-color: #39C158;
}
.see-results-btn {
    width: auto;
    height: 58px;
    background: #CC5894;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
    font-family: Aileron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    padding: 0 25px;
    transition: .5s;
    border: none;
    border-radius: 12px;
    text-decoration: none;
}
.see-results-btn:hover {
    background: #005D80;
    color: #fff;
}
/* .happiness-progress-bar-all-ques .completed-text{
    fill: #878D8F;
    text-align: center;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    font-family: Aileron;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.18px;
} */
.happiness-progress-bar-all-ques .progress-circle .circle-fill {
    stroke-dasharray: 6, 1000;
}
#mobile-home-banner{
    display: none;
}

.select-mode-wrap {
    display: flex;
    flex-wrap: wrap;
}
/*.select-mode .mode-box {*/
/*    width: max-content;*/
/*    padding: 0 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.mode-box input {*/
/*    position: relative !important;*/
/*}*/
.mode-box label {
    font-size: 14px;
}


.terms-blade h2 {
    text-align: left;
    margin-top: 35px;
}
.terms-blade p {
    text-align: left;
    padding: 0;
}
.terms-blade li {
    margin-bottom: 10px;
}
.terms-blade ~ footer .foot {
    top: 0;
}

.top-banner-slider {
    margin-top: 67px;
}
.experience-det-right .accordion-item {
    border: 1px solid #005d80 !important;
}
.experience-det-right .accordion-item button {
    text-align: left;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #433C40;
    text-transform: capitalize;
    padding: 8px 32px 8px 12px;
    box-shadow: unset;
}
.experience-det-right .accordion-item .accordion-body {
    padding: 0 12px 0;
}
