body {
    font-family: Poppins;
    font-style: normal;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    color: #0A4E91;
}

a#closebtn {
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

header {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    /* background:#f3f5f9; */
}

ul.navbar-nav {
    margin: 0 auto;
}

ul.navbar-nav li:last-child {
    float: right;
}

ul.navbar-nav li a {
    color: var(--black-800, #212121);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 10px;
}

ul.navbar-nav li a:hover {
    color: #0A4E91;
}

.link .dropdown:hover>.dropdown-menu {
    display: block;
}

.link .dropdown .dropdown-menu {
    border-radius: 10px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    width: 255px;
    padding: 25px;
}

.link .dropdown .dropdown-menu .profile-area {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    gap: 5px;
}

.link .dropdown .dropdown-menu .profile-area .img-area img {
    width: 50px;
    height: auto;
}

.link .dropdown .dropdown-menu .profile-area .profile-info h6 {
    color: #0A3661;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link .dropdown .dropdown-menu .profile-area .profile-info a {
    border-radius: 6.007px;
    border: 0.601px solid rgba(0, 166, 81, 0.31);
    background: rgba(0, 166, 81, 0.10);
    color: #00A651;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px;
}

.link .dropdown .dropdown-menu .profile-area1 {
    display: flex;
    gap: 10px;
}

.link .dropdown .dropdown-menu .profile-area1 .profile-info1 h6 {
    color: #0A3661;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.link .dropdown .dropdown-menu .profile-area1 .profile-info1 p {
    color: #808080;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.link .dropdown .dropdown-menu hr {
    background: rgba(0, 0, 0, 0.13);
    margin: 0px 0 20px;
    opacity: 1;
}

.link .dropdown .dropdown-menu a.dropdown-item {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link .dropdown .dropdown-menu a.dropdown-item {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.link .dropdown .dropdown-menu a.dropdown-item img {
    width: 30px;
    height: auto;
    margin-right: 12px;
}

.link .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.link .btn-check:focus+.btn,
.link .btn:focus {
    box-shadow: none;
}
.nav-item{
    text-align: center;
}

.link a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 39px;
    background: #0A4E91;
    padding: 13px 24px;
    border: 1px solid #0A4E91;
    text-align: center;
}

.link a img.img1 {
    display: inline-block;
    margin-right: 5px;
}

.link a img.img2 {
    display: none;
    margin-right: 5px;
}

.link a:hover {
    background: transparent;
}

.link a:hover img.img1 {
    display: none;
}

.link a:hover img.img2 {
    display: inline-block;
}

ul.navbar-nav li button {
    color: var(--black-800, #212121);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: transparent;
    border: none;
    padding: 8px 10px;
}

ul.navbar-nav li button img.img1 {
    width: 12px;
    height: auto;
    display: inline-block;
}

ul.navbar-nav li button img.img2 {
    display: none;
}

ul.navbar-nav li button:hover {
    color: #0A4E91;
}

ul.navbar-nav li button:hover img.img1 {
    display: none;
}

ul.navbar-nav li button:hover img.img2 {
    width: 12px;
    height: auto;
    display: inline-block;
}

ul.navbar-nav li button:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    border: none;
}

/*login page css start*/
section.login {
    position: relative;
}

section.login .right {
    position: absolute;
    top: -60%;
    right: -10%;
    width: 520px;
    height: 520px;
    border-radius: 522.188px;
    opacity: 0.4000000059604645;
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    transform: rotate(45deg);
}

section.login .left {
    position: absolute;
    top: -14%;
    left: -28%;
    width: 921.365px;
    height: 920.171px;
    transform: rotate(-45deg);
    border-radius: 921.365px;
    opacity: 0.20000000298023224;
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    z-index: -1;
}

section.login .left1 {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 509.117px;
    height: 508.458px;
    transform: rotate(-45deg);
    border-radius: 509.117px;
    opacity: 0.20000000298023224;
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    z-index: -1;
}

section.login .circle1 {
    position: absolute;
    top: 8%;
    right: 25%;
    width: 55.508px;
    height: 55.437px;
    border-radius: 55px;
    transform: rotate(-30deg);
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.30000001192092896;
}


section.login .circle2 {
    position: absolute;
    top: -5%;
    left: 25%;
    width: 55.508px;
    height: 55.437px;
    transform: rotate(-30deg);
    flex-shrink: 0;
    border-radius: 55px;
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.30000001192092896;
}

section.login .circle21 {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 55.508px;
    height: 55.437px;
    transform: rotate(-30deg);
    flex-shrink: 0;
    border-radius: 55px;
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.30000001192092896;
}

section.login .nav-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

section.login .nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #8B8B8B;
    padding: 10px 0 5px;
}

section.login .nav-tabs .nav-link.active {
    color: #0A4E91;
    border-bottom: 2px solid #0A4E91;
}

section.login .tab-content .img-area {
    text-align: end;
    padding-right: 40px;
}

section.login .tab-content .img-area img {
    border-radius: 12px;
    border: 1px solid #E0ECFC;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
}

section.login .tab-content .form-area h2 {
    color: #0A3661;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 0px;
}

section.login .tab-content .form-area label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

section.login .tab-content .form-area .form-control {
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.15);
    /* background: #F4F9FE; */
    padding: 13px 18px;
    margin-bottom: 12px;
    background: #FFF;
}

section.login .tab-content .form-area .form-group {
    position: relative;
    width: 85%;
}

