html body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: "Figtree", sans-serif;
}
body {
    background: #fff;
}
body,
input,
textarea {
    color: #303030;
    font-size: 12px;
    line-height: 18px;
}
img {
    max-width: 100%;
    height: auto;
}
body .padleft {
    padding-left: 0;
}
body .padright {
    padding-right: 0;
}
body .padtop {
    padding-top: 15px;
}
body .padbottom {
    padding-bottom: 15px;
}
body .nopad {
    padding: 0;
}
section.section {
    padding: 50px 0;
    overflow: hidden;
}
.montserrat-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 400 !important;
}
.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400 !important;
}
.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
}
.montserrat-semi-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
}
.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}
.montserrat-extra-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 800 !important;
}
.montserrat-black {
    font-family: "Montserrat", sans-serif;
    font-weight: 900 !important;
}
.color-white {
    color: #ffffff !important;
}
.color-gold {
    color: #cb9317 !important;
}
.color-black {
    color: #000 !important;
}
.color-grey {
    color: #747474 !important;
}
.color-primary {
    color: #000 !important;
}
.color-secondary {
    color: #000 !important;
}
.color-gradient {
    color: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgb(184 40 90)),
        color-stop(50%, rgb(148 41 136)),
        color-stop(62%, rgb(169 40 109)),
        color-stop(100%, rgb(145 41 138))
    ) !important;
    color: rgb(184 40 90) !important;
    background: -moz-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    ) !important;
    color: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgb(184 40 90)),
        color-stop(50%, rgb(148 41 136)),
        color-stop(62%, rgb(169 40 109)),
        color-stop(100%, rgb(145 41 138))
    ) !important;
    color: -webkit-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    ) !important;
    color: -o-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    ) !important;
    color: -ms-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    ) !important;
    color: linear-gradient(
        to right,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    ) !important;
}
.color-yellow {
    color: #ffdc00 !important;
}
.color-purple {
    color: #a8286e !important;
}
.bg-primary {
    background-color: #111;
}
.bg-secondary {
    background-color: #ccc;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.bg-grey {
    background-color: #ddd;
}
.bg-gradient {
    background: rgb(184 40 90);
    background: -moz-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgb(184 40 90)),
        color-stop(50%, rgb(148 41 136)),
        color-stop(62%, rgb(169 40 109)),
        color-stop(100%, rgb(145 41 138))
    );
    background: -webkit-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    );
    background: -o-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    );
    background: linear-gradient(
        to right,
        rgb(184 40 90) 0%,
        rgb(148 41 136) 50%,
        rgb(169 40 109) 62%,
        rgb(145 41 138) 100%
    );
}
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgb(0 0 0 / 0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgb(0 0 0 / 0.75);
    box-shadow: 8px 8px 15px 0 rgb(0 0 0 / 0.44);
}
.text-shadow {
    text-shadow: 2px 7px 7px #00000070;
}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
.main-navigation ul li a {
    position: relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640f;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: ".";
    color: #fff0;
    background: #f1c40f;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}
@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}
header {
    padding: 12px 0 0;
}
.header-btn-num {
    padding-bottom: 12px;
}

.logo {
    padding-bottom: 12px;
}
nav {
    position: relative;
    z-index: 999;
    width: 100%;
}
nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.searchform input {
    float: right;
    width: 200px;
    padding: 8px 46px 8px 8px;
    font-size: 1em;
    border: 1px solid #303030;
    background: #fff;
}
.searchform input[type="submit"] {
    float: right;
    width: 37px;
    height: 37px;
    padding: 0;
    border: 0;
    background: #303030 url(images/search-icon.png) no-repeat center;
    box-shadow: none;
    font-size: 0;
    margin-left: -37px;
    position: relative;
}
div#container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}
.social_icons {
    text-align: right;
    margin: 10px 0;
}
.social_icons ul {
    padding: 0;
    margin: 0;
}
.social_icons ul li {
    display: inline-block;
    margin-right: 5px;
}
.social_icons ul li a {
    background: #305294;
    border-radius: 100px;
    color: #fff;
    transition: all 0.2s ease;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
}
.social_icons ul li + li a {
    background: #55acee;
}
.social_icons ul li + li + li a {
    background: #dc4b3e none;
}
.social_icons ul li + li + li + li a {
    background: #e52d27;
}
.social_icons ul li a:hover {
    background: #333;
    color: #fff;
}
.grid-item {
    width: 24.7%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.filter-button-group button {
    background: #333;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
}
.filter-button-group {
    margin: 10px 0;
    overflow: hidden;
}
.filter-button-group button:hover {
    background: #ccc;
    color: #000;
}
.footer {
    margin: 40px 0 20px;
}
#back-top > a {
    bottom: 1%;
    color: #000;
    display: block;
    font-size: 37px;
    position: fixed;
    right: 1%;
    text-align: center;
}
.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}
.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}
.slider .inner-item {
    height: 400px;
}
.slider .container {
    position: relative;
}
.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 10%;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    background: rgb(0 0 0 / 0.7);
    padding: 20px 20px 0;
    z-index: 99;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0;
}
.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}
.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    transition: all 0.25s ease;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
}
.slick-dots button {
    border: 1px solid #333;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    margin-right: 5px;
}
.slick-dots .slick-active button {
    background: #303030;
}
.slick-arrow {
    border: 0;
    font-size: 0;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
}
.services-slider .slick-arrow {
    height: 65px;
}
.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}
.slick-next.slick-arrow {
    right: 0px !important;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: unset;
}
.slider-progress {
    width: 100%;
    height: 5px;
    background: rgb(0 216 192 / 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}
.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgb(36 51 0 / 0.8);
}
.thumb-slider .slick-active img {
    border: 1px solid #fff0;
}
.thumb-slider .slick-current img {
    opacity: 0.5;
}
.searchpanel {
    background: #ccc;
    display: none;
    right: 0;
    padding: 10px;
    position: absolute;
    top: 46px;
}
.searchpanel::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    content: "";
    position: absolute;
    right: 7px;
    top: -7px;
}
.nav .container {
    position: relative;
}
.searchtoggle {
    position: absolute;
    right: 11px;
    top: 11px;
}
.searchtoggle img {
    cursor: pointer;
}
.client {
    margin-right: -10px;
}
.client .slick-slide {
    margin-right: 10px;
    border: 1px solid #ddd !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.client .slick-prev {
    margin-right: 10px;
}
.client .slick-slide img {
    display: inline-block;
}
.testimonial .loop {
    padding: 0 10px;
    text-align: center;
}
.testimonial .loop p {
    max-width: 800px;
    margin: 0 auto;
}
.testimonial .loop .pic img {
    max-width: 100px;
    margin: 10px 0;
    border-radius: 100%;
    height: auto;
    display: inline-block;
}
.testimonial .loop .title {
    font-size: 21px;
    font-weight: 600;
}
.service {
    margin-right: -10px;
}
.service .slick-slide {
    margin-right: 10px;
}
.service .title {
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
}
.service .slick-prev {
    margin-right: 10px;
}
.service .slick-next {
    margin-right: 10px;
    right: 40px;
    left: inherit;
}
.service .slick-arrow {
    top: 0;
    margin-top: -43px;
}
#winSize {
    position: fixed;
    bottom: 1%;
    left: 1%;
    border: rgb(0 0 0 / 0.8) 3px solid;
    background: rgb(0 0 0 / 0.6);
    padding: 5px 10px;
    color: #fff;
    text-shadow:
        #000 1px 1px 1px,
        #000 -1px 1px 1px;
    z-index: 9999;
}
.tabs-menu {
    height: 30px;
    padding: 0;
    margin: 0;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.tabs-menu .current a {
    color: #2e7da3;
}
.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-top: -1px;
}
.tab-content {
    max-width: 660px;
    padding: 20px 0;
    display: none;
}
#tab-1 {
    display: block;
}
.tabs-left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
}
.tabs-left li {
    line-height: 30px;
    display: block;
    list-style: none;
    background: #ccc;
    border: 1px solid #d4d4d1;
    margin-bottom: 10px;
    border-right: 0;
}
.tabs-left li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}
.tabs-left li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}
.tabs-left .current a {
    color: #2e7da3;
}
.tab-loop {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-left: -1px;
}
.tabsleft-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}
#tabs1 {
    display: block;
}
.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    background: #ddd;
    padding: 5px;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}
#comments label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}
.form-submit {
    margin-left: 80px;
}
#comments {
    background: #eee;
    padding: 20px;
}
#comments li {
    list-style: none;
}
#comments ol {
    padding: 0;
}
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.customscroll {
    height: 300px;
}
.inner-banner {
    height: 150px;
    width: 100%;
    display: table;
    color: #fff;
}
.inner-banner h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.blogs li {
    width: 100%;
    margin-bottom: 20px;
    min-height: 210px;
    clear: both;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}
.blogs li:last-child {
    border: none;
}
.blogs li h4 {
    text-transform: capitalize;
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2f2f2f;
}
.blogs li h4 span {
    width: 7%;
    text-align: center;
    background: #b12224;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.blogs li h4 span strong {
    display: block;
    font-size: 26px;
    font-weight: 400;
}
.blogs li a {
    float: right;
}
.blogs li .meta {
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin: 38px 0 0;
    font-weight: 500;
    float: right;
    clear: right;
    width: 67%;
    color: #989898;
    font-size: 16px;
    line-height: 21px;
}
.blogs li .meta span {
    background: url(images/user-bg.png) no-repeat;
    padding: 3px 30px;
}
.blogs li .meta span.comments {
    margin-left: 10px;
    background: url(images/comments.png) no-repeat;
}
.blogs li .meta span strong {
    color: #258ef9;
    font-weight: 400;
    text-transform: capitalize;
}
.sidebar ul {
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    list-style: none;
}
.sidebar-pro {
    border: 1px solid #c2c2c2;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-pro h4 {
    background: #b12224;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}
.sidebar-pro .cat li {
    margin-bottom: 6px;
    list-style: none;
    padding: 10px;
}
.sidebar-pro .cat li:hover {
    background: #b12224;
}
.sidebar-pro .cat li:hover a {
    color: #fff;
}
.sidebar-pro .cat li.current-cat {
    background: #b12224;
}
.sidebar-pro .cat li:last-child {
    margin-bottom: 0;
}
.sidebar-pro .cat .product-categories {
    margin-bottom: 0;
}
.sidebar-pro .cat li a {
    color: #424242;
    font-size: 14px;
}
.sidebar .recent li {
    border-bottom: 1px solid #c7c7c7;
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
}
.sidebar .recent li h5 {
    margin-top: 0;
}
.sidebar .recent li:last-child {
    border: none;
}
.sidebar h4 {
    background: #303030;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
}
.sidebar .recent h5 {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
}
.sidebar .recent p {
    color: #6d6d6d;
    line-height: 16px;
}
.sidebar .recent .more a {
    color: #258ef9;
    float: right;
}
.sidebar .cat li {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0;
}
.blogs .loop {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}
.sidebar .section {
    margin-top: 10px;
    overflow: hidden;
}
.blogs .title {
    margin: 0;
}
.blogs small {
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
}
.sidebar .cat li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .cat li a {
    color: #424242;
    font-size: 14px;
}
.blogs .meta {
    background: #ddd;
    margin-top: 10px;
    padding: 5px;
}
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}
.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}
.pagination a:hover {
    color: #fff;
    background: #3279bb;
}
.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279bb;
    color: #fff;
}
.menu-header,
.menu-header ul,
.menu-header ul li,
.menu-header ul li a,
.menu-header #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-header:after,
.menu-header > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.menu-header #menu-button {
    display: none;
}
.menu-header {
    background: #303030;
}
.menu-header > ul > li {
    display: inline-block;
}
.menu-header.align-center > ul {
    font-size: 0;
    text-align: center;
}
.menu-header.align-center > ul > li {
    display: inline-block;
    float: none;
}
.menu-header.align-center ul ul {
    text-align: left;
}
.menu-header.align-right > ul > li {
    float: right;
}
.menu-header > ul > li > a {
    padding: 10px 0 20px;
    font-size: 16px;
    text-decoration: none;
    color: #ADADAD;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0 15px;
    letter-spacing: 0;
    min-height: 92px;
}
/*.menu-header > ul > li:hover > a {
    color: #fff;
}
.menu-header ul ul::before {
    border-color: #fff0 #fff0 #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}*/
.menu-header ul ul ul::before {
    display: none;
}
.menu-header ul ul {
    position: absolute;
    left: -9999px;
}
.menu-header.align-right ul ul {
    text-align: right;
}
.menu-header ul ul li {
    height: 0;
    transition: all 0.25s ease;
}
.menu-header li:hover > ul {
    left: auto;
}
.menu-header.align-right li:hover > ul {
    left: auto;
    right: 0;
}
.menu-header ul ul ul {
    margin-left: 100%;
    top: 0;
}
.menu-header.align-right ul ul ul {
    margin-left: 0;
}
.menu-header ul ul li:last-child > a,
.menu-header ul ul li.last-item > a {
    border-bottom: 0;
}
.menu-header ul ul li:hover > a,
.menu-header ul ul li a:hover {
    color: #fff;
}

