@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.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;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', 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;
}
 
*::-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;
}
 
 
 
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
 .img-i .elementor-image-box-img {
    background: #00a4ef;
    padding: 11px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    margin-bottom: 10px !IMPORTANT;
}

.before-i:before {
    content: "";
    background-image: url(../images/s-dot.png);
    position: absolute;
    right: -4em;
    top: 0;
    width: 225px;
    height: 225px;
    background-repeat: no-repeat;
    background-size: contain;
}
.round-i:before {
    animation-name: rotateme2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme2;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme2;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme2;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme2;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}
.min-s-i:before {
    content: "";
    background-image: url(../images/pattern-5.png);
    position: absolute;
    left: -4em;
    bottom: 0;
    width: 155px;
    height: 155px;
    background-repeat: no-repeat;
    background-size: contain;
}
.jump-i:before{animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;}
    /* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

 
.sub-banner {
    padding: 9em 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-link span {
    color: #ffffff;
    
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
    margin-left: 10px;
}
.breadcrumb-link a {
     color: #ffffff;
    position: relative;
     
}
.icon-sz img {
    margin: 17px 0;
    width: 59px;
}
.sub-banner h1 {
   font-family: "Poppins", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.sub-banner h2 {
    font-family: "Poppins", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
     color: #ffffff;
}
.breadcrumb-link {
    display: flex;
}
.sub-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(266deg, #00000000 30%, #000000 100%);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
 
.over-h {
    overflow: hidden;
}
 span.f-t {
    font-weight: normal;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.po-be-ser{position: relative;}
.po-be-ser:before {
    content: "";
    position: absolute;
    width: 23%;
    background: #FFA403;
    height: 100%;
    top: 0;
    bottom: 0;
}
.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;
}
.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%;
}

.tp-testimonial__item {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(164, 160, 160, 0.1);
    margin: 17px 0;
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.tp-testimonial__item::before {    
    position: absolute;
    content: "";
    background: #167F57;
    width: 200px;
    height: 200px;
    bottom: -115px;
    left: -105px;
    transform: rotate(-46deg);
}
.tp-testimonial__item .quote-img {
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.tp-testimonial__item .quote-img span {
    font-size: 70px;
    color: #d3d3d6;
    line-height: 0;
    transition: 0.3s;
}
.tp-testimonial__content {
    padding: 40px;
    padding-right: 68px;
    padding-bottom: 16px;
}
.tp-testimonial__content p {
    font-size: 16px;
    font-weight: 400;
    color: #666565;
    line-height: 26px;
}
.tp-testimonial__avata {
    padding: 40px;
    padding-left: 17px;
    padding-bottom: 18px;
    padding-top: 0;
}
.align-items-start {
    align-items: flex-start!important;
}
.d-flex {
    display: flex!important;
}
.tp-testimonial__avada-info {
    padding-top: 22px;
}
.tp-testimonial__avata-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 2;
    position: relative;width: 100px !important;
}
.tp-testimonial-title-1 {
   font-size: 19px;
    font-weight: 600;
    color: #232331;
}
.tp-testimonial__avata-img.p-relative.mr-30 {
    margin-right: 30px;
}

.tp-testimonial__text span {
    font-size: 14px;
    color: #767676;
     
}
.new-blog .min-line {
    font-size: 35px;
    font-weight: 600;
}
.det-auth {
    color: #167F57;
}
.blog-inner {
    
}
.post-thumb {
    margin-bottom: -20px;
}
.post-thumb {
    position: relative;
    display: block;
}
.blog-inner .post-thumb a.post-image-link:before {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-inner .post-details-outer {
    margin-right: 0;
    box-shadow: none;
}
.blog-inner .post-details-outer {
    margin-top: -62px;
    background: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 32px rgb(0 0 0 / 7%);
    margin-left: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
}
.post-title-head a.post-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.top-meta {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 15px;
}
.top-meta-list,.bottom-meta-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.top-meta-list>li, .bottom-meta-list>li {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
}
.top-meta a {
    color: #167F57;
}
.top-meta a i {
    margin-right: 10px;
}

.blog-inner:hover .post-title-head {
    transform: scale(1);
}
 
.entry-title {
    margin: 0px 0px 25px 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #167F57;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.post-title-head {
       transform: scale(1);
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-inner .post-details-outer .post-title-head {
    
}

.post-image-link img {
    border-radius: 0px !important;
}
.blog-inner .read-more {
    padding: 0px;background: transparent;
    line-height: 1;
    display: inline-block;
    text-decoration: none!important;
    color: #0e0e0e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.blog-inner .read-more:hover{ color:#167F57;}
.ser-img a {
    position: relative;
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 20px !important;
}
.ser-img a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px dotted #fff;
    border-radius: 50%;
    left: -10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ser-text h3 {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.ser-text h3 a {
    color: #ffffff;
}
.ser-text h3 a:hover {
    color: #ffffff;
}

 .newslater .wpcf7-form-control {
    width: 100%;
    height: 48px;
    border-radius: 0px;
   border: none !IMPORTANT;
    padding: 10px;
}
.newslater .wpcf7-form-control:placeholder {
    color: #161616;
    font-size: 11px !IMPORTANT; 
    opacity: 1;
}
.newslater .wpcf7-submit {
    border: none !IMPORTANT;
    background: #103268;
    color: #fff;
    font-weight: 600;    cursor: pointer;
}
.newslater .wpcf7-submit:hover{background: #fff;
    color: #103268;}
    .po-r-z {
    position: relative;
    z-index: 9;
}
.client .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
}
.client .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #167F57 !important;
    margin: 0px 5px;
    color: #167F57;
    font-weight: bold !IMPORTANT;
}
.client .owl-nav button i {
    font-weight: 700 !important;
    font-size: 23px;
    color: #167F57;
    margin-top: 0px;
    display: block;
}
.client .owl-nav button:hover {
    background: #167F57;
    color: #fff !important;
}
.client .owl-nav button:hover > i {
    color: #fff;
}
.goals-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
}
.goals-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #167F57 !important;
    margin: 0px 5px;
    color: #167F57;
    font-weight: bold !IMPORTANT;
}
.goals-carousel .owl-nav button i {
    font-weight: 700 !important;
    font-size: 23px;
    color: #167F57;
    margin-top: 0px;
    display: block;
}
.goals-carousel .owl-nav button:hover {
    background: #167F57;
    color: #fff !important;
}
.goals-carousel .owl-nav button:hover > i {
    color: #fff;
}
.doctor-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
}
.doctor-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #167F57 !important;
    margin: 0px 5px;
    color: #167F57;
    font-weight: bold !IMPORTANT;
}
.doctor-carousel .owl-nav button i {
    font-weight: 700 !important;
    font-size: 23px;
    color: #167F57;
    margin-top: 0px;
    display: block;
}
.doctor-carousel .owl-nav button:hover {
    background: #167F57;
    color: #fff !important;
}
.doctor-carousel .owl-nav button:hover > i {
    color: #fff;
}
.dr-name-t h4 {
    font-size: 36px;
    margin-bottom: 15px;
}
.dr-name-t {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c5c5;
}
.dr-name-t h5 {
    font-size: 15px;
    color: #6a6a6a;
}
.dis-d p {
    font-size: 16px; margin-bottom: 20px;
    color: #1c1c1c;
    font-weight: normal;
    line-height: 25px;
}
.min-details table tr td {
    border: 1px solid #c9c9c9;
    padding: 10px;
}
.min-details table tr td .m-d {
    font-weight: 600;
}
.min-details table tr td .r-t {
    font-size: 15px;
    font-weight: 400;
}
.single-service-box {
    margin-bottom: 30px;
    margin-right: 8px;
}

.service-thumb {
    position: relative;
    z-index: 1;
}

.service-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: #167F57;
    transition: .5s;
}

.service-thumb img {
    width: 100%;
}

.service-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    width: 92px;
    height: 92px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 0 50px 50px 50px;
    transition: .5s;
}

.service-icon img {
    transition: .5s;
    display: inline-block !important;
    width: 55px;
}

.service-content {
    padding: 19px 30px 30px;
    background: #f5f8fe;
    margin-right: 72px;
    margin-top: -42px;
    border-radius: 0 0 30px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-icon2 i {
    position: absolute;
    top: -40px;
    right: -41px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #167F57;
    display: inline-block;
    border-radius: 50px 50px 50px 0px;
    font-size: 20px;
    color: #fff;
}
h3.service-title {
    margin-bottom: 0px;
}
.service-content:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
    background-repeat: no-repeat;
    border-radius: 0 0 5px 0px;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.hov-bg .elementor-widget-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
h3.service-title a:hover {
    color: #167f57;
}
h3.service-title a {
    font-size: 20px;
    transition: .5s;
    font-weight: 600;
}
.icon-bg figure img {
    width: 45px !important;
    min-width: 45px;
    max-width: 45px !IMPORTANT;
}
.icon-bg figure {
       width: 80px !important;
    height: 80px !important;
    background: #167f57;
    display: inline-block !important;
    border-radius: 100%;
    padding: 10px;
    min-height: 80px !IMPORTANT;
    min-width: 80px !IMPORTANT;
    text-align: center;
    line-height: 53px;
}