@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),



        url('../fonts/Gilroy-Black.woff') format('woff');



    font-weight: 900;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),



        url('../fonts/Gilroy-Heavy.woff') format('woff');



    font-weight: 900;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),



        url('../fonts/Gilroy-Bold.woff') format('woff');



    font-weight: bold;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),



        url('../fonts/Gilroy-Light.woff') format('woff');



    font-weight: 300;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),



        url('../fonts/Gilroy-SemiBold.woff') format('woff');



    font-weight: 600;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),



        url('../fonts/Gilroy-Medium.woff') format('woff');



    font-weight: 500;



    font-style: normal;



    font-display: swap;



}







@font-face {



    font-family: 'Gilroy';



    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),



        url('../fonts/Gilroy-Regular.woff') format('woff');



    font-weight: normal;



    font-style: normal;



    font-display: swap;



}







/* ***** Common Css **** */



:root {



    scroll-behavior: initial;



}







* {



    margin: 0;



    padding: 0;



    text-decoration: none;



    list-style: none;



}



a:hover,



a:focus,



a:active {



    text-decoration: none;



}



ol,



ul {



    margin: 0;



    padding: 0;



}



img {



    display: block;



}



figure {

    margin: 0;

}



a,

button {



    transition: 0.4s linear;



    -webkit-transition: 0.4s linear;



    text-decoration: none;



}







body {



    font-family: 'Gilroy';



    font-size: 14px;



    font-weight: 400;



    color: #000;



    text-decoration: none;



}







.main-wrpper {



    height: 100%;



    width: 100%;



    overflow: hidden;



}



.container {



    max-width: 1440px;



}



/* ***** End Common Css **** */







/* ***** Banner ***** */



.hero-banner {



    padding: 50px 0 120px;



}



.banner-img {



    position: relative;



    border-radius: 45px;



    overflow: hidden;



    max-width: 890px;



    width: 890px;



}



.banner-img img {



    width: 100%;



    height: 1032px;



    object-fit: cover;



}



.banner-img:after {



    position: absolute;



    content: '';



    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -4.46%, rgba(0, 0, 0, 0.6) 86.84%);



    width: 100%;



    height: 100%;



    top: 0;



    left: 0;



    right: 0;



}



.banner-doc-dt {



    position: absolute;



    bottom: 0;



    left: 0;



    right: 0;



    padding: 85px 65px;



    z-index: 1;



}



.banner-doc-dt h2 {



    font-size: 36px;



    text-transform: uppercase;



    font-weight: bold;



    line-height: 44px;



    color: #fff;



    margin: 0 0 20px;



}



.banner-doc-dt p {



    margin: 0;



    font-size: 18px;



    font-weight: normal;







    color: #fff;



    line-height: 26px;



}







.logo-box a {



    display: table;



}



.logo-box img {



    height: 110px;



    margin: 0 0 50px;



}



.banner-data {



    padding: 0 100px 0 0;



}



.banner-data h1 {



    color: #28B971;



    font-size: 60px;



    font-weight: bold;



    font-family: "Poppins", sans-serif;



    line-height: 68px;



    margin: 0;



}



.banner-data h1 span {



    color: #112437;



}



.banner-data h2 {



    font-size: 24px;







    font-weight: 600;



    color: #112437;



    line-height: 34px;



    margin: 0 0 18px;



}



.banner-data h2 span {



    color: #28B971;



}



.banner-data p {



    font-size: 16px;



    font-weight: normal;



    color: #515151;



    font-family: "Poppins", sans-serif;



    line-height: 24px;



    margin: 0 0 45px;



}



.banner-data .btn-group {



    display: flex;



    align-items: flex-start;



    margin: 0 auto 30px;



}



.btn-main {



    padding: 16px 30px;



    background: #28B971;



    border-radius: 10px;



    border: none;



    font-size: 18px;



    font-weight: 600;



    color: #fff;



    box-shadow: 0px 18px 36px rgba(31, 184, 112, 0.24);



}



.btn-main i {



    margin: 0 0 0 10px;



}



.btn-main:hover {



    background: #112437;



    color: #fff;



}



.discount-bx {



    margin: 0 0 30px;



    background-color: #b22e2e;



    box-shadow: 0px 24px 72px rgba(195, 209, 217, 0.6);



    border-radius: 18px;



    display: flex;



    align-items: center;



    overflow: hidden;



    max-width: 65%;



    position: relative;



}



.dis-leftbx {



    padding: 10px 0 10px 30px;



    text-align: center;



    max-width: 45%;



}



.dis-leftbx h3 {



    margin: 0;



    font-size: 22px;



    font-weight: 600;



    color: #fff;



    line-height: 100%;



}



.dis-leftbx h3 span {



    display: block;



    font-weight: 700;



    color: #fff;



    font-size: 30px;



    line-height: 100%;



    text-decoration: line-through;



    opacity: 0.8;



    margin: 20px 0 0;



}



.dis-rightbx {



    margin: 0 0 0 auto;



    padding: 10px 30px 10px 40px;



    background: url('../images/green-shape.png') 0 0 no-repeat;



    background-size: 100% 100%;



    min-width: 55%;



    position: relative;



}



.dis-icon {



    position: absolute;



    width: 100%;



    height: 100%;



    top: 0;



    right: 45px;



    max-width: 105px;



    left: auto;



}



.dis-rightbx h4 {



    font-size: 22px;



    margin: 0;



    text-align: center;



    color: #fff;



    line-height: 100%;



}



.dis-rightbx h4 span {



    display: block;



    font-weight: 700;



    line-height: 100%;



    font-size: 35px;



    margin: 20px 0 0;



}







.banner-benifit-rw ul {



    display: flex;



    align-items: flex-start;



    margin: 0 -9px;



}



.banner-benifit-rw ul li {



    padding: 0 9px;



    width: 44%;



}



.grow-box {



    padding: 20px;



    background: #FAFAFA;



    border-radius: 20px;



    display: flex;



    max-width: 250px;



    align-items: flex-end;



}



.grow-chartbx {



    min-width: 110px;



    max-width: 110px;



}



.grow-chartbx img {



    width: 100%;



}



.chrtdt h3 {



    font-size: 24px;



    font-weight: bold;



    color: #112437;



    line-height: 22px;



    margin: 0 0 20px;







}



.chrtdt h3 span {



    display: block;



    font-size: 10px;



    line-height: 10px;



    font-weight: normal;



    color: #515151;



}



.chrtdt h3:last-child {



    margin: 0;



}



.trusted-box {



    flex-flow: column;



    align-items: flex-start;



    padding: 18px 20px;



}