.cec-one,
.cec-two {
    padding: 100px 0px !important;
}
.cmn-padd {
    padding: 100px 0 !important;
}
.md-comn-padd {
    padding: 80px 0;
}
.light-blue-bg {
    background-color: #e1f2f0;
}
.sm-cmn-padd {
    padding: 60px 0 !important;
}
.justify-content-between {
    justify-content: space-between;
}
.cst-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: end;
}
.subheading {
    font-family: "Figtree";
    font-weight: 500;
    font-size: 19.89px;
    color: rgb(0 178 187);
    margin-bottom: 0;
}
.mainheading {
    font-family: "Figtree";
    font-weight: 600;
    font-size: 51px;
    line-height: 63.65px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.cec-one .row,
.cec-two .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cec-one img {
    width: 100%;
	    border-radius: 12px;
}
.tele .tele-icon {
    width: 25px;
}
.cec p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Figtree";
    margin-bottom: 15px;
}
.content-lg p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Figtree";
    margin-bottom: 20px;
    line-height: 30px;
}
.content-lg ul {
    margin-bottom: 20px;
}
.content-lg ul li {
    font-size: 24px;
}
.cec .btn-container {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
}
.cec .btn {
    background: rgb(0 178 187);
    padding: 15px 31px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.cec .tele {
    font-family: "Figtree";
    font-size: 24px;
    font-weight: 600;
    color: rgb(0 178 187);
    display: flex;
    align-items: center;
    gap: 10px;
}
.cec-one .row .col-md-6:last-child, .cec-one .row .col-md-7 {
    padding-right: 120px;
    padding-left: 70px;
}
.cec-one .col-md-6, .cec-one .col-md-5{
    padding: 0;
}
.cec-two .row .col-md-6:last-child{
    padding-left: 60px;
}
.cec-three {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 235px 0;
}
.cec-three .mainheading,
.cec-three .content-lg {
    color: #fff;
}
.retin-right {
    padding-left: 40px;
}
.consultation-section {
    background: rgb(0 178 187);
    padding-top: 60px;
}
.cec.consultation-section .mainheading,
.cec.consultation-section .subheading {
    color: #fff;
}
.consultation-section p {
    color: #fff !important;
    font-size: 21.22px;
}
.cec.consultation-section .col-md-8 {
    padding-bottom: 60px;
}
.cec.consultation-section .btn {
    background: #fff;
    padding: 15px 31px;
    color: rgb(0 178 187);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.retin-rep h3 {
    font-size: 30px;
    color: #000;
    margin: 10px 0 15px;
}
.retin-rep p {
    font-size: 20px;
    display: inline-block;
    width: 100%;
}
.retin-rep-list {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.blur-inner {
    border: 1px solid #fff;
    padding: 50px;
    background: hsl(0deg 0% 28.24% / 50%);
    backdrop-filter: blur(30px);
    border-radius: 5px;
}
.blur-inner .content-lg {
    color: #fff;
}
.blur-inner h2.mainheading {
    color: #fff;
}
.blue {
    color: #00b2bb;
}
.dark-blue-bg {
    background-color: #00b2bb;
}
.ct-lft-padd {
    padding-left: 90px;
}
.amseler-content .mainheading {
    color: #fff;
}
.amseler-content .content-lg p,
.amseler-content .content-lg ul li {
    color: #fff;
    font-size: 21px;
}
.amseler-content {
    padding: 60px 0;
}
.retin-hh {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}
.retin-img-rep img {
    width: 100%;
}
.retin-img-rep {
    margin: 0 0 25px;
}
.retin-img-rep:last-child {
    margin-bottom: 0;
}
.pr-5rem {
    padding-right: 30px;
}
.mt-100 {
    margin-top: 100px;
}
.cec-six {
    padding: 100px 0px !important;
}
.cec-six h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    color: #0c0c0c;
    margin: 0;
}
.cec-six h3 { font-weight: 600; margin: 0 0 30px; }

.panel-group {
    margin-bottom: 20px;
    margin-top: 60px;
}
.panel-group .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #00b2bb1a;
    border-color: #ddd;
}
.panel-heading.active {
    background: rgb(0 178 187) !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-heading {
    background: rgb(0 178 187 / 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #00b2bb1a;
    border-color: #ddd;
}
.panel-heading.active .panel-title a {
    color: #fff;
}

#accordion1 .panel-default > .panel-heading { background-color: #EDEDED; }
#accordion1 .panel-title a[aria-expanded="true"] .pull-right { transform: rotate(180deg);  }


.panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    
}
.panel-heading.active .panel-title a {
    color: #fff;
}
.toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.panel-body {
    background: #fff0;
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
.panel-collapse .panel-body {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}

.retin-hd p {
    font-size: 20px;
}
.retin-rep ul li {
    font-size: 20px;
}
.w-expect {
    margin-top: 35px;
}
.blue-bg {
    background-color: #00b2bb;
}
.pd-50 {
    padding: 50px;
}
.quest-box .mainheading,
.quest-box ul li {
    color: #fff;
}
.quest-box ul li {
    margin: 0 0 20px;
}
.need-rep {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.ml-50 {
    margin-left: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pl-40 {
    padding-left: 40px;
}
.content-md li {
    font-size: 20px;
    line-height: 30px;
}
.content-md p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.pd-tp-0 {
    padding-top: 0 !important;
}
.vdo-mn .video-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.vdo-mn .video-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgb(20 20 30 / 0.08);
}
.vdo-mn .media-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    background: #000;
}
.vdo-mn .media-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.vdo-mn .media-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vdo-mn video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vdo-mn .thumbnail {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}
.vdo-mn .play-btn {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgb(0 0 0 / 0.45);
    display: grid;
    place-items: center;
    transition:
        transform 0.12s ease,
        background 0.12s ease;
}
.vdo-mn .play-btn:hover {
    transform: scale(1.05);
    background: rgb(0 0 0 / 0.55);
}
.vdo-mn .play-btn svg {
    width: 34px;
    height: 34px;
    fill: #fff;
    margin-left: 4px;
}
.text-center {
    text-align: center;
}
.mt-20 {
    margin-top: 20px;
}
.clarity-chk h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.square-chk li {
    font-size: 24px;
    color: #fff;
    position: relative;
    list-style-type: none;
    padding-left: 35px;
    line-height: 30px;
}
.square-chk li::before {
    content: "";
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 8px;
}
.square-chk {
    padding: 0;
}
.medicare-rep h4 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.medicare-rep {
    margin-top: 30px;
}
.black-color {
    color: #333;
}
.white-btn {
    background-color: #fff !important;
    color: rgb(0 178 187) !important;
}
.white-color {
    color: #fff;
}
.vision-img {
    margin-top: -90px;
}
.blue-table {
    width: 100%;
    border: 1px solid #000;
    margin: 0 0 20px;
}
.blue-table thead th,
.blue-table tbody td {
    border: 1px solid #000;
    padding: 10px 15px;
}
.blue-table thead th {
    background-color: #00b2bb;
    font-size: 24px;
    font-weight: 500;
}
.blue-table tbody td {
    font-size: 20px;
    background-color: #e4f1f0;
}
.mt-0 {
    margin-top: 0;
}
.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.br-btm {
    border-bottom: 1px solid rgb(0 0 0 / 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pt-0 {
    padding-top: 0 !important;
}
.consultation-section {
    background: rgb(0 178 187);
    padding-top: 60px;
    /* margin-top: 200px; */
}
.consultation-section .row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.cos-img {
    margin-top: -100px;
}
.cost-content {
    padding: 75px 0;
    width: 890px;
    position: relative;
    z-index: 1;
}
.cost-content h3.subheading.white-color {
    margin-top: 0;
}
.consultation-section p {
    color: #fff !important;
    font-size: 21.22px;
}
.cec.consultation-section .btn {
    background: #fff;
    padding: 15px 31px;
    color: rgb(0 178 187);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.cec.consultation-section .mainheading,
.cec.consultation-section .subheading {
    color: #fff;
}
.content-lg p a {
    color: #333;
}
.areas-sec .br-btm:last-child {
    border-bottom: none;
}
.retin-rep h4 {
    font-size: 24px;
    font-weight: 600;
}
.med-title {
    font-size: 34px;
    font-weight: 700;
    color: #1A0B30;
    display: inline-block;
    width: 100%;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.max-wdth-1x {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.eyecare-eth-lst {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.pledge-img {max-width: 1277px;margin: 0 auto;display: block;position: relative;z-index: 1;}

.after-light-blue {
    position: relative;
}

.after-light-blue::after {
    content: "";
    background-color: #E1F2F0;
    width: 100%;
    height: 62%;
    position: absolute;
    top: 0;
}

.pledge-eth-inner {
    position: relative;
    z-index: 1;
}
.bision-list ul {
    list-style: none;
    padding: 0;
}
.consider-revw {
    border-radius: 20px;
    padding: 50px 40px;
}

.consider-revw p {
    font-weight: 300 !important;
    color: #000;
}

.consider-revw p:last-child {
    margin-bottom: 0;
}

.technology-list ul {
    list-style: none;
    padding: 0;
}

.cataract-faq .panel-default > .panel-heading {
    background-color: #E1F2F0;
    border-radius: 0;
}

.p-50 {
    padding: 50px;
}

.b-rd-20 {
    border-radius: 20px;
}

.center-list ul {
    list-style: none;
    padding: 0;
}

.center-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.panel-heading-1 a {
    background-color: #E1F2F0 !important;
    padding: 22px 30px !important;
}

.toggle-icon-1 {
    width: 20px;
}

.cataract-faq .panel-body p {
    font-size: 20px;
}
.scd-btns {
    column-gap: 20px !important;
    row-gap: 10px !important;
    flex-wrap: wrap;
}
#videoModal button.close {
    top: -25px;
    position: absolute;
    right: 0px;
    font-size: 26px;
    opacity: 1;
    text-shadow: none;
}
#videoModal .modal-body iframe {
    border: 0.88px solid #00b2bb;
}
#videoModal .modal-centered {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 100px) and (max-width: 769px) {
  .menu-header #menu-button {
        display: block;
        padding: 17px;
        color: #ddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .menu-header #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        content: "";
    }
    .menu-header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: "";
    }
    .menu-header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-header #menu-button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    } 
}
div#menuoverlay {
    display: none;
}
a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: #fff;
    display: none;
    transition: all ease-out 0.3s;
}
a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}
.nav1 a {
    color: #000;
}
.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}
.nav1 ul li {
    display: inline-block;
    position: relative;
}
.nav1 ul li > a {
    display: inline-block;
    padding: 10px;
}
.nav1 ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}
.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}
.nav1 .search-nav,
.nav1 .title {
    display: none;
}
.nav1 ul li ul li {
    display: block;
}
.nav1 ul li ul li a {
    display: block;
}
.nav1 ul li:hover > a {
    color: #000;
    text-decoration: none;
}
.nav1 ul li:hover > a > i {
    transform: rotateZ(90deg);
}
.nav1 ul li:hover ul {
    display: block;
}
.nav1 span.marrow {
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}
.nav1 ul li.open span.marrow {
    border-left: 5px solid #fff0;
    border-top: 0;
    border-right: 5px solid #fff0;
    border-bottom: 5px solid #fff;
}
@media screen and (max-width: 769px) {
    a#hamburg {
        display: block;
    }
    main {
        transition: all ease-out 0.3s;
    }
    .nav1 .row {
        margin: 0;
    }
    .nav1 {
        background: url(images/nav-bg.jpg) repeat;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }
    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }
    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgb(255 255 255 / 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }
    .nav1 .search-nav input[type="submit"] {
        background: url(images/search-icon.png) no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }
    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }
    .search-nav > form {
        position: relative;
    }
    .nav1 ul {
        text-align: left;
        background-color: #fff0;
    }
    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }
    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }
    .nav1 ul li:hover > a {
        color: #000;
    }
    .nav1 ul li a > i {
        float: right;
    }
    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: #fff0;
        padding: 0 10px;
    }
    .nav1 ul li:hover > ul {
        display: none;
    }
    .nav1 ul li:hover > a > i {
        transform: rotateZ(0);
    }
    .nav1 ul li.open > a {
        background-color: #fff0;
    }
    .nav1 ul li.open > a > i {
        transform: rotateZ(90deg);
    }
    .nav1 ul li.open > ul {
        display: block;
    }
    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgb(0 0 0 / 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }
    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }
    html.open-menu main {
        transform: translateX(250px);
    }
    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }
    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }
    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }
    .nav1 ul li:last-child {
        border: 0;
    }
    .nav-cross.open > span {
        background: #fff;
    }
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0;
    }
    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }
    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }
    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }
    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}
@media (min-width: 100px) and (max-width: 769px) {
    main {
        padding: 0 15px;
    }
    .logo {
        text-align: center;
    }
    .searchtoggle {
        display: none;
    }
    .push-logo {
        margin: 10px 0;
    }
    .logo img {
        max-height: 60px;
        width: auto;
    }
    header .searchform {
        display: none;
    }
    .slider .inner-item {
        height: 200px;
    }
    .slider .inner-item .caption {
        display: none;
    }
}
* :focus {
    outline: 0 auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}
* a:hover {
    text-decoration: none !important;
}
.error-page {
    padding: 40px 0;
}
.error-page h1 {
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
}
.error-page p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: rgb(0 0 0 / 0.75);
    font-weight: 400;
    line-height: 32px;
}
.page-def {
    padding: 40px 0;
}
.page-def h1 {
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
}
.page-def h2 {
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
}
.page-def h3 {
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
}
.page-def h4 {
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}
.page-def h5 {
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.page-def h6 {
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.page-def p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: rgb(0 0 0 / 0.75);
    font-weight: 400;
    line-height: 32px;
}
.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output {
    color: #fff;
}
html.open-menu body {
    position: fixed !important;
}
.sec-faq {
    padding: 30px 0;
}
.sec-faq h2 {
    margin: 0 0 50px;
}
.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8e8e8e;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #ff173d;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p {
    margin: 15px 0 0;
}
.sec-faq .set > a:before {
    background: url(images/set-ar.png) no-repeat;
    float: right;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}
.sec-faq .set > a.active:before {
    background: url(images/set-ar-active.png) no-repeat;
    width: 16px;
    height: 3px;
}
.sec-faq .set .content {
    display: none;
}
.sec-faq {
    padding: 30px 0;
}
.sec-faq h2 {
    margin: 0 0 50px;
}
.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8e8e8e;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #ff173d;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p {
    margin: 15px 0 0;
}
.sec-faq .set > a:before {
    background: url(images/set-ar.png) no-repeat;
    float: right;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}
.sec-faq .set > a.active:before {
    background: url(images/set-ar-active.png) no-repeat;
    width: 16px;
    height: 3px;
}
.sec-faq .set .content {
    display: none;
}
#video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}
#video-lightbox .vlb-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 0.75);
}
#video-lightbox .vlb-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    background: #fff0;
    padding: 12px;
    box-sizing: border-box;
    outline: none;
}
#video-lightbox .vlb-inner {
    position: relative;
    padding-top: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
#video-lightbox iframe,
#video-lightbox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}
.vlb-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    color: #111;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}
@media (max-width: 480px) {
    #video-lightbox .vlb-content {
        width: 98%;
    }
    .vlb-close {
        right: 0;
        top: -6px;
    }
}
#custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 9998;
    display: none;
}
#custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 69px 70px;
    max-width: 1265px;
    width: 90%;
    z-index: 9999;
    display: none;
    text-align: left;
}
#custom-popup:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    border: 0.88px solid #00b2bb;
    width: 97%;
    height: 94.5%;
}
#popup-close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
}
#custom-popup h2 {
    text-align: center;
    font-weight: 600;
    font-size: 54.74px;
    line-height: 59.87px;
    letter-spacing: -1.71px;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
#custom-popup h2 span {
    color: #00b2bb;
}
#custom-popup h2:before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 26%;
    height: 4.28px;
    left: 37%;
    background: #00b2bb;
}
#custom-popup p {
    font-weight: 300;
    font-size: 20.53px;
    line-height: 23.09px;
    margin-bottom: 20px;
	max-width: 100% !important;
}
#custom-popup p span {
    color: #00b2bb;
}
.menu-toggle {
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #000;
    z-index: 1001;
    cursor: pointer;
}
.slide-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #00b2bb;
    color: #fff;
    z-index: 1001;
    transition: left 0.4s ease;
    padding: 30px 20px;
}
.slide-menu.active {
    left: 0;
}
.slide-header-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}
.close-btn {
    font-size: 60px;
    cursor: pointer;
}
.main-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50vh;
    justify-content: center;
}
.main-slide-content .slide-nav-menu ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    list-style: none;
    text-align: center;
}
.main-slide-content .slide-nav-menu ul li a {
    font-size: 40px;
    color: #fff;
}
.menu-toggle {
    display: none !important;
}