section.login .tab-content .form-area .form-group button {
    border-radius: 50px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.2px;
    position: absolute;
    right: 3%;
    top: 14%;
    border: none;
    padding: 5px 18px;
}
section.login .tab-content .form-area .form-group .timer{
    color: #0A4E91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    position: absolute;
    right: 4%;
    top: 23%;
}

section.login .tab-content .form-area button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 10px 20px;
    border: none;
}

section.login .tab-content .form-area p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}

section.login .tab-content .form-area p a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

/*login page css end*/


/*home page css start*/
.banner {
    background: url('../images/background.png');
    width: 100%;
    height: 100vh;
    background-size: cover;
    margin-top: -8%;
    padding-top: 7%;
    position: relative;
}

.banner.establish {
    height: auto;
    border-radius: 12px;
    margin-top: 0;
    background: linear-gradient(270deg, #D9EFF4 0%, #FFF 100%);
}

.banner.establish .row {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
}

.banner .row {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
}

.banner .content span {
    color: #00A651;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    letter-spacing: -1px;
}

.banner .content h2 {
    color: #0A3661;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    letter-spacing: -1px;
    margin-bottom: 20px;
    /* width: 75%; */
}

.banner .content h2 span {
    color: #00A651;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    letter-spacing: -1px;
}

.banner .content p {
    color: #4E4E4E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner.establish .content p {
    color: #4E4E4E;
    text-align: justify;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
}

.banner .img-area {
    text-align: center;
}

.consult {
    border-radius: 35px;
    border: 2px solid #E0ECFC;
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 30px;
    position: relative;
    /* margin-top: -16%; */
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 70px;
}

.consult .heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.consult .title h2 {
    color: #0A3661;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 59.5px;
    letter-spacing: -1px;
}

.consult .all {
    margin-left: auto;
}

.consult .all a{
    border-radius: 39px;
    background: #0A4E91;
    border: 1px solid #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 24px;
}

.consult .all a:hover {
    background: transparent;
    color: #0A4E91;
}

.consult .category {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-evenly;
}

.consult .category .item {
    /* width: 14.28%; */
    border-radius: 12px;
    background: #F4F9FE;
    text-align: center;

    /* margin: 0 10px; */
}

.consult .category .item a {
    display: block;
    padding: 40px 0;
}

.consult .category .item:hover {
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
}

.consult .category .item span {
    color: #0A4E91;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.811px;
    display: block;
    margin-top: 24px;
}

/*about us area start*/
#full-slide.slick-vertical .slick-slide {
    border: none;
}

.slick-vertical .slick-slide {
    border: none;
}

.slick-slide:nth-child(1) {
    background: #FFF;
}

.slick-slide:nth-child(2) {
    background: #FCF8E9;
}

.slick-slide:nth-child(3) {
    background: #E9FCFA;
}

.section {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.section .circle1 {
    position: absolute;
    top: 4%;
    left: 8%;
    width: 76.273px;
    height: 76.273px;
    border-radius: 76px;
    transform: rotate(-135deg);
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.4000000059604645;
}

.section .circle2 {
    position: absolute;
    right: 10%;
    bottom: 8%;
    width: 76.273px;
    height: 76.273px;
    border-radius: 76px;
    transform: rotate(-135deg);
    background: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.4000000059604645;
}

.section .row {
    align-items: center;
}

.section .img-area img {
    width: 90%;
    height: auto;
    margin-left: auto;
}

.section .content {
    width: 60%;
    margin: 0 auto;
}

.section.about1 .content {
    width: 70%;
    margin: 0 auto;
}

.section .content .bar {
    width: 30%;
    height: 7px;
    background: #139AD7;
    margin-bottom: 30px;
}

.section .content h2 {
    color: #0A3661;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.section .content p {
    color: #4E4E4E;

    margin-bottom: 30px;
    

    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.section .content a {
    border-radius: 39px;
    background: #0A4E91;
    border: 1px solid #0A4E91;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 13px 24px;
}

.section .content a img.img1 {
    display: inline-block;
}

.section .content a img.img2 {
    display: none;
}

.section .content a:hover {
    background: transparent;
    color: #0A4E91;
}

.section .content a:hover img.img1 {
    display: none;
}

.section .content a:hover img.img2 {
    display: inline-block;
}

/*about us area end*/
.how {
    padding-bottom: 70px;
}

.how .works {
    border-radius: 35px;
    border: 2px solid #E0ECFC;
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    /* padding: 40px 70px 130px; */
    padding: 40px 20px 10px;
}

.how .works h2 {
    color: #0A3661;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.5px;
    letter-spacing: -1px;
}

.how .works button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -12%;
    left: 5%;
    z-index: 5;
}

.how .works button.slick-prev::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/left.png');
    width: 100px;
    height: 26px;
}

.how .works button.slick-next.slick-arrow {
    position: absolute;
    bottom: -12%;
    right: 5%;
    z-index: 5;
}

.how .works button.slick-next::after {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/right.png');
    width: 100px;
    height: 26px;
}

.how .works .slick-slide {
    padding: 15px;
    height: auto;
}

.how .works .item {
    border-radius: 12px;
    border: 1px solid #E0ECFC;
    background: #FFF;
    /* box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10); */
    box-shadow: 5px 5px 10px 0px rgba(10, 78, 145, 0.10);
    padding: 15px;
    height: 440px;
}

.how .works .item img {
    /* width: 100%; */
    height: auto;
    margin-bottom: 20px;
}

.how .works .item h6 {
    color: #0A4E91;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
}

