@font-face {
	font-family: GeneralSans-Medium;
	src: url('../fonts/GeneralSans-Medium.otf');
}
@font-face {
	font-family: GeneralSans-Semibold;
	src: url('../fonts/GeneralSans-Semibold.otf');
}
@font-face {
	font-family: GeneralSans-Regular;
	src: url('../fonts/GeneralSans-Regular.otf');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*
font-family: "Inter", sans-serif;
Thin 100
ExtraLight 200 
Light 300
Regular 400
Medium 500
SemiBold 600 
Bold 700
ExtraBold 800
Black 900
*/

/* Custom CSS */


body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
}
h1 {
	font-family: GeneralSans-Medium;
}
::placeholder {
	color: #B8B8B8 !important;
}


@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

button.navbar-toggle {
    display: none;
}
a.sina-brand {
    border: 0px !important;
}
ul#menu-main-nav {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 50px;
}
ul#menu-main-nav li.dropdown {
    display: flex;
}
ul#menu-main-nav .nav-link {
    padding: 0px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    transition: .5s;
    border: 0px !important;
    position: relative;
}
ul#menu-main-nav li.dropdown:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 3px;
    font-size: 13px;
    transition: .5s;
}
ul#menu-main-nav li.dropdown:hover:after {
    transform: rotate(90deg);
    transition: .5s;
}
ul#menu-main-nav a:before {
	content: '';
    background: #01E7E7;
    background: linear-gradient(90deg, rgba(1, 231, 231, 1) 0%, rgba(86, 150, 241, 1) 40%, rgba(201, 0, 251, 1) 100%);
    transition: .5s;
    display: block;
    height: 3px;
    border-radius: 50px;
    width: 0%;

    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
}
ul#menu-main-nav a:hover:before {
	width: 100%;
}
.mobile_header_cta {
    display: none;
}

.header_right_col a {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    border: 0px !important;
}

.dropdown-menu {
    margin: 0px;
    padding: 0px;
}
/*.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.dropdown-menu.active-border::before {
  border-image: linear-gradient(45deg, #ff6ec4, #7873f5) 1;
  animation: borderDraw .2s ease forwards;
}

@keyframes borderDraw {
  0% {
    clip-path: inset(100% 100% 100% 100%);
  }
  25% {
    clip-path: inset(0 100% 100% 100%);
  }
  50% {
    clip-path: inset(0 100% 0 100%);      
  }
  75% {
    clip-path: inset(0 0 0 100%); 
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}*/
ul#menu-main-nav ul.dropdown-menu a {
    position: relative;
    padding: 10px 20px;
    border: 0px !important;
    transition: .5s;
}
ul#menu-main-nav ul.dropdown-menu a:hover {
    background: transparent;
    color: #fff;
}
ul#menu-main-nav ul.dropdown-menu a:before {
    content: '';
    bottom: 0px;
    top: 0px;
    height: 100%;
    border-radius: 0px;
    z-index: -1;
}