.trusted-box h3 {



    font-size: 16px;



    font-weight: normal;



    color: #112437;



    margin: 0 0 10px;



    font-family: "Poppins", sans-serif;



}



.trusted-user {



    display: flex;



    align-items: flex-start;



    margin: 0 0 10px;



}



.trusted-user img {



    width: 45px;



    height: 45px;



    border-radius: 100%;



    object-fit: cover;



    border: 1px solid #fff;



    margin: 0 -10px;



}



.add-user {



    width: 45px;



    height: 45px;



    border-radius: 100%;



    border: 1px dashed #112437;



    background: rgba(40, 185, 113, 0.50);



    display: flex;



    align-items: center;



    justify-content: center;



    margin: 0 -10px;



}



.add-user img {



    width: auto;



    height: auto;



    border-radius: 0;



    border: none;



    margin: 0 auto;



}



.add-user:hover {



    background: rgba(40, 185, 113, 1);



}



.trusted-box h5 {



    display: flex;



    align-items: center;



    font-size: 18px;



    font-weight: 500;



    color: #161616;



    margin: 0;



    line-height: 26px;



}



.trusted-box h5 figure {



    margin: 0 10px;



    display: flex;



    align-items: center;



}



/* ***** End Banner ***** */







/* ***** Feature ***** */



.feature-wrp {



    padding: 90px 0;



    background: #112437;



    position: relative;



}



.feature-wrp h2 {



    font-size: 24px;



    font-weight: 500;



    color: #fff;



    line-height: 32px;



    text-align: center;



    font-family: "Poppins", sans-serif;



    margin: 0 auto 35px;



    text-transform: capitalize;



}



.feature-wrp .slick-slide {



    margin: 0 15px;



}



.feature-wrp .slick-list {



    margin: 0 -15px;



}



.feature-img img {



    width: 100%;



}



.feature-wrp .slick-prev,



.feature-wrp .slick-next {



    position: absolute;



    right: 0;



    left: auto;



    border: none;



    color: transparent;



    background-color: transparent;



    width: auto;



    height: auto;



    font-size: 0;



    color: transparent;



    z-index: 5;



    top: 50%;



    transform: translateY(-50%);



    -webkit-transform: translateY(-50%);



    -webkit-transition: .4s linear;



    -moz-transition: .4s linear;



    -ms-transition: .4s linear;



    transition: .4s linear;



}



.feature-wrp .slick-prev:before,



.feature-wrp .slick-next:before {



    width: 30px;



    height: 30px;



    content: "\f054";



    font-family: 'Font Awesome 5 Pro';



    color: #fff;



    background: rgba(0, 0, 0, 0.70);



    font-weight: 400;



    line-height: 30px;



    display: block;



    border-radius: 50%;



    text-align: center;



    font-size: 14px;



    transition: .4s linear;



    -webkit-transition: .4s linear;



}



.feature-wrp .slick-prev {



    left: 0;



    right: auto;



}



.feature-wrp .slick-prev:before {



    content: "\f053";



}



.feature-wrp .slick-prev:hover:before,



.feature-wrp .slick-next:hover:before {



    background: #28B971;



    color: #fff;



}



/* ***** End Feature ***** */







/* **** Certification **** */



.certification-wrp {



    padding: 120px 0;



}



.certification-wrp h2 {



    font-size: 60px;



    font-weight: bold;



    color: #161616;



    line-height: 68px;



    text-align: center;







    margin: 0 auto 60px;



}



.certification-wrp h2 span {



    color: #28B971;



}



.certification-box {



    margin: 0 0 30px;



    padding: 25px;



    background: #FFFFFF;



    border: 1px solid #FAFAFA;



    box-shadow: 0px 6px 96px rgba(0, 0, 0, 0.06);



    border-radius: 42px;



    display: flex;



    flex-flow: column;



    height: calc(100% - 30px);



    transition: .4s linear;



    -webkit-transition: .4s linear;



}



.certification-ic {



    width: 120px;



    height: 120px;



    border-radius: 24px;



    background: rgba(40, 185, 113, 0.06);



    box-shadow: 0px 6px 120px rgba(0, 0, 0, 0.08);



    margin: 0 0 35px;



    display: flex;



    align-items: center;



    justify-content: center;



}



.certification-ic img {



    transition: .4s linear;



    -webkit-transition: .4s linear;



}



.certification-box h3 {



    font-size: 30px;



    font-weight: bold;



    color: #161616;



    margin: 0 0 15px;



}



.certification-box p {



    font-size: 18px;



    font-weight: normal;



    color: #515151;



    line-height: 28px;



    margin: 0;



}



.certification-box:hover {



    background: #28B971;



}



.certification-box:hover .certification-ic img {



    -webkit-filter: brightness(0) invert(1);



    filter: brightness(0) invert(1);



}



.certification-box:hover p,



.certification-box:hover h3 {



    color: #fff;



}



.certification-wrp .btn-main {



    display: table;



    margin: 30px auto 0;



}



/* **** End Certification **** */







/* **** Process **** */



.process-wrp {



    padding: 120px 0;



    background: rgba(40, 185, 113, 0.06);



    position: relative;



}



.process-wrp h2 {



    font-size: 60px;



    line-height: 68px;



    margin: 0 auto 20px;



    text-align: center;



    color: #161616;



    font-weight: bold;







}



.process-wrp h2 span {



    color: #28B971;



}



.process-wrp h6 {



    font-size: 18px;



    font-weight: normal;



    color: #515151;







    line-height: 26px;



    text-align: center;



    margin: 0 auto 100px;



}



.process-wrp .row {



    margin: 0 -30px;



}



.process-wrp .row .col-md-4 {



    padding: 0 30px;



}



.process-box {



    padding: 50px 35px 50px;



    background: #fff;



    border-radius: 12px;



    position: relative;



    box-shadow: 0px 24px 90px rgba(0, 0, 0, 0.06);



    margin: 0 0 60px;



    display: flex;



    flex-flow: column;



    height: calc(100% - 60px);



}



.process-box label {



    background: url('../images/label-back.png') 0 0 no-repeat;



    background-size: 100% 100%;



    width: 150px;



    text-align: center;







    font-size: 24px;



    font-weight: 500;



    height: 42px;



    line-height: 42px;



    color: #fff;



    margin: 0 auto;



    position: absolute;



    top: 5%;



    right: -42px;



    transform: rotate(45deg);



}



.process-ic {



    margin: 0 auto 30px;



    display: table;



}



.process-ic img {



    border-radius: 15px;



}



.process-box h3 {



    font-size: 30px;



    font-weight: bold;



    color: #161616;



    text-align: center;



    line-height: 38px;







    margin: 0 auto 20px;



}



