@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

body {
   font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0.4px;
    line-height: 25px;
}
li,
a,
button,
span,
h5,
h6 {
    
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none !important;
        outline: none !important;
        box-shadow: none !important;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
       
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
   font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{text-decoration: none !IMPORTANT;} 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 .w-f-bg .wpcf7-form-control {
    padding: 10px !IMPORTANT;
}
.w-f-bg .wpcf7-select {
    font-size: 14px !IMPORTANT;
}
 .w-f-bg .wpcf7-form-control:placeholder {
    color: #161616;
    font-size: 14px;
    opacity: 1;
}
input:placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
input::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
 textarea::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}   
    .po-r {
    position: relative;
    z-index: 2;
}
.w-f-bg {
    margin: 0px !important;
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 10px 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.wpcf7-submit {
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    height: 50px;
    background: #192730 !IMPORTANT;
}
.wpcf7-submit:hover {
    background:#ffd700 !important;
    color: #000 !important;
}
.heading-t h4 {
    padding-left: 15px;
    border-left: 3px solid #192730;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.new-pd{padding: 30px 15px !Important;}
.bef-line:before {
    top: 10px;
    content: "";
    position: absolute;
    width: 86px;
    height: 97%;
    background: #6430df;
}
.testimonial-one__content-text p {
   font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
  
.post, .page {
    margin: 0px !important;
}

   
 

.breadcrumb-link span {
    color: #fff;    float: left;
    
}
.currentm {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-left: 10px;
}
.breadcrumb-link a {
    color:#fff;
    position: relative;
     
}
 
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #fff;
}
.breadcrumb-link {
   display: inline-block;
    font-weight: 600;
    margin: auto;
}

.subbanners {
    padding: 9% 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}


.subbanners:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(118deg, rgb(46, 67, 146) 43%, rgb(17, 162, 215) 72%);
    opacity: 0.7;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
}
.min-title h1{  color: #FFFFFF;
     
    font-size: 47px;margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;}
.min-title h2{ color: #FFFFFF;
     
    font-size: 47px;margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;}
.subbanners h1 {
        -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 90px !important;
    color: #fff;text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;
}
.subbanners h2 {
       -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 130px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    font-weight: 800;
}
 .ser-inner-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 2em;
}
.ser-img-box-inner {
    position: relative;
}
.ser-inner-title .right-arrow-btn a {
    display: inline-block;
    line-height: 28px;
    transition: all .3s;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #b28564;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
    transform: rotate(-45deg);
}
.ser-inner-title h3 a {
    color: #b28564;
    font-weight: 400;
    font-size: 23px;
    background: white;
    padding: 5px 10px;
    line-height: 30px;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.ser-img-box-inner > a {
    display: block;
}

.ser-img-box:hover .ser-inner-title h3 a {
    background: #b28564;
    color: #fff;
}
.ser-img-box:hover .ser-inner-title .right-arrow-btn a {
    background: white;
    color: #b28564;
}
.po-in {
   right: -23%;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.process-card-wrap {
    padding: 15px 0;
    border-bottom: 1px solid #1271c7;
    display: inline-block;
    width: 100%;padding-top: 0px;
}
.process-card h2 a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #fff;
}
.process-card .det-auth span {
    margin-right: 10px;
    color: #204261;
    font-size: 16px;
    font-weight: 400;
}

.btn-pro {
    width: 15%;
    float: left;
    text-align: right;padding-top: 12px;
}

.process-card {
    width: 85%;
    float: left;
}
.btn-pro a {
    display: inline-block;
    line-height: 28px;
    transition: all .3s;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #204261;
    padding: 15px;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.pd-0im{padding: 0px !important;}
.process-card-wrap:hover .btn-pro a {
    background: white;
    color: #204261;
}
.testimonial-one__carousel .owl-stage {
    padding-left: 0px !important;
}
.testimonial {
    background: #eaf3fb;
    padding: 25px;
}
.testimonial-img-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.testimonial-img {
    width: 100px !important;
    float: left;
}
.testimonial-one-user {
    float: left;
    padding-left: 20px;
}


.testimonial-one__icon-box {
    font-size: 78px;
    position: absolute;
    right: -20px;
    opacity: 0.1;
    top: -23px;
    line-height: 55px;
}
.testimonial-user-name p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #0761b3;
}
.testimonial-user-name h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.testimonial-one-user {
    margin-top: 10px;
}
.testimonial-content-text p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box!important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.line-c .elementor-counter-number-wrapper {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    /* font-size: 220px !important; */
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.testimonial-one__carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: -11em;
}
.testimonial-one__carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.testimonial-one__carousel .owl-nav button:hover{background: #b28564 !important; border: 1px solid #b28564 !IMPORTANT;color: #fff !IMPORTANT;}

.service-carousel .owl-nav {
       position: absolute;
    top: -6em;
    right: 0em;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #b28564 !important; border: 1px solid #b28564 !IMPORTANT;color: #fff !IMPORTANT;}




.blog-box {
    position: relative;
}
.blog-thumb {
    width: 100%;
    position: relative;
    display: inline-block;
}
.bl-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b28564;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.post-author .author-name {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #b28564;
}
.post-author {
    margin-bottom: 15px;
    color: #b28564;
}
.blog-content-title a {
    line-height: 31px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-weight: 400;    margin-bottom: 15px;
    color: #131313;
}
.blog-box:hover .blog-content-title a {
    color: #b28564;
}
.bld-read {
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: underline !important;
}


.subbanner2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 9% 0% 9% 0%;
}
.subbanner2:before{content:"";
    background-color: transparent;
    background-image: linear-gradient(90deg, #b28564 0%, #222D35 100%);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
 


.pr-r {
    position: relative;
    z-index: 999;
}
.date-t {
    width: 100%;
    padding: 10px;
    background: #b28564;
}
.date-t span {
    color: #fff;
}
.date-t span i {
    margin-right: 10px;
}
span.r-d {
    float: right;
}

.side-bg {
    background: #eaf3fb;
    padding: 20px;
}
.side-bg h3 {
    margin-bottom: 20px;
}

.new-pdform input {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
}
.new-pdform .wpcf7-select {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
}
.new-pdform textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    min-height: 150px !IMPORTANT;
    max-height: 150px !IMPORTANT;
}
.new-pdform .wpcf7-submit {
    background: #b28564 !important;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px !important;
}
.new-pdform .wpcf7-submit:hover{background: #222d35 !important;}

.new-pdform .padd-top-10 {
    margin-bottom: 0px;
}
.new-pdform .padd-top-10 p {
    margin-bottom: 0px;
}
.google-map.side-bg iframe {
    min-height: 250px !IMPORTANT;
    max-height: 250px !IMPORTANT;
}

.pro-t {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #b28564;
}
.pro-t span{margin-right: 15px;}
.pro-title a {
    line-height: 31px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 15px;
    color: #131313;
    font-size: 22px;
}
.pro-card-wrap:hover .pro-title a{
    color: #b28564;
}

/*****New Medidot***/
.service-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
    margin-top: 30px;
    border: 2px solid rgba(255,255,255,0.1);
}
.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}
 
.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -32px !important;
}
.service-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 67px;
}
.service-block-one .inner-box .lower-content .icon-box {
    position: absolute;
    top: -45px;
    right: 25px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 46px;
    background: #313143;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.service-block-one .inner-box .lower-content .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .icon-box:before {
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
}
.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
}
.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #fff;
}
.service-block-one .inner-box .lower-content p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 27px;
}
.service-block-one .inner-box .lower-content .link {
    position: relative;
    display: block;
    padding: 14px 0px;
    z-index: 1;
}
.service-block-one .inner-box .lower-content .link:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: calc(100% + 60px);
    height: 2px;
    left: -30px;
    top: 0px;
}
.service-block-one .inner-box .lower-content .link:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .link:after {
    background: -webkit-linear-gradient(0deg, #B28564, #553D2C 50%);
}
.service-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;width: 100%;
}
.service-block-one .inner-box .lower-content .link a i {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    margin-left: 10px;
    top: 2px;
}

