/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'UTM Avo';
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/UTMAvo/utm-avo.ttf) format('truetype');
}

@font-face {
    font-family: 'UTM Avo';
    font-style: normal;
    font-weight: 700;
    src: url(./assets/fonts/UTMAvo/utm-avobold.ttf) format('truetype');
}

html,
body {
    font-family: 'UTM Avo';
}

:root {
    --primary-color: #d42027;
    --secondary-color: rgba(212, 32, 39, 0.2);
    --black-color: #000;
    --white-color: #fff;
    --heading-color: #333;
    --text-color: #444;
}

.back-to-top {
    bottom: 60px; 
}

p {
    margin-bottom: 15px;
}

.row > .col.child-center > .col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*************** HEADER  ***************/

#promotional-banner .mfp-close {
	color: #fff;
  opacity: 1;
}
.header-nav {
    justify-content: center;
    gap: 41px;
}

#logo {
    margin-right: 0;
}

.header-nav > .menu-item > a {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile-sidebar .nav .menu-item > a {
	    color: var(--text-color);
}

.off-canvas .mfp-content{
	    transition: transform .4s;
}

.header-nav .header-button .button {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    padding: 0 36px;
	text-transform:initial;

    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}


.section-heading-title {
    color: var(--heading-color-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section-heading-title.primary-color {
    color: var(--primary-color);
}
.section-heading-title span.dark-color {
    color: var(--black-color);
}
.section-heading-title span.heading-color {
    color: var(--heading-color);
}

.section-heading-title--small {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-contact-mobile {
	display:none;
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:900;
    background: var(--primary-color);
}
.btn-contact-mobile a {
	color: var(--white-color);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 45px;
	    font-weight: 600;
}

/*************** END HEADER ***************/

/*************** HOME PAGE ***************/

#introduce-video.lightbox-by-id {
	background-color:transparent;
}

#introduce-video.lightbox-by-id iframe {
	min-height:450px
}
.home-banner .text-box-left .video-button-wrapper {
	position: absolute;
    top: 50%;
    left: 36%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.home-banner .text-box-left .video-button-wrapper a{
	box-shadow: 0 0 15px 0 #686868;
    background: #fff;
    color: var(--primary-color);
	
	-webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
	
}
.home-banner .text-box-right {
    max-width: 660px;
}
.home-banner .text-box-right h3 {
    color: var(--primary-color);
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
}

.home-banner .text-box-right h4 {
    color: var(--black-color);
    font-size: 24px;
    line-height: 1.6;
}

.home-banner .text-box-right p {
    color: var(--black-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.18px;
}

.home-banner .text-box-right p strong {
    color: var(--primary-color);
}

.home-banner .text-box-right .button {
    font-size: 16px;
    padding: 4px 24px;
	    border-radius: 12px !important;

}

.why-choose-us-section .section-bg-overlay {
    background: linear-gradient(
        180deg,
        rgb(251 233 234 / 100%) 0%,
        rgb(251 233 234 / 95%) 5%,
        rgb(251 233 234 / 90%) 15%,
        rgb(255 255 255 / 50%) 100%
    );
}

/* .achievements-section .achievements-row {
    transform: translateY(-80px);
}
 */
.achievements-section .achievements-row > .col > .col-inner {
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0px 4px 35px 0px rgba(212, 32, 39, 0.3);
    text-align: center;
    padding: 18px 23px;
}
.achievements-section .achievements-row > .col > .col-inner p {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0px;
}

.achievements-section .achievements-row > .col > .col-inner p span {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}

.why-choose-us-section .why-choose-us-row {
}

.why-choose-us-section .why-choose-us-row > .col > .col-inner {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 35px 0px rgba(212, 32, 39, 0.3);
    padding: 20px 12px;
}

.why-choose-us-section .why-choose-us-row .icon-box .icon-box-img {
    width: 120px;
    height: 120px;
    background: var(--primary-color);
    border-radius: 999px;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 22px;
}

.why-choose-us-section .why-choose-us-row .icon-box .icon-box-img svg {
    margin-top: 0;
}

.why-choose-us-section .why-choose-us-row .icon-box .icon-box-text h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.why-choose-us-section .why-choose-us-row .icon-box .icon-box-text p {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.support-section .section-bg-overlay {
    background: linear-gradient(180deg, #fff0 0%, rgb(255 255 255) 15%, #fff 100%);
}

.support-section .support-row > .col > .col-inner {
	padding:30px 15px;
	transition: all 0.5s;
	cursor:pointer
}

.support-section .support-slider .flickity-slider > .row  > .col > .col-inner {
	transition: all 0.5s;
	cursor:pointer;
	min-height:500px;
padding:30px 15px;
}

.support-section .support-row > .col > .col-inner:hover,
.support-section .support-slider .flickity-slider > .row > .col > .col-inner:hover {
	background-color: var(--primary-color) !important;
    transform: translate(0,-10px);
	color:var(--white-color)
}

.support-section .support-row > .col > .col-inner:hover .icon-box  h3,
.support-section .support-slider .flickity-slider > .row > .col > .col-inner:hover .icon-box  h3{
	color:var(--white-color) 
}

.support-section .support-row > .col:nth-child(3n - 1 ) > .col-inner,
.support-section .support-slider .flickity-slider >.row:nth-child(3n - 1 )  > .col > .col-inner {
	background-color: #feeff0;
}

.support-section .support-row > .col:nth-child(3n - 2 ) > .col-inner,
.support-section .support-slider .flickity-slider >.row:nth-child(3n - 2 )  > .col > .col-inner {
    background-color: #fdf8e3;
}

.support-section .support-row > .col:nth-child(3n - 3 ) > .col-inner,
.support-section .support-slider .flickity-slider >.row:nth-child(3n - 3 )  > .col > .col-inner {
	background-color: #f0f3fa;
}

.support-section .support-row > .col > .col-inner .icon-box .icon-box-img,
.support-section .support-slider  .flickity-slider > .row .col > .col-inner .icon-box .icon-box-img {
   height:200px;
   width:max-content !important
}

.support-section .support-row .icon-box  h3 ,
.support-section .support-slider .flickity-slider > .row .icon-box  h3 {
    font-size: 24px;
	color:var(--primary-color) 
}

.benefit-section .benefit-row {
    justify-content: center;
    flex-wrap: nowrap;
}

.benefit-section .benefit-row > .col > .col-inner {
    min-height: 600px;
}

.benefit-section .benefit-row .benefit-item-content {
    display: none;
}

.benefit-section .benefit-row .benefit-item-content:nth-child(1) {
    display: block;
}

.benefit-section .benefit-row > .col:nth-child(1),
.benefit-section .benefit-row > .col:nth-child(3) {
    min-width: 450px;
}

.benefit-section .benefit-row > .col:nth-child(2) {
    min-width: 600px;
    min-height: 600px;
    background: url(/wp-content/uploads/2023/11/Subtract.png) no-repeat center/contain;
    z-index: -1;
}

.benefit-section .benefit-row > .col:nth-child(2) > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 150px;
}

.benefit-section .benefit-row > .col:nth-child(2) h3 {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.benefit-section .benefit-row > .col:nth-child(2) h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.benefit-section .benefit-row > .col:nth-child(2) p {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.benefit-section .benefit-row .icon-box .icon-box-img {
    width: 115px;
    height: 115px;
    background: var(--white-color);
    border-radius: 999px;
    overflow: hidden;
    padding: 28px;
    box-shadow: 0px 4px 10px rgba(212, 32, 39, 0.35);
    transition: all 0.3s;
    cursor: pointer;
}

.benefit-section .benefit-row .icon-box .icon-box-img svg path {
    fill: var(--primary-color) !important;
}

.benefit-section .benefit-row .icon-box:hover .icon-box-img {
    background: var(--primary-color);
}

.benefit-section .benefit-row .icon-box:hover .icon-box-img svg path {
    fill: var(--white-color) !important;
}

.benefit-section .benefit-row .icon-box .icon-box-text {
    align-self: center;
}

.benefit-section .benefit-row .icon-box .icon-box-text h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.benefit-section .benefit-row .col > .col-inner {
    position: relative;
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(1) {
    position: absolute;
    right: -160px;
    top: 50px;
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(2) {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(3) {
    position: absolute;
    right: -160px;
    bottom: 25px;
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(1) {
    position: absolute;
    left: -160px;
    top: 50px;
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(2) {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(3) {
    position: absolute;
    left: -160px;
    bottom: 25px;
}

.criteria-section .criteria-row > .col > .col-inner {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 25px 0px rgba(212, 32, 39, 0.15);
    padding: 50px 15px;
}

.criteria-section .criteria-row .icon-box svg path {
    fill: var(--primary-color) !important;
}

.criteria-section .criteria-row .icon-box .icon-box-text p {
    height: 0;
    opacity: 0;
    left: 10px;
    right: 10px;
    transition: all 0.3s;
    position: absolute;
    top: 220px;
}

.criteria-section .criteria-row > .col > .col-inner:hover .icon-box .icon-box-text p {
    height: auto;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.criteria-section .criteria-row > .col > .col-inner {
    transition: all 0.3s;
    padding-bottom: 70px;
}

.criteria-section .criteria-row > .col > .col-inner:hover {
    background-color: var(--primary-color);
    padding-bottom: 200px;
    cursor: pointer;
}

.criteria-section .criteria-row > .col > .col-inner:hover h3,
.criteria-section .criteria-row > .col > .col-inner:hover p {
    color: var(--white-color);
}

.criteria-section .criteria-row > .col > .col-inner:hover .icon-box svg path {
    fill: var(--white-color) !important;
}

.theme-section .section-bg-overlay {
    background: linear-gradient(0deg, rgba(212, 32, 39, 0.8) 0%, rgba(212, 32, 39, 0) 100%);
}

.theme-section .theme-row > .col {
    padding: 0 16px 45px;
}

/* .theme-section .theme-row > .col > .col-inner {
    border-radius: 16px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
} */
.theme-section .theme-row .box-image{
	border: solid 1px #d9d9d9;
	border-radius:8px;
	box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.1);
}
.theme-section .theme-row .box-image img {
    object-position: 50% 0%;
}

.theme-section .theme-row .box-text {
    padding: 0 10px;
}

.theme-section .theme-row .box-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 54px;
}
.theme-section .theme-row .box-text h4 a,
.theme-section .theme-row-slider .box-text h4 a{color:#fff}
.theme-section .theme-row .box-text h4 a:hover,
.theme-section .theme-row-slider .box-text h4 a:hover{color:#000}

.theme-section .see-more-btn {
    border-radius: 50px;
    background: var(--white-color) !important;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 47px;
}

.theme-section .see-more-btn:hover {
    box-shadow: 0px 4px 25px 4px rgba(0, 0, 0, .8);
}

.theme-section .see-more-btn span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.price-table-section .price-table-row > .col >.col-inner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(212, 32, 39, 0.25);
    overflow: hidden;
    transition: all 0.3s;
}

.price-table-section .price-table-row > .col >.col-inner:hover {
    box-shadow: 0px 4px 25px 0px rgba(212, 32, 39, 0.8);
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table {
    padding: 50px 30px;
    text-align: initial;
    box-shadow: none;
    border: none;
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table::after  {
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 35px;
    background: url(/wp-content/uploads/2023/11/Price-Table-Badge.png) no-repeat top left/contain;
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table-header {
    display: flex;
    flex-wrap: wrap;
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .title {
    font-size: 24px;
    padding: 10px 0;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(89deg, #000 0.96%, #D42027 28.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    position: relative;
    width: 100%;
    order: -2;
    margin-bottom: 25px;
}
.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 3.5px;
    background-color: var(--primary-color);
}

.price-table-section .price-table-row .pricing-table-wrapper .description {
    order: -1;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}

.price-table-section .price-table-row .pricing-table-wrapper .price {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .items {
    padding: 35px 0;
	overflow:hidden
} 

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .items.collapse {
	max-height:190px;
	position:relative
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .items.collapse:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:50px;
	right:0;
    background: linear-gradient(0deg, white, transparent);
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .items>div {
    border-bottom: none;
    padding: 0 0 0 24px;
    margin-bottom: 15px;
}
.price-table-section .price-table-row .pricing-table-wrapper .pricing-table  .bullet-item {
    position: relative;
}
.price-table-section .price-table-row .pricing-table-wrapper .pricing-table  .bullet-item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2023/11/Check.png) no-repeat center/contain;
}

.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .toggle-button {
	    background: var(--primary-color);
    color: var(--white-color);
    margin: 0 auto;
    display: block;
    max-width: 50%;
    text-align: center;
    padding: .4rem 1rem;
    border-radius: 40px;
    font-size: 14px;
    margin-top: 10px;
	transition:all 0.3s;
	cursor:pointer
}


.price-table-section .price-table-row .pricing-table-wrapper .pricing-table .toggle-button:hover {
	    box-shadow: 4px 8px 10px 0 #d4202761;
}

.process-section .step-row .step-number {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.process-section .step-row .step-content{
    margin-bottom: 30px;
}

.process-section .step-row .step-content h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.process-section .step-row .step-content p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advise-section .section-bg-overlay {
    background: linear-gradient(79deg, rgba(212, 32, 39, 0.20) 52.45%, rgba(240, 100, 37, 0.20) 100%);
}

.advise-section .section-heading-title {
    font-size: 38px;
}

.advise-section .advise-form-col form {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.80);
    max-width: 500px;
    overflow: hidden;
    padding: 65px 75px 100px;
    /* box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.25); */
    position: relative;
    background: url(/wp-content/uploads/2023/11/Frame-30.png) no-repeat center/ 100% 100%;

    margin-right: -35px;
    margin-left: auto;
}

.advise-section .advise-form-col form .form-header-title {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}

.advise-section .advise-form-col form input[type="text"],
.advise-section .advise-form-col form input[type="tel"],
.advise-section .advise-form-col form input[type="email"] { 
    min-height: 45px;
}

.advise-section .advise-form-col form input[type="tel"],
.advise-section .advise-form-col form input[type="email"],
.advise-section .advise-form-col form input[type="text"],
.advise-section .advise-form-col form textarea {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    background: var(--white-color);
    padding: 10px 20px;
    margin-bottom: 24px;
}

.advise-section .advise-form-col form .submit-field {
    text-align: center;
}

.advise-section .advise-form-col form .wpcf7-submit {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: initial;
    border-radius: 99px;
}
.slider .flickity-button {
    display: block !important;
    opacity: 1 ;
    width: 50px;
}

.slider .flickity-button .flickity-button-icon {
    border: none;
    background: var(--primary-color);
    padding: 25%;
}

.testimonial-section .slider-nav-outside.slider-nav-circle .previous {
    left: -50px;
    right: auto;
    transform: unset !important;
}

.testimonial-section .slider-nav-outside.slider-nav-circle .next {
    left: auto;
    right: -50px;
    transform: unset !important;

}

.testimonial-section .flickity-slider > .row {
    padding: 30px 15px;
    opacity: 1 !important;
}

.testimonial-section .testimonial-box {
    position: relative;
    box-shadow: 0px 4px 25px rgba(212, 32, 39, 0.25);
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-section .testimonial-box  .testimonial-image{
    position: absolute ;
    right: 30px;
    bottom:22px;
    height: 130px;
}

.testimonial-section .testimonial-box .icon-box-text {
    padding: 0px;
}

.testimonial-section .testimonial-box .icon-box-text  .star-rating {
    margin-right: 0;
    margin-left: auto;
    font-size: 20px !important;
    letter-spacing: 5px;
    width: 130px;
}
.testimonial-section .testimonial-box .icon-box-text .star-rating span:before {
    color: #ffac0c;
}

.testimonial-section .testimonial-box .icon-box-text .testimonial-text {
    padding: 35px 30px 75px;
    position: relative;
    color: var(--black-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    min-height: 240px;
} 

.testimonial-section .testimonial-box .icon-box-text .testimonial-text p {
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-section .testimonial-box .icon-box-text  .testimonial-text::before {
    content: '“';
    position: absolute;
    top: 8px;
    left: 20px;
    color: rgba(212, 32, 39, 0.20);
    font-size: 80px;
    font-weight: 700;
    line-height: 50px; 
    font-style: normal;
}

.testimonial-section .testimonial-box .icon-box-text  .testimonial-meta {
    background: linear-gradient(90deg, #D42027 0.05%, rgba(212, 32, 39, 0.00) 99.97%);
    display: flex;
    flex-wrap: wrap;
    padding: 15px 180px 10px 50px;
}

.testimonial-section .testimonial-box .icon-box-text  .testimonial-meta .testimonial-name {
    width: 100%;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.testimonial-section .testimonial-box .icon-box-text  .testimonial-meta .testimonial-company {
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}


.testimonial-section .testimonial-box .icon-box-text  .testimonial-meta .testimonial-name-divider {
    display: none;
}

.faq-section .faq-accordion .accordion-item {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 17px;
}

.faq-section .faq-accordion .accordion-item .accordion-inner {
    padding: 20px 15px;
}

.faq-section .faq-accordion .accordion-item .accordion-title {
    border: none;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 40px 12px 15px;
}

.faq-section .faq-accordion .accordion-item .accordion-title.active {
    background-color: transparent;
}

.faq-section .faq-accordion .accordion-item .accordion-title .toggle {
    right: 0;
    left: auto;
}
.tab-price .nav {
    background: #EBEBEB;
    position: relative;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
	width: max-content;
	justify-content: center;
	margin: 0 auto;
    font-size: 16px;
	margin-bottom: 20px
}
.tab-price .nav li a{
	padding: 5px 50px;
	color: #000;
	font-size: 16px;
		font-weight: 700

}
.tab-price .nav li.active a{
	color:#fff
}

/*************** END HOME PAGE ***************/



@media only screen and (max-width: 1650px) {
    .header-nav {
        justify-content: center;
        gap: 30px;
    }
}

@media only screen and (max-width: 1500px) {
    .header-nav {
        justify-content: center;
        gap: 20px;
    }
    .header-nav > .menu-item > a {
        font-size: 16px;
    }

    .header-nav .header-button .button {
        font-size: 16px;
        padding: 0 24px;
    }
    .benefit-section .benefit-row > .col:nth-child(2) {
        min-width: 500px;
        min-height: 500px;
    }
    .benefit-section .benefit-row > .col:nth-child(1), .benefit-section .benefit-row > .col:nth-child(3) {
        min-width: 350px;
        max-width: 350px;
    }
    .benefit-section .benefit-row > .col > .col-inner {
        min-height: 500px;
    }
    .benefit-section .benefit-row > .col:nth-child(2) > .col-inner {
        padding: 0px 100px;
    }
    .benefit-section .benefit-row > .col:nth-child(2) h3 {
        font-size: 32px;
    }
    .benefit-section .benefit-row > .col:nth-child(2) h4 {
        font-size: 20px;
    }
    .benefit-section .benefit-row > .col:nth-child(2) p {
        font-size: 16px;
    }
    .benefit-section .benefit-row .icon-box .icon-box-img  {
        width: 80px !important;
        height: 80px;
        padding: 20px
    }
    .benefit-section .benefit-row .icon-box .icon-box-text h3 {
        font-size: 18px;
    }
    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(1) {
        right: -125px;
        top: 45px;
    }
    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(2) {
        right: -55px;
    }
    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(3) {
        right: -125px;
        bottom: 20px;
    }
    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(1) {
        left: -125px;
        top: 45px;
    }
    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(2) {
        left: -55px;
    }
    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(3) {
        left: -125px;
        bottom: 20px;
    }
    
    .testimonial-section .slider-nav-outside.slider-nav-circle .next {
        right: 15px;
    }
    .testimonial-section .slider-nav-outside.slider-nav-circle .previous {
        left: 15px;
    }
}

@media only screen and (max-width: 1320px) {
    #logo {
        width: 200px !important;
    }

    .header-nav {
        justify-content: center;
        gap: 15px;
    }
    .header-nav > .menu-item > a {
        font-size: 14px;
    }

    .header-nav .header-button .button {
        font-size: 15px;
        padding: 0 24px;
    }

    .home-banner .text-box-right h3 {
        font-size: 36px;
    }
    .home-banner .text-box-right h4 {
        font-size: 22px;
    }
    .home-banner .text-box-right p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .achievements-section .achievements-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    
    .advise-section .advise-form-col form .form-header-title,
    .advise-section .section-heading-title,
    .section-heading-title {
        font-size: 36px;
    }

    .section-heading-title--small {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1152px) {
	.nav .menu-item.show-for-medium,
    #masthead .header-inner .show-for-medium {
        display: block !important;
    }
	
	.nav .menu-item.hide-for-medium,
    #masthead .header-inner .hide-for-medium {
        display: none !important;
    }



    .benefit-row {
        display: none;
    }

    .benefit-row-tablet {
        display: flex !important;
    }

    .benefit-row-tablet {
        display: flex !important;
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-img {
        width: 115px;
        height: 115px;
        background: var(--white-color);
        border-radius: 999px;
        overflow: hidden;
        padding: 28px;
        box-shadow: 0px 4px 10px rgba(212, 32, 39, 0.35);
        transition: all 0.3s;
        cursor: pointer;
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-img svg path {
        fill: var(--primary-color) !important;
    }
    
    .benefit-section .benefit-row-tablet .icon-box:hover .icon-box-img {
        background: var(--primary-color);
    }
    
    .benefit-section .benefit-row-tablet .icon-box:hover .icon-box-img svg path {
        fill: var(--white-color) !important;
    }
    
    .benefit-section .benefit-row-tablet .icon-box .icon-box-text {
        align-self: center;
    }
    
    .benefit-section .benefit-row-tablet .icon-box .icon-box-text h3 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }

    

    .process-section .step-row .step-number {
        font-size: 36px;
    }
    .process-section .step-row .step-content h3 {
        font-size: 20px;
    }
    .advise-section .advise-form-col form {
        padding: 50px 60px 90px;
    }
    
  
}

@media only screen and (max-width: 1040px) {
    .price-table-section .price-table-row > .col {
        flex-basis: 50%;
        max-width:  50%;
    }

    .advise-section .advise-form-col form .form-header-title,
    .advise-section .section-heading-title,
    .section-heading-title {
        font-size: 32px;
    }

    .section-heading-title--small {
        font-size: 24px;
    }
    .why-choose-us-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .why-choose-us-section .why-choose-us-row .icon-box .icon-box-text h3 {
        font-size: 18px;
    }
	.support-row {
		display:none
	}
	.support-slider {
		display:block !important
	}
    .support-slider .flickity-slider  > .row  {
		max-width: 50%;
		opacity:1 !important;
		padding:30px 15px
    }
	
	.support-section .support-row .icon-box  h3,
	.support-section .support-slider .flickity-slider > .row .icon-box h3{
        font-size: 18px;
    }
     .theme-section .theme-row > .col,
    .criteria-section .criteria-row > .col {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .process-section .step-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .testimonial-section .flickity-slider > .row {
        max-width: 100% !important;
        padding: 30px 80px;
    }
}

@media only screen and (max-width: 849px) {
	.tab-price .nav li a {
		padding: 0px 20px;
		color: #000;
		font-size: 14px;
	}
    /*************** TABLET  ***************/
    .achievements-section .achievements-row > .col > .col-inner p span {
        font-size: 40px;
    }
    .achievements-section .achievements-row > .col > .col-inner p {
        font-size: 20px;
        line-height: 1.5;
    }

    .home-banner .text-box-right h3 {
        font-size: 32px;
    }
    .home-banner .text-box-right h4 {
        font-size: 20px;
    }
    .home-banner .text-box-right p {
        font-size: 15px;
    }

    .advise-section .advise-form-col form .form-header-title,
    .advise-section .section-heading-title,
    .section-heading-title {
        font-size: 28px;
    }

    .section-heading-title--small {
        font-size: 22px;
    }

    .support-section .support-row > .col {
        padding: 0 20px 30px;
    }

    .theme-section .theme-row > .col,
    .criteria-section .criteria-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .process-section .step-row .step-number {
        font-size: 32px;
    }
    .process-section .step-row .step-content h3 {
        font-size: 18px;
    }

    .advise-section .advise-form-col form{
        margin: 0 auto;
    }

    .testimonial-section .flickity-slider > .row {
        max-width: 100% !important;
        padding: 30px;
    }
    .testimonial-section .testimonial-box .icon-box-text .testimonial-text {
        font-size: 15px;
    }

    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta .testimonial-name {
        font-size: 16px;
    }
    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta .testimonial-company {
        font-size: 14px;
    }

    .slider .flickity-button {
        width: 40px;
    }
	
	 .support-slider .flickity-slider  > .row  {
		max-width: 80% !important;
    }
	
	body {
		padding-bottom:48px !important
	}
	
	.btn-contact-mobile {
		display:block
	}
	
	.home-banner .text-box-right .button {
		font-size: 15px;
		padding:2px 20px;
	}


}

@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta {
        padding: 15px 180px 10px 30px;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .achievements-section .achievements-row > .col {
        padding: 0 10px 20px !important;
    }
    .achievements-section .achievements-row > .col > .col-inner {
        padding: 15px 10px;
    }

    .achievements-section .achievements-row > .col > .col-inner p span {
        font-size: 24px;
    }
    .achievements-section .achievements-row > .col > .col-inner p {
        font-size: 14px;
        line-height: 1.5;
    }

    .price-table-section .price-table-row > .col {
        flex-basis: 100%;
        max-width:  100%;
    }

    .home-banner .text-box-right h3 {
        font-size: 22px;
    }
    .home-banner .text-box-right h4 {
        font-size: 16px;
    }
    .home-banner .text-box-right p {
        font-size: 14px;
    }
	
		
	.home-banner .text-box-right .button-wrapper > .col-inner {
		display: flex;
		align-items: center;
		gap: 10px;
	} 
	
	.home-banner .text-box-right .button {
		flex:1;
		margin:0
	}


    .advise-section .advise-form-col form .form-header-title,
    .advise-section .section-heading-title ,
    .section-heading-title {
        font-size: 24px;
    }

    .section-heading-title--small {
        font-size: 20px;
    }
    .why-choose-us-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .why-choose-us-section .why-choose-us-row .icon-box .icon-box-text h3 {
        font-size: 16px;
    }

    .support-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .support-section .support-row .box .box-text h4 {
        font-size: 16px;
    }

        
    .benefit-section .benefit-row-tablet .icon-box .icon-box-img {
        width: 80px !important;
        height: 80px;
        padding: 20px;
    }
    .benefit-section .benefit-row-tablet .icon-box .icon-box-text h3 {
        font-size: 18px;
    }

    .criteria-section .criteria-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .theme-section .theme-row .box-text h4 {
        font-size: 16px;
    }

    .theme-section .see-more-btn {
        padding: 2px 20px;
    }

    .process-section .step-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
	
	
	
    .process-section .step-row > .col > .col-inner {
        display:flex;
		align-items: start;
		gap:10px
    }
	
	.process-section .step-row .step-content {
		margin-bottom: 0px;
		margin-top: 5px;
	}
	

    .process-section .step-row .step-number {
        font-size: 28px;
    }
    .process-section .step-row .step-content h3 {
        font-size: 16px;
    }
	
	.process-section .step-row .step-content p {
		-webkit-line-clamp: 10;
		margin-bottom: 0;
		min-height: auto;
	}
	    .process-section .step-row .is-divider,
	    .process-section .step-row .img {
        display:none
    }

    .testimonial-section .flickity-slider > .row {
        padding: 30px 20px;
    }

    .testimonial-section .testimonial-box .testimonial-image {
        bottom: 25px;
        height: 65px;
        width: 65px !important;
        right: 15px;
    }
    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta {
        padding: 15px 90px 10px 20px;
    }
    .slider .flickity-button {
        width:32px;
    }
    .testimonial-section .testimonial-box .icon-box-text .star-rating {
        font-size: 16px !important;
        letter-spacing: 4px;
        width: 115px;
    }

    .testimonial-section .testimonial-box .icon-box-text .testimonial-text p {
        -webkit-line-clamp: 8;
    }
    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta .testimonial-name {
        font-size: 14px;
    }
    .testimonial-section .testimonial-box .icon-box-text .testimonial-meta .testimonial-company {
        font-size: 12px;
    }
	
	.advise-section .advise-form-col {
		padding-left:0;
		padding-right:0;
	}
	.advise-section .advise-form-col form {
		padding: 50px 40px 60px;
	}
	
	.support-slider .flickity-slider  > .row  {
		max-width: 100% !important;
		padding: 0;
    }
	 .theme-section .theme-row .flickity-slider > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
	
	.theme-section .theme-row .flickity-button {
		display:block !important;
		opacity:1 !important
	}
	.theme-section .theme-row .flickity-button .flickity-button-icon {
		background: rgb(255 0 0 / 70%);
		color: #fff;
		border-radius: 6px;
	}

	.theme-section .theme-row-slider .flickity-slider > .row > .col > .col-inner {
		border-radius: 16px;
		overflow:hidden
	}
	
	.home-banner .text-box-left .video-button-wrapper a {
		font-size: 14px;
		line-height: 2;
	}
	
	
	#introduce-video.lightbox-by-id iframe {
		min-height:250px
	}
	.criteria-section .criteria-row .icon-box .icon-box-text p {
		height: auto;
		opacity: 1;
		position: static;
	}
	
	.criteria-section .criteria-row > .col > .col-inner:hover {
		padding-bottom: 70px;
	}
	
	.criteria-section .icon-box-center .icon-box-img {
		    margin: 0;
	}

	.criteria-section .icon-box-center .icon-box-text h3 {
	    transform: translate(0, -75px);
		padding-left: 120px;
		text-align: left;
		        font-size: 20px;
	}
	
	.grecaptcha-badge {
		display:none !important
	}
	

}

@media only screen and (max-width: 400px) { 
    .advise-section .advise-form-col form .form-header-title,
    .advise-section .section-heading-title ,
    .section-heading-title {
        font-size: 20px;
    }

    .section-heading-title--small {
        font-size: 18px;
    }
	
	#introduce-video.lightbox-by-id iframe {
		min-height:220px
	}
		
	.home-banner .text-box-right .button {
        font-size: 14px;
        padding: 0px 10px;
	}

}