a.hover-btn:hover,
form input.wpcf7-submit.has-spinner:hover {
    background: linear-gradient(180deg, #00b2bb 0%, #005155 100%) !important;
    color: #fff;
}
.container {
    max-width: 1600px !important;
    width: 100% !important;
}
.page-id-80 .entry-content {
    padding: 100px 0;
    text-align: center;
}
.page-id-80 .entry-content p {
    font-size: 70px;
    color: #000;
    margin-bottom: 0;
}
header {
    background: #faf9f6;
    box-shadow: 0 4px 24px 0 #0000004d;
}
header .row {
    display: flex;
    align-items: center;
}
header .menu-header {
    background: #fff0;
}

.menu-header ul li ul.sub-menu li a {
    background-color: transparent;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 15px 0px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgb(0 178 187 / 20%) !important;
    font-size: 16px;
    color: #adadad;
    line-height: normal;
}
.menu-header ul li ul.sub-menu li:last-child a {
    border-bottom: none !important;
}
.menu-header ul li ul.sub-menu li {
    height: auto;
}
.menu-header ul li ul.sub-menu li {
    padding: 0 15px;
    background-color: #fff;
}

.menu-header ul li ul.sub-menu li:hover {
    background-color: #00b2bb;
}

.menu-header ul li ul.sub-menu li:hover a {
    color: #fff;
}

.menu-header ul li ul.sub-menu {
    z-index: 9;
    width: 270px;
    margin-top: 0px;
    box-shadow: 0 8px 21px 2px rgb(0 0 0 / 25%);
}
.menu-header > ul li ul.sub-menu li ul.sub-menu {
    margin-left: 94%;
    margin-top: 0;
    width: 350px;
}
.menu-header ul li ul.sub-menu li ul.sub-menu li a {
    color: #adadad;
}

.menu-header ul li ul.sub-menu li ul.sub-menu li:hover a {
    color: #fff;
}
header .menu-header > ul > li.current_page_item > a {
    color: #000;
    font-weight: 700;
}
.menu-header li:hover > ul {
    left: 15px;
}
header .menu-header ul > li.current_page_item > a:before {
    position: absolute;
    content: "";
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #00b2bb;
}
header .menu-header ul li a:hover {
    color: #000;
}
.menu-header ul ul li.has-sub > a:after {
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}
.menu-header.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
.menu-header ul ul li.has-sub > a:before {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
    transition: all 0.25s ease;
	left: auto;
}
.menu-header.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
.menu-header ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
ul#menu-main-menu-1 {
    text-align: center;
}
header .header-btn-num > a {
    width: 100%;
    display: block;
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 5px;
}
header .header-btn-num {
    text-align: center;
}
header .header-btn-num p {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 3px;
}
header .header-btn-num p a {
    color: #000;
}
header.nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}
section.section-1 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 400px 0 100px;
    background-position: right;
    position: relative;
}
section.section-1 > ins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.section-1 > ins > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.section-1 .container {
    position: relative;
}
section.section-1 h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    line-height: 68px;
    letter-spacing: -3px;
}
section.section-1 p {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}
section.section-1 ul li:first-child a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
}
section.section-1 ul {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}
section.section-1 ul li:last-child a {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.9px;
    color: #fff;
}
section.section-1 ul li:last-child a i {
    margin-right: 10px;
}
body {
    background: #faf9f6 !important;
}
section.section-2 {
    padding: 100px 0;
}
section.section-2 h2 {
    text-align: center;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 40px;
}
section.section-2 h2 span {
    color: #00b2bb;
}
section.section-2 p {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    padding: 0 9%;
    line-height: 27px;
    margin-bottom: 20px;
}
section.section-2 ul {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
section.section-2 ul li:last-child a {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.9px;
    color: #00b2bb;
}
section.section-2 ul li:last-child a i {
    margin-right: 10px;
}
section.section-2 ul li:first-child a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
}
section.section-3 {
    padding: 0 0 150px;
}
section.section-3 h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
section.section-3 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 0;
}
section.section-3 h2 span {
    color: #00b2bb;
}
section.section-3 .col-md-12 {
    padding: 0 10px;
}
section.section-3 .services-slider {
    margin-top: 50px;
}
section.section-3 .services-slider .main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    position: relative;
    padding: 30px;
    overflow: hidden;
}
section.section-3 .services-slider .main .positive-serv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 537px;
    flex-direction: column;
}
section.section-3 .services-slider .main .absolute-serv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    padding: 120px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;
}
section.section-3 .services-slider .main:hover .absolute-serv {
    opacity: 1;
    z-index: 1;
    background: #000c;
}
section.section-3 .services-slider .slick-arrow {
    display: none !important;
}
section.section-3 .services-slider .main .positive-serv h3 {
    font-weight: 400;
    font-size: 44.2px;
    line-height: 63.16px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    z-index:1;
}
section.section-3 .services-slider .main:hover .positive-serv {
    opacity: 0;
}
section.section-3 .services-slider .main .absolute-serv h3 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 44.2px;
    line-height: 63.16px;
    letter-spacing: -1px;
    text-align: center;
    color: #00b2bb;
    margin-top: 0;
    margin-bottom: 15px;
}
section.section-3 .services-slider .main .absolute-serv p {
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 19.89px;
    line-height: 24.06px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
section.section-3 .services-slider .main .absolute-serv a {
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 20.05px;
    line-height: 24.06px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
}
section.section-3 .services-slider .main .absolute-serv a i {
    border: 1px solid #fff;
    padding: 15px 27px 15px 10px;
    line-height: 0;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 10px;
}
section.section-3 .services-slider ul.slick-dots {
    bottom: -50px;
}
section.section-3 .services-slider ul.slick-dots button {
    background: #bebebe4d;
    border: none;
}
section.section-3 .services-slider ul.slick-dots li.slick-active button {
    background: #00b2bb;
}
section.section-4 {
    padding: 0 0 100px;
}
section.section-4 .container-fluid {
    padding: 0;
}
section.section-4 .row {
    display: flex;
    align-items: center;
}
section.section-4 h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
section.section-4 h2 span {
    color: #00b2bb;
}
section.section-4 p {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
section.section-4 ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    margin-top: 40px;
}
section.section-4 a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
}
section.section-4 .row .col-md-6:last-child {
    padding-left: 70px;
    padding-right: 9%;
}
html,
body {
    overflow-x: hidden;
}
section.section-5 {
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
section.section-5 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
}
section.section-5 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #444;
}
section.section-5 a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
section.section-6 {
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
section.section-6 .blured {
    backdrop-filter: blur(100px);
    border: 1px solid #fff;
    padding: 50px;
    background: url(/wp-content/uploads/2025/09/BorderOverlayBlur.png);
}
section.section-6 .blured h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}
section.section-6 .blured h2 span {
    color: #00b2bb;
}
section.section-6 .blured p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
section.section-6 .blured a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 80px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-top: 25px;
}
section.section-7 {
    padding: 100px 0;
}
section.section-7 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}
section.section-7 h2 span {
    color: #00b2bb;
}
section.section-7 .blog-slider .blog-box {
    background-size: cover;
    height: 424px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}
