@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'), url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'), url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'), url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'), url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'), url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'), url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Thin';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'), url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'), url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff !important;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.heading h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 30px !important;
}
.heading h2 span {
    background: linear-gradient(to right, #1dae55, #b4ec51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

body {
    overflow-x: hidden;
}

.cmn-btn {
    font-family: "Poppins", sans-serif;
    background-color: #2e3192 !important;
    color: #fff !important;
    padding: 9px 24px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    border: solid 1px #2e3192;
    transition: all 0.5s;
    /* box-shadow: 0px 0px 7px #222222; */
}

.cmn-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}


/*==================header area ===================*/

.top-bar-header {
    background-color: #2b2c2c;
}

.inner-topbar {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

.number-requset-btn ul li {
    display: inline-block;
}

.call-btn-top {
    color: #fff;
}

.call-btn-top a {
    color: #fff;
    margin-right: 25px;
    font-family: Metropolis-Medium;
    font-size: 16px;
}

.call-btn-top i {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 30px;
    padding: 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
}

.requset-btn a {
    border: solid 1px #fff;
    background-color: #2e3192;
    padding: 10px 15px 10px;
    color: #fff;
    font-family: Metropolis-Medium;
    font-size: 16px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.requset-btn a:hover {
    background-color: #fff;
    color: #000;
}

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-family: Metropolis-Bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s;
    padding: 10px 20px;
}

.main-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #b3d841;
}

.main-header #collapsibleNavbar {
    justify-content: center;
}

.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.main-header {
    background-color: #fff;
    box-shadow: 0px 1px 3px #dadada;
}

.header-area.fixed .main-header {
    box-shadow: 0px 1px 3px #dadada;
}

/*on hover dropdown*/

.header-area .navbar .dropdown {
    position: relative;
    display: inline-block;
}

.header-area .navbar .dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #fff;
    width: max-content;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-area .navbar .dropdown-content a {
    color: black;
    padding: 13px 28px 13px 20px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    font-family: 'Metropolis-Medium';
}

.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #b3d841;
}

.header-area .navbar .dropdown-content li:last-child {
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
}

.main-header .dropbtn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}

/*==================header area ===================*/





/* ===== bannner area ======= */

.hospital-banner {
    padding: 20px 0 50px;
    background-color: #f6f6f6;
}
.hospital-banner-inner .logo img {
    width: 70px;
}

.hospital-banner-inner .heading h2 {
    line-height: 50px;
    margin-top: 20px;
    font-size: 36px !important;
}

.hospital-banner-inner .heading h2 p{
    display: inline;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 10px;
}

.hospital-banner-inner .banner-video-sec {
    position: relative;
    bottom: -20px;
}

.hospital-banner-img {
    position: absolute;
    right: 0;
    top: 0;
}
.hospital-banner-img img {
    width: 581px;
}

.book-appintment-form {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 15px;
    padding: 30px 40px;
    background-color: #fff;
}

.book-appintment-form.appoint-bg-main {
    padding: 30px;
    background-color: #fff;
}

.book-appintment-form.appoint-bg-main .form_inner .form-control {
    box-shadow: none;
}

.book-appintment-form .form_inner .form-control {
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #000 !important;
    padding: 5px 10px;
    border-radius: 10px;
    height: 40px;
}
.book-appintment-form .form_inner .form-control:focus {
    border: 2px dotted #000 !important;
}


.book-appintment-form .form_inner .input_box .message {
    height: 90px;
}

.book-appintment-form .heading h2 {
    color: #2e3192;
    font-weight: 600 !important;
}
.book-appintment-form .heading hr {
    width: 80px;
    height: 1.55px;
    background-color: #1d378c;
    opacity: 1;
    margin: 10px auto 20px;
}




/* ===== bannner area end ======= */


/* ===== patient growth area ======= */

.patient-growth {
    padding: 70px 0;
}

/* .patient-growth-bx {
    margin-top: 20px;
} */
.patient-growth-inner .dentistry-logos .dentistry-image {
    padding: 15px 50px 15px 0;
    text-align: center;
}
.patient-growth-inner .dentistry-logos .dentistry-image img {
    filter: grayscale(100%);
    transition: all 0.7s;
    width: 110px;
    height: 40px;
    object-fit: contain;
}
.patient-growth-inner .dentistry-logos .dentistry-image img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}   
.patient-growth-image img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.patient-growth-image .patient-growth-img {
    position: relative;
    right: -230px;
    margin-top: -25%;
}

/* ===== patient growth area end ======= */


/* ====== patient conversions ====== */

.patient-conversions .heading {
    text-align: center;
}