.process-box p {



    font-size: 18px;



    font-family: "Poppins", sans-serif;



    font-weight: normal;



    color: #515151;



    text-align: center;



    line-height: 26px;



    margin: 0 auto;



}



.process-wrp .btn-main {



    margin: 0 auto;



    display: table;



}



/* **** End Process **** */







/* **** Experienced Clinic **** */



.experienced-clinic-wrp {



    padding: 130px 0;



    position: relative;



}



.doctors-img img {



    width: 100%;



    border-radius: 20px;



}



.experienced-data {



    padding: 0 0 0 60px;



}



.experienced-data h2 {



    font-size: 60px;







    font-weight: bold;



    color: #161616;



    line-height: 68px;



    margin: 0 0 20px;



}



.experienced-data h2 span {



    color: #28B971;



}



.experienced-data h6 {



    font-size: 18px;



    font-weight: normal;



    color: #515151;







    line-height: 28px;



    margin: 0 0 45px;



}



.experienced-block {



    padding: 20px 30px;



    background: #FAFAFA;



    border-radius: 24px;



    margin: 0 0 25px;



}



.experienced-block h3 {



    font-size: 30px;



    font-weight: bold;



    color: #161616;



    line-height: 38px;







    margin: 0 0 5px;



}



.experienced-block p {



    margin: 0;



    font-size: 18px;



    font-weight: normal;



    color: #515151;







    line-height: 26px;



}



/* **** End Experienced Clinic **** */







/* **** Testimonial **** */



.testimonail-wrp {



    padding: 120px 0 0;



    position: relative;



    background: rgba(40, 185, 113, 0.06);



}



.testimonail-wrp h2 {



    font-size: 60px;



    font-weight: bold;



    color: #161616;



    line-height: 68px;







    margin: 0 0 60px;



    max-width: 640px;



}



.testimonail-wrp h2 span {



    color: #28B971;



}



.testimonail-wrp .slick-slide {



    margin: 0 15px;



}



.testimonail-wrp .slick-list {



    margin: 0 -15px;



}



.slick-track {



    display: flex !important;



}



.slick-slide {



    height: inherit !important;



}







.testimonail-wrp .slick-prev,



.testimonail-wrp .slick-next {



    position: absolute;



    right: 0;



    left: auto;



    border: none;



    color: transparent;



    background-color: transparent;



    width: auto;



    height: auto;



    font-size: 0;



    color: transparent;



    z-index: 5;



    top: -150px;



    outline: none !important;



    -webkit-transition: .4s linear;



    -moz-transition: .4s linear;



    -ms-transition: .4s linear;



    transition: .4s linear;



}



.testimonail-wrp .slick-prev:before,



.testimonail-wrp .slick-next:before {



    width: 60px;



    height: 60px;



    content: "\f054";



    font-family: 'Font Awesome 5 Pro';



    color: #161616;



    background: #fff;



    font-weight: 400;



    line-height: 60px;



    display: block;



    border-radius: 50%;



    text-align: center;



    font-size: 18px;



    transition: .4s linear;



    -webkit-transition: .4s linear;



}



.testimonail-wrp .slick-prev {



    right: 75px;



}



.testimonail-wrp .slick-prev:before {



    content: "\f053";



}



.testimonail-wrp .slick-prev:hover:before,



.testimonail-wrp .slick-next:hover:before {



    color: #fff;



    background: #28B971;



}







.testimonail-block {



    padding: 35px 30px;



    background: #fff;



    border-radius: 10px;



}



.testimonail-head {



    margin: 0 0 15px;



}



.testimonail-head h3 {



    margin: 0;



    font-size: 24px;



    font-weight: bold;



    color: #161616;







}



.raitingbx figure {



    display: flex;



    align-items: center;



    justify-content: flex-end;



}



.raitingbx figure img {



    margin-right: 5px;



    width: 25px;



}



.raitingbx figure img:last-child {



    margin: 0;



}



.testimonail-block p {



    font-size: 18px;



    font-weight: normal;



    color: #515151;







    line-height: 28px;



    margin: 0 0 30px;



    min-height: 180px;



}



.sapratebx img {



    width: 100%;



    margin: 0 0 35px;



}







.test-user-rw {



    display: flex;



    align-items: center;



}



.test-user {



    min-width: 70px;



    margin-right: 15px;



}



.test-user img {



    width: 70px;



    height: 70px;



    border-radius: 100%;



    object-fit: cover;



}



.test-user-rw h4 {



    margin: 0;







    font-size: 30px;



    font-weight: bold;



    color: #161616;



}











.voted-row {



    margin: 0px 0 0px;



    padding: 40px 40px;



    background: #28B971;



    border-radius: 35px;



    position: relative;



    bottom: -120px;



}



.voted-img {



    width: 300px;



    height: 300px;



    border-radius: 100%;



    background: #fff;



    box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.12);



    position: absolute;



    top: -25px;



    left: 70px;



}



.voted-img img {



    width: 100%;



}



.voted-row h3 {



    margin: 0;



    font-size: 36px;



    font-weight: bold;







    color: #fff;



    line-height: 44px;



    padding: 0 0 0 60px;



}



/* **** End Testimonial **** */







/* **** Proude Saving **** */



.proude-saving-wrp {



    padding: 285px 0 60px;



    position: relative;



}



.proude-saving-wrp .row {



    align-items: center;



}



.saving-img img {



    width: 100%;



    border-radius: 20px;



}



.saving-data h2 {



    margin: 0 0 20px;



    font-size: 60px;



    font-weight: bold;



    color: #161616;







    line-height: 68px;



}



.saving-data h2 span {



    color: #28B971;



}



.saving-data p {



    font-size: 18px;







    font-weight: 400;



    color: #515151;



    line-height: 28px;



    max-width: 640px;



    margin: 0 0 45px;



}



/* **** End Proude Saving **** */







/* **** Your Doctors **** */



.your-doctors-wrp {



    padding: 60px 0 120px;



    position: relative;



}



.your-doctors-wrp .container {



    max-width: 1100px;



}



.your-doctors-wrp h2 {



    font-size: 60px;



    font-weight: bold;



    color: #161616;







    line-height: 64px;



    text-align: center;



    margin: 0 auto 20px;



}



.your-doctors-wrp h2 span {



    color: #28B971;



}



.your-doctors-wrp h6 {



    font-size: 18px;



    font-weight: normal;



    color: #515151;



    line-height: 26px;



    text-align: center;



    margin: 0 auto 60px;



}



.doctors-block {



    position: relative;



    background: #fff;



    border-radius: 12px;



    overflow: hidden;



    transition: .4s linear;



    -webkit-transition: .4s linear;



    height: 100%;



}



