.services_top_sec h3.vc_custom_heading {
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
    margin-bottom: 18px ! Important;
}
a.services_btn_block:hover {
    background-color: #B7A77C !important;
}
.services_boxes .w-grid-list {
    display: grid;
    gap:32px;
}
.services_col:nth-child(1) a.services_btn_block:hover {
    background: #1A317A !important;
}
.services_col:nth-child(2) a.services_btn_block:hover {
    background: #B7A77C !important;
}
.services_col:nth-child(3) a.services_btn_block:hover {
    background: #3271B8 !important;
}
.w-grid-list.row-count-1 {
    grid-template-columns: 100%;
}
.w-grid-list.row-count-2 {
    grid-template-columns: repeat(2, 1fr);
}   
.w-grid-list.row-count-3 {
    grid-template-columns: repeat(3, 1fr);
}
.services_col {
    height: 560px;
    background-size: cover;
	position:relative;
}
.services_col::before {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: '';
    border-radius: 15px;
}
.services_col,
.services_col video.bg-video,
.services_col .bg_image{
    border-radius: 15px;
}

.services_col .content {
    z-index: 9;
    position: relative;
    font-size: 18px;
    line-height: 23px;
	color: var(--white);
    padding: 33px 23px;
    display: flex;
    align-items: end;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}