.how .works .item p {
    color: #4E4E4E;



    color: #4E4E4E;
  
    font-size: 16px;
  
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.suggest {
    /* padding-top: 70px; */
    padding-bottom: 30px;
}
.suggest-area  .content{
    padding: 10px 20px;
}
.content-text{
    justify-content: center;
    align-items: center;
}

.suggest .suggest-area {
    border-radius: 40px;
    background: #0A4E91;
    /* padding: 40px 0; */
    position: relative;
}

.suggest .suggest-area .circle1 {
    position: absolute;
    bottom: 25%;
    left: 30%;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: rotate(-60deg);
    flex-shrink: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0.5;
}

.suggest .suggest-area .circle2 {
    position: absolute;
    top: 1%;
    right: 10%;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: rotate(30deg);
    flex-shrink: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0.5;
}

/* .suggest .suggest-area img {
    position: absolute;
    left: 0;
    bottom: 0;
} */

.suggest .suggest-area .content {
    /* width: 40%;
    margin: 0 12% 0 auto; */
}

.suggest .suggest-area .content h2 {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
}

.suggest .suggest-area .content p {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

footer {
    background: #F4F9FE;
    padding: 40px 0 25px;
}

footer .footer-logo img {
    height: 80px;
}

footer h5 {
    color: #0A4E91;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
}

footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer ul li {
    color: #484848;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

footer ul li a {
    color: #484848;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

footer .row {
    /* margin: 0 15%; */
}

footer .bar {
    height: 1px;
    background: #139AD7;
}

footer span {
    color: #484848;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: block;
    text-align: center;
    padding-top: 25px;
}

/*home page css end*/

/*about page css start*/
.our-values {
    padding: 60px 0;
    position: relative;
}

.our-values .circle1 {
    position: absolute;
    left: 5%;
    top: 2%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(-30deg);
    background-image: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.3;
}

.our-values .circle2 {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(-30deg);
    background-image: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.3;
}

.our-values h2 {
    color: #0A3661;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    letter-spacing: -1px;
    width: 45%;
    margin: 0 auto 30px;
}

.our-values .row {
    align-items: center;
}

.our-values .img-area {
    text-align: center;
}

.our-values .content-area .comp-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: -25%;
    margin-right: 5%;
}

.our-values .content-area .comp-item:last-child {
    margin-bottom: 0;
}

.our-values .content-area .comp-item .comp1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #F3EFFA;
    border: 2px solid #C1AFE1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.our-values .content-area .comp-item .comp1.comp2 {
    background: #E9F7EF;
    border: 2px solid #A7D7BC;
}

.our-values .content-area .comp-item .comp1.comp3 {
    background: #EAF2FD;
    border: 2px solid #B7CCEA;
}

.our-values .content-area .comp-content h6 {
    color: #0A3661;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-values .content-area .comp-content p {
    color: #797979;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*about page css end*/

/*find doctor css start*/
.find {
    background: url('../images/find-banner1.png');
    background-size: cover;
    height: 800px;
    margin-top: -10%;
    margin-bottom: 100px;
    position: relative;
}

.find .circle1 {
    position: absolute;
    left: 10%;
    bottom: 0%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(-30deg);
    background-image: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.3;
}

.find .circle2 {
    position: absolute;
    right: 3%;
    bottom: 15%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: rotate(-30deg);
    background-image: linear-gradient(180deg, #0A4E91 0%, rgba(10, 78, 145, 0.00) 100%);
    opacity: 0.3;
}

.find .row.first {
    padding-top: 15%;
    align-items: center;
}

.find .form-area {
    width: 80%;
    margin-left: auto;
}

.find h2 {
    color: #0A3661;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    letter-spacing: -1px;
}

.find p {
    color: #4E4E4E;
    text-align: justify;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.find form .form-group {
    position: relative;
}

.find form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    color: var(--black-800, #212121);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 15px;
    margin-bottom: 10px;
}

.find form img {
    position: absolute;
    right: 3%;
    top: 25%;
}

.find form button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    width: 100%;
    padding: 12px 0;
}

/*find doctor css end*/

/*services page css start*/
.provide {
    padding: 60px 0;
}

.provide h2 {
    color: #0A3661;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    letter-spacing: -1px;
    margin-bottom: 35px;
}

.provide .provide-item {
    padding: 20px;
    border-radius: 19.239px;
    border: 0.802px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 8.016270637512207px 8.016270637512207px 32.06508255004883px 0px rgba(10, 78, 145, 0.10);
}

.provide .provide-item img {
    border-radius: 8.016px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.provide .provide-item h6 {
    color: #0A3661;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.255px;
}

.provide .provide-item p {
    color: #797979;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.033px;
}

/*services page css end*/

/*faq css start*/
.modal-dialog {
    max-width: 900px;
}

.modal-body {
    padding: 25px 90px 45px;
}

.modal-content {
    border-radius: 20px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
}

.modal-body .btn-close {
    position: absolute;
    top: 23px;
    right: 24px;
}

.modal-body h2 {
    color: #0A3661;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.accordion-item {
    border: none;
}

.accordion-item h2 {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--text-txt-primary, #000);
    background-color: transparent;
    box-shadow: none;
    border-bottom: 3px solid #CDD6DA40;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/xmark.svg');
    transform: rotate(0deg);
}

.accordion-button:focus {

    box-shadow: none;
}

.accordion-button::after {
    background-image: url('../images/plus.svg');
}

.accordion-button {
    color: var(--text-txt-primary, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.accordion-body p {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*faq css end*/

/*security css start*/
.our-values.security h2 {
    width: auto;
    margin-bottom: 55px;
}

.our-values.security h2 span {
    color: #00A651;
}

.our-values.security .row {
    margin: 0 75px;
}

.security-item {
    border-radius: 24px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 32px;
    height: 360px;
    margin-bottom: 20px;
}

.security-item .count {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #EAF2FD;
    border: 2px solid rgba(183, 204, 234, 0.56);
    color: #0A3661;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.security-item h6 {
    color: #0A3661;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px;
}

.security-item p {
    color: #4E4E4E;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*security css end*/

/*doctor-profile css start*/
.search {
    background: #EBF1F6;
    padding: 15px 0 10px 0;
}

.search .form-group {
    position: relative;
}

.search .form-group .form-control {
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    padding: 10px 20px;
}

.search .form-group img {
    position: absolute;
    right: 3%;
    top: 25%;
    padding: 0 5px;
}

.search button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0px;
    width: 100%;
    border: none;
}

ul.breadcrumb {
    padding: 20px 0;
}

ul.breadcrumb li {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.023%;
}

ul.breadcrumb li::after {
    content: '>';
    font-size: 14px;
    color: #212121;
    padding: 0 5px;
}

ul.breadcrumb li:last-child::after {
    display: none;
}

ul.breadcrumb li a {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.023%;
}

section.doctor-service {
    padding-bottom: 15px;
}

.profile {
    border-radius: 20px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    margin-bottom: 20px;
}

.doctor-profile {
    border-radius: 20px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 25px;
    position: relative;
    margin-bottom: 18px;
}

.doctor-profile.more {
    margin-bottom: 0;
}

.doctor-profile .doctor-info h4 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
}

.doctor-profile .doctor-info span.exp {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 7px;
}

.doctor-profile .doctor-info span.edu {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.doctor-profile .doctor-info p {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.doctor-profile .rr {
    position: absolute;
    top: 30px;
    right: 30px;
}

.doctor-profile .rr .rating,
.doctor-profile .rr .review {
    display: inline-block;
    margin-left: 24px;
}

.tab-area ul#pills-tab {
    gap: 70px;
    margin-bottom: 27px;
    padding: 22px 40px 0;
}

.tab-content .content-area .row {
    padding: 0px 40px 22px;
}

.tab-content .content-area .row.clinic {
    margin-bottom: 40px;
}

.tab-content .content-area .row .first {
    width: 45%;
}

.tab-content .content-area .row .middle {
    width: 35%;
}

.tab-content .content-area .row .last {
    width: 20%;
}

.tab-content .content-area .first {
    margin-bottom: 40px;
}

.tab-content .content-area .first span {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.tab-content .content-area .first h6 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tab-content .content-area .first p {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.tab-content .content-area .last span {
    color: #00A651;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.tab-content .content-area .services-on {
    background: rgba(0, 166, 81, 0.08);
    padding: 20px 40px 30px;
    border-radius: 0 0 15px 15px;
}

.tab-content .content-area .services-on .ser {
    display: flex;
    gap: 23px;
}

.tab-content .content-area .services-on h6 {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.tab-content .content-area .services-on .ser span {
    color: #00A651;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-left: 5px;
}

.tab-area .nav-pills .nav-link {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0;
}

.tab-area .nav-pills .nav-link.active,
.tab-area .nav-pills .show>.nav-link {
    background: transparent;
    color: #212121;
    border-bottom: 2px solid #0A4E91;
    border-radius: 0;
}

.tab-area .content-area ul {
    padding-left: 0;
    list-style-type: none;
}

.tab-area .content-area ul.membership {
    list-style-type: disc;
    padding-left: 20px;
}

.tab-area .content-area ul li {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.patient-stories {
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 25px 40px;
}

.patient-stories h5 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

.patient-stories .story {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

.patient-stories .story:last-child {
    border-bottom: none;
}

.patient-stories .story a {
    display: block;
    width: 25%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    border-radius: 39px;
    background: #0A4E91;
    border: 1px solid #0A4E91;
    padding: 13px 0;
    margin: 10px 0 0 auto;
}

.patient-stories .story a:hover {
    color: #0A4E91;
    background: transparent;
}

.patient-stories .story .heading {
    display: flex;
}

.patient-stories .story .heading .left-area img {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.patient-stories .story .heading .left-area span {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.patient-stories .story .heading .right-area {
    margin-left: auto;
}

.patient-stories .story p {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 15px 0;
}

.patient-stories .story span {
    color: #0A4E91;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.time-slot {
    border-radius: 20px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 25px;
}

.time-slot h2 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.time-slot .fees {
    border-radius: 39px;
    background: #F1F7FE;
    padding: 13px 24px;
    display: flex;
    margin-bottom: 50px;
}

.time-slot .fees img {
    width: 33px;
    height: auto;
    margin-right: 20px;
}

.time-slot .fees span {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.time-slot .fees h6 {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: auto;
}

.book-slot .heading {
    display: flex;
    margin-bottom: 5px;
}

.book-slot span {
    color: #212121;
    font-family: Poppins;
    font-size: 21.118px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.book-slot .switch {
    position: relative;
    display: block;
    width: 50px;
    height: 25px;
    margin-left: auto;
}

.book-slot .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.book-slot .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.book-slot .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.book-slot .switch input:checked+.slider {
    background-color: #0A4E91;
}

.book-slot .switch input:focus+.slider {
    box-shadow: 0 0 1px #0A4E91;
}

.book-slot .switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.book-slot .switch .slider.round {
    border-radius: 20px;
}

.book-slot .switch .slider.round:before {
    border-radius: 50%;
}


.date-book button.slick-prev.pull-left.slick-arrow,
.date-book button.slick-next.pull-right.slick-arrow {
    border-radius: 8.029px;
    background: #FFF;
    border: none;
    padding: 22px 10px;
    position: absolute;
    top: 7px;
}

.date-book button.slick-prev.pull-left.slick-arrow {
    left: 7px;
}

.date-book button.slick-next.pull-right.slick-arrow {
    right: 7px;
}

.date-book .slick-slide {
    height: auto;
}

.date-book .date-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.date-book .date-item h3 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.date-book .date-item h3 span {
    color: #212121;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.date-book .date-item p {
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.time-area {
    margin-top: 15px;
}

.time-area span {
    color: #212121;
    font-size: 11.118px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.time-area .row {
    margin-top: 15px;
}

.time-area .row>* {
    padding-left: 5px;
    padding-right: 5px;
}

.time-area a {
    border-radius: 24.088px;
    background: #0A4E91;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    padding: 14px 0;
    display: block;
    width: 100%;
}

.time-slot .book button {
    border-radius: 39px;
    background: #0A4E91;
    width: 100%;
    padding: 13px 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 60px;
    border: none;
    margin-bottom: 35px;
}


/*doctor-profile css end*/


/*book appointment css start*/
.book {
    margin: 7px 0 10px;
}

.book h2 {
    color: #0A4E91;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 59.5px;
    letter-spacing: -1px;
}

.book .check-area {
    border-radius: 9px;
    background: #0A4E91;
    padding: 25px;
}

.book label {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-right: 23px;
}

section.doctor-service .book-btn {
    display: flex;
    align-items: end;
    height: 100%;
}

section.doctor-service .book-btn button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 0;
    width: 100%;
}

.book-service-area {
    padding: 25px 55px 40px;
}

.book-service-area h5 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.book-service-area .ser-area {
    display: flex;
    gap: 40px;
}

.book-service-area ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.book-service-area li {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.book-service-area .profile-link {
    margin-top: 25px;
}

.book-service-area .profile-link a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 12px 0;
    display: block;
    width: 20%;
    margin: 0 auto;
}

div.booking .modal-body {
    padding: 30px 60px 55px;
}

div.booking .modal-body h3 {
    color: #0A4E91;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 35px;
}

div.booking .modal-body .book-slot {
    margin-top: 34px;
}

div.booking .modal-body .date-book {
    padding: 7px 0px;
}

div.booking .modal-body .date-book .date-item h3 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
    font-feature-settings: unset;
}

div.booking .modal-body .info-area h4 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

div.booking .modal-body .info-area span.exp {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

div.booking .modal-body .info-area span.edu {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

div.booking .modal-body .info-area p {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

div.booking .modal-body .type-area {
    margin-top: 75px;
}

div.booking .modal-body .type-area button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    margin-right: 8px;
}

div.booking .row.profile-area {
    margin-bottom: 28px;
}

.clinic-select h6 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.clinic-select span {
    color: #00A651;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clinic-select p {
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}


.clinic-select button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    border: none;
    padding: 12px 0;
}

.clinic-select .slect-area {
    text-align: center;
}

.clinic-select .row {
    align-items: center;
}

.clinic-select {
    border-radius: 20px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    padding: 25px 30px 20px;
    margin-bottom: 12px;
}

.app-detail {
    margin-top: 32px;
}

.app-detail .heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.app-detail .heading h6 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.app-detail .heading a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    margin-left: auto;
    display: inline-block;
}

.app-detail label {
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.app-detail label span {
    color: #BE0606;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.app-detail .form-control {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    margin-bottom: 20px;
}

.app-detail button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    border: none;
    display: block;
    width: 40%;
    margin: 0 auto;
}

.upload {
    margin-top: 45px;
}

.upload .upload-cloud {
    border-radius: 15.522px;
    border: 1.337px dashed #E0E3E6;
    padding: 10px;
}

.upload .upload-cloud h4 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
    margin: 40px auto 10px;
}

.upload .upload-cloud .upload-area {
    border-radius: 13.371px;
    border: 1.337px solid var(--container-stroke, #E0ECFC);
    background: rgba(235, 244, 254, 0.00);
    display: flex;
    padding: 15px 18px;
    margin-bottom: 15px;
}

.upload .upload-cloud .upload-area img {
    width: 45px;
    height: auto;
    margin-right: 15px;
}

.upload .upload-cloud .upload-area span {
    color: #2B2B2B;
    text-align: center;
    font-size: 13.371px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.863px;
}

/* .upload .upload-cloud .upload-area .upload-report {
    margin-left: auto;
} */

.upload .upload-cloud .upload-area .upload-report input#file {
    display: none;
}

.upload .upload-cloud .upload-area .upload-report label {
    border-radius: 52.149px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 13.371px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    margin-left: auto;
}

.upload .upload-cloud .upload-area .upload-report label img {
    width: 14px;
    height: auto;
}

.upload .upload-cloud .upload-area .upload-report input.file {
    display: none;
}

.upload .upload-detail h4 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0 35px;
}

.upload .upload-detail .form-group label {
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.upload .upload-detail .form-group .form-control {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    margin-bottom: 30px;
}

.upload .upload-detail .form-group button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    border: none;
    display: inline-block;
}

.upload button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: block;
    width: 30%;
    margin: 50px auto 0;
    border: none;
    padding: 12px 0;
}

.payment-area {
    margin-top: 45px;
}

.payment-area h2 {
    color: #0A3661;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.payment-area p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 33px;
}

.payment-area .method h6 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.payment-area .method {
    margin-bottom: 20px;
}

.payment-area .pay-btns {
    display: flex;
    width: 60%;
    margin: 0 auto;
    gap: 20px;
}

.payment-area .pay-btns button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    display: block;
    width: 50%;
    border: none;
}

.payment-area .pay-methods {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.payment-area .pay-methods:hover a {
    /* display: inline-block; */
    opacity: 1;
    margin-left: auto;
}

.payment-area .pay-methods a {
    /* display: none; */
    opacity: 0;
    border-radius: 39px;
    background: #0A4E91;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-area .pay-methods label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.payment-area .pay-methods label .img-area {
    background: #EBF1F6;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.payment-area .pay-methods label .img-area img {
    width: 24px;
    height: auto;
}

.payment-area .method .line {
    background: #DEDEDE;
    height: 1px;
    width: 100%;
}

.confirm {
    text-align: center;
    padding: 50px 0;
}

.confirm .img-area {
    width: 128px;
    height: 128px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: linear-gradient(90deg, #0A4E91 0%, #0F75B5 65.63%, #139AD7 100%);
    box-shadow: 5px 5px 40px 0px rgba(10, 78, 145, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm span {
    color: #00A651;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.confirm h2 {
    color: #0A3661;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 75%;
    margin: 0 auto 42px;
}

.confirm a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
}

/*book appointment css end*/


/*progress bar with steps css start*/


/*form styles*/
#msform {
    /* width: 400px;
    margin: 50px auto; */
    /* text-align: center; */
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    /* border-radius: 3px; */
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 0 40px;
    box-sizing: border-box;
    /* width: 80%;
    margin: 0 10%; */

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*buttons*/
#msform .action-button {
    width: 180px;
    border-radius: 39px;
    background: #E0E3E6;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 10px;
    margin: 10px 10px;
    border: none;
    position: relative;
    left: 25%;
}

#msform .action-button.middle {
    width: 180px;
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 10px;
    margin: 10px 10px;
    border: none;
}

/* #msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0A4E91;
}

#msform .action-button.middle:hover,
#msform .action-button.middle:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #E0E3E6;
} */

/*headings*/
fieldset h2 {
    color: #0A4E91;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 59.5px;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 20px;
}

fieldset .line {
    background: #D8D8D8;
    height: 1px;
    width: 100%;
}

fieldset label {
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

fieldset .form-area {
    margin: 20px 0 20px;
}

fieldset .form-area .row {
    align-items: end;
}

fieldset .form-group {
    margin-bottom: 20px;
}

fieldset .form-control {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
}

fieldset .form-group button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    border: none;
    width: 100%;
    padding: 12px 0;
}

fieldset .form-group .right {
    text-align: end;
}

fieldset .form-group .upload {
    display: inline-block;
}

fieldset .form-group .upload label {
    border-radius: 61px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 24px;
    cursor: pointer;
}

fieldset .form-group .upload input#certificate {
    display: none;
}

fieldset .form-group .add-btn {
    display: inline-block;
    margin-left: 15px;
}

fieldset .form-group .add-btn button {
    padding: 12px 34px;
}

fieldset .heading {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

fieldset .heading h2 {
    margin-bottom: 0;
}

fieldset .heading a {
    display: block;
    margin-left: auto;
    border-radius: 61px;
    background: #0A4E91;
    padding: 5px 24px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

fieldset .clinic-info {
    padding: 20px 0;
}

fieldset .clinic-info .col-lg-1 {
    width: 5%;
}

fieldset .clinic-info .col-lg-11 {
    width: 95%;
}

fieldset button.btn {
    display: block;
}

.added-info {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.added-info h6 {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.added-info p {
    color: #4E4E4E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.added-info .university {
    width: 22%;
}

.added-info .passing {
    width: 18%;
}

.added-info .city,
.added-info .state,
.added-info .country {
    width: 10%;
}

.added-info .preview {
    width: 25%;
    text-align: center;
}

.added-info .preview a {
    border-radius: 61px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0px;
    display: block;
    width: 70%;
    margin: 0 auto;
}

.added-info .close {
    width: 5%;
    text-align: end;
}

.professional .form-group button {
    border-radius: 61px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.professional .form-group button img {
    margin-right: 10px;
}

.professional .added-member {
    border-radius: 61px;
    background: #EBF1F6;
    color: #0A4E91;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0;
    margin-bottom: 20px;
}

.professional .added-member img {
    margin-right: 10px;
}

.professional .row.first {
    padding: 20px 0;
    align-items: end;
}

.heading-area {
    display: flex;
    align-items: center;
}

.heading-area h2 {
    margin-bottom: 0;
}

.heading-area p {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.heading-area .add-area {
    margin-left: auto;
}

.heading-area .add-area a.no {
    border-radius: 61px;
    background: #E0E3E6;
    color: #858585;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.heading-area .add-area a {
    border-radius: 61px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 24px;
}

.consultation {
    padding: 20px 0;
}

.consultation p {
    color: var(--black-800, #212121);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
}

.consultation .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.consultation .nav-tabs .nav-link {
    padding: 9px 0;
    border: none;
    color: var(--black-800, #212121);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-right: 30px;
}

.consultation .nav-tabs .nav-item.show .nav-link,
.consultation .nav-tabs .nav-link.active {
    border-bottom: 2px solid #0A4E91;
}

.consultation .row.meet {
    margin: 30px 0 20px;
    align-items: end;
}

.consultation .row.meet button {
    border-radius: 61px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0;
    display: block;
    width: 100%;
    border: none;
}

.consultation .clinic-setup {
    margin-top: 30px;
}

.consultation .clinic-setup .col-lg-1 {
    width: 5%;
}

.consultation .clinic-setup .col-lg-11 {
    width: 95%;
}

.consultation .clinic-setup .setup {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    padding: 35px 45px;
    margin-bottom: 40px;
}

.consultation .clinic-setup .setup .row {
    margin-top: 20px;
}

.consultation .clinic-setup .setup .row .btn-right {
    text-align: end;
}

.consultation .clinic-setup .setup .row button {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 0;
    width: 25%;
}

.consultation .row.meet .btn-right button {
    margin-left: auto;
    width: 25%;
}

.added-setup {
    display: flex;
    padding: 30px 0;
}

.added-setup .left-side {
    text-align: left;
}

.added-setup .right-side {
    text-align: right;
    margin-left: auto;
    padding-right: 60px;
    position: relative;
}

.added-setup .right-side a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.added-setup h6 {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.added-setup p {
    color: #4E4E4E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.added-setup span {
    color: #0A4E91;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.form-area .form-group img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 17px;
}

.form-area .form-group p {
    text-align: center;
    color: #858585;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clinic-area {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    padding: 34px 45px;
    margin-bottom: 40px;
}

.clinic-area .row {
    align-items: end;
}

.clinic-info .added {
    padding: 25px 0;
    position: relative;
}

.clinic-info .added h6 {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.clinic-info .added p {
    color: #4E4E4E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.clinic-info .added a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-table;
    margin: auto;
}

.top-area {
    background: rgba(10, 78, 145, 0.08);
    padding: 25px 0 30px;
}

.top-area h2 {
    color: #0A3661;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.top-area p {
    color: #4E4E4E;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}

.top-area #progressbar li .item {
    display: flex;
    justify-content: center;
}

.top-area #progressbar li .item h2 {
    color: #0A4E91;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 153.4%;
    margin-right: 8px;
}

.top-area #progressbar li .item h6 {
    color: #0A4E91;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 153.4%;
    margin-bottom: 0;
}

.top-area #progressbar li .item p {
    color: var(--black-800, #212121);
    text-align: left;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left: 0;
}

#progressbar li {
    list-style-type: none;
    color: white;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: '';
    /* counter-increment: step; */
    width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 16px;
    display: block;
    font-size: 10px;
    color: #333;
    /* background: #0A4E91; */
    background: #139AD7;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    /* background: white; */
    background: #139AD7;
    position: absolute;
    left: -50%;
    top: 8px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    /* background: #27AE60; */
    background: #0A4E91;
    color: white;
}


.modal.created {
    text-align: center;
}

.modal.created .modal-body {
    padding: 100px 0 120px;
}

.modal.created .img-area {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: linear-gradient(#00A651, #01CB63);
    margin: 0 auto 16px;
    /* #00A651, #01CB63 */
}

.modal.created h2 {
    color: #00A651;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 102.5%;
    margin-bottom: 10px;
}

.modal.created span {
    color: #0A3661;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 102.5%;
    display: block;
    margin-bottom: 40px;
}

.modal.created a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 24px;
}

/*progress bar with steps css end*/

/*edit profile css start*/
.settings {
    padding: 50px 0;
}

.settings .back a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 24px;
}

.settings .back a img {
    width: 8px;
    height: auto;
    margin-right: 10px;
}

.settings h2 {
    color: #0A4E91;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0 6px;
}

.settings .nav-tabs {
    border-bottom: none;
}

.settings .nav {
    display: block;
}

.settings .tab-area {
    border-radius: 10px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    height: 450px;
}

.settings .tab-area hr {
    background: rgba(0, 0, 0, 0.13);
    opacity: 1;
    margin: 23px 10px;
}

.settings .tab-area ul {
    padding-top: 25px;
}

.settings .tab-content .profile-area,
.settings .tab-content .account,
.settings .tab-content .family,
.settings .tab-content .added {
    border-radius: 10px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    padding: 30px;
}

.settings .tab-content .added {
    margin-top: 25px;
}

.settings .tab-content .added h4 {
    margin-bottom: 20px;
}

.settings .tab-content .added .added-item {
    border-radius: 10px;
    border: 1px solid var(--container-stroke, #E0ECFC);
    background: #FFF;
    box-shadow: 10px 10px 40px 0px rgba(10, 78, 145, 0.10);
    text-align: center;
    padding: 20px 0;
}

.settings .tab-content .added .added-item h6 {
    color: #0A4E91;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.settings .tab-content .added .added-item p {
    color: #858585;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.settings .tab-content .added .added-item .info {
    display: inline-block;
}

.settings .tab-content .added .added-item .info p span {
    color: #0A4E91;
    text-align: center;
}

.settings .tab-content .added .added-item .info p {
    color: #858585;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.settings .tab-content .added .added-item a {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 4px 24px;
    display: inline-block;
    margin-top: 18px;
}

.settings .tab-content .added .added-item a:hover {
    border: 1px solid #0A4E91;
    color: #0A4E91;
    background: transparent;
}

.settings .tab-content h4 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.settings .tab-content p {
    color: #858585;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.settings .tab-content .img-area {
    position: relative;
    margin-bottom: 20px;
}

.settings .tab-content .img-area img {
    width: 180px;
    height: auto;
}


.settings .tab-content .img-area a {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 6.007px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px;
}

.settings .tab-content .img-area a img {
    width: auto;
}

.settings .tab-content .btn-area button:first-child {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 0px;
    width: 110px;
    border: none;
}

.settings .tab-content .btn-area button:last-child {
    border-radius: 39px;
    background: #E0E3E6;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 0px;
    width: 110px;
    border: none;
}

.settings .tab-content .item {
    display: flex;
}

.settings .tab-content .item .left-side {
    width: 15%;
}

.settings .tab-content .item .right-side {
    width: 85%;
}

.settings .tab-content .item .left-side h6 {
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.settings .tab-content .item .right-side p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.settings .tab-content .item .right-side a {
    color: #00A651;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.settings .form-group {
    margin-bottom: 20px;
}

.settings .form-group label {
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.settings .form-group .form-control {
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    background: #FFF;
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
}

.settings .nav-tabs .nav-link {
    padding: 0 10px;
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.settings .nav-tabs .nav-item.show .nav-link,
.settings .nav-tabs .nav-link.active {
    color: #0A4E91;
    border-left: 2px solid #0A4E91;
}


/*edit profile css end*/

.date-item.getAppoinmentTime {
    cursor: pointer;
}
label.error {
    color: red;
}
.slick-initialized .slick-prev {
    color: white;
    border-radius: 30px;
    padding: 10px 13px;
    background-color: #0A3661;
    border: none; 
}
.slick-initialized .slick-next{
    color: white;
    border-radius: 30px;
    padding: 10px 18px;
    background-color: #0A3661;
    border: none; 
}

.services-section .section-title  {
	margin-bottom: 35px;
    
}
.section-title h2{
    color: #0A3661;
    font-weight: 700;
    font-size: 44px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: left;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(110, 123, 197, 0.12);
    -moz-box-shadow: 0px 5px 30px 0px rgb(110, 123, 197, 0.12);
    box-shadow: 0px 5px 30px 0px rgb(110, 123, 197, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #0A3661;
}

.services-icon {
	text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon i {
    color: #0A3661;
	font-size: 40px;
	width: 75px;
    height: 75px;
    line-height: 75px;
	display: block;
    margin: auto;
    background-color: rgb(232, 235, 255, 0.5);
	border-radius: 20px 20px 20px 5px;
	-webkit-border-radius: 20px 20px 20px 5px;
	-moz-border-radius: 20px 20px 20px 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
	font-size: 22px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}



.single-services-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
    background-color: #0A3661;
}

.single-services-item:hover .services-icon i {
    background-color: #fff;
}

.single-services-item:hover h3 {
	color: #ffff;
}
.single-services-item:hover p {
	color: #ffff;
}
.single-services-item:hover .services-btn-link .services-link {
	color: #ffff;
}
@media only screen and (max-width:1000px) {
    section.login .tab-content .img-area {
        display: none;
    }
    section.login .nav-tabs{
        margin-bottom:0px;
    }
    div.booking .modal-body{
        padding:10px;
    }
    .modal-body{
        padding:10px
    }
    .how .works .item {
        
        padding: 16px;
        height: auto;
    }
    .section-title h2{
        font-size: 26px;
    }

}
.day-slot{
    padding:15px;
    background: #b8d9fa;
    margin: 15px 10px;
    border-radius: 10px;
}
.slot-col{
   
    padding: 10px;
    border-radius: 10px;
    background: #0A4E91;
    color: white;
}
.day-slot label{
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
}
#btn-uploadreports{
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    padding: 12px 24px;
    border: none;
    display: inline-block;
}

#payment .modal-body .pay-btn button{
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
    margin-right: 8px;
    border: none;
}
.modal#statusSuccessModal .modal-content {
	border-radius: 30px;
}
.modal#statusSuccessModal .modal-content svg {
	width: 100px; 
	display: block; 
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}
.page-item.active .page-link{
    background-color: #0A4E91 !important;
}
.form-select{
    border-radius: 12px;
    border: 2px solid rgba(51, 65, 85, 0.15);
    padding: 8px 0 8px 15px;
    margin: 10px 0 20px;
}


@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

@media (max-width: 768px) {
    .section.login .right{
        display: none !important;
        top: -145% !important;
    }
    .book h2{
        font-size: 18px;
        line-height: 25px;
    }
    .img-area .text-center{
        height: 10px;
        width: 10px;
    }
    .banner .content h2{
        font-size: 26px;
    }
    .banner .content p{
        font-size: 14px;
    }
    .img-area img{
        /* width: 100%; */
        height: 180px;
    }
    .consult{
        margin-bottom: 0px;
    }
    .consult .title h2{
        font-size: 26px;
        line-height: 30px;
    }
    .consult .all a{
        font-size: 12px;
        padding: 9px 12px;
    }
    .section{
        padding: 30px 0;
    }
    .section .content h2{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: normal;
    }

    .section .content p{
        font-size: 13px;
        letter-spacing: normal;
    }
    .section .content a{
        padding: 9px 20px;
    }
    .how .works{
        padding: 20px;
    }
    .how .works .item img{
        width: 100%;
    }
    .how .works h2{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: normal;
    }
    .suggest .suggest-area{
        padding: 12px 0;
    }
    .how{
        padding: 0;
    }
    .suggest{
        padding-bottom: 0;
        padding-top: 40px;
    }
    .suggest .suggest-area .content h2{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: normal;
    }
    .suggest .suggest-area .content p {
        font-size: 13px;
        letter-spacing: normal;
        line-height: 22px;
    }
    section.login .tab-content .form-area .form-group{
        width: 100%;
    }
    section.login .tab-content .form-area h2{
        font-size: 22px;
    }

}
@media (min-width: 768px) {
    .section.login .right{
        display: none !important;
        top: -145% !important;
    }
}
.modal-header h2 {
    color: #0A4E91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 25px; */
}
.btn-next .next_appointment, .btn-next .next_SecondOpenion {
    border-radius: 39px;
    background: #0A4E91;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
    margin-right: 8px;
    border: none;
}