.doctors-block:hover {



    box-shadow: 0px 24px 90px rgba(0, 0, 0, 0.06);



}



.doctor-img img {



    width: 100%;



}



.doctor-data {



    padding: 24px 16px;



    display: flex;



    flex-direction: column;



    align-items: flex-start;



    justify-content: space-between;



    height: calc(100% - 340px);



}



.doctor-data h3 {



    font-size: 20px;



    font-weight: bold;



    color: #515151;



    line-height: 28px;



    margin: 0 0 5px;



}



.doctor-data h5 {



    font-size: 14px;



    font-weight: bold;



    color: #28B971;



    text-transform: uppercase;



    margin: 0 0 20px;



}



.doctor-data p {



    font-size: 16px;



    font-weight: normal;



    color: #515151;



    line-height: 24px;



    margin: 0;



}



/* **** End Your Doctors **** */







/* **** Get Your CURT **** */



.get-your-wrp {



    padding: 130px 0 0;



}



.get-your-block {



    padding: 0 120px;



    background: #28B971;



    border-radius: 60px;



    margin: 0 0 -290px;



    position: relative;



    z-index: 5;



}



.get-your-block .row {



    align-items: center;



}



.your-dt {



    max-width: 540px;



}



.your-dt h2 {



    font-size: 60px;



    line-height: 68px;



    color: #fff;



    font-weight: bold;



    margin: 0 0 20px;



}



.your-dt p {



    font-size: 18px;



    font-weight: normal;



    color: #fff;



    line-height: 28px;



    margin: 0 0 60px;



}



.your-dt .btn-main {



    background: #fff;



    color: #28B971;



    box-shadow: 0px 18px 36px rgba(31, 184, 112, 0.24);



}



.your-dt .btn-main:hover {



    color: #fff;



    background: #333;



}



.card-img img {



    width: 100%;



    margin: -130px 0 -1px;



}



/* **** End Get Your CURT **** */







/* **** Footer **** */



footer {



    background: rgba(40, 185, 113, 0.06);



    padding: 390px 0 60px;



    position: relative;



}



.footer-logo a {



    display: table;



    margin: 0 auto;



}



.footer-logo img {



    margin: 0 auto 25px;



    height: 100px;



}



footer h6 {



    text-align: center;



    margin: 0 auto 45px;



    font-size: 18px;



    font-weight: bold;



    color: #161616;



    line-height: 40px;



}



footer h6 a {



    display: table;



    margin: 0 auto;



    font-size: 36px;



    font-weight: bold;



    color: #161616;



}



footer h6 a:hover {



    color: #28B971;



}



footer p {



    font-size: 16px;



    font-weight: normal;



    color: #161616;



    line-height: 24px;



    margin: 0;



    text-align: center;



}



footer p a {



    font-weight: 600;



    color: #28B971;



}



footer p a:hover {



    color: #777;



}



/* **** End Footer **** */







/* **** 404 Page **** */



.not-found-wrp {



    padding: 100px 0;



}



.not-found-wrp .logobar {



    margin: 0 auto 60px;



    display: table;



}



.not-found-wrp .logobar img {



    height: 100px;



}



.not-found-wrp h1 {



    font-size: 200px;



    font-weight: bold;



    color: #28B971;



    text-align: center;



    line-height: 220px;



    margin: 0 auto 15px;



}



.not-found-wrp .thank-you-heading {



    font-size: 100px;



    font-weight: bold;



    color: #28B971;



    text-align: center;



    line-height: 120px;



    margin: 0 auto 15px;



}



.not-found-wrp p {



    font-size: 16px;



    font-weight: 500;



    color: #101010;



    text-align: center;



    line-height: 28px;



    margin: 0 auto 25px;



    max-width: 850px;



}



.not-found-wrp .btn-main {



    margin: 0 auto;



    display: table;



}







footer.inner-footer {



    padding: 40px 0;



}



/* **** End 404 Page **** */







/* ***** Terms Page ***** */



.process-wrp-typography-main {



    padding: 60px 0;



}



.process-wrp-typography-main .main-title {



    font-size: 52px;



    font-weight: bold;



    color: #28B971;



    line-height: 62px;



    margin: 0 0 45px;



}







.typography-detail h1 {



    font-size: 48px;



    font-weight: bold;



    color: #101010;



    line-height: 58px;



    margin: 0 0 30px;



}



.typography-detail h2 {



    font-size: 42px;



    font-weight: bold;



    color: #101010;



    line-height: 52px;



    margin: 0 0 30px;



}



.typography-detail h3 {



    font-size: 38px;



    font-weight: bold;



    color: #101010;



    line-height: 48px;



    margin: 0 0 30px;



}



.typography-detail h4 {



    font-size: 32px;



    font-weight: bold;



    color: #101010;



    line-height: 42px;



    margin: 0 0 30px;



}



.typography-detail h5 {



    font-size: 28px;



    font-weight: bold;



    color: #101010;



    line-height: 36px;



    margin: 0 0 30px;



}



.typography-detail h6 {



    font-size: 22px;



    font-weight: bold;



    color: #101010;



    line-height: 32px;



    margin: 0 0 30px;



}



.typography-detail p {



    font-size: 16px;



    line-height: 24px;



    margin: 0 0 25px;



    color: #101010;



    overflow: hidden;



    display: block;



}



.typography-detail p img.alignleft {



    margin: 0;



}



.typography-detail p img.alignright {



    float: right;



}



.typography-detail p img.aligncenter {



    margin: 0 auto;



    display: table;



}



.typography-detail ul {



    margin: 0 0 30px;



}



.typography-detail ul li {



    line-height: 24px;



    font-size: 16px;



    font-weight: normal;



    color: #101010;



    position: relative;



    padding: 0 00 0 15px;



}



.typography-detail ul li:before {



    position: absolute;



    content: '';



    width: 6px;



    height: 6px;



    border-radius: 100%;



    background: #333;



    top: 10px;



    left: 0;



}



.typography-detail ul li ol li:before {



    display: none;



}



.typography-detail ul li ol {



    margin: 15px 0;



}



.typography-detail ul li ol li {



    padding: 0;



}







.typography-detail ol {



    margin: 0 0 30px;



    padding: 0 0 0 25px;



}



.typography-detail ol li {



    line-height: 24px;



    font-size: 16px;



    font-weight: normal;



    color: #101010;



    list-style-type: decimal;



    position: relative;



    padding: 0;



}



.typography-detail ol li ul {



    margin: 15px 0;



}



.typography-detail ol li ul li {



    list-style-type: none;



    display: block;



    padding: 0 0 0 15px;



}