.header_right_col a span {
	position: relative;
	top: 2px;
}
.header_right_col a:hover span {
    left: 5px;
}
.custom_header .row {
	align-items: center;
}
.header_right_col ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: right;
}
.home_banner_sec {
    background-color: #0758DB;
    padding-right: 0px !important;
	padding-top: 110px;
}
.no_right_pad_col.vc_column_container>.vc_column-inner {
    padding-right: 0px;
}
.home_banner_sec h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 10px;
    margin-bottom: 25px;
}
.home_banner_sec h4:before {
    content: '';
    background: #01E7E7;
    background: linear-gradient(90deg, rgba(1, 231, 231, 1) 0%, rgba(1, 121, 216, 1) 100%);
    width: 25px;
    height: 3px;
    display: inline-block;
}
.home_banner_sec h1 {
    font-size: 78px;
    margin-bottom: 30px;
    line-height: 88px;
}
.home_banner_sec h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 670px;
}
.green_btn a.vc_general {
    background-color: #57EAB6 !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 18px;
    border: 0px !important;
    background-image: none;
}
.banner_content_col {
    margin-top: 100px;
}
.reviews_badges_row {
    /* margin-top: 120px; */
    position: absolute !important;
    bottom: 60px;
    left: 0px;
    right: 0px;
}
.custom_header {
    padding: 30px 0px;
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    background-color: #fff;
	transition: .5s;
}
.certifection_sec h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.certifection_sec h6:before {
    content: '';
    background: #01E7E7;
    background: linear-gradient(90deg, rgba(1, 231, 231, 1) 0%, rgba(1, 121, 216, 1) 100%);
    width: 25px;
    height: 3px;
    display: inline-block;
}
.certifection_sec h5 {
    font-size: 36px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 80px;
}
.certified_logos .owl-carousel .owl-item img {
    filter: grayscale(1);
    transition: .5s;
    width: auto;
    max-width: 230px;
    margin: 0px auto;
}
.certified_logos .owl-carousel .owl-item img:hover {
    filter: grayscale(0);
    transition: .5s;
}
section.certifection_sec {
    padding-top: 140px;
    padding-bottom: 80px;
}
.stats_sec h4 {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}
.stats_sec h4:after {
	content: '';
    background-color: #fff;
    width: 130px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: -1;
    top: 0px;
}
.stats_sec h4:before {
	content: url(/wp-content/uploads/2025/07/Line_Stroke.png);
    z-index: -1;
    position: relative;
    top: 14px;
}
.stats-block .stats-number, div.stats-desc>div.counter_suffix {
    font-size: 80px !important;
    font-family: 'GeneralSans-Medium';
}
.stats_sec .stats-right .stats-desc {
    text-align: center;
    display: block;
}
.stats_sec {
    padding-bottom: 130px;
}
.counter_spacing {
    padding: 0px 70px;
}
.custom_tab_sec {
	background-color: #F3F8FF;
	padding-top: 0px !important;
    padding-bottom: 100px;
}
.akg-tabs h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 20px;
}
.akg-tabs h6 {
    color: #404040;
    font-size: 26px;
    line-height: 38px;
    font-family: GeneralSans-Medium;
    margin-bottom: 30px;
}
.akg-tabs p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.akg-tab-content .round-btn {
    margin-top: 10px;
    margin-left: 30px;
}
.services_inner_tabs .round-btn {
    display: none !important;
}
.core_values_content h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 0px;
}
.core_values_content p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.core_values_content {
	margin-bottom: 80px;
}
.core_values_sec {
    padding-top: 140px !important;
    padding-bottom: 120px;
}
.core_values_items .wpb_single_image.wpb_content_element {
    margin-bottom: 66px;
}
.core_values_items h3 {
    font-size: 28px;
    color: #000;
    font-family: GeneralSans-Semibold;
    margin-bottom: 20px;
}
.core_values_items p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.core_values_items > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #CDD4DF;
    height: 100%;
    padding: 30px 25px 50px 30px;
    border-radius: 20px;
} 
.core_values_items > .vc_col-sm-3 > .vc_column-inner {
    height: 100%;
}
.core_values_items {
    display: flex;
}
.specialties_sec h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.specialties_sec h4:before {
    content: '';
    background: #01E7E7;
    background: linear-gradient(90deg, rgba(1, 231, 231, 1) 0%, rgba(1, 121, 216, 1) 100%);
    width: 25px;
    height: 3px;
    display: inline-block;
}
.specialties_sec h2 {
    font-size: 36px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
    max-width: 580px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.specialties_sec {
    padding-bottom: 120px;
}
.talk_sec {
    background-image: url('/wp-content/uploads/2025/07/reviews_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0px !important;
}
.talk_sec_content {
    /*position: absolute !important;*/
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 50px 30px;
}
.talk_sec_content h2 {
    font-size: 60px;
    line-height: 65px;
    font-family: 'GeneralSans-Semibold';
    margin-bottom: 30px;
}
.talk_sec_content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
}
.talk_sec_content .green_btn {
    margin-bottom: 55px;
}
.testimonial_carousel {
    background-color: #fff;
    border-radius: 20px;
    padding: 36px 30px;
}
.testimonial_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.owl-carousel .owl-item .testimonial_header img {
    width: auto;
}
.testimonial_header h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
}
.talk_sec_content .testimonial_box p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.testimonial_box h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.testimonial_box h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.insight_sec h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.insight_sec h4:before {
    content: '';
    background: #01E7E7;
    background: linear-gradient(90deg, rgba(1, 231, 231, 1) 0%, rgba(1, 121, 216, 1) 100%);
    width: 25px;
    height: 3px;
    display: inline-block;
}
.insight_sec h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 0px;
}
.insight_sec {
    padding-top: 120px;
}
.insight_boxes h5 {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #F2F2F2;
    display: inline-block;
    margin-bottom: 23px;
    border-radius: 6px;
	text-transform: uppercase;
}
.insight_boxes h3 {
    font-size: 26px;
    line-height: 38px;
    font-family: GeneralSans-Medium;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: .5s;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover {
	background-image: url('/wp-content/uploads/2025/07/insight_hover_img.png');
	transition: .5s;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover h5 {
    background-color: #576987;
    color: #fff !important;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover h3 {
	color: #fff !important;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover .round-btn a {
	color: #fff !important;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover .round-btn a i {
    transform: rotate(-45deg) !important;
    background-color: #57EAB6;
}
.insight_boxes .vc_col-sm-4 .wpb_wrapper:hover .round-btn a {
    padding: 0px 0px 0px 60px !important;
}
.insight_boxes .vc_col-sm-4 .vc_column-inner {
    height: 100%;
    min-height: 450px;
}
.insight_boxes {
    display: flex;
    padding: 50px 0px;
}
.insight_boxes .round-btn {
    position: absolute;
    bottom: 40px;
}

/*btn css*/

.round-btn a {
    color: #000 !important;
    padding: 0px 0px 0px 48px !important;
    z-index: 1;
    background-color: transparent !important;
    border: 0px !important;
    background-image: none !important;
    transition: all 0.9s ease !important;
}
.round-btn a i {
    width: 50px;
    height: 50px !important;
    background-color: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    left: 2px !important;
    z-index: -1;
    transform: rotate(0deg) !important;
    top: -17.5px !important;
    transition: all 0.9s ease !important;
}
.round-btn a:hover i {
    transform: rotate(-45deg) !important;
    background-color: #57EAB6;
}
.round-btn a:hover {
    padding: 0px 0px 0px 60px !important;
}
.round-btn a:before {
    content: '';
    width: 100%;
    height: 53px;
    display: block;
    position: absolute;
    top: -19px;
    left: -1px;
    max-width: 53px;
    border-radius: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2025/07/btn_ring.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: all 0.9s ease !important;
}
 
.round-btn a:hover:before {
    background-image: none;
}

/*btn css end*/
.bottom_cta_sec {
    position: relative;
    background-image: url(/wp-content/uploads/2025/07/bottom_cta_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 90px;
    min-height: 450px;
}
.bottom_cta_sec .bottom_cta_content {
    position: relative;
	top: 160px;
    left: 50px;
}
.bottom_cta_content h2 {
    font-size: 70px;
    line-height: 76px;
    font-family: GeneralSans-Medium;
    margin-bottom: 30px;
}
.akg-marquee-main {
    margin-top: 50px;
}
.custom_footer .widget_media_image img {
    width: 300px !important;
}
ul#menu-quick-links {
	flex-direction: row !important;
	justify-content: end;
}
#menu-quick-links a.nav-link {
    color: #fff;
    padding: 0px 25px;
    border: 0px !important;
    font-size: 20px;
}
#menu-quick-links li:first-child a.nav-link {
	padding-left: 0px;
}
#menu-quick-links li:last-child a.nav-link {
	padding-right: 0px;
}
.custom_footer {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(33, 33, 33, 1) 100%);
}
.widget {
    margin: 0px;
}
#footer-widget .row {
    align-items: center;
}
.footer_row_two .widget_text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.footer_row_one {
    border-bottom: 1px solid #828282;
    margin-bottom: 40px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    padding: 5px;
    background-color: transparent;
    border: 1px solid #7A7A7A;
}
.wp-block-social-links {
    justify-content: end;
}
.wp-block-social-link a {
    border: 0px !important;
}
ul#menu-footer-bottom-links {
    flex-direction: row !important;
    gap: 50px;
}
ul#menu-footer-bottom-links a.nav-link {
    padding: 0px;
    color: #7A7A7A;
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
    border: 0px !important;
}
.footer_row_three .widget_text p {
    margin: 0px;
    text-align: right;
    color: #7A7A7A;
    font-size: 14px;
}
.footer_row_two {
    margin-bottom: 40px;
    border-bottom: 1px solid #656565;
    padding-bottom: 30px;
}
footer.entry-footer {
    display: none;
}