.services_col video.bg-video {
    height: 560px;
    position: absolute;
    top: 0px;
    object-fit: cover;
    width: 100%;
}
.services_col .bg_image {
    height: 560px;
    position: absolute;
    top: 0px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
a.services_link {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 20px;
    background-image: url(/wp-content/themes/Impreza-child/assets/images/signup_hover.svg);
    background-color: #fff;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: var(--border-radius);
    background-size: 18px;
    transform: rotate(-45deg);
}
a.services_link:hover {
    opacity: .7;
}
.services_col .content h2 {
    font-weight: 700;
	color: var(--white);
    max-width: 200px;
    margin: 0px auto 0px 0px;
}
.services_col p.text {
    border-top: 0.5px solid #fff;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 210px;
}
.left_col_text .wpb_text_column {
    border-top-width: var(--border-large-width);
    border-top-style: solid;
    border-color: #000;
    padding-top: 14px;
    color: #000000B2;
    font-size: 22px;
    line-height: 28px;
}
.left_col_text h3.vc_custom_heading {
    padding-bottom: 0px;
    padding-top: 33px;
}
.left_col_text .vc_column-inner {
    position: absolute;
}
/* .services_inner_row .border-half-width {
    border: unset;
} */
section.l-section.home-second-sec.services_inner_row {
    margin-top: 0px;
    padding-top: 0px;
}
section.l-section.services_inner_row {
    padding-bottom: 47px;
}
.off-blue{
background-color:#EDF7FC;
}
.faq button.w-tabs-section-header {
    background: transparent !important;
}
.faq .w-tabs-sections {
    max-width: 1140px;
    margin: 0px auto;
}
.faq .w-tabs-section-control {
    background-image: url(/wp-content/themes/Impreza-child/assets/images/faq_bg.svg);
    background-size: 35px;
    background-position: center;
    width: 35px;
    height:35px;
}
.faq .w-tabs-section.active .w-tabs-section-control{
    background-image: url(/wp-content/themes/Impreza-child/assets/images/white_toggle_bg.svg);
}
.faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 9px;
    height: 1px;
    width: 18px;
    background: rgb(255 255 255);
    border-radius: var(--site-border-radius);
}
.faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 17px;
    height: 18px;
    width: 1px;
    background: rgb(254 254 255);
    border-radius: var(--site-border-radius);
}
.faq .w-tabs-sections.icon_plus>div.active>.w-tabs-section-header .w-tabs-section-control:before,
.faq .w-tabs-sections.icon_plus>div.active>.w-tabs-section-header .w-tabs-section-control:after{
    background-color: #000;
}
.faq button.w-tabs-section-header {
    padding: 0px;
    padding-bottom: 26px;
}
.faq .w-tabs-section-title {
    font-size: 25px !important;
    font-weight: 700;
    color: #121D46;
}
.faq {
    padding-top: 0px !important;
}
.faq .w-tabs-section{
    border-bottom: 0.5px solid #000;
    padding-top: 59px;
}
.faq .w-tabs.accordion>div>div>.w-tabs-section-content{
    padding:0px;
}
.faq .w-tabs.accordion>div>.w-tabs-section{
    border-bottom: 0.5px solid #000;
    border-top: 0px;
}
.faq .w-tabs-section-content-h {
    padding-bottom: 47px;
}
.faq .wpb_text_column {
    font-size: 18px;
    max-width: 954px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.70);
}
.faq .w-tabs {
    padding-bottom: 86px;
}
.service_advantages  h2.vc_custom_heading {
    border-bottom: 0.5px solid #000;
    padding-bottom: 25px;
    margin-bottom: 22px !important;
}
.service_advantages h4.vc_custom_heading {
    font-weight: 700;
    border-bottom: 2px solid #000;
    margin-bottom: 11px;
    padding-bottom: 28px;
}
.service_advantages .wpb_text_column {
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    line-height: 23px;
}
.service_bottom .leadership-col .box_description h4 {
    max-width: 357px;
}
.approach_sec .vc_row > .wpb_column.vc_column_container {
    min-height: 735px;
}
.approach_sec .vc_column-overlay {
    height: 80%;
    top: unset;
}
.approach_sec .vc_row > .wpb_column.vc_column_container .vc_column-inner {
    max-width: 1140px;
    margin: 0px auto;
}
.approach_sec .wpb_text_column {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
.approach_sec h2.vc_custom_heading {
    border-bottom: 0.5px solid #000;
    margin-bottom: 23px !important;
    padding-bottom: 23px;
}
.why_sec h2.vc_custom_heading,
.why_sec .g-cols.wpb_row {
    border-bottom: 0.5px solid #000;
}
.why_sec h2.vc_custom_heading {
    padding-bottom: 23px;
    margin-bottom: 20px !important;
}
.valuation_sec.why_sec h2.vc_custom_heading {
    margin-bottom: 6px !important;
}
.why_sec .g-cols.wpb_row {
    padding-top: 19px;
    padding-bottom: 13px;
}
.why_sec .g-cols.wpb_row:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.why_sec h4.vc_custom_heading {
    font-weight: 700;
    max-width: 257px;
    margin-bottom: 0px;
}
.why_sec .wpb_text_column {
    color: #000;
}
.strategy_counter .counter_box .w-counter-value {
    min-height: 240px;
}
.valuation_counter .left_col_text h3.vc_custom_heading{
    min-height:154px;
}
.valuation_sec .g-cols.wpb_row > .wpb_column.vc_column_container > .vc_column-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap:30px;
}
.valuation_sec .g-cols.wpb_row > .wpb_column.vc_column_container > .vc_column-inner p{
    padding: 0;
}
.ser_valu .services_col .content h2 span {
    color: #B5A77B; 
}
.ser_valu .services_col .content h2 {
    font-size: 30px;
    line-height: 118%;
    max-width: 100%;
}
.ser_valu .services_col p.text {
    padding-top: 24px;
    margin-top: 29px;
}
.white-bg {
    background: #fff;
    padding: 20px 21px;
}
.white-bg p{
    padding-top: 24px;
}
.teardrop-grid {
    overflow: hidden;
    width: 100%;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 15px !important;
}
.pattern-grid {
    display: grid;
    gap: 12px;
}

.shape {
    width: 18px;
    height: 18px;
    border-radius: 80% 0 80% 0;
    opacity: 0;
    transform: rotate(-45deg) scale(0);
    animation: pattern-wave 5s ease-in-out infinite;
}

.shape-stagger {
    margin-top: 22px;
}

