@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;
}