/*Servicess Css*/
.services_inner_tabs.vc_section[data-vc-full-width] {
	overflow: visible;
}
.services_inner_tabs .akg-tabs {
	position: relative;
    top: -40px;
    z-index: 1;
}
.services_inner_tabs .akg-tabs-buttons-wrapper {
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
}
.services_core_values {
	margin-bottom: 90px;
}
.hentry {
    margin: 0px;
}

.services_detail_banner {
    background-color: #D8ECFF;
    padding-top: 170px;
    padding-bottom: 55px;
}
.services_detail_banner h1 {
    color: #000;
    font-size: 80px;
    line-height: 88px;
    margin-bottom: 30px;
}
span.theme_color {
    color: #0758DB;
}
.services_detail_banner .banner_content_col p {
    font-size: 20px;
    line-height: 30px;
    max-width: 640px;
}
.banner_form_col form.wpcf7-form {
    background-color: #FDFDFD;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 42px 50px 40px 50px;
}
.banner_form_col p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.banner_form_col label {
    display: block;
}
.banner_form_col form.wpcf7-form input.form-control {
    display: block;
    padding: 24px 16px;
    height: 60px;
    outline: none;
    box-shadow: none;
    border: 1px solid #C6D1E3;
    background-color: #F9FBFF;
    margin-top: 10px;
    border-radius: 6px;
}
span.highlighter {
    color: #FFA501;
}
.banner_form_col form.wpcf7-form textarea.form-control {
    display: block;
    padding: 24px 16px;
    height: 150px;
    outline: none;
    box-shadow: none;
    border: 1px solid #C6D1E3;
    background-color: #F9FBFF;
    margin-top: 10px;
    border-radius: 6px;
}
.banner_form_col form.wpcf7-form .wpcf7-checkbox.form-control {
    border: 0px;
    padding: 0px;
	height: auto;
}
.banner_form_col form.wpcf7-form .wpcf7-checkbox.form-control .wpcf7-list-item {
    margin: 0px;
}
.banner_form_col form.wpcf7-form .wpcf7-checkbox.form-control .wpcf7-list-item label {
    display: flex;
    align-items: start;
    gap: 15px;
}
.banner_form_col form.wpcf7-form span.wpcf7-list-item-label {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 28px;
}
.banner_form_col input[type="checkbox"] {
    position: relative;
    top: 6px;
}
.banner_form_col input.wpcf7-submit {
    background-color: #57EAB6;
    color: #000000;
    border: 0px;
    font-size: 18px;
    padding: 15px 38px;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0px;
}
.services_detail_banner .reviews_badges_row {
    bottom: 20px;
}
.services_detail_banner .banner_content_col {
    margin-top: 0px;
}
.fixed_header {
    background-color: transparent;
}
header#mastheadx.scrolled {
    background-color: #fff;
}
.services_detail_banner:after {
    content: url(/wp-content/uploads/2025/07/colors_lines.png);
    position: absolute;
    right: 0px;
    bottom: -20px;
}
.services_detail_stats h5 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 120px;
    font-weight: 600;
}
.services_detail_stats:after {
    content: url(/wp-content/uploads/2025/07/Line_Stroke.png);
}
.stats_sec.services_detail_stats {
    padding-bottom: 80px;
}
.services_detail_stats .wpb_row .wpb_column .wpb_wrapper .stats-block.stats-right {
    margin-bottom: 70px;
}
.efficient_medical_sec h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 20px;
}
.efficient_medical_sec h6 {
    color: #404040;
    font-size: 26px;
    line-height: 38px;
    font-family: GeneralSans-Medium;
    margin-bottom: 30px;
}
.efficient_medical_sec .smile_icon_list li .icon_description p {
    font-size: 20px;
    line-height: 30px;
    color: #404040;
}
.efficient_medical_sec .smile_icon_list.left li .icon_description {
    padding-left: 20px;
}
.efficient_medical_sec {
    padding-bottom: 100px;
}
.sub_services_sec {
    background-color: #0758DB;
    padding-top: 120px;
    padding-bottom: 120px;
}
.sub_services_sec h2 {
    font-size: 60px;
    line-height: 75px;
}