section.section-7 .blog-slider .blog-box:before {
    background-color: #00000057;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.section-7 .blog-slider .blog-box h3,
section.section-7 .blog-slider .blog-box a.read-link {
    z-index: 1;
}
section.section-7 .blog-slider .blog-box h3 a {
    font-weight: 700;
    line-height: 31.5px;
    color: #fff;
    margin: 0;
}
section.section-7 .blog-slider .blog-box a.read-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
}
section.section-7 .blog-slider .blog-box a.read-link img {
    width: 46px;
    height: 14px;
    margin-left: 15px;
}
section.section-7 .blog-slider ul.slick-dots {
    display: none !important;
}
section.section-7 .blog-slider {
    padding: 0 50px;
}
section.section-7 .blog-slider .slick-arrow,
section.section-7 .blog-slider .slick-arrow:hover {
    background-color: #fff0;
    background: url(/wp-content/uploads/2025/09/left.svg_.png);
    background-repeat: no-repeat;
}
section.section-8 {
    padding: 0 0 100px;
}
section.section-8 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
    margin: 0;
}
section.section-8 h2 span {
    color: #00b2bb;
}
section.section-8 form {
    margin-top: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
section.section-8 form label {
    width: 100% !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.section-8 form label > span {
    color: red;
}
.section-8 form input,
.section-8 form select,
.section-8 form textarea {
    width: 100%;
    border: 1px solid #000;
    background: #fff0;
    padding: 8px;
    margin-top: 10px;
    border-radius: 7px;
    color: #000;
}
.section-8 form textarea {
    height: 100px;
}
section.section-8 form input.wpcf7-submit.has-spinner {
    width: 30%;
    border: 2px solid #00b2bb;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 19.2px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.section-8 form .wpcf7-response-output {
    color: #000;
}
section.section-9 {
    padding: 0 0 150px;
}
section.section-9 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    color: #0c0c0c;
    margin: 0;
}
section.section-9 h2 span {
    color: #00b2bb;
}
section.section-9 .testimonial-slider {
    margin-top: 50px;
}
section.section-9 .testimonial-slider .testimonial-card {
    border: 1px solid #00000026;
    border-radius: 20px;
    margin-right: 30px;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.section-9 .testimonial-slider .testimonial-card p {
    font-weight: 400;
    font-size: 24px;
    line-height: 37.5px;
    padding-left: 40px;
    padding-right: 40px;
}
section.section-9 .testimonial-slider .testimonial-card .author {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
section.section-9 .testimonial-slider .testimonial-card .author h4 {
    font-weight: 600;
    font-size: 22.5px;
    line-height: 34.88px;
    margin: 0;
}
section.section-9 .testimonial-slider .testimonial-card .author h4 span {
    display: block;
}
section.section-9 .testimonial-card.video-card {
    padding: 0;
}
section.section-9 .testimonial-card.video-card .author {
    position: absolute;
    bottom: 40px;
}
section.section-9 .testimonial-card.video-card button.play-btn {
    position: absolute;
    top: 25%;
    border: none;
    color: #00b2bb;
    font-size: 40px;
    background: #0e0e0e99;
    padding: 20px 40px;
    border-radius: 20px;
    left: 35%;
}
section.section-9 .testimonial-card.video-card .video-wrapper {
    height: 100%;
}
section.section-9 .testimonial-card.video-card img {
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    object-position: center;
}
section.section-9 .testimonial-slider .testimonial-card.video-card .author h4 {
    color: #fff;
}
section.section-9 .testimonial-slider ul.slick-dots {
    bottom: -50px;
}
section.section-9 .testimonial-slider ul.slick-dots button {
    background: #bebebe4d;
    border: none;
}
section.section-9 .testimonial-slider ul.slick-dots li.slick-active button {
    background: #00b2bb;
}
section.section-9 .testimonial-slider .testimonial-card .video-title {
    background: #308997;
    padding: 30px;
}
section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
    font-weight: 700;
    font-size: 31.76px;
    line-height: 39.54px;
    color: #fff;
    margin: 0;
}
section.section-9 .slick-arrow {
    display: none !important;
}
section.section-9 .testimonial-slider .testimonial-card p a {
    color: #000;
}
section.section-9 .testimonial-slider .testimonial-card .author img {
    border: 2.23px solid #00b2bb;
    border-radius: 50px;
}
section.section-10 .container-fluid {
    padding-right: 0;
}
section.section-10 .col-md-5 {
    padding-left: 9%;
}
section.section-10 .row {
    display: flex;
    align-items: center;
}
section.section-10 ul.contact-list {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
section.section-10 ul.contact-list li i {
    font-size: 20px;
    margin-right: 20px;
    color: #000;
}
section.section-10 ul.contact-list li {
    margin-bottom: 30px;
    display: flex;
}
section.section-10 ul.contact-list li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #00b2bb;
}
section.section-10 ul.contact-list li a span {
    color: #000;
    font-weight: 700 !important;
}
section.section-10 ul.award-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 50px;
    align-items: center;
}
section.section-10 iframe {
    width: 100%;
    height: 550px;
}
section.section-11 {
    padding: 100px 0;
}
section.section-11 h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0.8px;
    text-align: center;
    margin: 0;
    color: #000;
}
section.section-11 h2 a span {
    color: #00b2bb;
    text-decoration: underline;
}
section.section-11 .insta-posts {
    margin-top: 50px;
    margin-bottom: 30px;
}
section.section-11 a.follow-link {
    font-weight: 300;
    font-size: 17.88px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    color: #00b2bb;
    text-decoration: underline;
}
section.section-11 a.follow-link i {
    margin-left: 10px;
    border: 1px solid #00b2bb;
    padding: 13px 24px 13px 10px;
    line-height: 0;
    border-radius: 10px;
    font-size: 13px;
}
footer {
    margin: 0 !important;
    border-top: 1px solid #0000004d;
    padding: 80px 0 0px;
}
section.footer-sec-1 .col-md-2 {
    width: 20%;
}
section.footer-sec-1 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.08px;
    vertical-align: middle;
    margin: 0;
    color: #7ac5e8;
}
section.footer-sec-1 ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    list-style: none;
}
section.footer-sec-1 ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 23.8px;
    letter-spacing: 0.24px;
    color: #000;
}
section.footer-sec-1 ul li {
    margin-bottom: 10px;
}
section.footer-sec-1 hr {
    border-top: 1px solid #0000004d;
    margin-top: 60px;
    margin-bottom: 60px;
}
section.footer-sec-2 h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.4px;
    margin: 0;
    margin-bottom: 30px;
}
section.footer-sec-2 .col-md-8 .row {
    background: #ededed;
    padding: 10px 0 10px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
section.footer-sec-2 h4 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding-right: 17%;
}
section.footer-sec-2 .tnp.tnp-subscription {
    margin: 0;
    margin-top: 30px;
}
section.footer-sec-2 .tnp.tnp-subscription form {
    display: flex;
}
section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email {
    width: 70%;
    margin-right: 15px;
}
section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email label {
    display: none;
}
section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email input {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    border: 1px solid #0006;
    border-radius: 30px;
    background: #fff0;
}
section.footer-sec-2 .tnp.tnp-subscription form input.tnp-submit {
    background: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    border-radius: 30px;
    padding: 13px 50px;
}
section.footer-sec-2 .copyright {
    margin-top: 10px;
}
section.footer-sec-2 .copyright p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin: 0;
}
section.inner-page-banner {
    padding: 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
section.inner-page-banner h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 82.21px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0;
}
section.inner-page-banner .breadcrumbs {
    background: #fff0;
}
section.inner-page-banner .breadcrumbs li {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #fff;
    padding-right: 15px;
}
section.inner-page-banner .breadcrumbs li a {
    color: #fff;
}
section.inner-page-banner .breadcrumbs li strong {
    font-weight: 400;
}
.about-sec-1 {
    padding: 100px 0;
}
.about-sec-1 h3 {
    font-size: 19.89px;
    line-height: 23.88px;
    text-align: center;
    font-weight: 500;
    color: #00b2bb;
    margin: 0;
}
.about-sec-1 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63.65px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
    color: #000;
}
.about-sec-1 h2 span {
    color: #00b2bb;
}
.about-sec-1 .blue-box {
    background: #00b2bb;
    width: 50%;
    border-radius: 20px;
    text-align: center;
    padding: 30px 65px;
    margin-top: -140px;
    z-index: 1;
    position: relative;
}
.about-sec-1 .blue-box h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43.6px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}
.about-sec-1 .blue-box p {
    font-weight: 400;
    font-size: 28px;
    line-height: 29.17px;
    color: #fff;
    margin-bottom: 0;
}
.about-sec-1 img {
    width: 95%;
    display: block;
    margin-left: auto;
	border-radius: 19px;
}
.about-sec-1 .row-2 h3 {
    font-weight: 500;
    font-size: 31.82px;
    line-height: 39.78px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.about-sec-1 .row-2 .col-md-6:last-child {
    padding-left: 4%;
}
.about-sec-1 .row-2 {
    display: flex;
    align-items: center;
}
.about-sec-1 .row-2 .col-md-6:last-child p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    margin-bottom: 30px;
}
.about-sec-1 .row-2 ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.about-sec-1 .row-2 ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    margin-bottom: 10px;
}
.about-sec-1 .row-2 ul li::marker {
    color: #00b2bb;
}
.about-sec-1 ul.buttons li:last-child a {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.9px;
    color: #00b2bb;
}
.about-sec-1 ul.buttons li:last-child a i {
    margin-right: 10px;
}
.about-sec-1 ul.buttons li:first-child a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    border-radius: 5px;
}
.about-sec-1 ul.buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.about-sec-2 .tabs {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}
.about-sec-2 .tab {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 999px;
    padding: 15px 40px;
    background-color: #c9efef;
    color: #1a0b30;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 33%;
    justify-content: center;
    letter-spacing: 1.59px;
}
.about-sec-2 .tab.active {
    background-color: #00b6bd;
    color: #fff;
}
.about-sec-2 .tab:hover {
    background-color: #00a6ad;
    color: #fff;
}
.about-sec-2 .icon {
    font-size: 18px;
}
.about-sec-2 .tab-content {
    display: none;
    max-width: 100%;
}
.about-sec-2 .tab-content.active {
    display: block;
}
.about-sec-2 .tab-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    color: #000;
    margin: 0;
}
.about-sec-3 {
    padding: 70px 0 50px;
}
.about-sec-3 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    color: #00b2bb;
    margin-top: 0;
}
.about-sec-3 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63.65px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}
.about-sec-3 h2 span {
    color: #00b2bb;
}
.about-sec-3 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.7px;
    color: #000;
    margin-bottom: 0;
}
.about-sec-3 iframe {
    width: 100%;
    margin-top: 50px;
    height: 900px;
}
.about-sec-3 a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-top: 40px;
}
.about-sec-4 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0;
}
.about-sec-4 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63.65px;
    color: #fff;
    margin-bottom: 25px;
}
.about-sec-4 h2 span {
    color: #00b2bb;
}
.about-sec-4 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.7px;
    color: #fff;
    margin-bottom: 40px;
}
.about-sec-4 a {
    background: #00b2bb;
    text-align: center;
    color: #fff !important;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 5px;
}
.about-sec-5 {
    padding: 100px 0;
    background: #00b2bb1a;
}
.about-sec-5 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    color: #00b2bb;
    margin-top: 0;
}
.about-sec-5 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63.65px;
    color: #000;
}
.about-sec-5 h2 span {
    color: #00b2bb;
}
.about-sec-5 .choose-boxes {
    margin-top: 50px;
}
.about-sec-5 .choose-boxes .head-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-sec-5 .choose-boxes .head-icon h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 39.78px;
    margin-top: 0;
    color: #000;
}
.about-sec-5 .choose-boxes .choose-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29.17px;
    color: #000;
    margin-bottom: 20px;
}
.about-sec-5 .choose-boxes .choose-content {
    padding-right: 10%;
}
.about-sec-5 .choose-boxes hr {
    border-top: 1.33px solid #1a0b30;
    margin-top: 30px;
    margin-bottom: 40px;
}
.about-sec-5 .row .col-md-6:last-child {
    padding-left: 5%;
}
.about-sec-5 .box-image {
    display: flex;
    align-items: flex-end;
    margin-top: -26rem;
    gap: 5px;
}
.about-sec-5 .box-image .blue-box {
    background: #00b2bb;
    border-radius: 15px;
    padding: 100px 40px;
    height: fit-content;
}
.about-sec-5 .box-image .blue-box h3 {
    font-weight: 500;
    font-size: 80px;
    line-height: 63.65px;
    color: #fff;
}
.about-sec-5 .box-image .blue-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26.17px;
    color: #fff;
    margin-bottom: 0;
}
.about-sec-5 .row .col-md-6:last-child > img {
    height: 690px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about-sec-5 .row {
    display: flex;
    align-items: center;
}
.about-sec-5 .choose-boxes .choose-box:last-child hr {
    display: none;
}
.patient-info-sec-1 {
    padding: 100px 0;
}
.patient-info-sec-1 .container-fluid {
    padding: 0;
}
.patient-info-sec-1 .row {
    display: flex;
    align-items: center;
}
.patient-info-sec-1 .row .col-md-6:last-child {
    padding-left: 70px;
    padding-right: 9%;
}
.patient-info-sec-1 img {
    width: 100%;
}
.patient-info-sec-1 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    margin-top: 0;
    color: #00b2bb;
    margin-bottom: 0;
}
.patient-info-sec-1 h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 63.65px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
.patient-info-sec-1 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 0;
}
.patient-info-sec-2 {
    padding: 0 0 100px;
}
.patient-info-sec-2 .info-box {
    width: 48.6%;
    display: inline-block;
    box-shadow: 0 0 24px 0 #0003;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.patient-info-sec-2 .info-box img {
    width: 100px;
    height: 92px;
}
.patient-info-sec-2 .info-box h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 63.65px;
    color: #000;
}
.patient-info-sec-2 .info-box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 20px;
}
.patient-info-sec-2 .info-box a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    border-radius: 5px;
    display: block;
    width: fit-content;
}
.blog-sec-1 {
    padding: 100px 0 50px;
}
.blog-sec-1 img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
}
.blog-sec-1 h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 39.78px;
    color: #000;
}
.blog-sec-1 span {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    color: #00b2bb;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}
.blog-sec-1 p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 20px;
}
.blog-sec-1 a {
    width: fit-content;
    display: block;
    background: #00b2bb;
    text-align: center;
    color: #fff !important;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 5px;
}
.blog-sec-1 .blog-box {
    margin-bottom: 50px;
}
.contact-sec-1 {
    padding: 100px 0;
}
.contact-sec-1 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63.65px;
    text-align: center;
    color: #000;
    margin: 0;
}
.contact-sec-1 h2 span {
    color: #00b2bb;
}
.contact-sec-1 .contact-boxes {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.contact-sec-1 .contact-boxes .contact-box {
    width: 25%;
    box-shadow: 0 0 13.26px 0 #cfcfcf80;
    background: #fdfdfd;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.contact-sec-1 .contact-boxes .contact-box h3 {
    font-weight: 500;
    font-size: 31.82px;
    line-height: 39.78px;
    color: #000;
    margin-bottom: 20px;
}
.contact-sec-1 .contact-boxes .contact-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29.17px;
    text-align: center;
    color: #1a0b30;
}
.contact-sec-1 .contact-boxes .contact-box p a {
    color: #1a0b30;
}
.contact-sec-1 .contact-boxes .contact-box p:last-child {
    margin-bottom: 0;
}
.contact-sec-2 {
    padding: 0 0 100px;
}
.contact-sec-2 .form-box {
    box-shadow: 0 0 13.26px 0 #cfcfcf80;
    background: #fdfdfd;
    border-radius: 30px;
    padding: 30px 30px;
    width: 95%;
}
.contact-sec-2 .form-box h3 {
    font-weight: 500;
    font-size: 31.82px;
    line-height: 39.78px;
    color: #000;
    margin-top: 0;
}
.contact-sec-2 .form-box p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
}
.contact-sec-2 .form-box .contact-form {
    margin-top: 20px;
}
.contact-sec-2 .form-box .contact-form input,
.contact-sec-2 .form-box .contact-form textarea {
    border: 1.33px solid #1a0b3033;
    border-radius: 50px;
    width: 100%;
    padding: 20px 20px 20px 60px;
    font-size: 24px;
    margin-bottom: 15px;
    resize: none;
}
.contact-sec-2 .form-box .contact-form input::placeholder,
.contact-sec-2 .form-box .contact-form textarea::placeholder {
    color: #1a0b30;
}
.contact-sec-2 .form-box .contact-form textarea {
    height: 180px;
    resize: none;
    border-radius: 20px;
}
.contact-sec-2 .form-box .contact-form br {
    display: none;
}
.contact-sec-2 .form-box .contact-form input.wpcf7-submit.has-spinner {
    width: 100%;
    display: block;
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 5px;
}
.contact-sec-2 .row {
    display: flex;
    align-items: center;
}
.contact-sec-2 .contact-form .input-box {
    position: relative;
}
.contact-sec-2 .contact-form .input-box img {
    position: absolute;
    top: 35px;
    left: 24px;
    transform: translateY(-50%);
    z-index: 1;
    width: auto;
    height: auto;
}
.contact-sec-2 form .wpcf7-response-output {
    color: #000;
    margin-top: 0;
}
section.testimonials-sec-1 {
    padding: 100px 0;
}
section.testimonials-sec-1 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    color: #0c0c0c;
    margin: 0;
}
section.testimonials-sec-1 h2 span {
    color: #00b2bb;
}
section.testimonials-sec-1 .video-testimonials {
    margin-top: 50px;
}
section.testimonials-sec-1 .testimonial-row .text-card {
    border: 1px solid #00000026;
    border-radius: 20px;
    height: 620px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #faf9f6;
    margin-right: 30px;
}
section.testimonials-sec-1 .testimonial-row .text-card p {
    font-weight: 400;
    font-size: 24px;
    line-height: 37.5px;
    padding-left: 40px;
    padding-right: 40px;
}
section.testimonials-sec-1 .testimonial-row .text-card p a {
    color: #000;
}
section.testimonials-sec-1 .testimonial-row .text-card .author {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
section.testimonials-sec-1 .testimonial-row .text-card .author h4 {
    font-weight: 600;
    font-size: 22.5px;
    line-height: 34.88px;
    margin: 0;
}
section.testimonials-sec-1 .testimonial-row .video-card {
    height: 440px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 40px;
    background: #faf9f6;
}
section.testimonials-sec-1 .testimonial-row .video-card button.play-btn {
    position: absolute;
    top: 25%;
    border: none;
    color: #00b2bb;
    font-size: 40px;
    background: #0e0e0e99;
    padding: 20px 40px;
    border-radius: 20px;
    left: 35%;
}
section.testimonials-sec-1 .testimonial-row .video-card .video-wrapper {
    height: 100%;
}
section.testimonials-sec-1 .testimonial-row .video-card img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 1px solid #000;
    border-bottom: none;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
section.testimonials-sec-1 .testimonial-row .video-card .video-title {
    background: #308997;
    padding: 25px;
    min-height: 120px;
    display: flex;
    align-items: center;
}
section.testimonials-sec-1 .testimonial-row .video-card .video-title h4 {
    margin: 0;
    font-weight: 700;
    font-size: 29.55px;
    line-height: 36.79px;
    color: #fff;
}
section.testimonials-sec-1 .slick-arrow {
    background-color: #00b2bb;
    background-image: url(/wp-content/uploads/2025/10/Arrow-1.png);
    width: 75px;
    height: 75px;
    border-radius: 50px;
    left: -40px;
}
section.testimonials-sec-1 .slick-next.slick-arrow {
    left: unset;
    right: -10px !important;
}
section.testimonials-sec-1 ul.slick-dots {
    display: none !important;
}
section.testimonials-sec-1 .testimonial-row .text-card .author img {
    border: 2.23px solid #00b2bb;
    border-radius: 50px;
}
.page-id-2911 .about-sec-1 .blue-box {
    width: 60%;
    padding: 30px 50px;
}
.page-id-2911 .about-sec-1 .blue-box h4 {
    font-weight: 500;
}
.page-id-2911 .about-sec-1 .row.row-2 {
    display: block;
}
.page-id-2911 .about-sec-4 {
    background-position: right;
}
.page-id-2911 .about-sec-4 h2 {
    font-size: 58px;
}
.page-id-2911 .about-sec-5 .choose-boxes .choose-content ul {
    padding-left: 25px;
}
.page-id-2911 .about-sec-5 .choose-boxes .choose-content ul li {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
}
.page-id-2911 .about-sec-5 .box-image .blue-box h3 {
    font-weight: 500;
    font-size: 27px;
    line-height: 43.6px;
    text-align: center;
}
.page-id-2911 .about-sec-5 .box-image .blue-box p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.page-id-2911 .about-sec-5 .row .col-md-6:last-child > img {
    object-position: right;
}
.page-id-2911 .about-sec-5 .box-image img {
    width: 100% !important;
	height: 1017px;
    object-fit: cover;
    border-radius: 15px;
}
.page-id-2911 .about-sec-5 .row .col-md-6:last-child > img{
	height: 1017px;	
}
.about-sec-2 .tab-content p ~ p {
    margin-top: 20px;
}
section.about-sec-2 {
    margin-bottom: 60px;
}
section.Keith-sec-1 {
    padding: 100px 0;
}
section.Keith-sec-1 .row {
    display: flex;
    align-items: center;
}
section.Keith-sec-1 h2 {
    font-weight: 500;
    font-size: 53.04px;
    line-height: 63.65px;
    margin-top: 0;
    color: #000;
}
section.Keith-sec-1 p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
    padding-right: 9%;
}
.page-template-kickback-free-guarantee section.inner-page-banner {
    background-position: bottom;
}
.page-template-kickback-free-guarantee .about-sec-1 .blue-box img {
    width: 100%;
}
.page-template-kickback-free-guarantee .about-sec-1 .blue-box {
    margin-top: -100px;
    background: #5cd3d9;
}
.page-template-kickback-free-guarantee .about-sec-1 h3 {
    margin-bottom: 0;
}
.page-template-kickback-free-guarantee .about-sec-1 .row-2 h3 {
    margin-bottom: 20px;
}
.page-template-kickback-free-guarantee .about-sec-1 h2 {
    margin-top: 0;
}
.page-template-kickback-free-guarantee .about-sec-4 h2 {
    font-size: 47px;
    line-height: 50px;
}
.page-template-kickback-free-guarantee .about-sec-4 p {
    font-size: 22px;
}
.page-template-kickback-free-guarantee .about-sec-5 h2 {
    font-size: 62px;
}
.page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box {
    padding: 100px 47px;
}
.page-template-kickback-free-guarantee .about-sec-5 .box-image {
    margin-top: -28rem;
}
section.kick-free-sec-1 {
    padding: 100px 0;
}
section.kick-free-sec-1 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    text-align: center;
    color: #00b2bb;
    margin-top: 0;
}
section.kick-free-sec-1 h2 {
    font-weight: 600;
    font-size: 53.04px;
    line-height: 63.65px;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
}
section.kick-free-sec-1 h4 {
    font-weight: 500;
    font-size: 31.82px;
    line-height: 39.78px;
    color: #000;
    padding-right: 11%;
    margin: 0;
}
section.kick-free-sec-1 ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}
section.kick-free-sec-1 ul li {
    font-weight: 700;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 10px;
}
.page-id-2963 section.kick-free-sec-1 ul li a {
    color: #1a0b30;
}
section.kick-free-sec-1 ul li::marker {
    color: #00b2bb;
}
section.kick-free-sec-1 ul.buttons li:last-child a {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.9px;
    color: #00b2bb;
	white-space: nowrap;
}
section.kick-free-sec-1 ul.buttons li:last-child a i {
    margin-right: 10px;
}
section.kick-free-sec-1 ul.buttons li:first-child a {
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    border-radius: 5px;
	white-space: nowrap;
}
section.kick-free-sec-1 ul.buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
section.kick-free-sec-1 .row-2 {
    display: flex;
    align-items: center;
}
section.kick-free-sec-2 {
    padding: 100px 0;
    background: #00b2bb33;
}
section.kick-free-sec-2 h3.sub-head {
    font-weight: 500;
    font-size: 19.89px !important;
    line-height: 23.88px !important;
    margin-top: 0;
    color: #00b2bb !important;
}
section.kick-free-sec-2 h2 {
    font-weight: 500;
    font-size: 53.04px;
    line-height: 63.65px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
section.kick-free-sec-2 .first-col p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 15px;
    padding-right: 4%;
}
section.kick-free-sec-2 .second-col:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #00b2bb;
    top: 0;
    left: 30px;
}
section.kick-free-sec-2 .row {
    display: flex;
    align-items: center;
}
section.kick-free-sec-2 .first-col h3 {
    font-weight: 500;
    font-size: 29.82px;
    /* line-height: 63.65px; */
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}
section.kick-free-sec-2 .second-col {
    padding-left: 7%;
}
section.kick-free-sec-2 .resources-box h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 63.65px;
    color: #000;
    margin-top: 0;
}
section.kick-free-sec-2 .resources-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
section.kick-free-sec-2 .resources-content ul li {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
}
section.kick-free-sec-2 .resources-content ul li i {
    color: #00b2bb;
}
section.kick-free-sec-2 .resources-content ul li:first-child {
    font-weight: 700;
}
section.kick-free-sec-2 .resources-content a {
    width: fit-content;
    display: block;
    background: #00b2bb;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 5px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
section.kick-free-sec-2 .resources-content p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
}
section.kick-free-sec-3 {
    padding: 100px 0;
    background: #00b2bb;
    text-align: center;
}
section.kick-free-sec-3 h2 {
    font-weight: 600;
    font-size: 53.04px;
    line-height: 63.65px;
    color: #fff;
    margin-top: 0;
}
section.kick-free-sec-3 p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.7px;
    color: #fff;
    margin-bottom: 30px;
}
section.kick-free-sec-3 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 19.2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00b2bb;
    background: #fff;
    padding: 15px 40px;
    border: 1px solid #00b2bb;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