/* ***** End Terms Page ***** */







.doctor-data a {



    display: inline-block;



    margin: 20px 0 0 0;



    box-shadow: none;



}



/* 20-jul-26 */

/* texas-doctors-v2 */

/* header */



.cta-common {

    display: inline-flex;

    font-family: 'SF Pro Display';

    font-weight: 500;

    font-size: 18px;

    line-height: 150%;

    padding: 17px 30px;

    border-radius: 8px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    -ms-border-radius: 8px;

    -o-border-radius: 8px;

}





.texas-doctors-v2 .header {

    background-color: transparent;

    transition: 0.3s ease-in all;

    -webkit-transition: 0.3s ease-in all;

    -moz-transition: 0.3s ease-in all;

    -ms-transition: 0.3s ease-in all;

    -o-transition: 0.3s ease-in all;

}



.texas-doctors-v2 .header.active {

    background-color: #fff;

}



.cta-green {

    color: #FFFFFF;

    background: linear-gradient(90.00deg, #01331A 0%, #006738 100%);

    transition: .3s ease-in all;

    -webkit-transition: .3s ease-in all;

    -moz-transition: .3s ease-in all;

    -ms-transition: .3s ease-in all;

    -o-transition: .3s ease-in all;

}



.cta-green:hover {

    opacity: 0.6;

}



.texas-doctors-v2 .header {

    padding: 15px 0px;

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 99;

}



.texas-doctors-v2 {

    font-family: 'SF Pro Display';

    font-size: 18px;

    font-weight: 400;

    color: #737373;

    text-decoration: none;

}



.texas-doctors-v2 .navbar-brand {

    position: relative;

    z-index: 9999;

    margin: 0;

    padding: 0;

    display: inline-block;

    width: 145px;

}



.texas-doctors-v2 .header-content {

    display: flex;

    justify-content: space-between;

    /* padding: 18px 15px 0; */

    align-items: center;

    max-width: 1744px;

    padding: 0 12px;

    margin: 0 auto;

}



.texas-doctors-v2 .navbar {

    padding: 0;

    justify-content: end;

}



.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link {

    position: relative;

    padding: 0;

    color: #3C484C;

    font-size: 18px;

    font-weight: 400;

    line-height: 100%;

}



.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link:hover {

    color: #2BB673;

}



.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link::before {

    position: absolute;

    content: "";

    background: var(--orange);

    height: 3px;

    left: 0;

    width: 0;

    bottom: 0px;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

}



.texas-doctors-v2 .navbar .navbar-nav .nav-item.current-menu-item .nav-link::before,

.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link:hover::before {

    width: 100%;

}



.texas-doctors-v2 .navbar .navbar-nav>.nav-item:not(:last-child) {

    margin-right: 60px;

}







.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {

    position: relative;

    padding-right: 16px;

}



.texas-doctors-v2 .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {

    position: absolute;

    content: "";

    display: inline-block;

    margin-left: 0;

    border: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e18557' d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");

    background-size: contain;

    background-repeat: no-repeat;

    width: 12px;

    height: 18px;

    top: 8px;

    right: 0;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

}



.texas-doctors-v2 .dropdown-menu {

    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);

    border: none;

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;

}



.texas-doctors-v2 .dropdown-menu li.current-menu-item .dropdown-item,

.texas-doctors-v2 .dropdown-menu .dropdown-item:hover {

    background-color: var(--orange);

    background: var(--orange);

}



.texas-doctors-v2 .header-right-top-list ul {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    gap: 40px;

    justify-content: flex-end;

}



.texas-doctors-v2 .header-right-top-list ul li a {

    font-size: 16px;

    font-weight: 400;

    color: #d48960;

}



.texas-doctors-v2 .header-right-top {

    margin-bottom: 20px;

    padding-right: 25px;

}



.texas-doctors-v2 .header .header-content .header-left {

    width: 26%;

}





.texas-doctors-v2 .navigation-right {

    display: flex;

    align-items: center;

    gap: 24px;

}



.texas-doctors-v2 .navigation-right .cta-call {

    display: flex;

    gap: 16px;

    color: #000000;

    text-decoration: underline;

    align-items: center;

}



.texas-doctors-v2 .navigation-right .call-icon {

    display: flex;

    align-items: center;

    gap: 12px;

}



.texas-doctors-v2 .navbar-nav {

    /* width: 100%; */

    margin: 0 auto;

}



.texas-doctors-v2 .header-right {

    width: 100%;

}



.texas-doctors-v2 .navigation-right .cta-common {

    padding: 17px 57px;

}



.texas-doctors-v2 .navigation-right .cta-call:hover {

    color: #2BB673;

}



/* header */



/* hero-section */

.texas-doctors-v2 .hero-section {

    padding: 240px 0;

    position: relative;

}