.sub_services_boxes {
    display: flex;
}
.sub_services_boxes > .vc_col-sm-4 > .vc_column-inner {
    height: 100%;
}
.sub_services_boxes > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
}
.sub_services_boxes {
    margin-bottom: 40px;
}
.sub_services_boxes .wpb_single_image {
    margin-bottom: 60px;
}
.sub_services_boxes h5 {
    color: #090909;
    font-size: 24px;
    line-height: 32px;
    font-family: GeneralSans-Semibold;
    margin-bottom: 20px;
}
.sub_services_boxes p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
.marg_bot_100 {
	margin-bottom: 100px;
}
.outsource_sec h2 {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 20px;
    margin-right: 70px;
}
.outsource_sec p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.outsource_sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.outsource_sec .stats-top .aio-icon-top, 
.outsource_sec .stats-top .stats-desc {
    text-align: left;
}

.outsource_sec .vc_row {
    display: flex;
}
.outsource_sec .vc_col-sm-4 > .vc_column-inner {
    height: 100%;
}
.outsource_sec .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #CDD4DF;
    height: 100%;
    padding: 30px 25px 30px 30px;
    border-radius: 20px;
}
.outsource_sec .stats-block {
    margin-bottom: 0px !important;
}
.outsource_sec h5 {
    font-size: 20px;
    color: #000;
    font-family: GeneralSans-Medium;
    margin-bottom: 50px;
}
.outsource_content_row {
	margin-bottom: 80px;
}
.accordian_sec {
    background-color: #F3F8FF;
    padding-top: 120px;
    padding-bottom: 120px;
}
.accordian_sec h2 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-right: 30px;
}
.accordian_sec .vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.accordian_sec .vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0px;
}
.accordian_sec .vc_tta.vc_general .vc_tta-panel-heading {
    border: 0px;
    border-radius: 20px;
}
.accordian_sec span.vc_tta-title-text {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-family: GeneralSans-Medium;
}
.accordian_sec .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 25px 40px;
}
.accordian_sec .vc_tta.vc_tta-shape-round .vc_tta-panel-body {
    border-radius: 20px;
    padding: 0px 40px 40px;
    border-width: 0px;
}
.accordian_sec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    content: url('/wp-content/uploads/2025/07/arrow.png');
    border: 0px;
	transform: rotate(90deg) translate(-25%,-25%);
}
.accordian_sec .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    transform: rotate(0deg) translate(-25%,-25%);
}
.accordian_sec .vc_tta-panel-body p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-right: 100px;
}
.accordian_sec .green_btn {
    margin-bottom: 80px;
}
.newsletter_form {
    position: relative;
}
.newsletter_form input.form-control {
    background-color: #1D1D1D;
    color: #fff;
    border: 0px;
    padding: 20px;
    font-size: 13px;
    height: 60px;
    border-radius: 6px;
}
.newsletter_form input[type=submit] {
    background-image: url(/wp-content/uploads/2025/07/submit_btn_img.png);
    font-size: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px !important;
    outline: none;
    box-shadow: none !important;
    position: absolute;
    right: 0px;
    top: 18px;
}
.newsletter_form ~ .wpcf7-response-output {
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
}
.newsletter_form input.form-control::placeholder {
	color: #7A7A7A !important;
}
.contact_info_text_row h6.vc_custom_heading {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.contact_info_text_row a,
.contact_info_text_row p {
    font-size: 24px;
    font-weight: 600;
    color: #007bff;
}
section.vc_section.thank-you {
    padding-top: 50px;
    padding-bottom: 130px;
}
.thank-you h2.thank-u {
    font-size: 200px;
    font-weight: 800 !important;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-family: GeneralSans-Semibold;
}
.thank-you h2.thank-u strong {
    background: linear-gradient(90deg, #01E7E7 0%, #25AAFF 50%, #D21FFF 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thank-you p {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #000;
}
.thank_you_bootm {
    background-image: url('/wp-content/uploads/2025/07/gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
}