@keyframes pattern-wave {

    0%,
    100% {
        opacity: 0;
        transform: rotate(-45deg) scale(0.2);
    }

    50% {
        opacity: 1;
        transform: rotate(-45deg) scale(1.1);
    }
}
a.services_btn_block {
    margin: 0 auto 0 0;
}
.ser_valu .services_col .content {
    padding-bottom: 0px;
}
/*------------------------------------- Services CSS (Tablet Screen) ------------------------------------------*/
@media screen and (min-width:768px) and (max-width: 1279px) {
	.service_bottom .leadership-col .box_description h4 {
		width: 100%;
	}
    .services_col,
    .services_col video.bg-video {
        height: 400px;
    }
    .services_col p.text {
        min-height: 160px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 35px;
    }
    .services_boxes .w-grid-list{
        gap: 17px;
    }
    a.services_link {
/*         width: 20px;
        height: 20px;
        background-size: 13px; */
        right: 10px;
        top: 10px;
    }
    .services_top_sec h4.vc_custom_heading,
    .service-inner-top-secs .wpb_text_column {
        font-size: clamp(12px,1.563vw, 16px) !important;
        line-height: normal;
    }
    section.service-inner-top-secs {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .left_col_text h3.vc_custom_heading {
        font-size: 18px !important;
        line-height: normal !important;
        min-height: 78px;
        padding-top: 0px;
        margin-bottom: 18px;
    }
    .strategy_counter .counter_box .w-counter-value {
        min-height: 146px;
    }
    .services_inner_row .arrow_circle_btn::after {
        right: 9px !important;
        top: 0px !important;
    }
    .services_carousel {
        gap: 20px !important;
    }    
    .service-inner-top-secs h2.vc_custom_heading {
        margin-bottom: 0px !important;
    }    
    .services_inner_row p.w-counter-title,
    .services_inner_row .left_col_text .wpb_text_column{
        font-size: 12px;
        line-height: 15px;
    }
    .faq .w-tabs-section-control {
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
        top: 4px;
        left: 10px;
        height: 13px;
    }
    .faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
        top: 10px;
        left: 4px;
        width: 13px;
    }
    .faq .w-tabs-sections {
        padding: 0px 30px;
    }
    .faq .w-tabs-section {
        padding-top: 20px;
    }
    .faq .w-tabs-section-title{
        font-size: clamp(18px,2.344vw,25px) !important;
        line-height: normal;       
    }
    .faq .wpb_text_column,
    .service_advantages .wpb_text_column{
        font-size: clamp(12px,1.563vw, 16px) !important;
        line-height: normal;     
    }
    .faq .w-tabs {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .faq button.w-tabs-section-header {
        padding-bottom: 12px;
    }
    .service_advantages h4.vc_custom_heading {
        padding-bottom:9px;
    }
    .valuation_counter .left_col_text h3.vc_custom_heading {
        min-height: 86px;
        display: flex;
        align-items: end;
    }
    .approach_sec .wpb_text_column {
		font-size: clamp(15px, 1.953vw, 22px);
		line-height: normal;
		color: #fff;
	}
	.approach_sec .vc_row > .wpb_column.vc_column_container {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
    .ser_valu .services_col {
        height: 500px;
    }
    .teardrop-grid {
        height: 303px;
    }
    .counter_col.counter_height.white-bg.ser_valu {
        height: 500px !important;
    }
}
@media (max-width:767.5px) {
    .services_boxes .w-grid-list {
        gap: 19px;
        grid-template-columns: 100%;
    }
    .services_top_sec .vc_custom_heading {
        text-align: center !important;
    }
    .services_top_sec h4.vc_custom_heading,
    .services_col p.text {
        font-size: clamp(12px, 3.75vw, 18px) !important;
        line-height: normal;
    }
    .services_col video.bg-video,
    .services_col{
        height:432px;
    }
    a.services_link {
        width: 26px;
        height: 26px;
        right: 10px;
        top:10px;
    }
    .services_col .content h2 {
        font-size: clamp(24px, 7.5vw, 35px) !important;
        line-height: normal;
    }
    .services_col p.text {
        padding-top: 15px;
        margin-top:40px;
        min-height: 150px;
    }
    .services_top_sec h3.vc_custom_heading {
        border-bottom: 0px;
        padding-bottom: 19px;
        margin-bottom: 0px !important;
    }
    .services_col .content h2 {
        max-width: 150px;
    }
    .left_col_text .vc_column-inner {
        position: unset;
    }
    .left_col_text h3.vc_custom_heading {
        min-height: unset !important;
    }
    .approach_sec h2.vc_custom_heading {
        margin-bottom: 15px !important;
        padding-bottom: 12px;
    }
    .service-inner-top-secs .wpb_text_column p,
    .left_col_text .wpb_text_column,
    .faq .wpb_text_column,
    .approach_sec .wpb_text_column {
        font-size: clamp(12px, 3.75vw, 20px) !important;
        line-height: normal;
    }
    .faq .w-tabs {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 35px;
        padding-top: 30px;
    }
    .faq .w-tabs-section-title {
        font-size: clamp(16px, 5vw, 25px)!important;
        line-height: normal;;
    }
    .faq .w-tabs-section-control {
        background-size: 26px;
        background-position: center;
        width: 26px;
        height: 26px;
    }
    .faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
        top: 6px;
        left: 13px;
        height: 14px;
    }
    .faq .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
        top: 12px;
        left: 7px;
        width: 14px;
    }
    .faq .w-tabs-section {
        padding-top: 15px;
    }
    .faq button.w-tabs-section-header {
        padding-bottom: 15px;
    }
    .approach_sec .vc_row > .wpb_column.vc_column_container{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .service_advantages h4.vc_custom_heading {
        border-bottom: 0px;
        margin-bottom: 9px;
        padding-bottom: 0px;
    }
    .service_advantages.service_row_home .service_first_inner_row .wpb_column.vc_column_container:last-child {
        border-bottom:1px solid #000;
    }
    .service_advantages.service_row_home .service_first_inner_row .wpb_column.vc_column_container.active:last-child{
        border-bottom: 0px!important;
    } 
    section.service-inner-top-secs{
        padding-top: 31px !important;
        padding-bottom: 23px !important;
    }
    .strategy_counter .counter_box .w-counter-value {
        min-height: unset;
    }
    .valuation_sec .g-cols.wpb_row > .wpb_column.vc_column_container > .vc_column-inner {
        display: block;
    }
    .why_sec h4.vc_custom_heading {
        max-width: 100%;
    }    
    .valuation_sec.service_row p {
        padding-top: 11px;
        border-top: 1px solid #000;
        margin-top: 9px;
    }
    .valuation_sec.service_row_home .wpb_row .wpb_column.vc_column_container {
        border-bottom: 1px solid #000;
        padding-bottom: 9px;
    }
    .valuation_sec.service_row_home .g-cols.wpb_row:last-child .wpb_column.vc_column_container:last-child,
    .valuation_sec.service_row_home .wpb_row .wpb_column.vc_column_container.active {
        border-bottom: 0px;
    }
    .valuation_sec.why_sec h2.vc_custom_heading, .why_sec .g-cols.wpb_row{
        border-bottom: 0px!important;
    }
    .service_bottom {
        padding-bottom: 0px !important;
    }
    .left_col_text h3.vc_custom_heading {
        padding-bottom: 0px;
        padding-top: 5px;
        color: #121D46;
    }
    .services_inner_row p.w-counter-title {
        padding-bottom: 18px;
    }
    .services_inner_row .counter_third_block .font_30 {
        margin-top: 98px;
    }
    .faq.ser_inner .w-tabs-section-title {
        font-size: clamp(16px, 5vw, 25px)!important;
        line-height: normal;
    }
    .service_advantages h4.vc_custom_heading {
        font-size: clamp(12px, 3.75vw, 20px);
        letter-spacing: 0.12px;
        color: #000 !important;
    }   
    .service_advantages .wpb_text_column {
        font-size: clamp(12px, 3.75vw, 18px);
        line-height: normal;
        border-top: 0.5px solid #000;
        padding-top: 10px;
    }
    .service_advantages  h2.vc_custom_heading {
        border-bottom: none;
        padding-bottom: 10px;
    }
    section.l-section.ser_inner_bottom {
        padding-top: 49px;
        padding-bottom: 30px !important;
    }
    .service_bottom.ser_inner_bottom .leadership-col .box_description h4 {
        width: auto;
    }
    .valuation_counter .border-half-width.counter-row, .strategy_counter .border-half-width.counter-row, .inv_ser_inner .border-half-width.counter-row {
        border: none;
    }
    .white-bg .services_col {
        display: block;
    }
    .counter_height.ser_valu {
        display: block;
            height: 432px !important;
    }
    .counter_col.counter_height.white-bg.ser_valu {
        height: 500px !important;
    }
    .investment_bank_col1  .counter_height.counter_third_block {
        height: 610px !important;
    }
    .services_inner_row .investment_bank_col1 .counter_third_block .font_30 {
        margin-top: 40px;
    }
}