.slider-box {
  margin-bottom: 30px;
}
.slider-box .ui-widget-content {
  border: none !important;
  background: #B0CCD8 !important;
  height: 7px;
}

.main-slide .loan_input_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.main-slide .loan_input_box .input_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-slide .loan_input_box .input_box span {
  padding: 0 10px;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-35px);
  color: #535353;
}
.main-slide .loan_input_box h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.main-slide .loan_input_box input {
  background-color: #EBF2F5;
  border: 0;
  border-radius: 0;
  max-width: 200px;
  padding: 13px 15px;
  outline: 0;
  color: #535353;
}
.main-slide .loan-counter-value {
  margin-top: 12px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #6e6d6e;
  display: flex;
  align-items: center;
}
.main-slide .loan-counter-value p {
  margin-top: 14px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #717171;
  margin: 0;
}
.main-slide .loan-counter-value span {
  margin-left: 6px;
  color: #717171;
  font-weight: normal;
}
.main-slide .ui-slider .ui-slider-range {
  background: #008AD1;
  border-radius: 3px;
}
.main-slide .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #008AD1;
  background: #008AD1;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}
.main-slide .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  margin-left: -5px !important;
}
.main-slide.row_inputs {
  display: flex;
  justify-content: space-between;
}
.main-slide.row_inputs .loan_input_box {
  flex-direction: column;
}

.highcharts-exporting-group {
  display: none;
}

.highcharts-credits {
  display: none;
}

@media (max-width: 576px) {
  .loan_calculator_container, .balance_transfer_calculator_container {
    padding: 0px 15px;
  }
  .loan_calculator_container .main-slide .loan_input_box, .balance_transfer_calculator_container .main-slide .loan_input_box {
    display: block;
  }
  .loan_calculator_container .main-slide .loan_input_box h4, .balance_transfer_calculator_container .main-slide .loan_input_box h4 {
    margin-bottom: 20px;
  }
  .loan_calculator_container .main-slide .loan_input_box input, .balance_transfer_calculator_container .main-slide .loan_input_box input {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .slider-box .main-slide {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .loan_calculation_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0;
  }
}
.emi_calculation_container {
  margin-bottom: 0.5rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #DEDEDE;
}
.emi_calculation_container .emi_calculation_content {
  padding-left: 50px;
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 24px;
}
.emi_calculation_container .emi_calculation_content p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  align-items: center;
}
.emi_calculation_container .emi_calculation_content p span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  color: #686868;
}
.emi_calculation_container .emi_calculation_content p i {
  font-style: normal;
}
.emi_calculation_container .emi_calculation_content p b {
  font-weight: 600;
  font-size: 32px;
  color: #333C62;
  line-height: 1;
  display: block;
}

