/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com/
Template:     generatepress
Version:      3.4.0
Text Domain:  generatepresschild
*/


:root {
    --nanumMyeongjo: 'Nanum Myeongjo', serif;
    --inter: 'Inter', sans-serif;
    --slategray: #5A838B;
    --white: #FFFFFF;
    --black: #222222;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--inter);
}
body {
    overflow-x: hidden !important;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
h1, h2, h3,h4{
    font-family: var(--nanumMyeongjo);
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
    font-family: var(--inter);
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
p:empty, li:empty {
    display: none !important;
}
p a, li a {
    color: var(--slategray);
    font-weight: 500;
    vertical-align: top;
    display: inline;
}
.site-content p a:not(.blog-post-list p a),
.site-content li a:not(.blog-post-list li a),
.site-info a,
.site-link,
ul.blog-post-list li p a.read-more {
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 1px;
}
p strong, p b,
li strong, li b {
    color: var(--slategray);
}
a {
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: inherit;
}
/* .site-info a,
.site-link,
.default-content p a, .default-content li a,
.default_content_wrapper p a, .default_content_wrapper li a {
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 1px;
} */
section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
img{
    display: block;
}
label.label1 {
    font-family: var(--inter) !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
body h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--slategray);
    margin-bottom: 0;
}
body h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--slategray);
    margin-bottom: 0;
    letter-spacing: 0.68px;
}
body h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--slategray);
    margin-bottom: 20px;
    letter-spacing: 0.48px;
}
h4.sub-title {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1024px){
    body h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px){
    body h2{
        font-size: 34px;
    }
    body h3{
        font-size: 25px;
    }
    body h4{
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    body h2{
        font-size: 24px;
    }
    body h3{
        font-size: 22px;
    }
    body h4{
        font-size: 15px;
    }
    body p{
        font-size: 16px;
    }
    .simple-textbg-section .common-title h2 br{
        display: none;
    }
}
@media only screen and (max-width:375px){
    body h2{
        word-wrap: normal;
    }
}
/****** Container css ******/
@media only screen and (max-width: 991.98px) {
    body .container, body .grid-container{
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px){
   body .container, body .grid-container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container, body .grid-container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container, body .grid-container{
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
    body .container, body .grid-container{
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px){
    body .container, body .grid-container{
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px){
    body .container, body .grid-container{
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px){
    body .container, body .grid-container{
        max-width: 1360px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px){
    body .container, body .grid-container{
        max-width: 1400px;
        width: 100%;
    }
}
@media only  screen and (min-width : 1500px){
    body .mxw-1500{
        max-width: 1500px;
        margin: 0 auto;
    }
}
@media only  screen and (min-width : 1400px){
    body .mxw-1320{
        max-width: 1320px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px){
    body .mxw-1024{
        max-width: 1024px;
    }
}
.site.grid-container.container {
    padding: 0;
    max-width: 100% !important;
}
.site-content {
    display: inherit;
    background-color: #f5f5f5;
}

/****** section_padding css ******/
.section_padding{
    padding: 100px 0;
}
.section_margin{
    margin: 100px 0;
}
@media only screen and (max-width: 1200px){
    .section_padding{
        padding: 80px 0;
    }
    .section_margin{
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991.98px){
    .section_padding{
        padding: 60px 0;
    }
    .section_margin{
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767.98px){
    .section_padding{
        padding: 50px 0;
    }
    .section_margin{
        margin: 50px 0;
    }
}

/*default-btn css*/
.default-btn {
	background-color: var(--slategray);
	border: 1px solid var(--slategray);
	color: var(--white);
	border-radius: 16px 0px 16px 0px;
	padding: 20px 32px;
	font-family: var(--inter);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.default-btn:not(.header-btn .default-btn) {
	margin-top: 36px;
}
.default-btn:hover,
.default-btn:focus {
	background-color: transparent;
	color: var(--slategray);
}
.white-btn {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--slategray);
}
.white-btn:hover,
.white-btn:focus {
	color: var(--white);
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 36px 0 0;
}
.btn-wrap .default-btn {
    margin-top: 0 !important;
}
@media only screen and (max-width: 1300.98px) {
	.default-btn {
		padding: 14px 20px;
	}
}
@media only screen and (max-width: 576.98px) {
	.default-btn {
		padding: 13px;
		min-width: 260px;
	}
}

/*============================================
= Start Header CSS
=============================================*/
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.1s ease 0s;
}
.site-header.sticky {
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
}
/* .site-header.sticky .inside-header {
    padding-top: 20px;
    padding-bottom: 20px;
} */

.header-bottom-wrap {
	background-color: var(--slategray);
	padding: 24px 0 36px;
	text-align: center;
}
.header-bottom-wrap p {
	text-transform: uppercase;
	font-family: var(--nanumMyeongjo);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--white);
}
.header-btn {
    text-align: right;
    margin-left: auto;
}
.main-navigation .menu-item a {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3 !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease 0s !important;
}

/*Mobile toggle*/
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus {
    background-color: unset !important;
}
button.menu-toggle .gp-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid var(--white);
    border-radius: 4px;
}
button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: var(--white);
}
.mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
}
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    padding: 0 !important;
}
.has-sticky-branding .navigation-branding {
    margin-right: auto;
}
.mobile-menu-open.slide-opened .offside-js--is-open {
    overflow: hidden;
}
@media only screen and (max-width: 1300.98px) {
	.site-header .inside-header {
	    padding-top: 20px;
        padding-bottom: 20px;
	}
	.header-bottom-wrap {
		padding: 10px 0 20px;
	}
	.header-bottom-wrap p {
		font-size: 22px;
	}
	.site-header .main-navigation {
		margin: 0;
	    order: inherit;
	}
    .navigation-branding {
        margin-left: 0 !important;
    }
    .has-sticky-branding.navigation-stick .inside-navigation {
        padding: 10px 15px !important;
    }
	.header-btn {
	    margin-left: auto;
	}
    .offside--right.is-open .grid-container {
        padding: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .has-sticky-branding.navigation-stick .inside-navigation {
        padding: 10px 30px !important;
    }
}
@media only screen and (max-width: 767.98px) {
	.header-bottom-wrap p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575.98px) {
	.header-btn {
		display: none;
	}
	.site-header .main-navigation {
		margin: 0 0 0 auto;
	}
	.header-bottom-wrap p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) {
	.site-header .inside-header {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    justify-content: center;
	    gap: 15px;
	}
    .site-logo {
        text-align: center;
    }
}
/*============================================
= End Header CSS
=============================================*/

/*============================================
= Start Footer CSS
=============================================*/
.site-footer {
    text-align: center;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0 -15px;
}
.site-footer .inside-footer-widgets>* .inner-padding, footer.site-info {
    padding: 0 15px;
}
.site-footer .widget-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--slategray);
    margin: 0 0 28px;
}
.site-footer p,
.site-footer li,
.site-footer a {
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 400;
    color: var(--slategray);
    line-height: 1.5;
}
.site-footer a:hover {
    color: var(--black);
}
.footer-widget-1 .widget {
    margin: 0 0 32px;
}
footer.site-info .inside-site-info {
    border-top: 1px solid #D9DFD9;
    display: block;
}
ul.footer-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    column-gap: 26px;
    justify-content: center;
    margin: 0 0 14px;
}
ul.footer-info li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.copyright-bar {
    margin: 14px 0 0;
}
.footer-bar-active .footer-bar {
    margin: 0;
}
ul#menu-footer-social-media {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
ul#menu-footer-social-media li {
    margin-bottom: 0
}
ul#menu-footer-social-media li a {
    display: block;
    line-height: 1;
    background-color: var(--slategray);
    padding: 8px;
    border-radius: 100%;
    transition: all .4s
}
ul#menu-footer-social-media li a img {
    aspect-ratio: 1;
    width: 20px
}
ul#menu-footer-social-media li a img:not(ul#menu-footer-social-media li a:hover img, ul#menu-footer-social-media li a:focus img) {
    filter: brightness(0) saturate(100%) invert(100%) sepia(60%) saturate(2%) hue-rotate(11deg) brightness(102%) contrast(101%);
}
ul#menu-footer-social-media li a:hover,
ul#menu-footer-social-media li a:focus {
    background-color: #F5F5F5
}
@media only screen and (max-width: 1199.98px) {
    .site-footer .widget-title,
    .footer-widget-1 .widget {
        margin: 0 0 20px;
    }
    .site-footer p,
    .site-footer li,
    .site-footer a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }
    .footer-widgets-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-footer .footer-widgets {
        padding: 60px 0 20px;
    }
    ul#menu-footer-social-media {
        justify-content: center;
    }
}
@media only screen and (max-width: 991.98px) {
    footer.site-info .inside-site-info {
        padding: 20px 0;
    }
    footer.site-info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer .widget-title,
    .footer-widget-1 .widget {
        margin: 0 0 12px;
    }
    .site-footer .widget-title {
        font-size: 20px;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin: 0 0 30px;
    }
    .site-footer .footer-widgets {
        padding: 50px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    footer.site-info {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .inside-footer-widgets>* {
        max-width: 50%;
        width: 100%;
        flex: 0 0 auto !important;
    }
    .inside-footer-widgets>div:not(:last-child),
    .inside-footer-widgets>div:not(:nth-last-child(2)) {
        margin: 0 0 30px;
    }
}
@media only screen and (max-width: 576px) {
    footer.site-info p,
    footer.site-info li,
    footer.site-info a {
        font-size: 15px;
    }
    ul.footer-info {
        column-gap: 16px;
        row-gap: 8px;
    }
}
@media only screen and (min-width: 1025px) {
    .footer-widget-1 {
        text-align: left;
    }
}
/* @media only screen and (min-width: 1200px) {
    .inside-footer-widgets>.footer-widget-1 {
        flex: 0 0 auto;
        max-width: 407px;
        width: 100%;
    }
} */

/*============================================
= End Footer CSS
=============================================*/

/*============================================
= Start 404 page CSS
=============================================*/
.error-404 h1 {
    color: var(--slategray);
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--inter);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.error-404 h3 {
    font-weight: 600;
    margin: 0 0 20px;
}
/*============================================
= End 404 page CSS
=============================================*/

/*============================================
= Start Banner CSS
=============================================*/
.vd-sec {
    padding-bottom: 56%;
    position: relative;
    width: 100%;
}
.vd-sec iframe {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.banner-img, .banner-img img {
    width: 100%;
    height: 100%;
}
.banner-img img {
    object-fit: cover;
}
.hero-banner .banner-content {
    width: 100%;
    max-width: 620px;
    margin: auto;
}
.page-id-11 .hero-banner .banner-content {
    max-width: 1246px;
}
.banner-content h1 {
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--slategray);
    margin-bottom: 0px;
}
.hero-banner {
    position: relative;
    min-height: 524px;
    display: flex;
    overflow: hidden;
}
.hero_bg_vd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.hero-banner .banner-content {
    z-index: 1;
    position: relative;
}
.hero-banner .row {
    height: 100%;
}
@media only screen and (min-width: 768px){
    .hero_bg_vd-sec {
        padding-bottom: 56%;
        position: relative;
        width: 100%;
    }
    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-banner {
        min-height: 460px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .hero-banner .banner-content h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 991.98px){
    .hero-banner .banner-content{
        max-width: 100%;
    }
    .hero-banner .banner-content h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767.98px){
    .hero-banner .container, .hero-banner .row > div {
        padding: 0;
    }
    .hero-banner {
        min-height: 360px;
    }
    .hero-banner .row {
        margin: 0;
    }
    .hero-banner .banner-content h1{
        font-size: 34px;
    }
    .hero-banner .banner-content{
        padding: 0px 30px 0;
    }
}
/*============================================
= End Banner CSS
=============================================*/

/*============================================
= Doctor page CSS
=============================================*/
.mask_image img {
    -webkit-mask-image: url('/wp-content/uploads/2024/08/clip-img.png');
    mask-image: url('/wp-content/uploads/2024/08/clip-img.png');
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
}
hr.sec_separator {
    border-color: #D9DFD9;
    opacity: 1;
    margin: 0 0 80px;
}
@media only screen and (max-width: 991.98px) {
    hr.sec_separator {
        margin: 0 0 60px;
    }
    .mask_image img {
        max-width: 575px;
    }
	.mask_image img:not(.title-wrap + .mask_image img) {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767.98px) {
    hr.sec_separator {
        margin: 0 0 50px;
    }
}
/*============================================
= End  Doctor page CSS
=============================================*/

/*============================================
= Start Default Content Section CSS
=============================================*/
.default-content h2,
.h2_heading {
    margin-bottom: 36px !important;
}
.sub-title {
    font-family: var(--inter);
    font-weight: 500;
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 12px;
}
.sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: var(--white);
}
.title-wrap h2 {
    margin: 0 0 80px;
}
.title-wrap h3 {
    margin-bottom: 24px;
    text-transform: uppercase;
}
.padding-box-left {
    padding-left: 76px;
}
.padding-box-right {
    padding-right: 76px;
}
.left-img-section + .left-img-section {
    padding-top: 0;
}
.default-content ul:has(+p), .default-content p:has(+ul) {
    padding-bottom: 24px !important;
    margin-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
    .padding-box-left {
        padding-left: 20px;
    }
    .padding-box-right {
        padding-right: 20px;
    }
    .default-content h2,
    .h2_heading {
        margin-bottom: 22px;
    }
    .title-wrap h2 {
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .padding-box-left {
        padding-left: 0;
    }
    .padding-box-right {
        padding-right: 0;
    }
    .default-content h2,
    .h2_heading,
    .title-wrap h3,
    .title-wrap h2 {
        margin-bottom: 20px;
    }
    .left-img-section>.container {
        max-width: 830px;
    }
    .default-img {
        margin: 0 auto 30px;
    }
    .default-img img {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) {
    .listing-column {
        column-count: 2;
        column-gap: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .title-wrap h2 {
        font-size: 60px;
    }
}

/*Dark bg section*/
.bg_color {
    background-color: var(--slategray);
}
.bg_color p,
.bg_color h2,
.bg_color h3,
.bg_color h4,
.bg_color li,
.bg_color p a,
.bg_color li a {
    color: var(--white);
}
.bg_color p a:hover,
.bg_color li a:hover {
    color: var(--black);
}
/*============================================
= End Default Content Section CSS
=============================================*/

/*============================================
= Start Testimonials Section CSS
=============================================*/
.testimonials-wrap .author {
    font-size: 24px;
    font-weight: 800;
    font-family: var(--nanumMyeongjo);
}
.testimonials p{
    margin: 0px;
}
.testimonials-wrap p:not(.author) {
/*    font-family: var(--nanumMyeongjo);*/
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}
.testimonials:not(:last-child) {
    margin: 0 0 26px;
}
@media only screen and (max-width: 1199.98px) {
    .testimonials-wrap p:not(.author) {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .testimonials-wrap p:not(.author) {
        font-size: 18px;
    }
    .testimonials:not(:last-child) {
        margin: 0 0 20px;
    }
}
/*============================================
= End Testimonials Section CSS
=============================================*/

/*============================================
= Start Schedule Section CSS
=============================================*/
.schedule-sec {
    background-image: url('/wp-content/uploads/2024/08/schedule-sec-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.schedule-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: 0.3;
}
.schedule-sec>* {
    z-index: 2;
    position: relative;
}
/* .schedule-sec a {
    font-family: var(--nanumMyeongjo);
    font-weight: 800;
    color: #335960;
} */
.schedule-sec .align-btn{
    text-align: -webkit-center;
}
.schedule-sec h2{
    font-weight: 800;
    color: #335960;
}
@media only screen and (max-width: 767.98px) {
    .schedule-sec h2 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px) {
    .schedule-sec {
        min-height: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    .schedule-sec {
        min-height: 420px;
    }
}
@media only screen and (min-width: 1601px) {
    .schedule-sec {
        min-height: 520px;
    }
    .schedule-sec h2 {
        font-size: 60px;
    }
}
/*============================================
= End Schedule Section CSS
=============================================*/

/*============================================
= privacy-policy page CSS
=============================================*/
.content-section .content-box:not(:first-of-type) h3,
.content-section .content-box:not(:first-of-type) h3 {
    margin-top: 40px;
}
.content-section + .content-section {
    padding-top: 0;
}
.content-section hr.sec_separator:not(.content-section + .content-section hr.sec_separator) {
    display: none;
}
.title_mb {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: var(--slategray);
    border-radius: 50%;
    top: 8px;
}
ul.common-listing li:not(:last-child) {
    margin-bottom: 10px;
}
.common-listing li a {
    font-weight: 400
}
.bg_color .common-listing li:before {
    background-color: var(--white);
}
.default_content_wrapper h4,
.default_content_wrapper h4 {
    font-family: var(--inter);
    font-size: 22px;
    font-weight: 500;
}
.default_content_wrapper ul:has(+p), .default_content_wrapper p:has(+ul) {
    padding-bottom: 24px !important;
    margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
    .common-listing li {
        font-size: 16px;
        padding-left: 18px;
    }
    .common-listing li:before {
        width: 8px;
    }
}
@media only screen and (min-width: 768px) {
    .default_content_wrapper ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}
/*============================================
= End privacy-policy page CSS
=============================================*/

/*============================================
= start Team Section CSS
=============================================*/
.common-team-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 96%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top center;
}
.our-team-section .container{
    max-width: 1140px;
}
.team-col {
    margin-bottom: 24px;
}
.team-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .15);
    border-radius: 14px;
    max-width: 546px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.team-img, .team-content {
    width: 50%;
}
.team-img,
.team-img img {
    height: 100%;
    object-fit: cover;
}
.team-img img {
    width: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.team-content {
    padding: 20px;
}
.team-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
}
.team-content h4 {
    font-family: var(--inter);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-align: left;
    color: var(--black);
}
.team-content button.team-btn,
.team-content .modal-body h4 + p {
    margin-top: 15px;    
}
.team-content button.team-btn:hover, .team-content button.team-btn:focus {
    color: var(--slategray); !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
}
.team-content button.team-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(1%) hue-rotate(18deg) brightness(93%) contrast(95%);
    transition: all 0.4s;
}
.team-content button.team-btn:hover img {
    transform: translateX(8px);
    filter: brightness(0) saturate(100%) invert(46%) sepia(19%) saturate(636%) hue-rotate(142deg) brightness(100%) contrast(85%);
}
@media only screen and (max-width: 767px){
    .team-box h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px){
    .team-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 475px){
    .team-box{
        display: block;
        height: auto;
    }
    .team-img, .team-content {
        width: 100%;
    }
    .team-img img{
        border-bottom-left-radius: 0;
        border-top-right-radius: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .team-content h3 {
        font-size: 30px;
    }
}
/* Modal CSS */
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
  z-index: 99999;
}
.modal-dialog {
    max-width: 800px !important;
    height: 100%;
    display: block !important;
}
.modal-body {
    position: relative;
    padding: 0
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none !important;
    line-height: 1 !important;
    background-image: unset !important;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e5c160 !important
}
.modal-header .btn-close {
    background-color: transparent;
}
@media only screen and (max-width: 991px){
    .modal-dialog {
        padding: 20px;
    }
}
/*============================================
= End Team Section CSS
=============================================*/

/*============================================
= Start Services Page CSS
=============================================*/
.box-content-info {
    margin-top: 30px !important;
}
.post-box-wrapper{
    background-color: var(--white);
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 42px 33px 0 rgb(0 0 0 / 5%), 0 22px 18px 0 rgb(0 0 0 / 5%), 0 13px 10px 0 rgb(0 0 0 / 5%), 0 7px 5px 0 rgb(0 0 0 / 5%), 0 3px 2px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    height: 100%;
    position: relative;
}
/*.post-box-img{
    margin-bottom: 24px;
}*/
.post-box-img img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top;
}
/*.service_page_box .post-box-body{
    padding-bottom: 70px;
}*/
.post-box-body {
    padding: 25px 25px 70px;
    /*padding-left: 25px;
    padding-right: 25px;*/
    margin-bottom: 20px;
}
.post-box-title{
    margin-bottom: 15px;
}
.post-box-desc p{
    margin-bottom: 25px;
}
.post-box-cta{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.post-box-cta a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-content-info {
    margin-top: 30px;
}
.post-box-body .default-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}
.post-box-title h3 {
    font-size: 24px;
    font-weight: 600;
    transition: all 0.4s;
    margin: 0;
}
.post-box-title a:hover h3 {
    color: var(--black);
}
/* .post-box-desc p {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
} */
@media screen and (max-width: 1199.98px) {
    .post-box-title h3 {
        font-size: 22px;
    }
    .post-box-desc p {
        font-size: 16px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .box-content-info:first-child, .box-content-info:nth-child(2) {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 576px) {
    .post-box-title h3 {
        font-size: 20px;
    }
    .box-content-info:first-child {
        margin-top: 10px !important;
    }
    /* .post-box-desc p {
        -webkit-line-clamp: 9;
    } */
}
/*============================================
= End Services Page CSS
=============================================*/
/*============================================
= Start all-product Page CSS
=============================================*/
section.all-product {
    background-color: var(--slategray);
}
.product-sidebar {
    max-width: 220px;
    width: 100%;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.all-product-box {
    width: 100%;
    max-width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.product-image img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
.single-product-box {
    max-width: calc(25% - 30px);
}
.product-detail h4,
.product-detail p{
    color: #fff;
}
.product-detail {
    margin-top: 28px;
}
.product-detail h4 {
    margin-bottom: 8px;
}
.product-detail h4 a{
      font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
      color: #fff;
    font-family: var(--nanumMyeongjo);
}
/* .product-items ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 8px 0px;
      color: #fff;
} */
.review-tab-navigation {
    max-width: 1410px;
    margin: 0 auto;
/*     padding: 0 15px; */
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*     border-bottom: 1px solid #fff; */
    /* margin-top: 25px; */
    position: relative;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li {
    font-size: 18px;
    line-height: 1.66;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 2px;
    width: 100%;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-bottom: 18px;    
}
.review-tab-navigation ul li:hover {
    cursor: pointer;
}
@media only screen and (max-width:1024px){
    .single-product-box {
        max-width: calc(33% - 26px);
    }
}
@media only screen and (max-width:991px){
    .product-wrapper {
        flex-direction: column;
    }
    .all-product-box{
        max-width: unset;
    }
    .product-sidebar{
        max-width: unset;
    }
    .review-tab-navigation ul {
        border: none;
        width: 100%;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid #fff;
    }
    .review-tab-navigation ul li a {
        padding-bottom: 0;
        width: 100%;
        font-size: 16px;
    }
    .review-tab-navigation ul li a.active {
        border: none;
    }
    .review-tab-navigation ul.open li {
        display: block;
    }
    .review-tab-navigation ul li.product-active {
        display: block;
    }
    .responsive-tabs > i {
        position: absolute;
        top: 10px;
        font-size: 20px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: #fff;
    }
}
@media only screen and (max-width:768px){
    .single-product-box {
        max-width: calc(50% - 20px);
    }
    .product-detail {
    margin-top: 16px;
 }
}
@media only screen and (max-width: 767px){
    .review-tab-navigation ul{
        margin-top: 0px;
    }
    .product-detail h4{
        font-size: 18px;
    }
}
@media only screen and (max-width:480px){
    .single-product-box {
        max-width: unset;
                width: 100%;
    }
}
@media only screen and (min-width: 991px) {
    .review-tab-navigation ul li {
        border-bottom: 2px solid transparent;
    }

    .review-tab-navigation ul li.product-active {
        border-bottom-color: #fff;
/*         color: var(--black); */
    }
} 
/*============================================
= End all-product Page CSS
=============================================*/
/*============================================
= Start Blog CSS
=============================================*/
.blog-post-section .default-content h3 {
    margin: 0 0 32px;
}
ul.blog-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
ul.blog-post-list li {
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    /* border-radius: 16px;*/
}
.blog-content {
    padding: 24px;
}
ul.blog-post-list li p{
    margin-bottom: 0;
}
ul.blog-post-list li p,
ul.blog-post-list li p a{
    color: rgba(0, 0, 0, .5) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 0;
}
ul.blog-post-list li p a:first-child{
    margin-top: 0 !important;
}
ul.blog-post-list li a img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
}
ul.blog-post-list li p a.read-more {
    color: var(--slategray) !important;
    text-transform: capitalize;
    /* display: none;*/
}
ul.blog-post-list li a h2{
    color: #24394A !important;
    font-size: 22px;
    font-weight: 600;
    list-style: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-post .site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.single-post .site-content .inside-article{
    padding: 0;
    padding-bottom: 40px;
}
.single-post .site-content article a {
    color: var(--slategray);
}
.single-post .entry-title {
    line-height: 1.1;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .entry-content h2 {
    font-size: 30px;
      font-weight: 800;
    line-height: 1.2;
     color: var(--slategray) !important;
}
.single-post .entry-content p strong{
    color: var(--slategray);
}
.single-post .entry-content h2,
.single-post .entry-content h3 {
    margin: 32px 0 16px;
    color: #24394A;
}
.single-post .entry-content p {
    letter-spacing: 0.7px;
    line-height: 1.5;
}
.single-post .entry-content ul {
    margin: 0;
    padding-left: 22px;
}
/* .single-post .entry-content ul li {
    color: #44616E;
} */
body.single-post {
    background-color: #f5f5f5;
}
body.single-post .inside-article,
body.single-post .site-content {
    background-color: transparent !important;
}
.single-post .entry-content ul li b, .single-post .entry-content ul li strong {
    color: var(--black);
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.single-post .entry-content ul li:not(:last-child) {
    margin: 0 0 16px;
}
.single-post .entry-content ul.post-list {
    list-style: disc;
    padding-left: 18px;
}
.single-post .entry-content ul.post-list li::marker {
    color: #016BBD;
}
.single-post .entry-content ul.post-list li:not(:last-child) {
    margin: 0 0 8px;
}
.single-post .page-header-image-single img {
    margin: 0 auto;
}
.single-post .entry-content ul + p,
.single-post .entry-content p + ul {
    margin-top: 16px;
}
body.single-post .site-content .inside-article{
    padding-bottom: 0px !important;
}
body.single-post.separate-containers .site-main{
    margin: 60px 0px !important;
}
.single-post .featured-image img{
    width: 100% !important;
}
@media only screen and (max-width: 991px){
    ul.blog-post-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    ul.blog-post-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 22px;
    }
    .blog-post-section .default-content h3 {
        margin: 0 0 22px;
    }
    .single-post .entry-content h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px){
    ul.blog-post-list li a h2 {
        font-size: 19px;
    }
}
/*============================================
= End Blog CSS
=============================================*/
/*============================================
= Start FAQs CSS
=============================================*/
.faqs-title.default-content {
    display: none;
}
.faqs-title h3 {
    padding-bottom: 40px;
}
.faq-box:not(:first-of-type) .faq-content {
    display: none;
}
.faq-list{
    margin-bottom: 0px;
}
.faq-box{
    border-bottom: 1px solid #3E3823;
}
.faq-list h4{
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    color: var(--black);
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-family: var(--inter);
    transition: all 0.3s;
}
.faq-box.active h4.faq-title {
    color: var(--slategray);
    background-color: rgba(100, 100, 111, 0.1);
}
.faq-list h4:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #3E3823;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2024/08/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.faq-box.active h4:after {
    background-image: url("/wp-content/uploads/2024/08/minus.svg") !important;
}
.faq-list .faq-content{
    padding: 15px;
}
@media only screen and (min-width: 1200px){
    .faqs-section .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1024px){
    .faq-list h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .faq-list h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list h4{
        padding: 15px 25px 15px 15px;
    }
    .faq-list h4:after{
        right: 10px;
    }
    .faq-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width:575px){
    .faq-list h4 {
        font-size: 16px;
    }
}
/*============================================
= End FAQs CSS
=============================================*/

/*============================================
= Start Review CSS
=============================================*/
/* Read More */
.read-more-span {
    max-height: 400px !important;
    padding: 0 15px 0 0 !important;
}
.read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.scrollbar-active .read-more-span {
    display: inline-block;
}
a.read-more {
    color: var(--slategray);
}
a.read-more:hover {
    color: var(--black);
}
.scrollbar-inner {
    /* padding: 0 15px 0 0 !important; */
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
}
.scrollbar-active{
    min-height: 120px;
    overflow-y: auto;
}
.scrollbar-inner .scrollbar-active {
    max-height: 150px !important;
}
.more-text{
    display: none;
}
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .04); 
    border-radius: 10px;
}
.scrollbar-active::-webkit-scrollbar-thumb {
    background: var(--slategray); 
    border-radius: 10px;
}
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #222222; 
}
@media only screen and (max-width: 767px){
    .scroll-content{
        height: auto !important;
    }
    .read-more-span {
        font-size: 16px;
    }
    .scrollbar-active {
        max-height: 300px !important;
    }
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span {
        padding: 0px !important;
    }
}

/*Slider Arrow Design*/
.slick-slider .slick-arrow {
    z-index: 11;
    width: 50px;
    height: 25px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.slick-slider .slick-arrow::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/08/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 25px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/08/arrow-right.svg");
}
.testimonial-slider .slick-slider .slick-arrow{
    background-color: #66929A;
    height: 68px;
    width: 68px;
    border-radius: 12px;
}
.testimonial-slider .slick-slider .slick-arrow::before{
    content: "";
    background-image: url("/wp-content/uploads/2024/08/white-left-arrow.svg");
}
.testimonial-slider .slick-slider .slick-arrow.slick-next::before{
    content: "";
    background-image: url("/wp-content/uploads/2024/08/white-right-arrow.svg");
}
.testimonial-slider .slick-slider .slick-prev{
    left: -80px;
}
.testimonial-slider .slick-slider .slick-next{
    right: -80px;
}
@media only screen and (max-width: 1800px){
    .testimonial-slider .slick-slider .slick-prev{
      left: -65px;
  }
  .testimonial-slider .slick-slider .slick-next{
    right: -65px;
  }
}
@media only screen and (max-width: 1499px){
    .testimonial-slider .slick-slider .slick-prev{
      left: -16px;
   }
  .testimonial-slider .slick-slider .slick-next{
    right: -16px;
   }
  .testimonial-slider .slick-slider .slick-arrow{
    height: 52px;
    width: 52px;
  }
}
@media only screen and (max-width: 1399px){
    
  .testimonial-slider .slick-slider .slick-arrow{
    height: 46px;
    width: 46px;
  }
}
@media only screen and (max-width: 1199.98px) {
    .slick-slider .slick-arrow,
    .slick-slider .slick-arrow::before{
        width: 30px;
        height: 20px;
    }
}
@media only screen and (max-width: 1024.98px){
    .slick-slider .slick-arrow,
    .slick-slider .slick-arrow::before{
        width: 25px;
        height: 15px;
    }
    /* .slick-slider .slick-prev {
        left: -16px;
    }
    .slick-slider .slick-next {
        right: -16px;
    } */
}
@media only screen and (min-width: 1200px){
    .slick-slider .slick-prev {
        left: -35px;
    }
    .slick-slider .slick-next {
        right: -35px;
    }
}
@media only screen and (max-width:991px){
    .testimonial-slider .slick-slider .slick-prev{
      left: -20px;
  }
  .testimonial-slider .slick-slider .slick-next{
    right: -20px;
  }
}
/*Slider Arrow Design*/

/* Review section */
.review-section-content {
    padding: 0 15px;
}
.review-slider {
    margin: 0 -15px;
}
.review-slider{
    margin-bottom: 0 !important;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.review-slider .slick-slide {
    padding: 0px 10px;
}
.review-slider .slick-slide>* {
    padding: 10px;
}
.review-slider-content {
    background-color: var(--white);
    padding: 36px;
    height: 100% !important;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
	border-radius: 14px;
}
.review-slider-main-content {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-slider-content h3 {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: var(--poppins);
}
ul.review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
ul.review-rating li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #666;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.morecontent span {
    display: none;
}
.review-section-content {
    position: relative;
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #192530;
}
.read_more_txt p {
    color: #192530;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.image-container {
    margin-top: 60px;
}
.reviews-img img {
    border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
    .review-slider .slick-slide{
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        padding: 40px 30px;
    }
    .review-description p{
        font-size: 16px;
    }
    .review-tab-navigation ul{
        width: 100% !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    } 
    .review-slider {
        margin: 20px 0 0 0 !important;
    }
}
@media only screen and (max-width: 575px){
    .review-slider{
        margin: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
    .review-section-content {
        padding: 0;
    }
}
@media only screen and (max-width: 375px){
    .review-slider-content{
        padding: 20px;
    }
    .review-section-content .review-description .scrollbar-active {
        max-height: 200px !important;
    }
}
@media only screen and (min-width: 768px) {
    .review-slider .slick-slide {
        height: auto;
    }
    .review-slider .slick-slide>*, .review-slider .slick-slide>*>* {
        height: 100%;
    }
}
/*============================================
= End Review CSS
=============================================*/
.faq-counter h4 {
    background: #fff;
    color: #5A838B;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 18px;
}
.faq-counter .faq-box{
    border: none;
}
.faq-counter h4:after{
    background-image: url(/wp-content/uploads/2024/08/plus-1.svg);
}
.faq-counter .faq-box.active h4:after {
    background-image: url(/wp-content/uploads/2024/08/minus-1.svg) !important;
}
.faq-counter .faq-box.active h4.faq-title {
    color: var(--slategray);
    background-color: #fff;
    margin-bottom: 0px;
}
.faq-counter {
    counter-reset: item-counter;
}
.faq-counter .faq-box h4::before {
    counter-increment: item-counter;
    content: "0" counter(item-counter);
    color: #5A838B;
    font-weight: 700;
    font-size: 24px;
    margin-right: 12px;
}
@media only screen and (max-width:991px){
    .faq-counter .faq-box h4::before{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    .faq-counter h4{
        font-size: 16px;
    }
    .faq-counter .faq-box h4::before{
        font-size: 18px;
    }
}