.shap-box {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 62px;
    height: 9px;
    /* background-repeat: no-repeat; */
}
.service-block-one .inner-box:hover:before {
    height: 100%;
    top: 0px;
}
.service-block-one .inner-box:hover .lower-content .link:after {
    width: calc(100% + 60px);
    left: -30px;
}

.service-block-one .inner-box .lower-content .icon-box {
    padding: 20px;
    background: #fff;
}
.service-block-one .inner-box .lower-content .link a span {
    position: absolute;
    right: -32px !important;
    background: white;
    padding: 10px;
    width: 54px;
    height: 56px;
    top: -14px;
    color: #000;
    line-height: 34px;
    text-align: center;
}

.brand-items {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #553D2C;
}


.brand-conetnt h2 a {
    text-wrap: nowrap;color: #fff !important;
}
.brand-conetnt .item:nth-child(2n) h2 a {
    -webkit-text-stroke: 1px #B28564 !important;
    color: transparent !important;
    border: none;
    text-decoration: none;
}

.brand-conetnt h2 {
    margin: 0;
    font-size: 100px;
    margin: 0 50px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: underline;
}

.bg-dark .brand-conetnt h2 {
    color: #1d63a8;
}

.brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke:1px #1d63a8;
    color: transparent;
    border: none;
    text-decoration: none;
}

.brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px #1d63a8;
    color: transparent;
    border: none;
    text-decoration: none;
}