@media (max-width: 425px) {
  .emi_calculation_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .emi_calculation_content p {
    display: block;
    text-align: center;
  }
  .emi_calculation_content p b {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .emi_calculation_content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .emi_calculation_content p {
    font-size: 16px;
  }
  .emi_calculation_content p span {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .emi_calculation_content p span {
    max-width: 100px;
  }
}
.loan_calculation_container {
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
}
.loan_calculation_container .noUi-horizontal {
  height: 7px;
  border-radius: 4px;
  background-color: #eff2f6;
  border: none;
  box-shadow: none;
}
.loan_calculation_container .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: var(--thm-base);
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}
.loan_calculation_container .noUi-horizontal .noUi-handle::before {
  display: none;
}
.loan_calculation_container .noUi-horizontal .noUi-handle::after {
  display: none;
}
.loan_calculation_container .noUi-horizontal .noUi-tooltip {
  bottom: 185%;
  font-weight: 500;
}
.loan_calculation_container .noUi-tooltip {
  border: none;
  padding: 0;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  box-shadow: none;
}
.loan_calculation_container .noUi-connect {
  background-color: gray;
  border-radius: 4px;
}
.loan_calculation_container .loan_chart_container {
  min-height: 230px;
}
.loan_calculation_container .loan_calculation_content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
}
.loan_calculation_container .loan_calculation_content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  color: #818181;
}
.loan_calculation_container .loan_calculation_content p span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.loan_calculation_container .loan_calculation_content p i {
  font-style: normal;
}
.loan_calculation_container .loan_calculation_content p b {
  font-weight: 400;
  color: #818181;
  line-height: 1;
  display: block;
  font-size: 16px;
}
.loan_calculation_container .loan_calculation_content p + p {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 499px) {
  .loan_chart_container {
    min-height: 170px;
  }
}
@media (max-width: 1199px) {
  .loan_calculation_container {
    margin-left: 0;
  }
  .loan_calculation_container .loan_calculation_content p {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .loan_calculation_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .loan_calculation_content p {
    display: block;
    text-align: center;
  }
  .loan_calculation_content p b {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .loan_calculation_content p {
    font-size: 16px;
  }
  .loan_calculation_content p span {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .loan_calculation_content p span {
    max-width: 100px;
  }
}
.balance_transfer_calculator_container .slider-box form .main-slide {
  margin-bottom: 2rem;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan_input_box h4 {
  font-size: 1rem;
  font-weight: 600;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan_input_box .input_box {
  position: relative;
  display: flex;
  align-items: center;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan_input_box .input_box span {
  margin-right: 5px;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan_input_box .input_box input {
  flex: 1;
  padding: 0.5rem;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan-counter-value {
  display: flex;
  align-items: center;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan-counter-value span {
  font-weight: bold;
  margin-right: 5px;
}
.balance_transfer_calculator_container .slider-box form .main-slide .loan-counter-value p {
  font-size: 1rem;
  font-weight: bold;
}
.balance_transfer_calculator_container .slider-box form .row_inputs {
  display: flex;
  justify-content: space-between;
}
.balance_transfer_calculator_container .slider-box form .row_inputs .loan_input_box {
  width: 48%;
}
.balance_transfer_calculator_container .slider-box form .note {
  background: #f8f9fa;
  padding: 1rem;
  font-size: 0.875rem;
  border-left: 4px solid #1FAFC4;
}

.header-area .logo img {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .header-area .logo img {
    width: 120px;
  }
}
.header-area #top-bar {
  border-bottom: 1px solid rgba(120, 103, 103, 0.38);
}

.cookie_consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
.cookie_consent a {
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:read-only {
  background-color: #E3E3E3;
  border: 1px solid #C3C3C3;
}

span.error {
  color: red;
  font-size: 14px;
}

.gap-40 {
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .gap-40 {
    gap: 0;
  }
}

.fade-section {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal {
  z-index: 1060;
}

.select2-container {
  z-index: 1060;
}

.slider-main-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  -webkit-box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  -moz-box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  opacity: 1;
}

*::selection {
  background: #1991c5;
  color: #ffffff;
}

*::-moz-selection {
  background: #1991c5;
  color: #ffffff;
}

*::-webkit-selection {
  background: #1991c5;
  color: #ffffff;
}

section {
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.header_navbar {
  padding-top: 0;
  background: white;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.header_navbar.bg_transparent {
  background: transparent;
  box-shadow: none;
}
.header_navbar.bg_transparent .navbar-toggler .navbar-toggler-icon i {
  color: #fff;
}
.header_navbar.bg_transparent .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.header_navbar.bg_transparent .navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #1FAFC4;
}
.header_navbar.bg_transparent .phone_link_box a {
  color: #fff;
}
.header_navbar .navbar-toggler {
  border: 0;
}
.header_navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header_navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_navbar .navbar-toggler .navbar-toggler-icon i {
  transition: all 0.3s ease;
  color: #000;
}
.header_navbar .navbar-brand {
  padding-top: 0;
}
.header_navbar .navbar-nav .nav-item {
  padding: 0 12px;
}
.header_navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #413434;
  font-family: "Source Sans 3", sans-serif;
}
.header_navbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #1FAFC4;
}
@media screen and (max-width: 1200px) {
  .header_navbar .navbar-nav .nav-item .nav-link {
    width: fit-content;
  }
}

.hide-top-bar {
  opacity: 0;
  max-height: 0;
}

.href_link {
  color: rgb(226, 84, 75);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.phone_link_box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1200px) {
  .phone_link_box img {
    width: 24px;
    height: 24px;
  }
}
.phone_link_box a {
  font-size: 16px;
  font-weight: 500;
  color: #413434;
  font-family: "Source Sans 3", sans-serif;
}

.scroll_top_80 {
  scroll-margin-top: 80px;
}

.mw-auto {
  max-width: 100% !important;
}

.topbar_container {
  padding: 8px 0 4px;
  display: grid;
  grid-template-columns: 7fr 2fr 0fr;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  max-height: 50px;
  opacity: 1;
  overflow: hidden;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .topbar_container {
    grid-template-columns: 4fr 2fr 0fr;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container {
    grid-template-columns: 3fr 2fr 0fr;
  }
}
@media screen and (max-width: 400px) {
  .topbar_container {
    grid-template-columns: 2fr 2fr 0fr;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container marquee {
    font-size: 12px;
  }
}
.topbar_container p {
  text-align: end;
  font-size: 14px;
}
.topbar_container .link_box {
  text-align: end;
}
.topbar_container .link_box a {
  color: rgb(65, 52, 52);
  font-size: 14px;
}
.topbar_container .link_box a:not(:last-child) {
  margin-right: 12px;
  border-right: 2px solid rgba(120, 103, 103, 0.38);
  padding-right: 12px;
}
@media screen and (max-width: 576px) {
  .topbar_container .link_box a:not(:last-child) {
    margin-right: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container .link_box a {
    font-size: 10px;
  }
}
.topbar_container .link_box a:hover, .topbar_container .link_box a.active {
  color: #1FAFC4;
}
.topbar_container .link_box img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  margin: 0;
  margin-right: 6px;
}

.floating_social_link {
  border-radius: 20px 0 0 20px;
  position: fixed;
  top: 50%;
  right: 0;
  background: rgb(25, 145, 197);
  width: auto;
  height: auto;
  z-index: 99;
  transform: translateY(-50%);
}
.floating_social_link ul {
  padding: 10px 4px 10px 10px;
}
.floating_social_link ul li {
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.floating_social_link ul li:first-child {
  margin-top: 4px;
}
.floating_social_link ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  padding-bottom: 12px;
}
.floating_social_link ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social_link_horizontal {
  width: auto;
  height: auto;
  z-index: 99;
}
.social_link_horizontal ul {
  padding: 10px;
  background: rgb(25, 145, 197);
  border-radius: 100px;
}
.social_link_horizontal ul li a {
  padding: 0 10px;
}
.social_link_horizontal ul li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.main-menu ul li.active {
  border-bottom: 3px solid #1FAFC4;
}
.main-menu ul li.active a {
  color: #1FAFC4;
}

ul.submenu-mainmenu li.active {
  border-bottom: 0;
}
ul.submenu-mainmenu li.active a {
  color: #1FAFC4 !important;
}

.text_primary {
  color: #1991c5;
}

label {
  color: #000;
  margin: 0;
  margin-bottom: 6px;
}

.swal2-popup .swal2-actions button {
  background: linear-gradient(100.07deg, #1FAFC4 6.41%, #0288C2 110.3%);
  border-radius: 100px;
  width: 100px;
}
.swal2-popup .swal2-actions button:hover {
  background: linear-gradient(100.07deg, #1FAFC4 6.41%, #0288C2 110.3%) !important;
}

.g_span_3 {
  grid-column: span 3;
}

@media screen and (max-width: 768px) {
  .owl-prev,
  .owl-next {
    display: none !important;
  }
}
.btn_secondary {
  border: 1px solid #C2D4EB;
  background-color: #E5F2FF;
  color: #7595A9;
  width: 100px;
  height: auto;
  display: block;
  max-width: max-content;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 30px;
}

.banner_section {
  float: left;
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.banner_section::before {
  background: transparent none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.about_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/about_banner_bg.png") no-repeat scroll center top/cover;
}

.services_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/services_banner_bg.png") no-repeat scroll center top/cover;
}

.contact_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/contact_banner_bg.png") no-repeat scroll center top/cover;
}

.emi_calculator_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/emi_calculator_banner.png") no-repeat scroll center top/cover;
}

@media (max-width: 767px) {
  .about_banner_section {
    background: url("/img/banner/about_banner_bg_sm.png") no-repeat center top/cover !important;
  }
  .services_banner_section {
    background: url("/img/banner/services_banner_bg_sm.png") no-repeat center top/cover !important;
  }
  .contact_banner_section {
    background: url("/img/banner/get_in_touch_sm.png") no-repeat center top/cover !important;
  }
  .emi_calculator_section {
    background: url("/img/banner/emi_calculator_banner_sm.png") no-repeat center top/cover !important;
  }
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.gradient_section_bg {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.gradient_section_bg h2,
.gradient_section_bg p {
  color: #fff;
}

.social-logo {
  text-align: center;
}
.social-logo img {
  width: 86px;
}

.footer-middle .container.full_container_lg,
.footer-bottom .container.full_container_lg {
  max-width: 1600px;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  font-weight: 500;
  color: rgba(185, 193, 228, 0.568627451);
}

.footer_links li {
  margin-bottom: 0.5rem;
}
.footer_links li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #B2C4DC;
}
.footer_links li a:hover {
  color: #fff;
}

.section-title > h2.gradient_title {
  background: linear-gradient(93.24deg, #19C2D2 5.84%, #047EE2 95.06%);
  background-clip: text;
  color: transparent;
  font-size: 60px;
  line-height: unset;
  font-weight: 900;
}
.section-title > h2.gradient_title.sm {
  font-size: 56px;
}

.title_heading {
  color: #707487;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 33px;
  margin: 0;
  text-align: center;
}

.section_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #184364;
}

.bg_primary_lite {
  background-color: rgb(239, 247, 250);
}

.banner_para {
  padding: 30px;
  background: rgb(208, 227, 235);
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
}

.gradient_btn {
  border: 0;
  display: block;
  max-width: max-content;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(100.07deg, #1FAFC4 6.41%, #0288C2 110.3%);
}
.gradient_btn:hover {
  background: linear-gradient(100.07deg, #0288C2 6.41%, #1FAFC4 110.3%);
  color: #fff;
}

.counter-area2 .heading_box {
  z-index: 10;
  position: relative;
  display: block;
}
.counter-area2 .heading_box .section_title,
.counter-area2 .heading_box p {
  color: #fff;
}
.counter-area2 .counter-bottom2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-area2 .counter-bottom2 .counter_marker {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
.counter-area2 .counter_desc {
  color: #fff;
  z-index: 10;
  position: relative;
  text-align: center;
}

.home_slider_section {
  overflow: hidden;
}
.home_slider_section .home_slider.indicator-style .owl-nav .owl-prev,
.home_slider_section .home_slider.indicator-style .owl-nav .owl-next {
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  background: transparent;
}
.home_slider_section .home_slider.indicator-style .owl-nav .owl-prev:hover,
.home_slider_section .home_slider.indicator-style .owl-nav .owl-next:hover {
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  background: #fff;
}
.home_slider_section .home_slider.indicator-style .owl-nav .owl-prev {
  left: 30px;
}
.home_slider_section .home_slider.indicator-style .owl-nav .owl-next {
  right: 30px;
}
.home_slider_section .home_slider .home_slide_item {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_slider_section .home_slider .home_slide_item h2,
.home_slider_section .home_slider .home_slide_item p {
  color: #fff;
  margin: 0;
  margin-bottom: 2rem;
}
.home_slider_section .home_slider .home_slide_item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .home_slider_section .home_slider .home_slide_item h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.home_slider_section .home_slider .home_slide_item p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 576px;
}
.home_slider_section .home_slider .home_slide_item_1 {
  background-image: url("/img/slider/home_slide_item_1.png");
}
@media screen and (max-width: 768px) {
  .home_slider_section .home_slider .home_slide_item_1 {
    background-image: url("/img/slider/home_slide_item_1_sm.png");
  }
}
.home_slider_section .home_slider .home_slide_item_2 {
  background-image: url("/img/slider/home_slide_item_2.png");
}
@media screen and (max-width: 768px) {
  .home_slider_section .home_slider .home_slide_item_2 {
    background-image: url("/img/slider/home_slide_item_2_sm.png");
  }
}

.services_section .nav,
.our_business_section .nav {
  align-items: center;
  justify-content: center;
}
.services_section .nav .nav-item .nav-link,
.our_business_section .nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #243862;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  transition: font-weight 0.3s ease;
}
.services_section .nav .nav-item .nav-link.active,
.our_business_section .nav .nav-item .nav-link.active {
  background: transparent;
  color: #008AD1;
  font-weight: bold;
  border-bottom: 2px solid #008AD1;
  border-radius: 0;
}

.tab_all {
  height: 100%;
}
.tab_all .cat-name-container2 {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content .tab-pane {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content .tab-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.upcoming-area {
  height: 100%;
}
.upcoming-area.business_content::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 10px solid rgb(205, 228, 238);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 992px) {
  .upcoming-area.business_content::before {
    display: none;
  }
}
.upcoming-area.business_content .upcoming-img {
  background: #EBF2F5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.upcoming-area.business_content .upcoming-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.upcoming-area.business_content .upcoming-img img.h-450 {
  height: 450px;
}
.upcoming-area.group_content::before {
  content: "";
  width: 40%;
  height: 60%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 50%;
  border: 10px solid rgb(205, 228, 238);
  transform: translate(-50%, 65%);
}
@media screen and (max-width: 992px) {
  .upcoming-area.group_content::before {
    display: none;
  }
}
.upcoming-area.group_content .upcoming-img {
  background: transparent;
  width: 100%;
  height: 100%;
}
.upcoming-area.group_content .upcoming-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .upcoming-area.group_content .upcoming-img img {
    padding: 0;
  }
}

.avenue_group_section {
  background-image: url("/img/avenue_group_section_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming-text {
  height: 500px;
  background-color: #184364;
}
@media screen and (max-width: 768px) {
  .upcoming-text {
    height: 100%;
  }
}
.upcoming-text span.title_heading {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.upcoming-text h3,
.upcoming-text p {
  color: #fff;
}
.upcoming-text h3 {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .upcoming-text h3 {
    font-size: 24px;
  }
}
.upcoming-text p.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.upcoming-text ul {
  margin: 0;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.upcoming-text ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.blog-container-inner.promoters-inner {
  border-bottom: 0;
}
.blog-container-inner.promoters-inner img {
  width: 300px;
  height: auto;
}
.blog-container-inner.promoters-inner .visual-inner {
  background-color: transparent;
  text-align: start;
}
.blog-container-inner .visual-inner {
  background: #fff;
  padding: 20px 20px 10px;
}
.blog-container-inner .visual-inner .date_field {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: rgb(226, 84, 75);
}

.curved_tab .nav-item .nav-link {
  background-color: #fff;
  color: #6F919E;
  transition: font-weight 0.3s ease;
  border: 1px solid #A9C1CA;
  border-radius: 20px 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.curved_tab .nav-item .nav-link.active {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(93.24deg, #19C2D2 5.84%, #047EE2 95.06%);
  border: none;
}

.testimonials-slider .testimonial-item {
  background: linear-gradient(93.24deg, #19C2D2 5.84%, #047EE2 95.06%);
}
.testimonials-slider .testimonial-item .content {
  padding: 50px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.testimonials-slider .testimonial-item .content h2,
.testimonials-slider .testimonial-item .content .heading,
.testimonials-slider .testimonial-item .content .sub_heading {
  font-family: "Montserrat", sans-serif;
}
.testimonials-slider .testimonial-item .content h2 {
  font-weight: 700;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.23);
}
.testimonials-slider .testimonial-item .content .heading {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}
.testimonials-slider .testimonial-item .content .sub_heading {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.testimonials-slider .testimonial-item .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.testimonials-slider .testimonial-item .img_column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonials-slider .testimonial-item .img_column .slide_img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 10px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  padding: 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 250px;
  }
}

h3.what_we_do_list_title {
  color: #008AD1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.what_we_do_list_container {
  background: #D4E6ED;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.what_we_do_list_container.without_bg {
  background: transparent;
  flex-wrap: nowrap;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .what_we_do_list_container.without_bg {
    flex-wrap: wrap;
  }
}
.what_we_do_list_container.without_bg ul {
  list-style: none;
  padding-left: 0;
}
.what_we_do_list_container.without_bg ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 12px;
}
.what_we_do_list_container.without_bg ul li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  margin: 0;
  margin-right: 12px;
}
.what_we_do_list_container ul {
  padding-left: 1rem;
}
.what_we_do_list_container ul li {
  color: #2A373D;
  list-style-type: disc;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.award_slide_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  border: 1px solid rgb(221, 221, 221);
  background: #fff;
  padding: 30px;
}
.award_slide_item .award_card {
  display: flex;
  align-items: center;
}
.award_slide_item .award_card img {
  margin: 0;
  margin-right: 1rem;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: top;
}
.award_slide_item .award_card .title {
  color: rgb(45, 58, 43);
  font-weight: 700;
  font-size: 14px;
  text-align: start;
}

.company_slide_item {
  position: relative;
}
.company_slide_item img {
  margin: 0;
  object-fit: contain;
  object-position: top;
}
.company_slide_item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: start;
  width: 100%;
  height: auto;
}
.company_slide_item .content h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.company_slide_item .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.vision_section {
  background: linear-gradient(98.56deg, rgba(226, 84, 75, 0.9) 5.6%, rgba(25, 145, 197, 0.9) 108.93%), url("/img/vision_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vision_section h2,
.vision_section p {
  color: #fff;
}
.vision_section .col_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision_section .col_left h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vision_section .col_right {
    border-left: 4px solid #fff;
    padding-left: 2rem;
  }
}
.vision_section .col_right p.fw-400 {
  font-weight: 400;
}

.mission_section {
  background: linear-gradient(93.24deg, #19C2D2 5.84%, #047EE2 95.06%);
}
.mission_section h2 {
  color: #fff;
}
.mission_section p {
  color: #fff;
}

/* Desktop default styles */
.leadership-box {
  display: flex;
  flex-wrap: wrap;
  background: #f3f7fa;
  border-radius: 10px;
  position: relative;
  margin-top: 80px;
  height: 290px;
  /* Fixed height for desktop */
}

.leader-img {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-img img {
  width: auto;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  position: relative;
  top: -60px;
  z-index: 2;
}

.leader-info {
  width: 50%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leader-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  width: 2px;
  background-color: #cfd8dc;
}

.leader-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.leader-designation {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}

.leader-description {
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .leadership-box {
    flex-direction: column;
    align-items: center;
    height: auto;
    /* Let content decide height on mobile */
    margin-top: 40px;
    padding-top: 60px;
  }
  .leader-img,
  .leader-info {
    width: 100%;
  }
  .leader-img img {
    height: 280px;
    top: -40px;
  }
  .leader-info {
    padding: 20px;
    text-align: center;
    /* This centers all text including name, designation, description */
  }
  .leader-designation {
    margin-left: auto;
    margin-right: auto;
  }
  .leader-info::before {
    content: none;
  }
}
@media (max-width: 480px) {
  .leader-img img {
    height: 220px;
    top: -30px;
  }
  .leader-name {
    font-size: 18px;
  }
  .leader-description {
    font-size: 13px;
  }
}
.divider-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2901960784);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .divider-line {
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 1px;
  }
  .col-12:last-child .divider-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .divider-line {
    right: 0;
    top: 0;
    height: 60%;
    width: 1px;
    transform: none;
  }
  .col-md-6:nth-child(2) .divider-line {
    display: none;
  }
}
@media (min-width: 992px) {
  .divider-line {
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    transform: none;
  }
  .col-lg-3:last-child .divider-line {
    display: none;
  }
}
.future_plan_row_1 {
  padding: 30px;
  background: #fff;
}
.future_plan_row_1 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgb(2, 136, 194);
}
.future_plan_row_1 ul li {
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(179, 209, 221);
}
.future_plan_row_1 ul li:last-child {
  border-bottom: 0;
}

.future_plan_row_2 {
  padding: 30px;
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.future_plan_row_2 h2.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: rgb(255, 255, 255);
}
.future_plan_row_2 .bundle_table li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.future_plan_row_2 .bundle_table li.table_header {
  font-weight: bold;
}
.future_plan_row_2 .bundle_table li:last-child {
  border-bottom: 0;
}

.evolution_container {
  background-image: url("/img/evolution_lg_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.evolution_row img {
  width: 400px;
  height: 100%;
  object-fit: cover;
}
.evolution_row .ev_list_container {
  padding: 2rem 2rem 2rem 4rem;
  background-color: rgb(70, 82, 87);
}
@media screen and (max-width: 768px) {
  .evolution_row .ev_list_container {
    padding: 2rem;
  }
}
.evolution_row .ev_list_container li {
  list-style-type: disc;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.evolution_row .bottom_box {
  padding: 2rem 4rem;
  background-color: rgb(25, 145, 197);
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .evolution_row .bottom_box {
    padding: 2rem;
  }
}

.group_journey_container {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
  text-align: center;
  position: relative;
}
.group_journey_container .history_bg_text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 15vw, 200px);
  /* Adjust size as needed */
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  /* Light opacity */
  white-space: nowrap;
  z-index: 0;
}
.group_journey_container .history_bg_text.up {
  top: 20%;
}
.group_journey_container .history_bg_text.sm {
  font-size: clamp(60px, 7vw, 200px);
}
@media screen and (max-width: 768px) {
  .group_journey_container .history_bg_text.sm {
    font-size: clamp(30px, 7vw, 200px);
  }
}
.group_journey_container h2,
.group_journey_container p {
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
}
.group_journey_container h2 {
  font-weight: 300;
  font-size: 42px;
}
.group_journey_container p {
  font-weight: 400;
}

.timeline-img,
.timeline-text {
  border: 3px solid rgb(42, 53, 57);
}

.timeline-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.timeline-text {
  background-color: rgb(42, 53, 57);
}
.timeline-text p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}
.timeline-text p.timeline-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.timeline-text ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.timeline-text ul li {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  margin-bottom: 12px;
}

.plants_card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.partner_slide_item h2 {
  font-weight: 500;
  font-size: 16px;
  color: rgb(65, 76, 70);
  font-family: "Montserrat", sans-serif;
}

.custom_stripped_table thead tr th {
  color: rgb(25, 145, 197);
  border: 0;
}
.custom_stripped_table thead tr th:first-child {
  text-align: center;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > * {
  background-color: rgb(224, 238, 244);
  box-shadow: none;
  border: 0;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > *:first-child {
  border-radius: 6px 0 0 6px;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > *:last-child {
  border-radius: 0 6px 6px 0;
}
.custom_stripped_table tbody tr td {
  border: 0;
  color: rgb(70, 82, 87) !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.custom_stripped_table tbody tr td:first-child {
  font-weight: 600;
  text-align: center;
}
.custom_stripped_table tbody tr td span {
  font-weight: 600;
}
.custom_stripped_table tbody tr td ul {
  padding-left: 2rem;
}
.custom_stripped_table tbody tr td ul li {
  list-style-type: disc;
}

.investors_docs_container .investor_doc_box {
  margin: 0;
  margin-bottom: 1rem;
  padding: 20px;
  background: rgb(239, 247, 250);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}
.investors_docs_container .investor_doc_box:not(:last-child).border_bottom_1 {
  border-bottom: 1px solid #D5D5D5;
  border-radius: 0;
}
.investors_docs_container .investor_doc_box.career_job_card .content h2 {
  font-style: italic;
  margin: 0;
  margin-bottom: 1rem;
}
.investors_docs_container .investor_doc_box.career_job_card .content p {
  margin: 0;
  margin-bottom: 6px;
}
.investors_docs_container .investor_doc_box.career_job_card .content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1FAFC4;
}
.investors_docs_container .investor_doc_box .content {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .investors_docs_container .investor_doc_box .content {
    margin-bottom: 1rem;
  }
}
.investors_docs_container .investor_doc_box .content h2,
.investors_docs_container .investor_doc_box .content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgb(25, 145, 197);
}
.investors_docs_container .investor_doc_box .content p {
  margin: 0;
  color: rgb(92, 105, 110);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.investors_docs_container .investor_doc_box a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

.custom_accordion .accordion-head {
  border-radius: 6px 6px 0 0;
  background-color: #184364;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.custom_accordion .accordion-head:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  color: #4D456E;
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  width: 26px;
  height: 26px;
  background: #EBF2F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.custom_accordion .accordion-head.collapsed {
  background-color: #fff;
  color: #4D456E;
  border-radius: 6px;
}
.custom_accordion .accordion-head.collapsed:hover, .custom_accordion .accordion-head.collapsed:focus {
  color: #4D456E;
}
.custom_accordion .accordion-head.collapsed:after {
  content: "\f077";
}
@media screen and (max-width: 768px) {
  .custom_accordion .accordion-head {
    font-size: 16px;
  }
}
.custom_accordion .single-accordion {
  margin-bottom: 1rem;
}
.custom_accordion .collapsing {
  background: #184364;
  border-radius: 0 0 6px 6px;
}
.custom_accordion .collapsing .content p {
  color: #E5DEF4;
  margin: 0;
}
.custom_accordion .collapse {
  border-radius: 0 0 6px 6px;
}
.custom_accordion .collapse.show {
  background: #184364;
}
.custom_accordion .collapse.show .content p {
  color: #FCFAFF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .custom_accordion .accordion-body {
    padding: 10px 25px;
  }
}

.investor_nav_box li {
  font-family: "Montserrat";
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(82, 93, 98);
  background-color: rgb(239, 247, 250);
}
.investor_nav_box li.list_heading {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  border-radius: 10px 10px 0 0;
}
.investor_nav_box li:not(:last-child) {
  border-bottom: 1px solid rgb(203, 222, 230);
}
.investor_nav_box li:last-child {
  border-radius: 0 0 10px 10px;
}

.investor_gradient_section {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.investor_gradient_section h2,
.investor_gradient_section p {
  color: #fff;
}
.investor_gradient_section p {
  font-weight: 400;
}
.investor_gradient_section .col-12:not(:last-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .investor_gradient_section .col-12:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.27);
    display: block;
    position: absolute;
    right: 3rem;
  }
}

.communication,
.contact_us_form {
  width: 100% !important;
  height: 100%;
}
.communication .h_title,
.contact_us_form .h_title {
  color: rgb(59, 32, 32);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 1rem;
}
.communication .single-communication,
.contact_us_form .single-communication {
  display: flex;
}
.communication .single-communication:last-child .communication-text,
.contact_us_form .single-communication:last-child .communication-text {
  border-bottom: 0;
}
.communication .single-communication .communication-icon,
.contact_us_form .single-communication .communication-icon {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .communication .single-communication .communication-icon,
  .contact_us_form .single-communication .communication-icon {
    width: 50px;
  }
}
.communication .single-communication .communication-icon img,
.contact_us_form .single-communication .communication-icon img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .communication .single-communication .communication-icon img,
  .contact_us_form .single-communication .communication-icon img {
    width: 32px;
    height: 32px;
  }
}
.communication .single-communication .communication-text,
.contact_us_form .single-communication .communication-text {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(227, 223, 223);
}
.communication .single-communication .communication-text .communication-text-title,
.contact_us_form .single-communication .communication-text .communication-text-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgb(28, 19, 18);
}

.communication.small {
  width: 100%;
}
.communication.small .single-communication .communication-icon {
  width: 60px;
}
.communication.small .single-communication .communication-icon img {
  width: 40px;
  height: 40px;
}

.contact_us_form {
  background-color: #fff;
  display: inline-block;
  padding: 30px;
  border: 1px solid rgb(221, 221, 221);
  width: 100%;
}
.contact_us_form label {
  margin: 0;
  margin-bottom: 8px;
  color: #161616;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.contact_us_form input.form-control2,
.contact_us_form .nice-select {
  border-radius: 100px;
}
.contact_us_form textarea.form-control2 {
  border-radius: 10px;
}
.contact_us_form textarea.form-control2 {
  height: auto !important;
}
.contact_us_form .nice-select {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.contact_us_form .nice-select:focus {
  border-color: var(--color-primary);
}
.contact_us_form .nice-select .current {
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.contact_us_form .nice-select .list {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.contact_us_form .form-col {
  position: relative;
}
.contact_us_form span.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: 0.4rem;
  left: 2rem;
}

.customGmap {
  width: 100%;
  height: 500px;
}

.contact_us_company_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact_us_company_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_us_company_items .company_slide_item img {
  margin: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 250px;
}
.contact_us_company_items .company_slide_item::before {
  content: "";
  background: linear-gradient(180deg, rgba(155, 134, 133, 0) 40%, #093A4F 100%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_us_company_items .company_slide_item:hover .overlay_content {
  opacity: 1;
}
.contact_us_company_items .company_slide_item .overlay_content {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact_us_company_items .company_slide_item .overlay_content.show {
  opacity: 1;
}
.contact_us_company_items .company_slide_item .overlay_content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.contact_us_company_items .company_slide_item .overlay_content ul li {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
}
.contact_us_company_items .company_slide_item .overlay_content ul li img {
  margin-right: 12px;
  width: 20px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.contact_us_company_items .company_slide_item .overlay_content ul li p {
  color: #fff;
}
.contact_us_company_items .company_slide_item .overlay_content ul li a.alink {
  color: #fff;
  width: auto;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contact_us_company_items .company_slide_item .overlay_content ul li a.alink:hover {
  color: rgba(255, 255, 255, 0.8117647059);
}

.overlay_card_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .overlay_card_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.overlay_card_items.core_op_items {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .overlay_card_items.core_op_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .overlay_card_items.core_op_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.overlay_card_items.core_op_items .company_slide_item {
  height: 400px;
}
.overlay_card_items.core_op_items .company_slide_item img {
  height: 400px;
}
.overlay_card_items .company_slide_item {
  height: 300px;
}
.overlay_card_items .company_slide_item img {
  margin: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 300px;
}
.overlay_card_items .company_slide_item::before {
  content: "";
  background: linear-gradient(180deg, rgba(155, 134, 133, 0) 40%, #093A4F 100%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay_card_items .company_slide_item:hover .overlay_content {
  opacity: 1;
}
.overlay_card_items .company_slide_item .overlay_content {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay_card_items .company_slide_item .overlay_content.show {
  opacity: 1;
}
.overlay_card_items .company_slide_item .overlay_content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.overlay_card_items .company_slide_item .overlay_content ul li {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
}
.overlay_card_items .company_slide_item .overlay_content ul li img {
  margin-right: 12px;
  width: 20px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.overlay_card_items .company_slide_item .overlay_content ul li p {
  color: #fff;
}
.overlay_card_items .company_slide_item.core_op .overlay_content ul {
  margin-top: 1rem;
}
.overlay_card_items .company_slide_item.core_op .overlay_content ul li {
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
}

.nice-select {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 44px !important;
  line-height: 1.5 !important;
  font-size: 16px;
  padding: 10px 30px;
  background: #ffffff;
  color: #565872;
  border: 1px solid #C0CBE7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 30px;
}
.nice-select .list {
  width: 100%;
  height: auto;
}

.job_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.job_form .item_span_full {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .job_form {
    grid-template-columns: 1fr;
  }
  .job_form .item_span_full {
    grid-column: 1;
  }
}
.job_form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #161616;
}
.job_form input,
.job_form select {
  border: 1px solid rgba(92, 87, 87, 0.2901960784);
  background: transparent;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
}
.job_form input::placeholder,
.job_form select::placeholder {
  color: #544847;
}
.job_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 12px;
}
.job_form .file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.job_form .file-upload input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.job_form .file-upload label {
  padding-left: 1rem;
  width: 100%;
  text-align: start;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  position: relative;
  background: url(https://cdn4.iconfinder.com/data/icons/basic-user-interface-elements/700/export-share-upload-512.png) center center no-repeat #fff;
  border-radius: 30px;
  background-size: 16px 16px;
  background-position-x: 90%;
}

.job_form_modal .modal-content {
  border-radius: 0;
  padding: 40px;
}
.job_form_modal .modal-content .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.job_form_modal .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.job_form_modal .modal-content .modal-header .modal-title span {
  color: #1991c5;
}
.job_form_modal .modal-content .modal-body {
  padding: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #1991c5;
  border-radius: 10px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #1991c5;
}
.job_form_modal .modal-content .modal-body form {
  padding: 0;
}
.job_form_modal .modal-content .modal-footer {
  border: 0;
}

.career_details_banner_section .container {
  z-index: 99;
}

.career_details_section h2 {
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.career_details_section ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.career_details_section ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
  list-style-type: disc;
}

.privacy_policy_container {
  padding: 30px;
}
.privacy_policy_container h3 {
  font-size: 32px;
  font-family: Sans-serif;
  color: #000000;
}
.privacy_policy_container p,
.privacy_policy_container ul li {
  font-family: Sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  color: #000000;
  line-height: 1.5;
}
.privacy_policy_container p.p_heading,
.privacy_policy_container ul li.p_heading {
  font-size: 20px;
  font-weight: bold;
}

.contact_banner_section {
  background-color: rgb(41, 66, 77);
}
.contact_banner_section h1 {
  font-weight: 700;
  font-size: 53px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact_banner_section h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.contact_banner_section .contact_header_box {
  max-width: 800px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.contact_banner_section .contact_header_box .item {
  cursor: pointer;
  position: relative;
}
.contact_banner_section .contact_header_box .item a.o_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact_banner_section .contact_header_box .item:not(:last-child) {
  border-bottom: 1px solid rgba(227, 223, 223, 0.2);
}
@media screen and (min-width: 768px) {
  .contact_banner_section .contact_header_box .item:not(:last-child) {
    border-right: 1px solid rgba(227, 223, 223, 0.2);
    border-bottom: 0;
  }
}
.contact_banner_section .contact_header_box .item img {
  margin: 0;
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .contact_banner_section .contact_header_box .item img {
    width: 50px;
    height: 50px;
  }
}
.contact_banner_section .contact_header_box .item h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  margin-bottom: 2rem;
}

#ourDealersSec,
#ourOfficesSec,
#contactFormSec {
  scroll-margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .banner_section {
    height: 65vh;
  }
}
@media screen and (max-width: 1200px) {
  .tab-right-sidebar p br {
    display: none;
  }
  .testimonials-slider .testimonial-item .content h2 {
    font-size: 40px;
  }
  .testimonials-slider .testimonial-item .content .heading {
    font-size: 24px;
  }
  .testimonials-slider .testimonial-item .content .sub_heading {
    font-size: 20px;
  }
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .award_slide_item {
    grid-template-columns: repeat(2, 1fr);
  }
  .curved_tab {
    flex-direction: column;
  }
  .curved_tab .nav-item .nav-link {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .title_heading {
    font-size: 22px;
  }
  .section_title {
    font-size: 26px;
  }
  .testimonials-slider .testimonial-item .content {
    padding: 30px;
  }
  .testimonials-slider .testimonial-item .content h2 {
    font-size: 30px;
  }
  .testimonials-slider .testimonial-item .content .heading {
    font-size: 20px;
  }
  .testimonials-slider .testimonial-item .content .sub_heading {
    font-size: 18px;
  }
  .plants_card_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section_title {
    font-size: 22px;
  }
  .section-title > h2.gradient_title {
    font-size: 28px;
  }
  .section-title > h2.gradient_title.sm {
    font-size: 22px;
  }
  .title_heading {
    font-size: 18px;
  }
  .what_we_do_list_container li {
    font-size: 12px;
  }
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 200px;
  }
  .award_slide_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .plants_card_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter.cnt-two,
  .counter_marker {
    font-size: 28px !important;
  }
  .counter-area2 .counter_desc {
    font-size: 12px;
  }
  .upcoming-slider .upcoming-text {
    padding: 20px;
  }
  .upcoming-slider .upcoming-text h3 {
    font-size: 22px;
  }
  .upcoming-slider .upcoming-text span.title_heading {
    font-size: 14px;
  }
}
.newswire-slider .owl-stage-outer {
  padding: 30px 0;
}
.newswire-slider .blog-container-inner {
  position: relative;
  transition: all 0.3s ease;
}
.newswire-slider .blog-container-inner .overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newswire-slider .blog-container-inner .post-thumb {
  overflow: hidden;
}
.newswire-slider .blog-container-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.newswire-slider .blog-container-inner:hover {
  transform: translateY(-20px);
}
.newswire-slider .blog-container-inner:hover::after {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.newswire-slider .blog-container-inner:hover .attachment-blog-list {
  transform: scale(1.1);
}
.newswire-slider .blog-container-inner .attachment-blog-list {
  transition: all 0.3s ease;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.campaign_news_form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campaign_news_form {
    display: flex;
    flex-direction: column;
  }
}
.campaign_news_form .input_group {
  display: flex;
  flex-direction: column;
}
.campaign_news_form .input_group label {
  color: rgb(223, 223, 223);
}
.campaign_news_form .input_group .nice-select {
  border: 1px solid rgb(200, 193, 193);
  padding: 10px 20px;
  height: 44px;
  border-radius: 100px;
  background-color: transparent;
  width: 100% !important;
}
.campaign_news_form .input_group .nice-select .current {
  color: rgb(221, 221, 221);
}
.campaign_news_form button[type=submit] {
  width: 100%;
  max-width: 100%;
  height: 44px !important;
  background: #fff;
  color: rgb(66, 65, 65);
}
.campaign_news_form .clear_btn {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 0;
  margin-right: 12px;
  width: 100%;
  height: 44px !important;
}
@media screen and (min-width: 992px) {
  .campaign_news_form .clear_btn {
    width: 100px;
    position: absolute;
    top: 70px;
    right: 260px;
    border: none;
  }
}

.media_news_card {
  position: relative;
  transition: all 0.3s ease;
}
.media_news_card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.media_news_card.media_news_details_card:hover .blog-title a {
  color: rgb(25, 145, 197);
}
.media_news_card.media_news_details_card .post-for2 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .media_news_card.media_news_details_card .post-for2 img {
    height: 200px;
  }
}
.media_news_card.media_news_details_card .blog-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: rgb(25, 145, 197);
  overflow: visible;
  white-space: normal;
}
.media_news_card.media_news_details_card .floating_meta {
  top: 4px;
}
.media_news_card.media_news_details_card .visual-inner {
  background-color: transparent;
}
.media_news_card:hover {
  transform: translateY(-20px);
}
.media_news_card:hover::after {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.media_news_card:hover .attachment-blog-list {
  transform: scale(1.1);
}
.media_news_card:hover .blog-title a {
  color: rgb(226, 84, 75);
}
.media_news_card:hover .readmore a {
  color: #fff;
  background: linear-gradient(100.07deg, #1FAFC4 6.41%, #0288C2 110.3%);
}
.media_news_card:hover .post-thumb img {
  transform: scale(1.1);
}
.media_news_card .post-thumb {
  overflow: hidden;
}
.media_news_card .post-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.media_news_card .visual-inner {
  position: relative;
  padding: 20px;
}
.media_news_card .blog-meta span {
  border-right: 2px solid #aaa;
  margin-left: 6px;
  padding-right: 6px;
}
.media_news_card .blog-meta span:first-child {
  margin: 0;
}
.media_news_card .blog-meta span:last-child {
  border-right: 0;
}
.media_news_card .floating_meta {
  position: absolute;
  top: 0;
  right: 12px;
}
.media_news_card .floating_meta span.published3 {
  color: rgb(65, 76, 70);
}
.media_news_card .blog-title.f_height {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1;
  font-size: 22px;
}
.media_news_card .blog-content.f_height {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media_news_card .readmore a {
  color: rgb(65, 52, 52);
  border: 1px solid rgb(132, 132, 132);
  border-radius: 100px;
}
.media_news_card .readmore a:hover {
  color: #fff;
  background: linear-gradient(100.07deg, #1FAFC4 6.41%, #0288C2 110.3%);
}

.approach_to_sustainability_section {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.approach_to_sustainability_section h2,
.approach_to_sustainability_section p,
.approach_to_sustainability_section ul li {
  color: #fff;
}
.approach_to_sustainability_section ul {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.approach_to_sustainability_section ul li {
  list-style-type: disc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.trust_profile_modal .modal-content {
  border-radius: 0;
  padding: 40px;
}
.trust_profile_modal .modal-content .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.trust_profile_modal .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: rgb(25, 145, 197);
}
.trust_profile_modal .modal-content .modal-header .modal-title span {
  color: #1991c5;
}
.trust_profile_modal .modal-content .modal-body {
  padding: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.trust_profile_modal .modal-content .modal-body h3 {
  color: rgb(70, 82, 87);
  font-weight: 700;
  font-size: 24px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #1991c5;
  border-radius: 10px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #1991c5;
}
.trust_profile_modal .modal-content .modal-body form {
  padding: 0;
}
.trust_profile_modal .modal-content .modal-body .grey_row {
  background: rgba(145, 152, 159, 0.11);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .trust_profile_modal .modal-content .modal-body .grey_row .v_line {
    border-right: 1px solid rgba(87, 87, 87, 0.27);
  }
}
.trust_profile_modal .modal-content .modal-body .grey_row ul {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.trust_profile_modal .modal-content .modal-body .grey_row ul li {
  list-style-type: disc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}
.trust_profile_modal .modal-content .modal-footer {
  border: 0;
}

.groups_modal h3 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.groups_modal h3 span {
  font-weight: normal;
}
.groups_modal a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #1991C5;
}
.groups_modal .bg_blue {
  background-color: #EFF7FA;
  padding: 20px;
  border-radius: 10px;
}
.groups_modal ul {
  padding-left: 2rem;
}
.groups_modal ul.type_num {
  list-style-type: decimal;
}
.groups_modal ul.type_disc li {
  list-style-type: disc;
}
.groups_modal ul li {
  color: #414C46;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.groups_modal ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #1991C5;
}

.dealers_table thead tr th {
  color: rgb(25, 145, 197);
}
.dealers_table tbody tr:nth-of-type(odd) {
  background-color: rgb(224, 238, 244);
}
.dealers_table tbody tr td {
  font-weight: 600;
  font-size: 14px;
  color: rgb(70, 82, 87) !important;
}

.meta_icon {
  width: 16px !important;
  height: 16px;
  object-fit: contain;
  object-position: center;
  float: left;
  margin: 0;
  margin-right: 0.5rem;
  top: 4px;
  position: relative;
}

.owl-dots {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}

.blog-content.promoters ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.blog-content.promoters ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

ul.para_ul {
  list-style-type: disc;
  padding-left: 2rem;
}
ul.para_ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.white_row_box {
  background-color: #fff;
}

.row_box {
  margin: 0;
  margin-bottom: 2rem;
}
.row_box.box_white {
  background-color: #fff;
}
.row_box.box_blue {
  background-color: rgb(239, 247, 250);
}

.presence_image_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.presence_image_container .img_box {
  background: #fff;
  padding: 20px;
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.presence_image_container .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.presence_image_container .img_box:hover {
  transform: translateY(-14px);
}
.presence_image_container .img_box:hover::after {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.presence_image_container .img_box img {
  width: 150px;
  height: auto;
}

.product_sidebar {
  background-color: #fff;
  border: 1px solid rgb(224, 233, 237);
}
.product_sidebar .product_widget {
  padding: 30px 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 34px 0px rgba(182, 182, 197, 0.06);
  border-radius: 10px;
  position: relative;
}
.product_sidebar .product_widget .widget-title {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(25, 28, 31);
}
.product_sidebar .product_widget .edu-form-check {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 20px;
}
.product_sidebar .product_widget .edu-form-check label {
  color: rgb(71, 81, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 2rem;
}
.product_sidebar .product_widget .edu-form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product_sidebar .product_widget .edu-form-check input:checked ~ .checkmark {
  background-color: rgb(25, 145, 197);
}
.product_sidebar .product_widget .edu-form-check input:checked ~ .checkmark:after {
  display: block;
}
.product_sidebar .product_widget .edu-form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product_sidebar .product_widget .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(201, 207, 210);
  border-radius: 4px;
}
.product_sidebar .product_widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product_search_group input {
  border-radius: 0;
}
.product_search_group input:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.product_search_group button {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
  color: #fff;
  border-radius: 0;
}

.product_cards_container {
  background-color: #fff;
  padding: 20px 10px;
}

.product_card {
  margin: 0;
  padding: 0;
  border: 1px solid rgb(224, 233, 237);
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  cursor: pointer;
}
.product_card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.product_card:hover {
  transform: translateY(-10px) !important;
}
.product_card:hover::after {
  background: linear-gradient(98.56deg, #1FAFC4 5.6%, #1991C5 108.93%);
}
.product_card.visible {
  opacity: 1;
  transform: translateY(0);
}
.product_card .card_header {
  padding: 50px;
  background: rgb(239, 247, 250);
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_card .card_header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.product_card .card_body {
  padding: 20px;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_card .card_body table tbody tr:first-child td:last-child {
  height: auto;
  text-overflow: ellipsis;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.product_card .card_body table tbody tr td {
  color: rgb(83, 90, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product_card .card_body table tbody tr td:first-child {
  font-weight: bold;
  padding-right: 1rem;
  white-space: nowrap;
}
.product_card .card_body table tbody tr td:last-child {
  padding-left: 6px;
}

.product_modal .modal-title {
  color: rgb(226, 84, 75);
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .product_modal .modal-title {
    font-size: 20px;
  }
}
.product_modal .modal-body h6,
.product_modal .modal-body strong {
  font-weight: bold;
}
.product_modal .modal-body p,
.product_modal .modal-body #modalBrand {
  color: rgb(83, 90, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product_modal .modal-body .bg_light {
  background-color: rgb(231, 243, 248);
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .bg_light {
    flex-direction: column;
  }
}
.product_modal .modal-body .bg_light div {
  padding: 1rem;
}
.product_modal .modal-body .bg_light div:last-child {
  border-left: 2px solid rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .bg_light div:last-child {
    border-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container {
    flex-direction: column;
  }
}
.product_modal .modal-body .details_container div {
  min-width: 150px;
  padding: 1rem;
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container div {
    min-width: 100px;
    border-image: none;
  }
}
.product_modal .modal-body .details_container div:not(:first-child) {
  border-image: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.21) 10% 70%, transparent 0%) 0 0 0 1/2px;
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container div:not(:first-child) {
    border-image: none;
  }
}
.product_modal .modal-body ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.product_modal .modal-body ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.filter_chip_container {
  margin: 0;
  margin-bottom: 1rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_chip_container button {
  padding: 6px 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgb(189, 193, 207);
  border-radius: 100px;
  background-color: #fff;
  color: rgb(111, 117, 140);
  cursor: pointer;
}
.filter_chip_container button i {
  color: rgb(111, 117, 140);
}

.service_section_outer {
  background-color: #F5F8FA;
}

.services_section .service_details_container {
  background-color: white;
}
.services_section .service_details_container .service_details_tab_pills.nav {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 1rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.services_section .service_details_container .service_details_tab_pills.nav::-webkit-scrollbar {
  height: 4px;
}
.services_section .service_details_container .service_details_tab_pills.nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
.services_section .service_details_container .service_details_tab_pills.nav::-webkit-scrollbar-thumb {
  background: rgb(25, 145, 197);
  border-radius: 10px;
}
.services_section .service_details_container .service_details_tab_pills.nav::-webkit-scrollbar-thumb:hover {
  background: rgb(25, 145, 197);
}
.services_section .service_details_container .service_details_tab_pills.nav button.nav-link {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.services_section .service_details_container .service_details_tab_pills.nav button.nav-link.active {
  font-weight: bold;
}
.services_section .service_details_container .tab-pane h2,
.services_section .service_details_container .tab-pane h3 {
  color: #465257;
  font-family: "Montserrat", sans-serif;
}
.services_section .service_details_container .tab-pane h2 {
  font-weight: 600;
  font-size: 18px;
}
.services_section .service_details_container .tab-pane h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}
.services_section .service_details_container .tab-pane ul {
  padding-left: 1.5rem;
  padding-right: 0.4rem;
  margin: 0;
  margin-bottom: 1rem;
}
.services_section .service_details_container .tab-pane ul li {
  margin: 0;
  margin-bottom: 0.4rem;
  list-style-type: disc;
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.services_section .service_details_container .tab-pane .banner_container {
  background-color: #184364;
  padding: 30px;
}
.services_section .service_details_container .tab-pane .banner_container h2,
.services_section .service_details_container .tab-pane .banner_container p {
  color: #fff;
}
.services_section .service_details_container .tab-pane .service_feature_card_container {
  padding: 20px;
  background: linear-gradient(127.11deg, #E5F6FF 13.7%, #B0D5F4 133.1%);
  display: grid;
  grid-gap: 0;
  border-radius: 10px;
}
.services_section .service_details_container .tab-pane .service_feature_card_container.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.services_section .service_details_container .tab-pane .service_feature_card_container.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .services_section .service_details_container .tab-pane .service_feature_card_container {
    grid-template-columns: 1fr !important;
  }
}
.services_section .service_details_container .tab-pane .service_feature_card_container .service_feature_card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.services_section .service_details_container .tab-pane .service_feature_card_container .service_feature_card:not(:last-child) {
  border-right: 1px solid rgba(51, 60, 98, 0.6588235294);
}
@media screen and (max-width: 768px) {
  .services_section .service_details_container .tab-pane .service_feature_card_container .service_feature_card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(51, 60, 98, 0.6588235294);
  }
}
.services_section .service_details_container .tab-pane .service_feature_card_container .service_feature_card img {
  margin: 0;
  margin-bottom: 1rem;
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.services_section .service_details_container .tab-pane .service_feature_card_container .service_feature_card h3 {
  color: #2C3455;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
.services_section .service_details_container .tab-pane table {
  border-collapse: separate;
  border-spacing: 4px;
  max-width: 600px;
}
.services_section .service_details_container .tab-pane table thead th {
  padding: 0.8rem;
}
.services_section .service_details_container .tab-pane table tbody td {
  padding: 0.4rem;
  font-weight: bold;
}
.services_section .service_details_container .tab-pane table,
.services_section .service_details_container .tab-pane th,
.services_section .service_details_container .tab-pane td {
  border: 1px solid black;
  text-align: center;
}

.governance_link_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .governance_link_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .governance_link_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.governance_link_container .card {
  background-color: #EFF7FA;
  padding: 20px;
  border: 0;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.governance_link_container .card img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.governance_link_container .card h4,
.governance_link_container .card a {
  color: #1991C5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.strategic_growth_acc .content ul {
  padding-left: 2rem;
}
.strategic_growth_acc .content ul li {
  list-style-type: disc;
  color: #414C46;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.group_comp_card img {
  margin: 0;
  margin: 0;
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: auto;
}
.group_comp_card .content {
  padding: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: start;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.group_comp_card .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 250px;
}

.mandatory_check {
  color: red;
}

.mobile-menu-area {
  background-color: #EFF7FA;
  position: relative;
}
.mobile-menu-area .mobile_logo {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 80px;
}

.location_form_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.location_form_group .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  height: 50px !important;
  border-radius: 100px;
  background-color: transparent;
  width: 100% !important;
}
.location_form_group .nice-select .current {
  color: #fff;
}
.location_form_group .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nice_select_formgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nice_select_formgroup .nice-select {
  border: 1px solid rgba(92, 87, 87, 0.2901960784);
  background: transparent;
  width: 100%;
  height: 50px !important;
  border-radius: 100px;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
  display: flex;
  align-items: center;
}
.nice_select_formgroup .nice-select.fixed_height .list {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .what_we_do_para_container {
    max-width: 868px;
  }
}
@media screen and (min-width: 1200px) {
  .what_we_do_para_container {
    max-width: 480px;
  }
}
.select2-selection {
  border: 1px solid rgba(92, 87, 87, 0.2901960784) !important;
  background: transparent;
  width: 100%;
  height: 42px !important;
  border-radius: 100px !important;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
}
.select2-selection .select2-selection__arrow {
  top: 12px !important;
  right: 12px !important;
}
.select2-selection .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 0.5rem !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.social-links {
  margin-top: 2rem;
  display: flex;
  gap: 24px;
}
.social-links li {
  width: 30px;
  height: 30px;
  background: #494361;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.social-links li a {
  color: #fff !important;
}
.social-links li:hover {
  background-color: #B9C1E4;
}
.social-links li:hover a {
  color: #000 !important;
}

.trust_box_container {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: all 0.3s ease;
  background: linear-gradient(127.11deg, #E5F6FF 13.7%, #B0D5F4 133.1%);
}
@media screen and (max-width: 992px) {
  .trust_box_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trust_box_container .trust_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid rgba(51, 60, 98, 0.6588235294);
}
.trust_box_container .trust_box:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .trust_box_container .trust_box:nth-child(2) {
    border-right: 1px solid rgba(51, 60, 98, 0.6588235294);
  }
  .trust_box_container .trust_box:nth-child(3) {
    border-right: none !important;
  }
  .trust_box_container .trust_box:nth-child(4) {
    border-right: 1px solid rgba(51, 60, 98, 0.6588235294);
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .trust_box_container .trust_box:nth-child(odd) {
    border-right: 1px solid rgba(51, 60, 98, 0.6588235294);
  }
  .trust_box_container .trust_box:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 992px) {
  .trust_box_container .trust_box {
    padding: 20px 0;
  }
}
.trust_box_container .trust_box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.trust_box_container .trust_box p {
  font-size: 16px;
  color: #2C3455;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
}

.process-area .section-heading {
  max-width: 695px;
  text-align: center;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .process-area .section-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .process-area .section-heading {
    padding-bottom: 20px;
  }
}
.process-area .process-items.grid_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-area .process-item {
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.process-area .process-item.service_card {
  background-color: #fff !important;
  max-width: 350px;
}
.process-area .process-item.service_card:hover {
  box-shadow: 0px 4px 64px 0px rgba(198, 189, 189, 0.5019607843);
}
.process-area .process-item.bg_clr_1 {
  background-color: #FFE4E4;
}
.process-area .process-item.bg_clr_2 {
  background-color: #EAEDFF;
}
.process-area .process-item.bg_clr_3 {
  background-color: #FDEBFF;
}
@media only screen and (max-width: 767px) {
  .process-area .process-item {
    padding: 15px;
  }
}
.process-area .process-item:hover.bg_clr_1 {
  background-color: #FFD0D0;
}
.process-area .process-item:hover.bg_clr_2 {
  background-color: #D9DEF9;
}
.process-area .process-item:hover.bg_clr_3 {
  background-color: #F4D9F8;
}
.process-area .process-item .icon {
  margin-bottom: 20px;
}
.process-area .process-item .icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  .process-area .process-item .icon img {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .process-area .process-item .icon {
    max-width: 60px;
  }
}
.process-area .process-item .title-wrap {
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .process-area .process-item .title-wrap {
    margin-bottom: 8px;
  }
}
.process-area .process-item .text-wrapper {
  margin: 0 auto;
  height: 180px;
}
.process-area .process-item .text-wrapper .text {
  height: auto;
  text-overflow: ellipsis;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 14px;
}
.process-area .process-item .title {
  color: #171B50;
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 1399px) {
  .process-area .process-item .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-area .process-item .title {
    font-size: 22px;
  }
}
.process-area .process-item .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-42%, 0);
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
}

.wrapper-box {
  position: relative;
}
.wrapper-box .process-block {
  position: relative;
}
.wrapper-box .process-block:last-child .inner-box::before {
  content: none !important;
}
.wrapper-box .process-block .floating_circle {
  z-index: 2;
}
.wrapper-box .process-block .floating_circle.circle_1 {
  bottom: 0;
}
.wrapper-box .process-block .floating_circle.circle_2 {
  top: -50px;
  right: -30px;
}
.wrapper-box .process-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper-box .process-block .inner-box::before {
  content: "";
  background-image: url("/img/wp_images/step_blue_1.png");
  position: absolute;
  top: -40px;
  right: -120px;
  display: block;
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.wrapper-box .process-block .inner-box:hover .image {
  transform: translateY(10px);
}
.wrapper-box .process-block .image {
  width: 180px;
  height: 180px;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #EBF2F5;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .wrapper-box .process-block .image {
    width: 150px;
    height: 150px;
  }
}
.wrapper-box .process-block .image img {
  border-radius: 100px;
  width: 80px;
}
.wrapper-box .process-block .count {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  top: -25px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 22px;
  background: linear-gradient(93.24deg, #19C2D2 5.84%, #047EE2 95.06%);
  z-index: 1;
}
.wrapper-box .process-block h4 {
  position: relative;
  color: #534F63;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .process-block .inner-box::before {
    content: none !important;
  }
}
.partners_program_section {
  background-color: #184364;
}
.partners_program_section .upcoming-text {
  background-color: transparent;
  height: auto;
}
@media screen and (max-width: 991px) {
  .partners_program_section .upcoming-text {
    padding: 0;
  }
}
.partners_program_section .sub_title {
  font-size: 22px;
  font-weight: 500;
}
.partners_program_section .upcoming-img {
  background: transparent !important;
}
.partners_program_section ul li {
  padding-bottom: 1rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Source Sans Pro", sans-serif;
}
.partners_program_section ul li b {
  color: #fff;
}
.partners_program_section .upcoming-area.business_content::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 80px;
  border: 10px solid rgba(205, 228, 238, 0.6);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content::before {
    display: none !important;
  }
}
.partners_program_section .upcoming-area.business_content2::before {
  content: "";
  width: 100%;
  height: 83%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 80px;
  border: 10px solid rgba(205, 228, 238, 0.6);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content2::before {
    width: 83%;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content2::before {
    width: 70%;
    left: 120px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content2 .upcoming-img img {
    width: 100% !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content2 .upcoming-img img {
    width: 100% !important;
    max-width: 250px;
  }
}
.partners_program_section .upcoming-area.business_content3::before {
  content: "";
  width: 100%;
  height: 83%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 80px;
  border: 10px solid rgba(205, 228, 238, 0.6);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content3::before {
    width: 83%;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content3::before {
    width: 70%;
    left: 120px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content3 .upcoming-img img {
    width: 100% !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content3 .upcoming-img img {
    width: 100% !important;
    max-width: 250px;
  }
}
.partners_program_section .upcoming-area.business_content4::before {
  content: "";
  width: 100%;
  height: 88%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 80px;
  border: 10px solid rgba(205, 228, 238, 0.6);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content4::before {
    width: 83%;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content4::before {
    width: 70%;
    left: 120px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .partners_program_section .upcoming-area.business_content4 .upcoming-img img {
    width: 100% !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .partners_program_section .upcoming-area.business_content4 .upcoming-img img {
    width: 100% !important;
    max-width: 250px;
  }
}
.partners_program_section .owl-dots {
  bottom: 0;
}

.lending_slide {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  background: transparent;
  padding: 40px;
}
.lending_slide img {
  transition: all 0.3s ease;
}
.lending_slide img:hover {
  box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.0784313725);
}

@media (max-width: 768px) {
  .lending_slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    padding: 20px;
  }
}
.loan-form-wrapper {
  margin-top: -120px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loan-form-wrapper .loan-form {
  border: 1px solid #DFDFDF;
  box-shadow: 0px 4px 64px 0px rgba(124, 129, 131, 0.2588235294);
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
}
.loan-form-wrapper .loan-form .form-group {
  position: relative;
  flex: 1;
  min-width: 180px;
  margin: 0;
}
.loan-form-wrapper .loan-form .form-group input,
.loan-form-wrapper .loan-form .form-group select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
}
.loan-form-wrapper .loan-form .form-group input::placeholder {
  color: #827B7B;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.loan-form-wrapper .loan-form .form-group .select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 30px !important;
  border: 1px solid #ddd !important;
  padding-left: 10px !important;
}
.loan-form-wrapper .loan-form .form-group .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 0.5rem !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #827B7B !important;
}
.loan-form-wrapper .loan-form .form-group .select2-selection__arrow {
  height: 18px !important;
}
.loan-form-wrapper .loan-form .form-group .error {
  position: absolute;
  bottom: -18px;
  left: 15px;
  font-size: 12px;
  color: red;
  display: none;
}
.loan-form-wrapper .loan-form button {
  border: none;
}

/* Responsive */
@media (max-width: 768px) {
  .loan-form-wrapper .loan-form {
    flex-direction: column;
    border-radius: 20px;
  }
  .loan-form-wrapper .loan-form .form-group {
    min-width: 100%;
  }
  .loan-form-wrapper .loan-form button {
    width: 100%;
  }
}
.loan_otp_modal p,
.loan_details_modal p {
  color: #A3A3A3;
}
.loan_otp_modal p span,
.loan_details_modal p span {
  color: #641B1B;
}
.loan_otp_modal .modal-header,
.loan_details_modal .modal-header {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loan_otp_modal .modal-header .modal-title,
.loan_details_modal .modal-header .modal-title {
  color: #343333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.loan_otp_modal .select_group,
.loan_details_modal .select_group {
  display: flex;
  flex-direction: column;
}
.loan_otp_modal .select_group .select2-selection,
.loan_details_modal .select_group .select2-selection {
  border-radius: 0.375rem !important;
  height: 38px !important;
}
.loan_otp_modal .select_group .select2-selection .select2-selection__rendered,
.loan_details_modal .select_group .select2-selection .select2-selection__rendered {
  line-height: 38px !important;
}
.loan_otp_modal .select_group .select2-container--default .select2-selection--single .select2-selection__arrow,
.loan_details_modal .select_group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 16px;
}
.loan_otp_modal .gradient_btn_normal,
.loan_details_modal .gradient_btn_normal {
  border: 0;
  background-color: transparent;
  color: #008AD1;
}
.loan_otp_modal .gradient_btn_normal:disabled,
.loan_details_modal .gradient_btn_normal:disabled {
  color: #A3A3A3;
}

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  opacity: 0;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap.active-progress.active:hover::before {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-wrap.active-progress.active::after {
  color: #fff;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #1FAFC4;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*# sourceMappingURL=custom_styles.min.css.map */