section.kick-free-sec-4 {
    padding: 100px 0;
}
section.kick-free-sec-4 .panel-group {
    margin-top: 40px;
    margin-bottom: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
section.kick-free-sec-4 .panel-group .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}
section.kick-free-sec-4 .panel-heading {
    background: rgb(0 178 187 / 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}
section.kick-free-sec-4 .panel-heading.active {
    background: rgb(0 178 187) !important;
}
section.kick-free-sec-4 .panel-default > .panel-heading {
    color: #333;
    background-color: #00b2bb1a;
    border-color: #ddd;
}
section.kick-free-sec-4 .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}
section.kick-free-sec-4 .panel-heading.active .panel-title a {
    color: #fff;
}
section.kick-free-sec-4 .toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
section.kick-free-sec-4 .panel-body {
    background: #fff0;
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
section.kick-free-sec-4 .panel-heading.active .panel-title a {
    color: #fff;
}
section.kick-free-sec-4 .panel-collapse .panel-body {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    border: none !important;
}
section.kick-free-sec-4 .panel-title .glyphicon {
    color: #008c95;
    font-size: 14px;
}
section.kick-free-sec-4 h2 {
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 63px;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
}
section.kick-free-sec-4 h2 span {
    color: #00b2bb;
}
section.kick-free-sec-4 .panel-collapse .panel-body p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29.17px;
    color: #1a0b30;
    margin: 0;
}
.page-template-refer-a-friend section.inner-page-banner {
    background-position: bottom;
    padding: 128px 0;
}
.page-template-refer-a-friend .about-sec-1 a {
    width: fit-content;
    display: block;
    background: #00b2bb;
    text-align: center;
    color: #fff;
    border: 1px solid #00b2bb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 5px;
    letter-spacing: 2px;
}
.page-template-refer-a-friend .about-sec-1 .blue-box h4 {
    font-weight: 500;
    font-size: 54px;
}
.page-template-refer-a-friend .about-sec-1 .blue-box {
    padding: 30px;
}
.page-template-refer-a-friend .about-sec-1 .row-2 .col-md-6:last-child p {
    font-size: 21.22px;
}
section.refer-friend-sec-1 {
    padding: 100px 0;
    background: #00b2bb1a;
    margin: 100px 0;
}
section.refer-friend-sec-1 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    color: #00b2bb;
    margin: 0;
}
section.refer-friend-sec-1 h2 {
    font-weight: 600;
    font-size: 53.04px;
    line-height: 63.65px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 25px;
}
section.refer-friend-sec-1 p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.17px;
    color: #1a0b30;
    margin-bottom: 0;
}
section.refer-friend-sec-1 .row {
    display: flex;
    align-items: center;
}
section.refer-friend-sec-1 img {
    width: 95%;
    display: block;
    margin-left: auto;
}
section.refer-friend-sec-1 h2 span {
    color: #00b2bb;
}
section.our-staff-sec-1 {
    padding: 100px 0 80px;
}
section.our-staff-sec-1 h3 {
    font-weight: 500;
    font-size: 19.89px;
    line-height: 23.88px;
    color: #00b2bb;
    margin: 0;
}
section.our-staff-sec-1 h2 {
    font-weight: 600;
    font-size: 53.04px;
    line-height: 63.65px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
section.our-staff-sec-1 h2 span {
    color: #00b2bb;
}
section.our-staff-sec-1 .row-1 {
    display: flex;
    align-items: center;
}
section.our-staff-sec-1 .row-1 p {
    font-weight: 400;
    font-size: 21.22px;
    line-height: 29.7px;
    color: #1a0b30;
    margin-bottom: 0;
}
section.our-staff-sec-1 .staff-box {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    width: 31.91%;
    display: inline-block;
    margin-bottom: 20px;
}
section.our-staff-sec-1 .staff-box .relative-pos {
    min-height: 575px;
}
section.our-staff-sec-1 .staff-box .absolute-pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    padding: 60px 30px;
    opacity: 0;
}
section.our-staff-sec-1 .staff-box:hover .absolute-pos {
    opacity: 1;
    z-index: 1;
    background: #00b2bb;
    border-radius: 20px;
}
section.our-staff-sec-1 .staff-box:hover .relative-pos {
    opacity: 0;
}
section.our-staff-sec-1 .staff-box .relative-pos img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
}
section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short {
    position: absolute;
    bottom: 1rem;
    width: 96%;
    left: 1rem;
    background: #00b2bb;
    padding: 20px 15px 30px;
    border-radius: 10px;
    text-align: center;
}
section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 29.41px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #f0ecf7;
}
section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26.96px;
    margin: 0;
    color: #f0ecf7;
    position: relative;
}
section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h5:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 11rem;
    width: 50%;
    height: 1.23px;
    background: #f0ecf7;
}
section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 29.41px;
    margin: 0;
    color: #f0ecf7;
}
section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26.96px;
    color: #f0ecf7;
}
section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22.7px;
    color: #fff;
}
section.our-staff-sec-1 .row-2 {
    margin-top: 40px;
}
section.our-staff-sec-1 .staff-box .relative-pos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 12.25px 0 #cfcfcf80;
    background: #b2e7ea;
    border-radius: 20px;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1600px) {
    .blog-sec-1 p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-sec-1 h2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1536px) {
    .container {
        max-width: 1500px !important;
    }
    
    section.section-3 .services-slider .main .absolute-serv {
        padding: 80px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding-right: 4%;
    }
    section.section-5,
    section.section-6 {
        background-position: center;
    }
    section.section-10 .col-md-5 {
        padding-left: 5%;
    }
    section.section-11 .insta-posts img {
        width: 24.8%;
    }
    .about-sec-1 .blue-box h4 br,
    .about-sec-4 h2 br {
        display: none;
    }
    .about-sec-1 .blue-box h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .about-sec-4 h2 {
        font-size: 60px;
    }
    .about-sec-4 p {
        font-size: 23px;
    }
    .about-sec-5 .box-image .blue-box {
        padding: 85px 40px;
    }
    .about-sec-4 {
        background-position: right;
    }
    .patient-info-sec-2 .info-box {
        width: 48.5%;
    }
    .patient-info-sec-2 .info-box h3 {
        font-size: 34px;
    }
    .contact-sec-1 .contact-boxes .contact-box p {
        font-size: 18px;
    }
    section.testimonials-sec-1 .testimonial-row .text-card p {
        font-size: 20px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card {
        height: 420px;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        height: 390px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 21px;
    }
    .page-id-2911 .about-sec-5 h2 {
        font-size: 60px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box h3 {
        font-size: 23px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box p {
        font-size: 18px;
    }
    .page-template-kickback-free-guarantee section.inner-page-banner {
        padding: 90px 0;
    }
    .page-template-kickback-free-guarantee .about-sec-5 h2 {
        font-size: 58px;
    }
    .page-template-kickback-free-guarantee .about-sec-3 iframe {
        height: 840px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box {
        padding: 100px 30px;
    }
    .page-template-refer-a-friend section.inner-page-banner {
        padding: 90px 0;
    }
    section.refer-friend-sec-1 h2 br {
        display: none;
    }
    section.our-staff-sec-1 .staff-box {
        width: 31.81%;
    }
    section.our-staff-sec-1 .staff-box .relative-pos {
        min-height: 620px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos img {
        height: 620px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h4,
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h4 {
        font-size: 34px;
    }
    #custom-popup {
        padding: 25px 69px 40px;
    }
}
@media screen and (max-width: 1535px) and (min-width: 1366px) {
    .container {
        max-width: 1300px !important;
    }
    section.section-3 .services-slider .main .absolute-serv {
        padding: 50px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding-right: 3%;
    }
    section.section-4 ul {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    section.section-5,
    section.section-6 {
        background-position: center;
    }
    section.section-6 .blured {
        background-size: cover;
    }
    section.section-7 .blog-slider .blog-box h3 a {
        font-size: 19px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 20px;
    }
    section.section-10 .col-md-5 {
        padding-left: 4%;
    }
    section.section-11 .insta-posts img {
        width: 24.7%;
    }
    section.footer-sec-2 h4 {
        padding-right: 11%;
    }
    .about-sec-1 .blue-box {
        padding: 30px;
    }
    .about-sec-1 .blue-box p {
        font-size: 24px;
    }
    .about-sec-3 a {
        padding: 15px;
    }
    .about-sec-4 h2 br {
        display: none;
    }
    .about-sec-4 {
        background-position: 56%;
    }
    .about-sec-5 .box-image .blue-box {
        padding: 35px 40px;
    }
    .about-sec-5 .box-image img {
        width: 340px;
    }
    .patient-info-sec-2 .info-box {
        width: 48.2%;
    }
    .patient-info-sec-2 .info-box h3 {
        font-size: 29px;
    }
    .patient-info-sec-2 .info-box p {
        font-size: 20px;
    }
    .patient-info-sec-1 h2 {
        font-size: 60px;
    }
    .blog-sec-1 h2 {
        font-size: 28px;
    }
    .contact-sec-1 .contact-boxes .contact-box h3 {
        font-size: 30px;
    }
    .contact-sec-1 .contact-boxes .contact-box p {
        font-size: 15px;
    }
    section.testimonials-sec-1 .testimonial-row .text-card p {
        font-size: 17px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card .video-title h4 {
        font-size: 25px;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
        font-size: 25px;
        line-height: 30px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card {
        height: 380px;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        height: 340px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 17px;
        line-height: 30px;
    }
    .about-sec-5 .choose-boxes .head-icon h4 {
        font-size: 28px;
		line-height:normal;
    }
    .page-id-2911 .about-sec-1 .blue-box h4 {
        font-size: 35px;
    }
    .page-id-2911 .about-sec-1 .blue-box p {
        font-size: 22px;
    }
    .page-id-2911 .about-sec-1 .row-2 h3 {
        font-size: 30px;
    }
    .page-id-2911 .about-sec-1 .row-2 .col-md-6:last-child p {
        font-size: 20px;
    }
    .page-id-2911 .about-sec-1 .row-2 ul li {
        font-size: 20px;
    }
    .page-id-2911 .about-sec-2 .tab {
        font-size: 17px;
    }
    .page-id-2911 .about-sec-3 iframe {
        height: 730px;
    }
    .page-id-2911 .about-sec-4 h2 {
        font-size: 51px;
    }
    .page-id-2911 .about-sec-4 p {
        font-size: 23px;
    }
    .page-id-2911 .about-sec-5 h2 {
        font-size: 52px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box h3 {
        font-size: 21.95px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box p {
        font-size: 18px;
    }
    .page-template-kickback-free-guarantee section.inner-page-banner {
        padding: 80px 0;
    }
    .page-template-kickback-free-guarantee .about-sec-5 h2 {
        font-size: 50px;
    }
    .page-template-kickback-free-guarantee .about-sec-3 iframe {
        height: 720px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box {
        padding: 100px 30px;
    }
    .page-template-kickback-free-guarantee .about-sec-2 .tab {
        padding: 15px 27px;
    }
    .page-template-kickback-free-guarantee .about-sec-4 h2 {
        font-size: 45px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box h3 {
        font-size: 70px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image {
        margin-top: -18rem;
    }
    .page-template-refer-a-friend .about-sec-1 .blue-box h4 {
        font-size: 45px;
    }
    .page-template-refer-a-friend .about-sec-1 .blue-box p {
        font-size: 21px;
    }
    section.refer-friend-sec-1 h2 br {
        display: none;
    }
    .page-template-refer-a-friend section.inner-page-banner {
        padding: 72px 0;
    }
    section.our-staff-sec-1 .staff-box .relative-pos {
        min-height: 670px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos img {
        height: 670px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h4,
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h4 {
        font-size: 28px;
    }
    section.our-staff-sec-1 .staff-box {
        width: 31.5%;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos {
        padding: 40px 30px;
    }
    section.our-staff-sec-1 h2 br {
        display: none;
    }
    #custom-popup {
        padding: 0 69px 25px;
    }
    #custom-popup h2 {
        font-size: 40px;
        line-height: 45px;
    }
}
@media screen and (max-width: 1365px) and (min-width: 1024px) {
    .container {
        max-width: 1200px !important;
    }
    header .header-btn-num > a {
        font-size: 12px;
    }
    section.section-1 h1 {
        font-size: 61px;
    }
    section.section-3 .services-slider .main .absolute-serv {
        padding: 50px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding-right: 3%;
    }
    section.section-4 h2 {
        font-size: 54px;
    }
    section.section-4 p {
        font-size: 20px;
    }
    section.section-4 ul {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    section.section-5,
    section.section-6 {
        background-position: center;
    }
    section.section-6 .blured {
        background-size: cover;
    }
    section.section-7 .blog-slider .blog-box h3 a {
        font-size: 17px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 20px;
    }
    section.section-10 .col-md-5 {
        padding-left: 4%;
    }
    section.section-11 .insta-posts img {
        width: 24.7%;
    }
    section.footer-sec-2 h4 {
        padding-right: 3%;
    }
    section.footer-sec-1 ul li a {
        font-size: 15px;
    }
    section.section-6 .blured p {
        font-size: 20px;
    }
    section.section-1 p br {
        display: none;
    }
    section.section-1 ul li:first-child a {
        padding: 15px 20px;
    }
    header .header-btn-num p {
        font-size: 13px;
        text-align: center;
    }
    .about-sec-1 .blue-box {
        padding: 30px;
    }
    .about-sec-1 .blue-box h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .about-sec-3 a {
        padding: 15px;
    }
    .about-sec-4 h2 br {
        display: none;
    }
    .about-sec-4 h2 {
        font-size: 55px;
    }
    .about-sec-4 {
        background-position: 50%;
    }
    .about-sec-5 h2 {
        font-size: 60px;
    }
    .about-sec-5 .choose-boxes .head-icon h4 {
        font-size: 25px;
		line-height:normal;
    }
    .about-sec-5 .box-image img {
        width: 300px;
    }
    .about-sec-5 .box-image .blue-box {
        padding: 50px 40px;
    }
    .about-sec-5 .box-image {
        margin-top: -17rem;
    }
    .patient-info-sec-1 h2 {
        font-size: 59px;
    }
    .patient-info-sec-2 .info-box {
        width: 48.1%;
    }
    .patient-info-sec-2 .info-box h3 {
        font-size: 26px;
        line-height: 55px;
    }
    .patient-info-sec-2 .info-box p {
        font-size: 18px;
    }
    .blog-sec-1 h2 {
        font-size: 26px;
    }
    .contact-sec-1 .contact-boxes .contact-box h3 {
        font-size: 27px;
    }
    .contact-sec-1 .contact-boxes .contact-box p {
        font-size: 15px;
    }
    .contact-sec-1 .contact-boxes .contact-box {
        padding: 40px 25px;
    }
    .contact-sec-2 .form-box h3 {
        font-size: 30px;
    }
    section.testimonials-sec-1 .testimonial-row .text-card p {
        font-size: 15px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card .video-title h4 {
        font-size: 23px;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
        font-size: 25px;
        line-height: 30px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card {
        height: 360px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card button.play-btn {
        padding: 20px 30px;
        font-size: 30px;
        top: 18%;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        height: 320px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 16px;
        line-height: 30px;
    }
    section.section-9 .testimonial-card.video-card button.play-btn {
        padding: 20px 30px;
        font-size: 30px;
        top: 18%;
    }
    .page-id-2911 .about-sec-1 .row-2 h3 {
        font-size: 28px;
    }
    .page-id-2911 .about-sec-1 .row-2 .col-md-6:last-child p {
        font-size: 20px;
    }
    .page-id-2911 .about-sec-1 .row-2 ul li {
        font-size: 20px;
    }
    .page-id-2911 .about-sec-1 .blue-box p {
        font-size: 20px;
    }
    .page-id-2911 .about-sec-2 .tab {
        font-size: 15px;
    }
    .page-id-2911 .about-sec-3 h2 {
        font-size: 60px;
    }
    .page-id-2911 .about-sec-3 iframe {
        height: 670px;
    }
    .page-id-2911 .about-sec-4 h2 {
        font-size: 47px;
    }
    .page-id-2911 .about-sec-4 p {
        font-size: 21px;
    }
    .page-id-2911 .about-sec-5 h2 {
        font-size: 48px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box h3 {
        font-size: 22px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box p {
        font-size: 18px;
		line-height:normal;
    }

    .page-template-kickback-free-guarantee section.inner-page-banner {
        padding: 65px 0;
    }
    .page-template-kickback-free-guarantee .about-sec-5 h2 {
        font-size: 46px;
    }
    .page-template-kickback-free-guarantee .about-sec-3 iframe {
        height: 670px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box {
        padding: 100px 30px;
    }
    .page-template-kickback-free-guarantee .about-sec-2 .tab {
        padding: 15px 25px;
        font-size: 16px;
    }
    .page-template-kickback-free-guarantee .about-sec-4 h2 {
        font-size: 41px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box h3 {
        font-size: 70px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image {
        margin-top: -13rem;
    }
    section.kick-free-sec-1 h4 {
        font-size: 28px;
    }
    section.kick-free-sec-1 ul li {
        font-size: 19px;
    }
    section.kick-free-sec-2 .resources-content ul li {
        font-size: 20px;
    }
    section.kick-free-sec-2 .resources-content p {
        font-size: 20px;
    }
    .page-id-80 .entry-content p {
        font-size: 65px;
    }
    .page-template-refer-a-friend section.inner-page-banner {
        padding: 63px 0;
    }
    .page-template-refer-a-friend .about-sec-1 .blue-box h4 {
        font-size: 45px;
    }
    .page-template-refer-a-friend .about-sec-1 .blue-box p {
        font-size: 24px;
    }
    .page-template-refer-a-friend .about-sec-2 .tab {
        padding: 15px 36px;
    }
    section.refer-friend-sec-1 h2 br {
        display: none;
    }
    section.our-staff-sec-1 .staff-box .relative-pos {
        min-height: 670px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos img {
        height: 670px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h4,
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h4 {
        font-size: 25px;
    }
    section.our-staff-sec-1 .staff-box {
        width: 31.4%;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos {
        padding: 40px 30px;
    }
    section.our-staff-sec-1 h2 br {
        display: none;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full p {
        font-size: 17px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h5:before {
        left: 8rem;
    }
    #custom-popup {
        padding: 0 69px 25px;
    }
    #custom-popup h2 {
        font-size: 40px;
        line-height: 45px;
    }
    #custom-popup p {
        font-size: 18px;
    }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
    
    header .header-btn-num > a {
        font-size: 15px;
    }
    header .logo a img {
        width: 270px;
    }
    header .row {
        justify-content: center;
    }
    br {
        display: none;
    }
    section.section-2 p {
        padding: 0;
    }
    section.section-3 .services-slider .main .absolute-serv {
        padding: 60px;
    }
    section.section-4 .row {
        display: block;
    }
    section.section-4 .container-fluid {
        padding: 0 15px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding: 0 15px;
        margin-top: 40px;
    }
    section.section-6 .blured {
        background-size: cover;
    }
    section.section-8 form input.wpcf7-submit.has-spinner {
        width: 50%;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 18px;
    }
    section.section-10 .row {
        display: block;
    }
    section.section-10 .container-fluid {
        padding: 0 15px;
    }
    section.section-10 .col-md-5 {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    section.section-11 h2 {
        font-size: 40px;
    }
    section.section-11 .insta-posts img {
        width: 49%;
        margin-bottom: 5px;
    }
    section.footer-sec-1 .col-md-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    section.footer-sec-2 .col-md-4 {
        text-align: center;
        margin-bottom: 30px;
    }
    section.footer-sec-2 .col-md-8 .row {
        display: block;
        padding: 10px 20px 10px 20px;
        text-align: center;
    }
    section.footer-sec-2 h4 {
        padding-right: 0;
        text-align: center;
    }
    section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email {
        width: 100%;
        margin-right: 0;
    }
    section.footer-sec-2 .tnp.tnp-subscription form {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .tnp.tnp-subscription {
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .col-md-8 .row img {
        width: 100%;
        margin-top: 30px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-button {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .tnp.tnp-subscription form input.tnp-submit {
        width: 100%;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        height: 290px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 15px;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-9 .testimonial-card.video-card button.play-btn {
        padding: 20px 30px;
        font-size: 30px;
        top: 18%;
    }
    section.section-9 .testimonial-slider .testimonial-card.text-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.section-9 .testimonial-slider .testimonial-card .author {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .copyrights-row .copyright {
    margin-left: 0 !important;
    text-align: center;
}

.copyrights-row .colab-img {
    margin-right: 0 !important;
    text-align: center !important;
}

.copyrights-row p br {
    display: block;
}
}
@media screen and (max-width: 767px) and (min-width: 601px) {
    .menu-toggle {
        display: block !important;
    }
    .menu-toggle span.menu-icon img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(22%) hue-rotate(250deg) brightness(102%)
            contrast(102%);
    }
    .main-slide-content .slide-nav-menu ul li {
        display: block;
    }
    header .header-btn-num > a {
        font-size: 14px;
    }
    header .row {
        display: block;
    }
    header .logo {
        margin-bottom: 20px;
    }
    header .menu-toggle {
        text-align: center;
        margin-bottom: 20px;
    }
    section.section-1 h1 {
        font-size: 40px;
        text-align: center;
        line-height: 50px;
    }
    section.section-1 p {
        font-size: 18px;
        text-align: center;
    }
    br {
        display: none;
    }
    section.section-1 ul,
    section.section-2 ul {
        display: block;
    }
    section.section-1 ul li,
    section.section-2 ul li {
        margin-bottom: 30px;
        text-align: center;
    }
    section.section-1 {
        padding: 190px 0;
        background-position: center;
    }
    section.section-2 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-2 p {
        padding: 0;
        font-size: 18px;
    }
    section.section-3 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-3 .services-slider .main {
        margin-right: 0;
    }
    section.section-3 .services-slider .main .absolute-serv {
        padding: 50px;
    }
    section.section-4 .row {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.section-4 h2 {
        margin-top: 30px;
        font-size: 35px;
        line-height: 50px;
    }
    section.section-4 p {
        font-size: 18px;
    }
    section.section-4 ul {
        display: block;
        margin-bottom: 30px;
    }
    section.section-4 ul li {
        width: 32%;
        display: inline-block;
        margin-bottom: 30px;
    }
    section.section-5 {
        background-position: 80%;
        padding: 100px 0;
        position: relative;
    }
    section.section-5:before {
        content: "";
        background: #020202a3;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.section-5 h2 {
        font-size: 35px;
        line-height: 50px;
        color: #fff;
    }
    section.section-5 p {
        font-size: 18px;
        color: #fff;
    }
    section.section-6 {
        padding: 100px 0;
    }
    section.section-6 .blured {
        padding: 30px;
        background-size: cover;
    }
    section.section-6 .blured h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-6 .blured p {
        font-size: 18px;
    }
    section.section-6 .blured a {
        padding: 15px 40px;
    }
    section.section-7 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-7 .blog-slider .blog-box {
        margin-right: 0;
    }
    section.section-8 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-8 form {
        width: 100%;
    }
    section.section-8 form input.wpcf7-submit.has-spinner {
        width: 100%;
    }
    section.section-9 h2 {
        font-size: 33px;
        line-height: 50px;
    }
    section.section-9 h2 span {
        margin-left: 10px;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        margin: 0;
        height: 430px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 18px;
    }
    section.section-9 .testimonial-card.video-card img {
        object-fit: cover;
    }
    section.section-10 .row {
        display: block;
        padding-right: 15px;
    }
    section.section-10 .col-md-5 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    section.section-11 h2 {
        font-size: 25px;
        line-height: 40px;
    }
    section.footer-sec-1 .col-md-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    section.footer-sec-2 h3 {
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    }
    section.footer-sec-2 .col-md-8 .row {
        margin-top: 30px;
        display: block;
        padding: 20px 10px;
    }
    section.footer-sec-2 h4 {
        text-align: center;
        padding: 0;
        font-size: 20px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form input.tnp-submit {
        padding: 13px 30px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form {
        display: block;
    }
    section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email {
        width: 100%;
        margin-right: 0;
    }
    section.footer-sec-2 .copyright p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    section.section-11 .insta-posts img {
        width: 100%;
        margin-bottom: 5px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .tnp.tnp-subscription {
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .col-md-8 .row img {
        width: 100%;
        margin-top: 30px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-button {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    section.footer-sec-2 .tnp.tnp-subscription form input.tnp-submit {
        width: 100%;
    }
    section.footer-sec-2 .col-md-4 {
        text-align: center;
    }
}
@media screen and (max-width: 600px) and (min-width: 320px) {
    .menu-toggle span.menu-icon img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(22%) hue-rotate(250deg) brightness(102%)
            contrast(102%);
    }
    .main-slide-content .slide-nav-menu ul li a {
        font-size: 30px;
    }
    header .header-btn-num > a {
        font-size: 14px;
    }
    header .row {
        display: block;
    }
    header .logo {
        margin-bottom: 20px;
    }
    section.section-1 h1 {
        font-size: 40px;
        text-align: center;
        line-height: 50px;
    }
    section.section-1 p {
        font-size: 18px;
        text-align: center;
    }
    br {
        display: none;
    }
    section.section-1 ul,
    section.section-2 ul {
        display: block;
    }
    section.section-1 ul li,
    section.section-2 ul li {
        margin-bottom: 30px;
        text-align: center;
    }
    section.section-1 {
        padding: 190px 0;
        background-position: center;
    }
    section.section-2 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-2 p {
        padding: 0;
        font-size: 18px;
    }
    section.section-3 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-3 .services-slider .main {
        margin-right: 0;
    }
    section.section-3 .services-slider .main .absolute-serv {
        padding: 50px;
    }
    section.section-4 .row {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.section-4 .row .col-md-6:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.section-4 h2 {
        margin-top: 30px;
        font-size: 35px;
        line-height: 50px;
    }
    section.section-4 p {
        font-size: 18px;
    }
    section.section-4 ul {
        display: block;
        margin-bottom: 30px;
    }
    section.section-4 ul li {
        width: 32%;
        display: inline-block;
        margin-bottom: 30px;
    }
    section.section-5 {
        background-position: 80%;
        padding: 100px 0;
        position: relative;
    }
    section.section-5:before {
        content: "";
        background: #020202a3;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.section-5 h2 {
        font-size: 35px;
        line-height: 50px;
        color: #fff;
    }
    section.section-5 p {
        font-size: 18px;
        color: #fff;
    }
    section.section-6 {
        padding: 100px 0;
    }
    section.section-6 .blured {
        padding: 30px;
        background-size: cover;
    }
    section.section-6 .blured h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-6 .blured p {
        font-size: 18px;
    }
    section.section-6 .blured a {
        padding: 15px 40px;
    }
    section.section-7 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-7 .blog-slider {
        padding: 0;
    }
    section.section-7 .blog-slider .blog-box {
        margin-right: 0;
        background-position: center;
    }
    section.section-8 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    section.section-8 form {
        width: 100%;
    }
    section.section-8 form input.wpcf7-submit.has-spinner {
        width: 100%;
    }
    section.section-9 h2 {
        font-size: 33px;
        line-height: 50px;
    }
    section.section-9 h2 span {
        margin-left: 10px;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        margin: 0;
        height: 290px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 15px;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-9 .testimonial-card.video-card button.play-btn {
        left: 30%;
        padding: 20px 30px;
        font-size: 30px;
        top: 18%;
    }
    section.section-9 .testimonial-slider .testimonial-card.text-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.section-9 .testimonial-slider .testimonial-card .author {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-9 .testimonial-card.video-card img {
        object-fit: cover;
        object-position: left;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    section.section-10 .row {
        display: block;
        padding-right: 15px;
    }
    section.section-10 .col-md-5 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    section.section-11 h2 {
        font-size: 25px;
        line-height: 40px;
    }
    section.footer-sec-1 .col-md-2 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    section.footer-sec-2 h3 {
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    }
    section.footer-sec-2 .col-md-8 .row {
        margin-top: 30px;
        display: block;
        padding: 20px 10px;
    }
    section.footer-sec-2 h4 {
        text-align: center;
        padding: 0;
        font-size: 20px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form input.tnp-submit {
        padding: 13px 30px;
    }
    section.footer-sec-2 .tnp.tnp-subscription form {
        display: block;
    }
    section.footer-sec-2 .tnp.tnp-subscription form .tnp-field-email {
        width: 100%;
        margin-right: 0;
    }
    section.footer-sec-2 .copyright p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    section.inner-page-banner {
        background-position: center;
    }
    section.inner-page-banner h1 {
        text-align: center;
        font-size: 35px;
        line-height: 50px;
    }
    section.inner-page-banner .breadcrumbs {
        text-align: center;
    }
    .about-sec-1 h2 {
		font-size: 34px;
        line-height: normal;
    }
    .about-sec-1 .row-2 {
        display: block;
    }
    .about-sec-1 .blue-box {
        width: 90%;
        padding: 30px;
        margin-top: -70px;
    }
    .about-sec-1 .blue-box h4 {
        font-size: 24px;
        line-height: 35px;
    }
    .about-sec-1 .blue-box p {
        font-size: 20px;
    }
    .about-sec-1 .row-2 h3 {
        margin-top: 30px;
        font-size: 28px;
    }
    .about-sec-1 .row-2 .col-md-6:last-child p {
        font-size: 18px;
    }
    .about-sec-1 .row-2 ul li {
        font-size: 18px;
    }
    .about-sec-1 ul.buttons {
        display: block;
        margin-top: 30px;
    }
    .about-sec-1 ul.buttons li:first-child a {
        width: 100%;
        display: block;
    }
    .about-sec-1 ul.buttons li:last-child a {
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .about-sec-2 .tabs {
        display: block;
    }
    .about-sec-2 .tab {
        width: 100%;
    }
    .about-sec-2 .tab-content p {
        font-size: 18px;
    }
    .about-sec-3 h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .about-sec-3 h2 br {
        display: none;
    }
    .about-sec-3 p {
        font-size: 18px;
    }
    .about-sec-3 iframe {
        height: 170px;
    }
    .about-sec-4 {
        background-position: 30%;
        padding: 100px 0;
        position: relative;
    }
    .about-sec-4 h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .about-sec-4 p {
        font-size: 18px;
    }
    .about-sec-4 a {
        padding: 15px;
        width: 100%;
        display: block;
        font-size: 14px;
    }
    .about-sec-4:before {
        content: "";
        background: #0000008c;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .about-sec-5 .row {
        display: block;
    }
    .about-sec-5 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .about-sec-5 .choose-boxes {
        margin-top: 30px;
    }
    .about-sec-5 .choose-boxes .head-icon h4 {
        font-size: 25px;
    }
    .about-sec-5 .choose-boxes .choose-content {
        padding: 0;
    }
    .about-sec-5 .choose-boxes .choose-content p,.page-id-2911 .about-sec-5 .choose-boxes .choose-content ul li {
        font-size: 18px;
    }
    .about-sec-5 .choose-boxes .head-icon img {
        width: 50px;
    }
    .about-sec-5 .row .col-md-6:last-child > img {
        height: 350px;
    }
    .about-sec-5 .box-image .blue-box {
        padding: 40px;
    }
    .about-sec-5 .box-image .blue-box h3 {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }
    .about-sec-5 .box-image .blue-box p {
        text-align: center;
    }
    .about-sec-5 .box-image {
        margin-top: 10px;
    }
    .about-sec-5 .box-image img {
        display: none;
    }
    .patient-info-sec-1 .row {
        display: block;
        padding: 0 15px;
    }
    .patient-info-sec-1 h3 {
        margin-top: 30px;
    }
    .patient-info-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .patient-info-sec-1 .row .col-md-6:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .patient-info-sec-1 p {
        font-size: 18px;
    }
    .patient-info-sec-2 .info-box {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 40px 20px;
    }
    .patient-info-sec-2 .info-box h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .patient-info-sec-2 .info-box p {
        font-size: 18px;
    }
    .patient-info-sec-2 .info-box a {
        padding: 15px;
        font-size: 15px;
        width: 100%;
    }
    .contact-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .contact-sec-1 h2 br {
        display: none;
    }
    .contact-sec-1 .contact-boxes {
        display: block;
    }
    .contact-sec-1 .contact-boxes .contact-box {
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 15px;
    }
    .contact-sec-1 .contact-boxes .contact-box h3 {
        font-size: 25px;
    }
    .contact-sec-1 .contact-boxes .contact-box p {
        font-size: 16px;
    }
    .contact-sec-2 .row {
        display: block;
    }
    .contact-sec-2 .form-box {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .contact-sec-2 .form-box h3 {
        font-size: 24px;
    }
    .contact-sec-2 .form-box p {
        font-size: 18px;
    }
    .contact-sec-2 .form-box .contact-form input,
    .contact-sec-2 .form-box .contact-form textarea {
        font-size: 18px;
        padding: 20px 20px 20px 50px;
    }
    .contact-sec-1 {
        padding: 100px 0 80px;
    }
    .blog-sec-1 h2 {
        display: block;
        font-size: 24px;
    }
    .blog-sec-1 img {
        height: 300px;
    }
    .blog-sec-1 a {
        width: 100%;
    }
    .blog-sec-1 p {
        font-size: 18px;
    }
    .cec-two video {
        width: 100% !important;
        height: 160px !important;
        object-fit: cover !important;
    }
    .cec-three .row .col-md-6:last-child {
        padding: 0 15px !important;
    }
    .cec-three .content p {
        color: #fff !important;
    }
    .cec-three {
        padding: 90px 0px !important;
        background-position: 40% !important;
        position: relative !important;
    }
    .cec-three:before {
        content: "";
        position: absolute;
        background: #0000007d;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .cec-four h3 {
        font-size: 23px !important;
    }
    .cec-four .row .col-md-6:last-child {
        padding: 0 15px !important;
    }
    .cec-six h2 {
        font-size: 36px !important;
        line-height: 50px !important;
    }
    .panel-collapse .panel-body iframe {
        height: auto !important;
    }
    section.testimonials-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.testimonials-sec-1 h2 br {
        display: none;
    }
    section.testimonials-sec-1 .testimonial-row .video-card .video-title h4 {
        font-size: 21px;
    }
    section.testimonials-sec-1 .testimonial-row .text-card {
        height: 650px;
        margin: 0;
    }
    section.testimonials-sec-1 .testimonial-row .text-card p {
        font-size: 16px;
        line-height: 28px;
    }
    section.testimonials-sec-1 .slick-next.slick-arrow {
        right: -10px !important;
    }
    section.testimonials-sec-1 .slick-arrow {
        width: 40px;
        height: 40px;
        left: -10px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card {
        height: 340px;
    }
    section.testimonials-sec-1 .testimonial-row .video-card button.play-btn {
        padding: 20px 30px;
        font-size: 30px;
        top: 18%;
    }
    .page-id-2911 .about-sec-1 .blue-box {
        width: 80%;
        padding: 30px;
    }
    .page-id-2911 .about-sec-1 .blue-box p {
        font-size: 16px;
    }
    .page-id-2911 .about-sec-2 .tab {
        font-size: 14px;
        padding: 15px 20px;
    }
    .page-id-2911 .about-sec-4 h2 {
        font-size: 32px;
    }
    .page-id-2911 .about-sec-4 {
        background-position: center;
    }
    .page-id-2911 .about-sec-5 .choose-boxes .head-icon h4 {
        padding-right: 10px;
    }
    .page-id-2911 .about-sec-5 .box-image {
        margin-top: 10px;
    }
    .page-id-2911 .about-sec-5 .box-image .blue-box {
        width: 100%;
        padding: 100px 0;
    }
    .page-id-2911 .about-sec-5 .row .col-md-6:last-child > img {
        margin-top: 20px;
    }
    section.Keith-sec-1 .row {
        display: block;
    }
    section.Keith-sec-1 h2 {
        font-size: 36px;
    }
    section.Keith-sec-1 p {
        font-size: 20px;
        padding-right: 0;
    }
    .page-template-kickback-free-guarantee .about-sec-1 .row-2 h3 {
        font-size: 25px;
    }
    .page-template-kickback-free-guarantee .about-sec-2 .tab {
        padding: 15px 8px;
        font-size: 15px;
    }
    .page-template-kickback-free-guarantee .about-sec-4 h2 {
        font-size: 33px;
        line-height: 45px;
    }
    .page-template-kickback-free-guarantee .about-sec-4 p {
        font-size: 20px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 h2 {
        font-size: 36px;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image .blue-box {
        width: 100%;
    }
    .page-template-kickback-free-guarantee .about-sec-5 .box-image {
        margin-top: 10px;
    }
    section.kick-free-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.kick-free-sec-1 .row-2 {
        display: block;
    }
    section.kick-free-sec-1 h4 {
        padding: 0;
        text-align: center;
        font-size: 23px;
        line-height: 33px;
    }
    section.kick-free-sec-1 ul li {
        font-size: 18px;
    }
    section.kick-free-sec-1 ul.buttons {
        display: block;
        margin-bottom: 30px;
    }
    section.kick-free-sec-1 ul.buttons li a {
        width: 100%;
        display: block;
        text-align: center;
    }
    section.kick-free-sec-2 .row {
        display: block;
    }
    section.kick-free-sec-2 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.kick-free-sec-2 .first-col p {
        padding: 0;
        font-size: 18px;
    }
    section.kick-free-sec-2 .first-col h3 {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    section.kick-free-sec-2 .second-col:after {
        top: 0;
        left: 0;
        right: unset;
        height: 2px;
        width: 100%;
    }
    section.kick-free-sec-2 .second-col {
        padding-left: 15px;
        padding-top: 30px;
    }
    section.kick-free-sec-2 .first-col {
        padding-bottom: 30px;
    }
    section.kick-free-sec-2 .resources-box h4 {
        font-size: 27px;
    }
    section.kick-free-sec-2 .resources-content ul li,
    section.kick-free-sec-2 .resources-content p {
        font-size: 17px;
    }
    section.kick-free-sec-2 .resources-content a {
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 13px;
    }
    section.kick-free-sec-3 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.kick-free-sec-3 p {
        font-size: 18px;
    }
    section.kick-free-sec-4 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.kick-free-sec-4 .panel-title a {
        padding: 15px 3px;
    }
    section.kick-free-sec-4 .panel-collapse .panel-body p {
        font-size: 18px;
    }
    .page-id-80 .entry-content p {
        font-size: 33px;
    }
    .page-template-refer-a-friend .about-sec-1 a {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    .about-sec-2 .tab {
        padding: 15px;
        font-size: 16px;
    }
    section.refer-friend-sec-1 .row {
        display: block;
    }
    section.refer-friend-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .page-template-refer-a-friend .about-sec-1 .row-2 .col-md-6:last-child p {
        font-size: 18px;
    }
    section.refer-friend-sec-1 p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    section.refer-friend-sec-1 img {
        width: 100%;
    }
    section.our-staff-sec-1 .row-1 {
        display: block;
    }
    section.our-staff-sec-1 h2 br {
        display: none;
    }
    section.our-staff-sec-1 h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.our-staff-sec-1 .row-1 p {
        margin-top: 15px;
        font-size: 18px;
    }
    section.our-staff-sec-1 .staff-box {
        width: 100%;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h4 {
        font-size: 23px;
        margin-bottom: 7px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h5 {
        font-size: 16px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short h5:before {
        left: 7rem;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full h4 {
        font-size: 21px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos {
        min-height: 700px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos img {
        height: 700px;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos {
        padding: 30px 30px;
    }
    section.our-staff-sec-1 .staff-box .absolute-pos .employee-detail-full p {
        font-size: 16px;
    }
    section.our-staff-sec-1 .staff-box .relative-pos .employee-detail-short {
        left: 6px;
    }
}
@media only screen and (max-width: 1680px) {
header .header-btn-num > a {
        font-size: 14px;
    }
header .header-btn-num p {
    font-size: 14px;
    letter-spacing: 2px;
}	
.menu-header > ul > li > a {
    font-size: 15px;
	min-height: 80px;
}
.menu-header ul li ul.sub-menu li a {
    font-size: 14px;
}	
section.section-1 {
    padding: 300px 0 100px;
}
section.section-1 h1 {
    font-size: 60px;
    line-height: 60px;
}

section.section-1 p {
    font-size: 20px;
    line-height: 28px;
}
    section.inner-page-banner h1 {
        font-size: 50px;
        line-height: normal;
    }
    section.inner-page-banner .breadcrumbs li {
        font-size: 18px;
    }
    section.inner-page-banner {
        padding: 100px 0;
    }
    .subheading {
        font-size: 16px;
    }
    .mainheading {
        font-size: 45px;
        line-height: normal;
    }
    .content-lg p {
        font-size: 20px;
    }
    .cec .btn {
        font-size: 16px;
    }
    .cec.consultation-section .btn {
        font-size: 16px;
    }
    .cec .content-lg ul li {
        font-size: 20px;
    }
    .retin-rep h3 {
        font-size: 24px;
        line-height: normal;
    }
    .cec .tele {
        font-size: 20px;
    }
    .tele .tele-icon {
        width: 20px;
    }
    .retin-rep p {
        font-size: 18px;
        line-height: 26px;
    }
    .retin-rep ul li {
        font-size: 18px !important;
    }
    .amseler-content .content-lg p,
    .amseler-content .content-lg ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .ct-lft-padd {
        padding-left: 50px;
    }
    .panel-body p {
        font-size: 20px;
        line-height: 28px;
    }
    .cec-six h2 {
        font-size: 45px;
        line-height: normal;
    }
    .content-lg ul li {
        font-size: 20px;
    }
    .square-chk li {
        font-size: 20px;
    }
    .square-chk li::before {
        top: 8px;
        width: 15px;
        height: 15px;
    }
    .square-chk li {
        padding-left: 25px;
    }
    .clarity-chk h4 {
        font-size: 26px;
    }
    .blue-table thead th {
        font-size: 20px;
    }
    .blue-table tbody td {
        font-size: 18px;
    }
    section.section-4 h2 {
        font-size: 56px;
        line-height: normal;
    }
    section.section-4 p {
        font-size: 20px;
    }
    .cec-one .row .col-md-6:last-child, .cec-one .row .col-md-7 {
        padding-right: 60px;
        padding-left: 60px;
    }
    section.section-9 h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .retin-rep h4 {
        font-size: 20px;
    }
.med-title {
    font-size: 28px;
}	
}
@media only screen and (max-width: 1440px) {
.menu-header > ul > li > a {
    margin: 0 7px;
}	
header .header-btn-num > a {
	font-size: 12px;
}
.menu-header li:hover > ul {
    left: 10px;
}
header .header-btn-num p {
	font-size: 12px;
	letter-spacing: 1px;
}
section.section-1 {
    padding: 200px 0 100px;
}
section.section-1 h1 {
    font-size: 50px;
    line-height: 50px;
}
section.section-1 p {
    font-size: 18px;
    line-height: 24px;
}
section.section-1 ul li:first-child a {
    font-size: 16px;
    padding: 15px 30px;
}
section.section-1 ul li:last-child a {
    font-size: 18px;
    line-height: 26px;
}
    section.inner-page-banner h1 {
        font-size: 45px;
    }
    section.inner-page-banner .breadcrumbs li {
        font-size: 16px;
    }
    section.inner-page-banner .breadcrumbs li img {
        width: 16px;
    }
    .mainheading {
        font-size: 40px;
    }
    .content-lg p {
        font-size: 18px;
        line-height: 26px;
    }
    .cec-two .row .col-md-6:last-child {
        padding-left: 20px;
    }
    .cec-one .row .col-md-6:last-child, .cec-one .row .col-md-7 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .cmn-padd {
        padding: 60px 0 !important;
    }
    .cec-one,
    .cec-two {
        padding: 60px 0px 1px!important;
    }
    .cec-three {
        padding: 170px 0;
    }
    .pt-0 {
        padding-top: 0 !important;
    }
    .cec .content-lg ul li {
        font-size: 18px;
    }
    .retin-right {
        padding-left: 20px;
    }
    .retin-rep p {
        font-size: 16px;
        line-height: 24px;
    }
    .retin-hh img {
        width: 35px;
    }
    .retin-hh h3 {
        margin: 0;
    }
    .blur-inner {
        padding: 40px;
    }
    .retin-rep ul li {
        font-size: 16px !important;
    }
    .content-lg ul li {
        font-size: 18px;
    }
    .content-md li {
        font-size: 18px;
        line-height: 26px;
    }
    .content-md p {
        font-size: 18px;
        line-height: 26px;
    }
    .square-chk li {
        font-size: 18px;
        line-height: 26px;
    }
    .square-chk li::before {
        top: 5px;
    }
    .clarity-chk h4 {
        font-size: 24px;
    }
    .blue-table thead th {
        font-size: 18px;
    }
    .blue-table tbody td {
        font-size: 16px;
    }
    .medicare-rep h4 {
        font-size: 24px;
    }
    section.section-4 h2 {
        font-size: 45px;
    }
    section.section-4 p {
        font-size: 18px;
    }
    .cst-section-one {
        padding: 90px 0 30px 0px !important;
    }
    section.section-9 h2 {
        font-size: 45px;
        line-height: normal;
    }
    .cost-content {
        padding: 58px 0;
        width: 700px;
    }
    .retin-hh img {
        width: 50px;
    }
.med-title {
    font-size: 24px;
}
.mt-40 {
    margin-top: 20px;
}
}
@media only screen and (max-width: 1199px) {
    header .header-btn-num > a {
        font-size: 14px;
        line-height: normal;
        padding: 10px 10px;
    }
.menu-header li:hover > ul {
    left: 5px;
}
header .menu-header ul li a {
    min-height: inherit;
}
    header .menu-header ul li.current_page_item a:before {
        bottom: 0;
    }
    header .header-btn-num p {
        font-size: 12px;
        letter-spacing: 2px;
    }
    header .menu-header ul li a {
        margin: 0 5px;
        position: relative;
    }
    section.section-1 h1 {
        font-size: 45px;
        line-height: 45px;
    }
    section.section-1 p {
        font-size: 16px;
        line-height: 21px;
    }	
    .cost-content {
        padding: 50px 0;
        width: 100%;
    }
    section.footer-sec-2 h3 {
        font-size: 32px;
        line-height: normal;
    }
    section.footer-sec-2 h4 {
        font-size: 20px;
        line-height: normal;
    }
    section.footer-sec-2 .copyright p {
        font-size: 16px;
    }
    .retin-rep h4 {
        font-size: 18px;
    }
.vision-img {
    margin-top: -50px;
}	
}
@media only screen and (max-width: 991px) {
	#videoModal .modal-dialog.modal-centered {
    width: 100% !important;
}
/* 769px  */	
   .menu-header {
        width: 100%;
    }
    .menu-header ul {
        width: 100%;
        display: none;
    }
    .menu-header.align-center > ul {
        text-align: left;
    }
    .menu-header ul li {
        width: 100%;
        border-top: 1px solid rgb(120 120 120 / 0.2);
    }
    .menu-header ul ul li,
    .menu-header li:hover > ul > li {
        height: auto;
    }
    .menu-header ul li a,
    .menu-header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    .menu-header > ul > li {
        float: none;
    }
    .menu-header ul ul li a {
        padding-left: 25px;
    }
    .menu-header ul ul ul li a {
        padding-left: 35px;
    }
    .menu-header ul ul li a {
        color: #ddd;
        background: none;
    }
    .menu-header ul ul li:hover > a,
    .menu-header ul ul li.active > a {
        color: #fff;
    }
    .menu-header ul ul,
    .menu-header ul ul ul,
    .menu-header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .menu-header > ul > li.has-sub > a:after,
    .menu-header > ul > li.has-sub > a:before,
    .menu-header ul ul > li.has-sub > a:after,
    .menu-header ul ul > li.has-sub > a:before {
        display: none;
    }
    .menu-header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: none;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    .menu-header .submenu-button.submenu-opened {
        background: #00b2bb;
    }
    .menu-header ul ul .submenu-button {
        height: 40px;
        width: 40px;
    }
    .menu-header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }
    .menu-header ul ul .submenu-button:after {
        top: 18px;
        right: 15px;
    }
    .menu-header .submenu-button.submenu-opened:after {
        background: #fff;
    }
    .menu-header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: "";
    }
    .menu-header ul ul .submenu-button:before {
        top: 15px;
        right: 18px;
    }
    .menu-header .submenu-button.submenu-opened:before {
        display: none;
    }
/* 769px  */	
.menu-toggle {
	display: block !important;
}
.main-slide-content .slide-nav-menu .menu-header {
	display: block !important;
}
.menu-toggle span.menu-icon img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(22%) hue-rotate(250deg) brightness(102%)
		contrast(102%);
}
.main-slide-content .slide-nav-menu ul li {
	display: block;
}
.menu-header {
    display: none;
}
.slide-menu .menu-header {
    display: block;
}	
.nav .row .col-md-8 {
    width: auto;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 15px;
}

.logo {
    padding-bottom: 0;
}
.menu-header li:hover > ul {
	left: 0px;
}
header .header-btn-num {
    padding-bottom: 0;
}

header {
    padding: 10px 0;
}

header .logo {
    text-align: left;
}

header .logo img {
    max-width: 170px;
}
    .main-slide-content .slide-nav-menu ul li a {
        font-size: 18px;
        padding: 14px 0;
        color: #fff;
        justify-content: center;
    }

    .main-slide-content .slide-nav-menu ul li {
        border: none;
    }

.slide-nav-menu {
    width: 100%;
}
.menu-header ul li ul.sub-menu {
    width: 100%;
	box-shadow: none;
}
.menu-header ul li ul.sub-menu li {
    padding: 0 0px;
}
.menu-header > ul li ul.sub-menu li ul.sub-menu {
        margin-left: 10px;
        width: auto;
        box-shadow: none;
        margin-bottom: 0;
}
.menu-header ul li ul.sub-menu li.current_page_item:hover > a {
	color: #fff;
	background-color: #00b2bb;
}

.menu-header ul li ul.sub-menu li:hover {
    background-color: #fff;
}

.menu-header ul li ul.sub-menu li:hover a {
    color: #adadad;
}

.menu-header ul li ul.sub-menu li a {
        padding: 12px 15px;
        text-align: center;
    }

.menu-header ul li ul.sub-menu li a:hover, 
.menu-header ul li ul.sub-menu li a:focus,
.menu-header ul li ul.sub-menu li a:active
{
    background-color: #00b2bb;
    color: #000 !important;
}

.home section.section-1 > ins::before {
    content: "";
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .cec-one .col-md-6, .cec-one .col-md-7, .cec-one .col-md-5 {
        padding: 0 15px !important;
    }
    .cec-two .row .col-md-6:last-child {
        padding-left: 15px;
    }
    .cec-three .row .col-md-6:last-child {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .retin-right {
        padding: 0;
        margin: 20px 0 0;
    }
    .col-md-6 {
        width: 100%;
    }
    .cec-one img {
        border-radius: 20px;
    }
    .pr-5rem {
        padding-right: 0;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .md-comn-padd {
        padding: 60px 0;
    }
    .treated-left {
        margin-top: 25px;
    }
    .ct-lft-padd {
        padding: 0 15px;
    }
    .amseler {
        padding: 60px 0;
    }
    .amseler-content {
        padding: 0;
        margin: 0 0 20px;
    }
    .ml-50 {
        margin-left: 0;
    }
    .mb-mt-20 {
        margin-top: 20px;
    }
    .pl-40 {
        padding-left: 0;
    }
    .mb-cmn-padd {
        padding: 60px 0 0;
    }
    .vision-img {
        margin: 30px 0 0;
    }
    .pl-30 {
        padding-left: 0;
    }
    .pr-30 {
        padding-right: 0;
    }
    .cst-section-one {
        padding: 60px 0 30px 0px !important;
    }
    section.section-4 h2 {
        font-size: 40px;
    }
    section.section-9 .testimonial-slider .testimonial-card p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .testimonial-slider .testimonial-card .author h4 {
        font-size: 18px !important;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title h4 {
        font-size: 20px;
        line-height: normal;
    }
    section.section-9 .testimonial-slider .testimonial-card .video-title {
        padding: 20px;
    }
    section.section-9 .testimonial-slider .testimonial-card .author h4 span {
        line-height: normal;
    }
    section.section-9 .testimonial-slider .testimonial-card {
        height: 320px;
    }
    section.section-9 .testimonial-card.video-card button.play-btn {
        font-size: 18px;
    }
    .mb-pt-0 {
        padding-top: 0px !important;
    }
    .cec-six {
        padding: 60px 0px !important;
    }
    .cos-img {
        margin: 0;
    }
    .cost-content {
        padding-bottom: 30px;
    }
    .glu-seven {
        margin-top: 50px;
    }
    .glu-seven {
        margin-top: 50px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .retin-hh img {
        width: 40px;
    }
.med-title {
    font-size: 20px;
}
.br-show br{
	display: block;
}	
body section.kick-free-sec-4 .panel-group{
		    width: 100%;
}
body section.kick-free-sec-4,body section.kick-free-sec-2,body section.kick-free-sec-3, body section.kick-free-sec-1,body .about-sec-5,body .about-sec-1,body .about-sec-3 {
    padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
 .cec-two {
        padding: 0px 0 30px !important;
 }
.nav .row .col-md-8 {
	top: 9px;
}	
	body.page-id-2911 .about-sec-5 .box-image .blue-box {
    width: fit-content;
    margin-left: -10px;
}
	body.page-id-2911 .about-sec-5 .row .col-md-6:last-child > img,body.page-id-2911 .about-sec-5 .box-image img{
		height: 350px;
	}
	.single.single-post p {
    font-size: 16px !important;
}
	#videoModal .modal-body iframe {
    min-height: 250px;
    height: 100% !important;
}
.home section.section-1 > ins > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% center;
}
.home section.section-1 ul li:first-child a {
    font-size: 16px;
}
.home section.section-1 ul li:last-child a {
    font-size: 18px;
}

.home section.section-1 p {
	font-size: 18px;
	line-height: 26px;
}

.home section.section-1 ul {
    margin-top: 32px;
}

.home section.section-1 h1 {
        margin-top: 0;
        font-size: 40px;
    }

.home section.section-1 ul li:last-child {
    margin-bottom: 0;
}
.home section.section-1 {
	padding: 0px 0px !important;
	height: calc(100vh - 200px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
section.section-2 {
    padding: 50px 0;
}
	
    .mainheading {
        font-size: 34px !important;
        margin-bottom: 15px;
		        line-height: normal !important;
    }
    section.inner-page-banner h1 {
        font-size: 40px;
    }
    .content-lg p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cec .btn-container {
        display: block !important;
        text-align: center !important;
    }
    .cec .btn {
        margin-bottom: 20px !important;
        padding: 15px !important;
        width: 100% !important;
        font-size: 13px !important;
        display: block !important;
    }
    .content-lg ul li {
        font-size: 16px;
    }
    .cec .content-lg ul li {
        font-size: 16px;
    }
    .md-comn-padd {
        padding: 50px 0;
    }
    .amseler-content .content-lg p,
    .amseler-content .content-lg ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .pd-50 {
        padding: 30px;
    }
    .vdo-mn .play-btn {
        width: 56px;
        height: 56px;
    }
    .vdo-mn .play-btn svg {
        width: 24px;
        height: 24px;
    }
    .vdo-mn .video-grid {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .content-md li,
    .content-md p {
        font-size: 16px;
        line-height: 24px;
    }
    .blur-inner {
        padding: 30px;
    }
    .mt-50 {
        margin-top: 0;
    }
    .square-chk li {
        font-size: 16px;
    }
    .medicare-rep h4 {
        margin-bottom: 10px;
    }
    .blue-table thead th {
        font-size: 16px;
    }
    .blue-table tbody td {
        font-size: 14px;
    }
    .mb-mt-0 {
        margin-top: 0px !important;
    }
    .mb-pb-0 {
        padding-bottom: 0px !important;
    }
    .retin-rep h3 {
        font-size: 22px;
    }
    section.section-4 h2 {
        font-size: 34px;
    }
    section.section-9 .testimonial-card.video-card img {
        object-fit: cover;
        width: 100%;
    }
    .panel-title a {
        font-size: 18px;
        padding: 10px 15px;
    }
    .panel-body p {
        font-size: 16px;
        line-height: 24px;
    }
    section.section-9 h2 {
        font-size: 38px;
        line-height: normal;
    }
.eyecare-eth-lst {
    grid-template-columns: 1fr;
}
.p-50 {
    padding: 25px;
}

.consider-revw {
    padding: 25px;
}

.cataract-faq .panel-group {
    margin-top: 25px;
}
.cataract-faq .panel-body p {
    font-size: 16px;
}
	body.page-id-3919 .cec-one, body.page-id-3919 .cec-five, body.page-id-3919 .cec-six, body .cec-four-new,body.page-id-3919 .cec.cec-five,body.page-id-3942 section.cec.cec-one,body.page-id-3942 section.cec.cec-two,body.page-id-3942 section.cec.cec-six {
    padding: 60px 0px 0 !important;
}
	 body.page-id-3919 .cec-two, body.page-id-3919 .cec-four, body.page-id-3942 .cec-five,body.page-id-3942 .cec-four-new,body.page-id-3942 .cec-four,body.page-id-3942 section.section-11,.page-id-2911 .about-sec-4,.page-id-2911 section.Keith-sec-1{
    padding: 60px 0px 60px !important;
	}
	body.page-id-3919 .cec-three{
    margin: 60px 0px 60px !important;		
	}
	.cec-four .row::before,.cec-four .row::after,section.cec.cec-five .row::before,section.cec.cec-five .row::after,section.cec.cec-two .row::before,section.cec.cec-two .row::before,section.cec.cec-four-new .row::after,section.cec.cec-four-new .row::before {
    display: none;
}
	body.page-id-3919 .cd-section-four .row .col-md-6:last-child{
		padding: 70% 0px !important;
	}
}

.page-id-3942 section.cec.cec-one,.page-id-3942 section.cec.cec-two,.page-id-3942 section.cec.cec-six{
	padding: 100px 0px 0 !important;
}
.single.single-post header ~ .container {max-width:1080px !important;}
.single.single-post p img,.single.single-post p iframe,.single.single-post div img {margin: 15px 0;}
.single.single-post h2, .single.single-post h3, .single.single-post h4 { margin: 30px 0 20px; display: block; }
.single.single-post p{font-size:18px; margin: 0 0 20px;}
.entry-content .quick-answer, .callout-card, li, figcaption, .matrix-item, .at-a-glance {font-size:18px;}

@media screen and (min-width: 1100px) and (max-width: 1650px) { 
    .single.single-post p { font-size: 16px; }
    .entry-content .quick-answer, .callout-card, li, figcaption, .matrix-item, .at-a-glance {font-size:16px;}
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    header .menu-header ul li a {
        font-size:13px;
    }
}
.page-id-2911 .about-sec-5 .box-image .blue-box {
        padding: 25px 35px;
        width: 371px;
        margin-top: -28px;
        z-index: 2;
        position: relative;
        margin-left: -40px;
}
    .page-id-2911 .about-sec-5 .box-image {
        margin-top: 11px;
		display: block;	
    }
.about-sec-5 .choose-boxes .choose-content ul li {
    color: #000;
}
.page-id-2911 .about-sec-2 .tab{
	    width: -webkit-fill-available;
}
.uacf7-steps.steps-form.progressbar-style-1 {
    display: none;
}
.custom-progress-bar {
    position: relative;
    font-family: Figtree;
    font-weight: 400;
    font-style: Italic;
    font-size: 28px;
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 15px !important;
    padding: 1px;
    line-height: 49.26px;
    margin-bottom: 80px;
    margin-top: 90px;
    background: #408997;
}
.custom-progress-bar div {
    background: #00B2BB;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
}
.custom-main-container .step-start {
    width: 100%;
}
.custom-main-container .custom-below-footer {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    font-family: Figtree;
    font-weight: 600;
    font-style: Italic;
    font-size: 22px;
    line-height: 33.78px;
	margin-top:16px;
	gap: 20px;
}
.custom-main-container .custom-below-footer span:nth-child(2),.custom-main-container .custom-below-footer span:nth-child(3) { padding-left: 40px;}
.custom-main-container .custom-below-footer span:nth-child(3){text-align:center;}
.custom-main-container .custom-below-footer span:last-child {text-align: end;}
.custom-main-container p.uacf7-buttons { text-align: center !important;}
.custom-main-container .custom-main-form h2 {
    font-weight: 400;
    font-style: Italic;
    font-size: 48px;
    text-align: center;margin-bottom: 60px;}
.custom-main-container span.uacf7-slider-handle .multistep_slide.ui-slider :nth-child(2),.custom-main-container label.uacf7-slider-label{display: none;}
.custom-main-container .custom-main-form {color: #fff;}
.custom-main-container p.uacf7-buttons {margin-top: 30px;}
.custom-main-container .ui-slider-horizontal .ui-slider-handle{
    border: 6px solid #D9D9D9 !important;
    box-shadow: -1.55px -1.55px 5.18px 0px #0000004D inset;
}
.custom-main-container span.uacf7-slider-handle .multistep_slide.ui-slider,.custom-main-container .ui-slider-horizontal .ui-slider-range {
    border-radius: 40px;
	box-shadow: 10px 10px 30px 0px #00000038 inset;
}
div#form_short[style="display: none;"] ~ .main-result-conatiner .container.custom-main-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.custom-main-container span.ui-slider-handle.ui-corner-all.ui-state-default[style="left: 100%;"] {margin-left: -2.6em;}
.custom-main-container .calculate-btn { margin-top: 60px;text-align: center;display: flex; flex-direction: column;width: 100%;align-items: center;}
div#\35 914step-6 .custom-progress-bar {
    margin-top: 180px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1500px) {
.custom-main-container .custom-below-footer {font-size: 18px;line-height: normal;}
.custom-main-container .custom-main-form h2 {font-size: 35px;}
body .custom-main-container .main-result-conatiner img {max-width: 500px;}
.custom-main-container .custom-main-form .main-result-conatiner p { font-size: 20px;line-height: normal;}
}
@media only screen and (max-width: 767px) {
.custom-main-container .custom-main-form {width: 95% !important;}
.custom-main-container .custom-main-form h2 { font-size: 25px;margin-bottom: 40px; }
.custom-main-container .custom-below-footer {font-size: 12px;}
.custom-progress-bar {font-size: 18px;padding: 10px;line-height: normal;margin-bottom: 60px;}
.custom-main-container .custom-main-form .main-result-conatiner p .result-btn {font-size: 16px;line-height: normal;}
.custom-main-container .custom-main-form .main-result-conatiner p {font-size: 18px;line-height: normal;}
body .custom-main-container .custom-below-footer {gap:5px;}

.copyrights-row .copyright {
    margin-left: 0 !important;
    text-align: center;
}

.copyrights-row .copyright p {
    margin-bottom: 0 !important;
}

.copyrights-row .colab-img {
    margin-right: 0 !important;
    text-align: center !important;
}

.copyrights-row {
    display: block !important;
}

section.copyright-sec {
    padding: 20px 0px;
}
}
@media only screen and (max-width: 500px) {
    body .custom-main-container .custom-below-footer {
        font-size: 10px;
    }
}



section.copyright-sec {
    background: #000;
    margin-top: 50px;
    margin-bottom: -20px;
}

.copyrights-row {
    display: flex;
    align-items: center;
}

.copyrights-row .copyright {
    margin-left: 50px;
}

.copyrights-row p {
    margin-bottom: 0;
    color: #fff;
}

.copyrights-row p a {
    color: #fff;
}

.copyrights-row .colab-img {
    text-align: right;
        margin-right: 50px;
}







/*New blogs css*/






.nab-oem-blog .matrix-grid {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin: 2rem 0;
}
.nab-oem-blog .matrix-item {
flex: 1 1 calc(33% - 1rem);
background: #fff;
border: 1px solid #F0F0F0;
border-radius: 24px;
padding: 1.5rem;
transition: all 0.2s ease;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
display: flex;
flex-direction: column;
height: auto;
}
.nab-oem-blog .matrix-item:hover {
transform: translateY(-2px);
border-color: #00B2BB;
box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
.nab-oem-blog .matrix-grid {
align-items: stretch;
}
.nab-oem-blog .matrix-item {
height: auto;
min-height: 180px;
}
}
@media (max-width: 768px) {
.nab-oem-blog .matrix-item {
flex: 1 1 100%;
}
}
.nab-oem-blog .comparison-table-wrapper {
overflow-x: auto;
margin: 2rem 0;
}
.nab-oem-blog .comparison-table {
width: 100%;
border-collapse: collapse;
background: #fff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
min-width: 500px;
}
.nab-oem-blog .comparison-table th,
.nab-oem-blog .comparison-table td {
border: 1px solid #E5E7EB;
padding: 1rem;
vertical-align: top;
text-align: left;
}
.nab-oem-blog .comparison-table th {
background: #F9FAFB;
font-weight: 600;
color: #111827;
}
.nab-oem-blog h2 {
margin-top: 3rem;
margin-bottom: 1.25rem;
font-weight: 700;
letter-spacing: -0.02em;
color: #111827;
}
.nab-oem-blog h3 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: 600;
}
.nab-oem-blog p {
line-height: 1.5;
margin-bottom: 1.25rem;
}
.nab-oem-blog .quick-answer {
background: #F0F9FA;
border-left: 4px solid #00B2BB;
padding: 1.5rem 2rem;
border-radius: 12px;
margin: 2rem 0;
}
.nab-oem-blog .at-a-glance {
background: #FFFFFF;
border: 1px solid #E5E7EB;
border-radius: 20px;
padding: 1.5rem 2rem;
margin: 2rem 0;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.nab-oem-blog .at-a-glance ul {
margin-bottom: 0;
padding-left: 1.5rem;
}
.nab-oem-blog .at-a-glance li {
margin-bottom: 0.75rem;
list-style-type: disc;
}
.nab-oem-blog .callout-card {
background: #F9FAFB;
border-left: 4px solid #00B2BB;
padding: 1.5rem;
border-radius: 16px;
margin: 2rem 0;
}
.nab-oem-blog .dark-cta {
background: #111827;
border-radius: 32px;
padding: 3rem 2rem;
text-align: center;
margin: 3rem 0 2rem;
}
.nab-oem-blog .dark-cta h3,
.nab-oem-blog .dark-cta p {
color: #fff;
}
.nab-oem-blog .btn-primary {
display: inline-block;
background: #00B2BB;
color: #fff;
font-weight: 600;
padding: 0.75rem 2rem;
border-radius: 40px;
text-decoration: none;
transition: all 0.2s ease;
}
.nab-oem-blog .btn-primary:hover {
background: #00969E;
transform: translateY(-1px);
text-decoration: none;
color: #fff;
}
.nab-oem-blog .faq-item {
margin-bottom: 1rem;
border-bottom: 1px solid #E5E7EB;
}
.nab-oem-blog .faq-question {
font-weight: 600;
padding: 1rem 0;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.6rem;
}
.nab-oem-blog .faq-question:after {
content: "+";
font-size: 2rem;
color: #00B2BB;
}
.nab-oem-blog .faq-question.active:after {
content: "−";
}
.nab-oem-blog .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
padding: 0;
}
.nab-oem-blog .faq-answer.active {
max-height: 300px;
padding-bottom: 1rem;
}
.nab-oem-blog .image-figure {
margin: 2rem 0;
text-align: center;
}
.nab-oem-blog .image-figure img {
max-width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.nab-oem-blog .image-caption {
color: #6B7280;
margin-top: 0.5rem;
}
.nab-oem-blog .video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: 2rem 0;
border-radius: 20px;
overflow: hidden;
}
.nab-oem-blog .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.entry-content .col-md-12 { padding: 0 !important; }
.rll-youtube-player > div > img { margin: 0 !important; }
.nab-oem-blog > li {
    font-size: 16px !important;
}

a.text-link {
    background: unset !important;
    border: none !important;
    color: #00b2bb !important;
    font-weight: inherit !important;
    text-transform: unset !important;
    font-size: inherit !important;
    padding: 0 !important;
}



/* Services slider - make img behave like background cover */
.services-slider .main {
    position: relative;
    overflow: hidden;
    /* Remove any background-image from inline style */
    background-image: none !important;
}

div.dark-cta {
display: block !important;
}

.services-slider .slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* Ensures the image covers the area */
    object-position: center;
    display: block;
}