.patient-conversions .heading h2 span {
    text-transform: uppercase;
}

.patient-conversions-counter {
    margin-top: 50px;
}

.patient-conversions-counter .count-up {
    background-color: #e7e7e7;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    min-height: 130px;
    transition: all 0.7s;
}
.patient-conversions-counter .count-up:hover {
    transform: scale(1.1);
}

.patient-conversions-counter .count-up h2 {
    color: #00a859;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    font-size: 32px;
}

.patient-conversions-counter .count-up span {
    color: #00a859;
    font-weight: 600;
    font-size: 30px;
}

.patient-conversions-counter .count-up p {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
}

/* ====== patient conversions end ====== */




/* ===== patient revenue ======= */

.patient-revenue {
    padding: 50px 0;
}

.patient-revenu-inner {
    position: relative;
}

.patient-renu-contant .patient-cont-bx img {
    height: 35px;
    width: 35px;
    object-fit: contain;
    margin-bottom: 7px;
}
.patient-renu-contant .patient-cont-bx p {
    font-size: 11px;
    font-weight: 600;
}

.patient-renu-contant .patient-cont-bx {
    position: absolute;
    transition: all 0.6s;
}
.patient-renu-contant .patient-cont-bx:hover {
    transform: scale(1.1);
}
.patient-renu-contant .frst-cont {
    top: 40px;
    right: 403px;
}
.patient-renu-contant .sec-cont {
    top: 178px;
    right: 232px;
}
.patient-renu-contant .thrd-cont {
    top: 315px;
    right: 401px;
}
.patient-renu-contant .for-cont {
    top: 42px;
    left: 420px;
}
.patient-renu-contant .fiv-cont {
    top: 180px;
    left: 245px;
}
.patient-renu-contant .six-cont {
    top: 313px;
    left: 421px;
}

/* ===== patient revenue end ======= */



/* ======== with you every stap ========= */
.with-you-every-stap {
    padding: 70px 0;
    background-color: #464646;
}

.with-you-every-stap .heading h2 {
    color: #fff;
}

.with-you-every-stap .heading p {
    color: #fff;
}



/* ======== with you every stap end ========= */



/* ====== trusted by doctor ===== */

.trusted-by-doctor {
    padding: 20px 0;
}

.trust-by-dc-tabs-cont .trust-by-dc-tab {
    border-bottom: none;
    justify-content: center;
}

.trust-by-dc-tabs-cont .trust-by-dc-tab .nav-item a {
    position: relative;
    border: 2px solid transparent;
    background: #fff;
    background-clip: padding-box;
    border-radius: 30px;
    padding: 5px 20px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    margin: 0 15px; 
    transition: all 0.3s;
    min-height: 40px;
}

.trust-by-dc-tabs-cont .trust-by-dc-tab .nav-item a::after {
    content: '';
    position: absolute;
    top: -2.4px;
    bottom: -2.3px;
    left: -1.8px;
    right: -1.9px;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    z-index: -1;
    border-radius: 30px;
}

.trust-by-dc-tabs-cont .trust-by-dc-tab .nav-item a:hover {
    border: none;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
}

.trust-by-dc-tabs-cont .trust-by-dc-tab .nav-item a.active {
    border: none;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
}

.trust-by-dc-tabs-cont .trust-by-dc-content {
    display: flex;
    justify-content: center;
}

.trust-by-dc-content .material-bx li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.material-bx {
    border: 2px solid #dfebbe;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #e5e5e5;
}

.trust-by-dc-content .material-bx li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #000;
}

.trust-sec-tabs-cont {
    padding-top: 50px;
}

.trust-sec-tabs-cont .trust-sec-dc-tab {
    border-bottom: none;
    justify-content: center;
}


.trust-sec-tabs-cont .trust-sec-dc-tab .nav-item a {
    position: relative;
    border: 2px solid transparent;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin: 0 15px;
    transition: all 0.3s;
}

.trust-sec-tabs-cont .trust-sec-dc-tab .nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18.4px;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #0bbd4f, #b7dd59);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.trust-sec-tabs-cont .trust-sec-dc-tab .nav-item a:hover::after,
.trust-sec-tabs-cont .trust-sec-dc-tab .nav-item a.active::after {
    width: 100%;
}

.trust-sec-dc-content .material-bx .trst-inr-cnt h5 {
    font-weight: 400;
    margin-bottom: 30px;
}

.trust-sec-dc-content .material-bx .trst-inr-tb p {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 5px 5px 15px #e5e5e5;
    margin-right: 30px;
    padding: 15px 20px 15px 40px;
    border-radius: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    transition: all 0.8s;
}