.texas-doctors-v2 .hero-section .hero-bg {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.texas-doctors-v2 .hero-section .hero-bg * {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.texas-doctors-v2 .main-title {

    font-family: 'SF Pro Display';

    font-weight: 500;

    font-size: 72px;

    line-height: 110%;

    color: #01331A;

}



.texas-doctors-v2 .main-title * {

    font-family: inherit;

    font-weight: inherit;

    font-size: inherit;

    line-height: inherit;

    color: inherit;

}



.texas-doctors-v2 .hero-section .hero-content {

    position: relative;

    z-index: 5;

}





.texas-doctors-v2 .hero-section .hero-content .hero-wrapper {

    max-width: 862px;

}



.texas-doctors-v2 .hero-section .main-title {

    margin-bottom: 12px;

}



.texas-doctors-v2 .hero-section .large-details p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .hero-section .large-details {

    margin-bottom: 12px;

    font-weight: 500;

    font-size: 30px;

    line-height: 38px;

    color: #000000;

}



.texas-doctors-v2 .hero-wrapper {

    margin-bottom: 60px;

}



.texas-doctors-v2 .hero-wrapper .common-details {

    max-width: 708px;

}



.texas-doctors-v2 .pricing-wrapper {

    display: flex;

    gap: 30px;



}



.texas-doctors-v2 .hero-content .cta-common {

    margin-bottom: 60px;

}



.texas-doctors-v2 .hero-content .pricing-block {

    padding: 26px 16px;

    background-color: #fff;

    border-radius: 12px;

    box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.06);

    -webkit-border-radius: 12px;

    -moz-border-radius: 12px;

    -ms-border-radius: 12px;

    -o-border-radius: 12px;

    max-width: 286px;

    align-items: center;

    display: flex;

    flex-direction: column;

    /* height: 100%; */

    width: 50%;

    justify-content: center;

}



.texas-doctors-v2 .hero-content .pricing-block p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .pricing-wrapper .title {

    font-family: 'SF Pro Display';

    font-weight: 700;

    font-size: 30px;

    line-height: 100%;

    margin-bottom: 17px;

}



.texas-doctors-v2 .pricing-wrapper .title * {

    color: #006738;

}



.texas-doctors-v2 .pricing-wrapper p {

    color: #000;

}



.texas-doctors-v2 .hero-content .pricing-block.active {

    border: 1px solid #2BB673;

    background: rgba(43, 182, 115, .12);

}



.texas-doctors-v2 .hero-content .pricing-block.active .price {

    display: flex;

    gap: 8px;

    margin-bottom: 12px;

}



.texas-doctors-v2 .hero-content .pricing-block.active .price .dicount {

    font-weight: 700;

    font-size: 24px;

    line-height: 150%;

    text-align: center;

    text-decoration: line-through;

    white-space: nowrap;

    color: #006738;

}



.texas-doctors-v2 .hero-content .pricing-block.active .price .main-price {

    font-family: 'SF Pro Display', sans-serif;

    font-weight: 700;

    font-size: 48px;

    line-height: 55%;

    color: #006738;

}



.texas-doctors-v2 .pricing-wrapper {

    max-width: 602px;

}



/* hero-section */



/* trust-section */



.texas-doctors-v2 .container {

    max-width: 1464px;

}



.texas-doctors-v2 .trust-section {

    padding: 30px 0;

}



.texas-doctors-v2 .trust-section .trust-section-wrapper {

    max-width: 1130px;

    margin: 0 auto;

}



.texas-doctors-v2 .trust-section .trust-img {

    width: 60px;

    margin: 0 auto 18px;

}



.texas-doctors-v2 .trust-section .trust-details * {

    font-weight: 500;

    font-size: 24px;

    line-height: 32px;

    color: #3C484C;

}



.texas-doctors-v2 .trust-section .row {

    margin: 0 -35px;

    row-gap: 30px;

}



.texas-doctors-v2 .trust-section .row>* {

    padding: 0 35px;

}



.texas-doctors-v2 .trust-section .trust-details p:last-child {

    margin-bottom: 0;

}



/* trust-section */



/* process-section */

.texas-doctors-v2 .process-section {

    padding: 120px 0 60px;

}



.texas-doctors-v2 .eye-brow-title * {

    font-weight: 700;

    font-size: 18px;

    line-height: 150%;

    text-transform: uppercase;

    color: #7DB79C;

}



.texas-doctors-v2 .section-title * {

    font-weight: 500;

    font-size: 60px;

    line-height: 120%;

    color: #000000;

    margin-bottom: 0;

}



.texas-doctors-v2 .process-details .common-details * {

    font-weight: 400;

    font-size: 24px;

    line-height: 140%;

    color: #656565;

}



.texas-doctors-v2 .eye-brow-title {

    margin-bottom: 12px;

}



.texas-doctors-v2 .section-title {

    margin-bottom: 24px;

}



.texas-doctors-v2 .process-details {

    margin-bottom: 45px;

}



.texas-doctors-v2 .process-block-card .process-block-details {

    padding: 25px 24px 58px;

}



.texas-doctors-v2 .process-block-card .process-block-details .step-number {

    margin-bottom: 18px;

}



.texas-doctors-v2 .process-block-card .process-block-details .step-number * {

    font-family: 'SF Pro Display', sans-serif;

    font-style: normal;

    font-weight: 700;

    font-size: 24px;

    line-height: 140%;

    text-align: center;

    text-transform: uppercase;

    background: linear-gradient(90.00deg, #01331A 0%, #006738 100%);

    color: transparent;

    -webkit-background-clip: text;

    background-clip: text;

}



.texas-doctors-v2 .process-block-card .process-block-details .step-details * {

    font-weight: 400;

    font-size: 24px;

    line-height: 140%;

    color: #656565;

}



.texas-doctors-v2 .process-block-card {

    border: 1px solid;

    border-color: #C9CDD2;

    border-radius: 24px;

    background: #fff;

    -webkit-border-radius: 24px;

    -moz-border-radius: 24px;

    -ms-border-radius: 24px;

    -o-border-radius: 24px;

    /*box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.06);

    */

    transition: .3s ease-in all;

    -webkit-transition: .3s ease-in all;

    -moz-transition: .3s ease-in all;

    -ms-transition: .3s ease-in all;

    -o-transition: .3s ease-in all;

}



.texas-doctors-v2 .process-block-card:hover {

    box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.06);

}



.texas-doctors-v2 .process-block-card .process-block-img {

    height: 330px;

    overflow: hidden;

    border-radius: 24px 24px 0 0;

    -webkit-border-radius: 24px 24px 0 0;

    -moz-border-radius: 24px 24px 0 0;

    -ms-border-radius: 24px 24px 0 0;

    -o-border-radius: 24px 24px 0 0;

}



.texas-doctors-v2 .process-block-card .process-block-img * {

    height: 100%;

    width: 100%;

    object-fit: cover;

}



.texas-doctors-v2 .process-wrapper-section .row {

    row-gap: 30px;

}



.texas-doctors-v2 .process-block-card .process-block-details .step-details p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .process-section-wrapper .cta-action {

    margin-top: 60px;

}



.texas-doctors-v2 .process-section-wrapper .cta-action .cta-common {

    margin-bottom: 12px;

}



.texas-doctors-v2 .process-section-wrapper .cta-action .common-details * {

    font-size: 20px;

}



.texas-doctors-v2 .process-section-wrapper .cta-action .common-details p:last-child {

    margin-bottom: 0;

}



/* process-section */



/* our-physicians-section */

.texas-doctors-v2 .our-physicians-section {

    padding: 60px 0 115px;

}



.texas-doctors-v2 .our-physicians-section .common-details {

    max-width: 760px;

    margin: 0 auto;

}



.texas-doctors-v2 .physicians-team-card {

    border-radius: 12px;

    overflow: hidden;

    background: #FAFFFD;

    -webkit-border-radius: 12px;

    -moz-border-radius: 12px;

    -ms-border-radius: 12px;

    -o-border-radius: 12px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details {

    padding: 24px 22px 24px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-img {

    height: 378px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-img * {

    height: 100%;

    width: 100%;

    object-fit: cover;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-top-details .name {

    margin-bottom: 8px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-top-details .name * {

    font-weight: 700;

    font-size: 24px;

    line-height: 140%;

    color: #19191B;

    text-transform: uppercase;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-top-details {

    margin-bottom: 16px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-top-details * {

    font-weight: 500;

    font-size: 14px;

    line-height: 120%;

    color: #2BB673;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-center-details * {

    color: #787A82;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-center-details {

    margin-bottom: 16px;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .physicians-center-details p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .booking-link a {

    font-weight: 500;

    font-size: 18px;

    line-height: 26px;

    text-decoration: underline;

    color: #01331A !important;

}



.texas-doctors-v2 .physicians-team-card .physicians-team-details .booking-link a:hover {

    color: #2BB673 !important;

}



.texas-doctors-v2 .our-physicians-section .physicians-team-wrapper .row {

    margin: 0 -17px;

    row-gap: 30px;

}



.texas-doctors-v2 .our-physicians-section .physicians-team-wrapper .row>* {

    padding: 0 17px;

}



.our-physicians-section .section-title {

    margin-bottom: 12px;

}



.our-physicians-section .process-details {

    margin-bottom: 60px;

}



.our-physicians-section .main-title {

    margin-bottom: 12px;

}



.our-physicians-section .main-title * {

    margin-bottom: 0;
    color: #000;

}





/* our-physicians-section */



.texas-doctors-v2 .common-icons-section .section-title {

    max-width: 1036px;

    margin-left: auto;

    margin-right: auto;

}



.texas-doctors-v2 .common-block-card .common-block-card-icon {

    width: 100px;

    height: 100px;

    border-radius: 18px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: rgba(43, 182, 115, 0.06);

    -webkit-border-radius: 18px;

    -moz-border-radius: 18px;

    -ms-border-radius: 18px;

    -o-border-radius: 18px;

}



.texas-doctors-v2 .common-block-card {

    padding: 48px 36px;

    border: 1px solid #DDDDDD;

    border-radius: 24px;

    height: 100%;

    -webkit-border-radius: 24px;

    -moz-border-radius: 24px;

    -ms-border-radius: 24px;

    -o-border-radius: 24px;

}



.texas-doctors-v2 .common-block-card .common-block-card-icon {

    margin-bottom: 24px;

}



.texas-doctors-v2 .common-block-card .block-title * {

    font-weight: 500;

    font-size: 30px;

    line-height: 130%;

    color: #000000;

}



.texas-doctors-v2 .common-block-card .common-details * {

    font-weight: 400;

    font-size: 20px;

    line-height: 140%;

    color: #737373;

}



.texas-doctors-v2 .common-icons-section .common-icons-wrapper {

    max-width: 1560px;

    margin: 0 auto;

}



.common-icons-section .cta-common {

    padding: 17px 42px;

}



.texas-doctors-v2 .common-block-card .block-title {

    margin-bottom: 18px;

}



.texas-doctors-v2 .common-block-icons .row {

    align-items: stretch;

}



.texas-doctors-v2 .common-icons-section .common-block-icons .row {

    row-gap: 84px;

    margin: 0 -15px;

}



.texas-doctors-v2 .common-block-card .common-details p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .common-icons-section .common-block-icons .row>* {

    padding: 0 15px;

}



.texas-doctors-v2 .common-icons-section {

    padding: 120px 0 120px;

}



.texas-doctors-v2 .common-icons-wrapper .cta-btn {

    margin-top: 60px;

}



.texas-doctors-v2 .testimonial-section {

    padding: 80px 80px;

}



.texas-doctors-v2 .testimonial-section .testimonial-content {

    position: relative;

}



.texas-doctors-v2 .testimonial-section .review-slider .slick-slide {

    padding: 0 12px;

}



.texas-doctors-v2 .testimonial-section .testimonial-card {

    background: #fff;

    border: 1px solid #C9CDD2;

    border-radius: 24px;

    padding: 33px 36px;

    height: 100%;

    min-height: 260px;

    -webkit-border-radius: 24px;

    -moz-border-radius: 24px;

    -ms-border-radius: 24px;

    -o-border-radius: 24px;

}



.texas-doctors-v2 .testimonial-section .top {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    margin-bottom: 18px;

}



.texas-doctors-v2 .testimonial-section .user {

    display: flex;

    gap: 12px;

}



.texas-doctors-v2 .testimonial-section .avatar {

    width: 60px;

    height: 60px;

    font-size: 30px;

    border-radius: 50%;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: bold;

}



.texas-doctors-v2 .testimonial-section .user h4 {

    margin: 0;

    font-weight: 500;

    font-size: 20px;

    line-height: 140%;

    color: #000000;

}



.texas-doctors-v2 .testimonial-section .user span {

    color: #2BB673;

    font-size: 12px;

}



.texas-doctors-v2 .testimonial-section .top .google-image {

    background-color: #FFFFFF;

    box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.06);

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

}



.texas-doctors-v2 .testimonial-section .top img {

    width: 55px;

}



.texas-doctors-v2 .testimonial-section .stars {

    color: #F5C405;

    font-size: 18px;

    margin-bottom: 18px;

}



.texas-doctors-v2 .testimonial-section .testimonial-card p {

    font-size: 18px;

    color: #737373;

    line-height: 150%;

}



.texas-doctors-v2 .testimonial-section .testimonial-card p:last-child {

    margin-bottom: 0;

}



.testimonial-section .cta-btn .cta-common {

    padding: 17px 42px;

}



/* Arrows */



.texas-doctors-v2 .testimonial-section .slider-btn {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    border: 1px solid #F5F5F5;

    background: #fff;

    cursor: pointer;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

    transition: .3s;

}



.texas-doctors-v2 .testimonial-section .slider-btn:hover {

    background: #000;

    color: #fff;

}



.texas-doctors-v2 .testimonial-section .prev {

    left: -86px;

}



.texas-doctors-v2 .testimonial-section .next {

    right: -86px;

}



.texas-doctors-v2 .testimonial-section .process-details {

    margin-bottom: 60px;

}



.texas-doctors-v2 .testimonial-section .cta-btn {

    margin-top: 60px;

}



.texas-doctors-v2 .common-icons-section-v2 .section-title {

    max-width: 986px;

}



.texas-doctors-v2 .common-icons-section-v2 .common-block-card .common-block-card-icon {

    border: 1px solid #C9CDD2;

}



.texas-doctors-v2 .hero-section .certificate-block {

    display: flex;

    gap: 18px;

    background: rgba(255, 255, 255, .8);

    backdrop-filter: blur(80px);

    position: absolute;

    right: 0;

    bottom: -152px;

    padding: 24px 18px;

    border-radius: 18px;

    z-index: 2;

    -webkit-border-radius: 18px;

    -moz-border-radius: 18px;

    -ms-border-radius: 18px;

    -o-border-radius: 18px;

}



.texas-doctors-v2 .hero-section .certificate-block h3 {

    font-weight: 700;

    font-size: 24px;

    color: #000;

    margin-bottom: 8px;

}



.texas-doctors-v2 .hero-section .certificate-block p {

    font-size: 16px;

    margin-bottom: 0;

}



.texas-doctors-v2 .trusted-across-texas-section {

    padding: 120px 12px 100px;

}



.texas-doctors-v2 .trusted-across-block {

    max-width: 1450px;

    margin: 0 auto;

    padding: 60px;

    border: 1px solid #C9CDD2;

    border-radius: 42px;

    -webkit-border-radius: 42px;

    -moz-border-radius: 42px;

    -ms-border-radius: 42px;

    -o-border-radius: 42px;

}



.texas-doctors-v2 .trusted-across-block .trusted-across-inner-content {

    max-width: 1190px;

    margin: 0 auto;

}



.texas-doctors-v2 .trusted-across-texas-section .trusted-across-block .eye-brow-title {

    margin-bottom: 18px;

}



.texas-doctors-v2 .trusted-across-texas-section .trusted-across-block .block-title {

    margin-bottom: 18px;

}



.texas-doctors-v2 .trusted-across-texas-section .trusted-across-block .block-title * {

    color: #000;

    font-weight: 700;

    font-size: 48px;

    line-height: 120%;

}



.texas-doctors-v2 .trusted-across-texas-section .trusted-across-block .common-details {

    margin-bottom: 24px;

}



.texas-doctors-v2 .trusted-across-texas-section .trusted-across-block .common-details * {

    font-weight: 400;

    font-size: 24px;

    line-height: 140%;

    color: #787A82;

}



/* footer */

.texas-doctors-v2 .footer {

    padding: 100px 0 30px;

    background: #fff;

}



.texas-doctors-v2 .footer .footer-wrapper {

    max-width: 1560px;

    margin: 0 auto;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top {

    display: flex;

    justify-content: space-between;

    max-width: 1440px;

    margin: 0 auto;

    padding-bottom: 64px;

    border-bottom: 1px solid #D9D9D9;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .main-title {

    max-width: 690px;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .main-title * {

    margin-bottom: 0;

    color: #000;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .f-top-right {

    max-width: 585px;

    align-items: end;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .f-top-right .common-details {

    margin-bottom: 36px;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .f-top-right .common-details * {

    font-size: 18px;

    line-height: 150%;

    color: #737373;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .f-top-right .common-details p:last-child {

    margin-bottom: 0;

}



.texas-doctors-v2 .footer .footer-wrapper .f-center {

    padding: 42px 0 58px;

}



.texas-doctors-v2 .footer .footer-wrapper .f-center .logo {

    margin-bottom: 18px;

    text-align: center;

    width: 200px;

    margin: 0 auto 18px;

}



.texas-doctors-v2 .footer .footer-wrapper .f-center {

    max-width: 890px;

    margin: 0 auto;

}



.texas-doctors-v2 .footer .footer-wrapper .f-center .common-details * {

    font-weight: 400;

    font-size: 24px;

    line-height: 140%;

    color: #737373;

}



.texas-doctors-v2 .f-center .common-details {

    margin-bottom: 48px;

}



.texas-doctors-v2 .f-center .contact-details ul {

    display: flex;

    justify-content: center;

    gap: 60px;

}



.texas-doctors-v2 .f-center .contact-details ul li {

    display: flex;

    gap: 12px;

    align-items: center;

}



.texas-doctors-v2 .f-center .contact-details ul li a {

    font-weight: 400;

    font-size: 24px;

    line-height: 140%;

    color: #737373;

}



.texas-doctors-v2 .f-center .contact-details ul li a:hover {

    color: #28B971;

}



.texas-doctors-v2 .f-bottom {

    padding-top: 24px;

    border-top: 1px solid #D9D9D9;

    display: flex;

    justify-content: space-between;

}



.texas-doctors-v2 .f-bottom ul li {

    font-family: 'Inter Regular';

    font-size: 18px;

    line-height: 150%;

    color: #000;

}



.texas-doctors-v2 .f-bottom ul li * {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    color: inherit;

}



.texas-doctors-v2 .policy ul {

    display: flex;

    gap: 10px;

}



.texas-doctors-v2 .policy ul li::after {

    content: "|";

    display: inline-block;

    padding-left: 5px;

}



.texas-doctors-v2 .policy ul li:last-child:after {

    display: none;

}



.texas-doctors-v2 .policy ul li a:hover {

    color: #28B971;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .cta {

    text-align: end;

}



.texas-doctors-v2 .footer .footer-wrapper .f-top .f-top-right .common-details p {

    text-align: end;

}



/* footer */



/* 20-jul-26 */

.trust-section{
    background: #FBFCFC;
}

.texas-doctors-v2 .footer .footer-wrapper .f-center .common-details *,
.texas-doctors-v2 .f-center .contact-details ul li a,
.copy-right *{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 135%;
    font-weight: 400;
    color: #000;
}

.texas-doctors-v2 .f-bottom ul li *{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 135%;
    font-weight: 400;
    color: #000;
}

.error-page{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.typography-wrp{
    padding: 150px 0 70px;
}

.typography-wrp p,
.typography-wrp h1,
.typography-wrp h2,
.typography-wrp h3,
.typography-wrp h4,
.typography-wrp h5,
.typography-wrp h6{
    margin-bottom: 20px;
}

.typography-wrp ul li,
.typography-wrp ol li{
    margin-bottom: 20px;
}

.typography-wrp ul ul,
.typography-wrp ul ol,
.typography-wrp ol ul,
.typography-wrp ol ol{
    margin-top: 20px !important;
}

.typography-wrp ul,
.typography-wrp ol{
    padding-left: 1rem;
}

.typography-wrp ul{
    list-style: disc !important;
}

.typography-wrp ul li{
    list-style: disc !important;
}

.typography-wrp ol{
    list-style: decimal !important;
}

.typography-wrp ol li{
    list-style: decimal !important;
}

.typography-wrp ol{
    list-style: decimal !important;
}

.typography-wrp ol ul{
    list-style: disc !important;
}

.typography-wrp ol ul li{
    list-style: disc !important;
}

.typography-wrp ol ol{
    list-style: decimal !important;
}

.typography-wrp ol ol li{
    list-style: decimal !important;
}

.typography-wrp ul ul{
    list-style: disc !important;
}

.typography-wrp ul ul li{
    list-style: decimal !important;
}

.typography-wrp ul ol{
    list-style: decimal !important;
}

.typography-wrp ul ol li{
    list-style: decimal !important;
}

.typography-wrp blockquote{
    padding-left: 20px;
    border-left: 5px solid #000;
    margin: 20px 0;
}

.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}