.brand-style-two-area {
    padding-bottom: 15px;
}

.bg-dark .brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px #1d63a8;
    color: transparent;
}

.brand-conetnt .item {
    position: relative;
}

.brand-conetnt .item::after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    height: 40px;
    width: 40px;
    background: url(../images/4.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 10px;
}


.brand-style-two-area .brand-conetnt .item::after {
    background: url(../images/4-dark.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.bg-dark .brand-conetnt .item::after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    height: 40px;
    width: 40px;
    background: url(../img/4.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 10px;
}

.brand-conetnt3 {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-left 50s linear infinite;
}


.brand-conetnt{     display: flex;
    align-items: center;
animation: moveSlideshow 66s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}


@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.overflow-hidden {
    overflow: hidden;
}
.infolio-rotate-circle {
    position: relative;
    display: inline-block;
}
.infolio-rotate-circle .vid {
    width: 210px;
}
.infolio-rotate-circle a, .infolio-rotate-circle a:hover {
    color: inherit;
}
.infolio-rotate-circle a {
    display: inline-block;
}
.infolio-rotate-circle .rotate-circle {
    font-family: "Satoshi-Regular", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.infolio-rotate-circle .rotate-circle {
    color: #1a1a1a;
    animation-name: rotateCircle;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.infolio-rotate-circle .rotate-circle svg {
    width: 210px;
}
.infolio-rotate-circle .rotate-circle text textPath {
    fill: #1a1a1a;
}
.infolio-rotate-circle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.infolio-rotate-circle .icon i {
    font-size: 14px;
}
.infolio-rotate-circle i {
    color: #1a1a1a;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.img-d img {
    border-radius: 20px;
}
.dr-name {
    margin-top: 20px;
}
.dr-name h4 {
    font-size: 17px;
    text-align: center;
}
.dr-name h5 {
    text-align: center;
    font-size: 12px;
    color: #666;
}
.view-d {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: underline;
}



.doctor-carousel .owl-nav {
       position: absolute;
    top: -6em;
    right: 0em;
}
.doctor-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.doctor-carousel .owl-nav button:hover{background: #b28564 !important; border: 1px solid #b28564 !IMPORTANT;color: #fff !IMPORTANT;}

.form-fil .form-control {
    border: none !IMPORTANT;
    height: 48px;
    border-radius: 0px !IMPORTANT;
    padding: 10px !IMPORTANT;
}
.form-control-mess{border: none !IMPORTANT;
    height: 148px;
    border-radius: 0px !IMPORTANT;
    padding: 10px !IMPORTANT;}
.form-fil .wpcf7-submit {
    width: 200px;
    padding: 15px 20px !IMPORTANT;
    font-size: 21px;
    font-weight: 500;
    background: #1a1a1a !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0px !IMPORTANT;
    cursor: pointer;
}
.form-fil .wpcf7-select {
    border: none !IMPORTANT;
    height: 48px;
    border-radius: 0px !IMPORTANT;
    padding: 10px !IMPORTANT;
    width: 100%;
}

.before-bg-h:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(-54.7deg, rgba(41, 142, 234, 0.47) 0%, #000000 100%);
}


.ap-h .form-fil .wpcf7-select, .ap-h .form-control-mess, .ap-h .form-fil .form-control   { border: 1px solid #cbcbcb !IMPORTANT;}

 
.over-h {
    overflow: hidden;
}
.line-bag:before {
    content: "";
    background: url(../images/linetopg.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 120px;
    height: 382px;
    background-size: contain;
    left: 7%;
    bottom: 0px;
}
 
.line-bag:after {
    content: "";
    background: url(../images/linebotg.png);
    background-repeat: no-repeat;
      position: absolute;
    width: 120px;
    height: 382px;
    background-size: contain;
    right: 7%;
    top: 0px;
}   
    
    
.line-baw:before{   content: "";
background: url(../images/linetop.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    width: 120px;
    height: 382px;
    background-size: contain;
    left: 7%;
    bottom: 0px;
}
    
.line-baw:after{    content: "";
background: url(../images/linebot.png);
    background-repeat: no-repeat;position: absolute;
    width: 120px;
    height: 382px;
    background-size: contain;
    right: 7%;
    top: 0px;}  
    
a.b-t {
    color: #7ddffd;
}   
    
    
    
    
    .testimonial-slide .owl-nav, .team-carousel  .owl-nav {
       position: absolute;
    top: -6em;
    right: 0em;
}
.testimonial-slide .owl-nav button, .team-carousel  .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.testimonial-slide .owl-nav button:hover, .team-carousel .owl-nav button:hover{background: #b28564 !important; border: 1px solid #b28564 !IMPORTANT;color: #fff !IMPORTANT;}
    
    .post-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2rem;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
 .entry-header {
    margin-bottom: 1.5rem;
}
 .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
}

 .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}
  .entry-meta {
    margin-bottom: 0.7rem;
}
.entry-meta .meta-inner {
    margin: 0 -5px;
}
.entry-meta .meta-inner>span {
    padding: 0 5px;
}

.entry-meta .meta-inner i {
    margin-right: 5px;
}
.entry-meta a:not(:hover) {
    color: #999;
}
  .entry-content {
    line-height: 24px;
}
.more-link i {
    display: flex;
    margin-left: 7px;
}
  .post-inner {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.07);
}

.more-link span {
    float: left;
}
.more-link i {
    margin-top: 4px !IMPORTANT;
    margin-left: 7px;
    float: left;
}
.post-style-1 .entry-content {
    margin-top: 0px;
}
.entry-meta .meta-inner>span {
    padding: 0 5px;
    color: #b28564 !IMPORTANT;
    padding-left: 0px;
}
.entry-meta .meta-inner>span a {
    color: #b28564;
    font-size: 14px;
}
.post-style-1 .entry-header {
    margin-bottom: 15px;
}   
.new-blog {
    background-color: #f0f7f9;
    min-width: 70%;
    max-width: 70%;
    padding: 55px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    margin: auto;
    position: relative;
    top: -5em;
}   
.new-blog h5.min-line {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}   
.det-auth span {
    margin: 0px 10px;text-transform: capitalize;
}
.det-auth span i {
    color: #b28564;
}






.blog-carousel .owl-nav {
       position: absolute;
    top: -6em;
    right: 0em;
}
.blog-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.blog-carousel .owl-nav button:hover{background: #b28564 !important; border: 1px solid #b28564 !IMPORTANT;color: #fff !IMPORTANT;}

.cont-f .form-fil input, .cont-f .form-fil .wpcf7-select, .cont-f .form-fil textarea{border: 1px solid #9f9f9f ! IMPORTANT;}

.cont-f .form-fil .wpcf7-submit {
    display: block !important;
    margin: auto;
    float: none;
}
.service-block-two {
    background: linear-gradient(113deg, #b28564 14%, #553D2C 100%);
}
.service-block-two .inner-box .lower-content .icon-box img {
    display: block;
    width: 100%;
}

.service-carousel-home-two .owl-nav {
       position: absolute;
    top: -6em;
    right: 13%;
}
.service-carousel-home-two .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #b28564 !IMPORTANT;
    border: 1px solid #b28564 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #b28564 !IMPORTANT;
}
.service-carousel-home-two .owl-nav button:hover
{
    background: #b28564 !important; 
    border: 1px solid #b28564 !IMPORTANT;
    color: #fff !IMPORTANT;
}
.entry-content a{
	color: #B28564;
}
.dr-name h4 a:hover{
	color:#B28564!important;
}
.team-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #ffdedb;
    margin-top: 30px;
}
.team-card .img {
    position: relative;
    
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    margin-top: -30px;
}
.team-card .img .social-icons {
    position: absolute;
    width: 50px;
    right: 30px;
    bottom: -25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-card .img .social-icons .link .icon {
    z-index: 10;
}
.team-card .img .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1px;
    background-color: #b28564;
    color: #fff;
}
.team-card .info {
    padding: 40px 30px;
}
.fsz-16 {
    font-size: 16px !important;
}
.team-card .info {
    padding: 40px 30px;
}
.mb-2 {
    margin-bottom: .5rem !important;
}

.br-0 .elementskit-btn {
    border-radius: 0px !important;
}
h5.min-line {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Sora', sans-serif;
}
.team-card h6 a:hover {
    color: #b28564;
}
.single-team .single_team_page .team-single_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 55px;
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding-bottom: 20px;
}
.single-team .single_team_page .team-image_wrap {
    margin-left: 85px;
}
.single-team .single_team_page .team-image {
    max-width: 470px;
    transform: translateY(-55px);
}
.single-team .single_team_page .team-image img {
    position: relative;
    border-radius: 5px;
}
.single-team .single_team_page .team-info_wrapper {
    padding-left: 7%;
}



.single-team .single_team_page .team-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 25px;
}
.single-team .single_team_page .team-info_item {
    margin-bottom: 12px;
    font-size: 18px;
}

.single-team .single_team_page .team-info_item h5+a span, .single-team .single_team_page .team-info_item h5+span {
    margin-left: 11px;
}
.single-team .single_team_page .team-info_item>* {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.row.single_team_page {
    display: inline-block !important;
    margin: 0px !important;width: 100%;
}
.single-team .single_team_page .team-info_item a {
    color: inherit;
}
.single-team .single_team_page .team-info_item>* {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.team-info_item span {
    font-weight: normal;
    font-size: 17px;
}