.trust-sec-dc-content .material-bx .trst-inr-tb .active-p {
    border: none;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    color: #fff;
}

.trust-sec-dc-content .material-bx .trst-inr-tb p::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #00a859;
    border-radius: 50%;
}

.trust-sec-dc-content .material-bx .trst-inr-tb p::after {
    content: "";
    position: absolute;
    top: 60%;
    left: -26px;
    width: 0.8px;
    height: 70%;
    background-image: radial-gradient(circle, #00aa4f 6px, transparent 6px),
      repeating-linear-gradient(#00aa4f, #00aa4f 5px, transparent 5px, transparent 10px),
      linear-gradient(to bottom, #00aa4f, #00aa4f);
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-position: top center, center center, bottom center;
    background-size: 10px 4px, 2px calc(72% - 27px), 10px 10px;
}

.trust-sec-dc-content .material-bx .trst-inr-tb .trst-tb-p {
    position: relative;
    transition: all 0.8s;
}

.trust-sec-dc-content .material-bx .trst-inr-tb .trst-tb-p:hover {
    transform: scale(1.04);
}

.trust-sec-dc-content .material-bx .trst-inr-tb .trst-tb-p::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -29.8px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #00aa4f;
    border-bottom: 1px solid #00aa4f;
    transform: rotate(-45deg);
}

.trust-sec-dc-content .material-bx .trst-inr-tb .trst-tb-dis-p::after {
    display: none;
}

.trust-sec-dc-content .material-bx .trst-inr-tb .trst-tb-dis-p p::after {
    display: none;
}

.trust-sec-dc-content .material-bx .trst-inr-tb-img img {
    height: 410px;
    width: 370px;
    object-fit: cover;
    border-radius: 15px;
}

.trust-sec-tabs-cont .trust-by-dc-content {
    display: flex;
    justify-content: center;
}

.trust-sec-dc-content .material-bx {
    padding: 20px 25px 20px 40px;
}

.trust-sec-dc-content .material-bx .trst-inr-tb .dis-active-fst-p::after {
    filter: grayscale(100%);
}

.trust-sec-dc-content .material-bx .trst-inr-tb .dis-active-fst-p p::after {
    filter: grayscale(100%);
    top: 70%;
} 

.trust-sec-dc-content .material-bx .trst-inr-tb .dis-active-p {
    filter: grayscale(100%);
}

.trust-sec-dc-content .material-bx .trst-inr-tb .active-p::before {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #00aa4f; 
}



/* ====== trusted by doctor end ===== */




/* ========== proven-growth ========= */

.proven-growth {
    padding: 50px 0 0;
}

.proven-growth .proven-growth-bx {
    border: 2px solid #dfebbe;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #e5e5e5;
    margin: 30px 10px 0;
}

.proven-growth-bx .groth-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.proven-growth-bx .proven-growth-cont {
    padding: 20px 0 10px 20px;
}


/* .proven-growth-cont ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #00a859;
    border-radius: 50%;
} */

.proven-growth-bx .proven-growth-cont button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-top: 15px;
}

.proven-growth-bx .proven-growth-cont button a {
    color: #9bcc46;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.7s;
}

.proven-growth-bx .proven-growth-cont button a:hover {
    color: #5e7f25;
}

.proven-growth .owl-dots {
    text-align: center;
}

.proven-growth .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #28303d;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 50%;
}

.proven-growth .owl-dots .owl-dot.active {
    background-color: #aed143;
}
.proven-growth-cont ul li {
    position: relative; 
    font-weight: 600;
    font-size: 13px;
}
.proven-growth-cont ul li span {
    background: linear-gradient(to right, #1dae55, #b4ec51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    padding-right: 5px;
}
.proven-growth-cont p {
    margin-bottom: 10px;
}

/* ========== proven-growth end ========= */



/* ======= Local Patient Growth ======= */

.local-patient-growth {
    padding: 50px 0 30px;
    margin: 60px 0 30px;
    background-color: #464646;
}

.local-patient-inner {
    padding-left: 90px;
}

.local-patient-inner .heading h2 {
   color: #fff; 
   margin-bottom: 40px;
} 

.local-patient-inner .heading p {
    color: #fff; 
 } 

 .local-patient-bx .lcl-pt-cnt h5 {
    color: #fff; 
    font-size: 15px;
 }

 .local-patient-bx .lcl-pt-cnt p {
    color: #fff; 
    font-size: 12px;
 } 

 .local-patient-bx {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.local-patient-bx .lcl-pt-img img {
    background: linear-gradient(to bottom right, #1dae55, #b4ec51);
    padding: 18px;
    border-radius: 10px;
    height: 95px;
    width: 95px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: all 0.8s;
}
.local-patient-bx .lcl-pt-img img:hover {
    transform: scale(1.1);
}



/* ======= Local Patient Growth end ======= */



 /* ======== testimonial ========  */

 .hospital-testimonial {
    padding: 50px 0;
 }

.hospital-testimonial .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
  min-height: 320px;
}

.hospital-testimonial .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

.hospital-testimonial .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

.hospital-testimonial .owl-item.center > div img.img-fluid {
    height: 230px;
    object-fit: cover;
}   

.hospital-testi_carousel .owl-item img {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.hospital-testimonial .owl-dots {
    text-align: center; 
}
.hospital-testimonial .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #28303d;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 50%;
}
.hospital-testimonial .owl-dots .owl-dot.active {
    background-color: #aed143;
}

.hospital-testimonial .testi-item .hos-testi-img {
    position: relative;
}

.hospital-testimonial .testi-item .hos-testi-img i {
    position: absolute;
    bottom: 10px;
    right: 12px;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    color: #fff;
    padding: 9px 11px 9px 17px;
    font-size: 32px;
    border-radius: 50%;
    transition: all 0.8s;
} 

.hospital-testimonial .testi-item .hos-testi-img i:hover {
    transform: scale(1.1);
}

.hospital-testimonial .testi-item .hos-testi-name h4 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 4px;
    font-size: 22px;
}

.hospital-testimonial .testi-item .hos-testi-name p {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.hospital-testimonial .hos-testi-name {
    padding-bottom: 1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 5px 5px 15px #e5e5e5;
}




/* ======== testimonial end ========  */




/*===========client speaks area ============*/

.clients-speak-area {
    padding: 40px 0 80px;
}

.speake-heading h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Metropolis-Bold';
    line-height: 50px;
    position: relative;
}

.speake-heading h2 span {
    color: #000;
}

.speake-heading {
    padding-left: 60px;
    margin-top: 50px;
}

.speake-heading h2:after {
    content: '';
    background-image: url(../images/chat.png);
    position: absolute;
    width: 144px;
    height: 144px;
    top: 65px;
    right: 110px;
    z-index: -1;
}

.play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
    background: url(../images/play-btn.png) no-repeat center;
}

.clients-speake-slide .testi_box {
    width: 100%;
    position: relative;
    padding: 10px 226px 40px 50px;
    height: auto;
    min-height: 350px;
}

.clients-speake-slide .about-testi {
    box-shadow: 10px 11px 31px 1px rgb(0 0 0 / 10%);
    padding: 40px 30px;
    border-top-right-radius: 20px;
    position: relative;
    right: -170px;
    padding: 40px 30px;
    border-top-right-radius: 20px;
    position: relative;
    right: -170px;
}

.clients-speake-slide .about-testi p {
    color: #505050;
    margin: 0;
}

.clients-speake-slide .about-testi:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 1px solid transparent;
    border-top: 18px solid white;
}

.clients-speake-slide .testi-image {
    width: 228px;
    position: absolute;
    left: 0;
    top: 0;
}

.clients-speake-slide .testi-image .img_box {
    width: 100%;
    position: relative;
    text-align: center;
}

.clients-speake-slide .testi-image .img_box img {
    display: inline-block;
    border-radius: 10px;
    height: 285px;
    object-fit: cover;
    object-position: right;
}

.clients-speake-slide .testi-image .logo-img-box img {
    border-radius: 0;
}

.clients-speake-slide .testi-image .img_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.clients-speake-slide .testi-image h6 {
    text-align: center;
    margin: 5px 0;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500;
}

.clients-speake-slide .testi-image p.cname {
    text-align: center;
    margin: 5px 0;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 12px;
}

.clients-speake-slide .testi-image p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    color: #898989;
    line-height: 16px;
}

.video-pop .modal-body video {
    width: 100%;
}

.clients-speake-slide .testi-image.testi-img-no-pop .img_box:after {
    background-color: transparent;
}

.clients-speake-slide .testi-image.testi-img-no-pop img {
    height: auto;
    width: 190px;
    margin-top: 50px;
}

.clients-speak-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.clients-speak-area .owl-dots .owl-dot.active {
    background-color: #aed143;
    height: 10px;
    border-radius: 210px;
    width: 10px;
    position: relative;
    top: 0;
}

.clients-speak-area .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #28303d;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.testi-star-bx {
    position: absolute;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    bottom: -90px;
    left: 20px;
    border-radius: 20px;
    box-shadow: 1px 3px 10px #78777794;
    padding: 17px 20px;
    align-items: center;
}
.testi-rating h3 {
    font-size: 38px;
    background: linear-gradient(to right, #1dae55, #b4ec51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0px;
}
.testi-excell p {
    margin-bottom: 0px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
}
.testi-excell img {
    width: 110px !important;
}

/*===========end client speaks area ============*/




/* ======== trusted by heltcare =======  */

.trusted-by-heltcare {
    padding: 0 0 50px;
}
.trus-heltcare-counter {
    border-right: solid 1px #2727275e;
    min-height: 90px;
    padding: 0px 10px;
    text-align: center;
    margin-top: 50px;
    align-items: center;
    display: flex;
}
.trus-heltcare-carousel:after {
    content: '';
    height: 130px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 99;
}

.trus-heltcare-counter .count-up h2 {
    color: #00a859;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    font-size: 32px;
}

.trus-heltcare-counter .count-up span {
    color: #00a859;
    font-weight: 600;
    font-size: 30px;
}

.trus-heltcare-counter .count-up p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}


/* ======== trusted by heltcare end =======  */

/*============footer area ===========*/

.footer-area {
    background-color: #000000;
    padding: 60px 0px 0px;
}

.foot-menu ul li a {
    color: #fff;
    font-family: 'Metropolis-Bold';
    font-size: 14px;
}

.foot-menu ul li {
    margin-bottom: 7px;
}

.foot-menu h4,
.footer-address h4,
.foot-menu .h4,
.footer-address .h4 {
    color: #fff;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    margin-bottom: 15px;
}

.foot-menu p.heading {
    color: #fff;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    margin-bottom: 15px;
}

.foot-menu.foot-menu-sec ul li a {
    color: #fff;
}

.foot-menu.foot-menu-sec ul li {
    margin-bottom: 2px;
}

.foot-menu.foot-menu-sec {
    position: relative;
    padding-right: 30px;
}

.foot-menu.foot-menu-sec:after {
    content: '';
    background-image: url(../images/foot-line.png);
    height: 267px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 2px;
    right: 0px;
    top: -50px;
}

.footer-address ul li {
    color: #fff;
    font-family: 'Metropolis-Bold';
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-address ul h5 {
    color: #c3e94d;
    font-family: 'Metropolis-Bold';
    font-size: 16px;
    margin-bottom: 5px;
}

.follo-us-on h4 {
    font-size: 14px;
    color: #fff;
    font-family: 'Metropolis-Bold';
    margin-bottom: 13px;
}

.social_icons a {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #aed143;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 7px;
}

.social_icons a i {
    line-height: 24px;
}

.follo-us-on {
    padding: 0px;
    margin-top: 26px;
}

.privacy-policy a {
    font-family: 'Metropolis-Bold';
    font-size: 9px;
    color: #b9c1de;
}

.privacy-policy span {
    font-family: 'Metropolis-Bold';
    color: #b9c1de;
    font-size: 9px;
    margin: 0px 5px;
}

.copyright p {
    color: #fff;
    font-family: 'Metropolis-Light';
    font-size: 14px;
    margin-bottom: 0px;
}

.copyright {
    background-color: #282828;
    text-align: center;
    padding: 6px 0px;
    margin-top: 60px;
}

/*============end footer area ===========*/


/* ========== Marketing Agency End ========== */

.marketing-agency {
    padding: 60px 0;
}

.marketing-agency-img img {
    border-top-left-radius: 50px;
}

.marketing-agency-inr h5 {
    color: #464646;
    font-size: 22px;
    margin-bottom: 20px;
}

.marketing-agency-inr {
    padding-right: 20px;
}

.why-choose .why-choose-img img {
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
}

.why-choose .marketing-agency-inr {
    padding-right: 0;
    padding-left: 20px;
}

.marketing-agency-inr ul li {
    position: relative;
    padding-bottom: 10px;
}

.marketing-agency-inr ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #1dae55;
    border-radius: 50%;
}

.faq {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.faq p {
    display: none;
    margin-top: 15px;
    padding: 0 40px;
}

.faq:first-child p {
    display: block;
}

.faq h3 {
    color: #000;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    padding: 10px 50px 10px 40px;
}

.faq h3 .number {
    width: 30px;
    height: 30px;
    border: 2px solid #103273;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #103273;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.faq.in h3 {
    padding-bottom: 0;
}


.faq .plus-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 20px;
}

.faq .plus-icon:before,
.faq .plus-icon:after {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in .4s;
}

.faq .plus-icon:before {
    width: 15px;
}

.faq:not(.in) .plus-icon:after {
    height: 15px;
}



/* ========== Marketing Agency End ========== */