/* ======================= Universal ======================= */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* ======================= !Universal ======================= */
/* ======================= Fonts ======================= */
@font-face {
  font-family: manrope_extrabold;
  src: url(../../font/manrope/static/manrope_extrabold.ttf);
}
.manrope_extrabold {
  font-family: manrope_extrabold;
}
@font-face {
  font-family: manrope_semibold;
  src: url(../../font/manrope/static/manrope_semibold.ttf);
}
.manrope_semibold {
  font-family: manrope_semibold;
}
@font-face {
  font-family: manrope_bold;
  src: url(../../font/manrope/static/manrope_bold.ttf);
}
.manrope_bold {
  font-family: manrope_bold;
}
@font-face {
  font-family: manrope_regular;
  src: url(../../font/manrope/static/manrope_regular.ttf);
}
.manrope_regular {
  font-family: manrope_regular;
}
@font-face {
  font-family: manrope_medium;
  src: url(../../font/manrope/static/manrope_medium.ttf);
}
.manrope_medium {
  font-family: manrope_medium;
}
@font-face {
  font-family: verdana_regular;
  src: url(../../font/verdana/verdana_regular.TTF);
}
.verdana_regular {
  font-family: verdana_regular;
}
/* ======================= !Fonts ======================= */
/* ======================= Form ======================= */

.top_header {
  background-color: #ba0c2f;
}
#topbar {
  background-color: #ba0c2f;
}
#topbar h6 {
  font-size: 14px;
  font-family: manrope_regular;
}
.header_logo img {
  width: 85px;
}
#hero_banner {
  width: 100%;
  background-color: #f7f9fc;
}
#hero_banner h1 {
  color: #ba0c2f;
  font-family: manrope_extrabold;
  font-size: 48px;
  padding-top: 120px;
  padding-bottom: 40px;
}
.custom_progress {
  background-color: #f3f3f3 !important;
}
.custom_progress_bar {
  background-color: #ba0c2f !important;
}
#multi_setps_form #form_heading h4 {
  color: #ba0c2f;
  font-size: 24px;
  font-family: manrope_extrabold;
}
#multi_setps_form #form_heading h1 {
  color: #ba0c2f;
  font-size: 28px;
  font-family: manrope_extrabold;
}
#multi_setps_form #form_heading h5 {
  color: #ba0c2f;
  font-size: 16px;
  font-family: manrope_bold;
}
.form-check-label {
  font-size: 16px;
  font-family: manrope_regular;
}
.form-check-input.custom_check:not(:checked) + .custom_label {
  color: #6f7775;
}
.form-check-input.custom_check:checked + .custom_label {
  color: #ba0c2f;
}
.form-label {
  color: #ba0c2f;
  font-size: 16px;
  font-family: manrope_bold;
}
.append_icon {
  background-color: #ba0c2f !important;
  border-radius: 0px !important;
}
.append_text {
  background-color: #f3f3f3 !important;
  border-radius: 0px !important;
  color: #02143199 !important;
  font-family: manrope_regular;
  font-size: 14px !important;
}
.next_btn,
.back_btn {
  color: white !important;
  background-color: #ba0c2f !important;
  border-color: #ba0c2f !important;
  font-size: 16px !important;
  font-family: manrope_bold !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
#support {
  background-color: #f3f3f3;
  width: 100%;
  padding: 90px 0px 90px 0px;
}
#support h1 {
  color: black;
  font-size: 32px;
  font-family: manrope_extrabold;
}
#support h3 a {
  color: #ba0c2f;
  font-size: 18px;
  font-family: verdana_regular;
}
#multi_setps_form {
  background-image: url(../../images/form_bg.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom !important;
  padding: 0px 0px 75px 0px;
}
.input_field:focus {
  box-shadow: none !important;
  border-color: #0088ff !important;
  background-color: #e8f4ff !important;
}
.input_field {
  color: #02143199 !important;
  font-family: manrope_regular !important;
  font-size: 15px !important;
}
.input_field {
  background-color: #f3f3f3 !important;
  border-color: #cfcfcf !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.input_field::placeholder {
  color: #02143199 !important;
  font-family: manrope_regular !important;
  font-size: 15px !important;
  /* vertical-align: top !important; */
}
.custom_check {
  border-color: #707070 !important;
}
.custom_check:checked {
  background-color: #ba0c2f !important;
  border-color: #ba0c2f !important;
}
.custom_check:focus {
  background-color: none !important;
  border-color: none !important;
  box-shadow: none !important;
}
.datepicker {
  font-family: manrope_regular !important;
  font-size: 14px !important;
  color: #707070 !important;
  max-width: 2000px !important;
}
.datepicker table tr td.active {
  background-image: linear-gradient(to bottom, #08c, #d9dee9);
}
.datepicker-dropdown {
  background-color: #f3f3f3 !important;
}
#pre_footer {
  background-color: #0b0d0f;
  width: 100%;
  padding: 70px 0px 70px 0px;
}
.pre_footer_menu h1:first-of-type {
  color: white;
  font-size: 16px;
  font-family: manrope_bold;
}
.pre_footer_menu h1:not(:first-of-type) {
  color: white;
  opacity: 0.7;
  font-size: 16px;
  font-family: manrope_regular;
}
.pre_footer_menu a {
  text-decoration: none;
  color: inherit;
}
.pre_footer_menu a:hover {
  color: #ba0c2f;
}
#footer {
  background-color: #ba0c2f;
  width: 100%;
  padding: 25px 0px 25px 0px;
}
#footer h1 {
  color: #ffffff;
  font-size: 16px;
  font-family: manrope_bold;
}
.footer_logo img {
  width: 95px !important;
}
.replace_img {
  border: 1px dashed #707070;
  background-color: #f7f9fc;
}
.drag_drop {
  border: 1px dashed #707070;
  background-color: #f7f9fc;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.drag_drop:hover {
  border: 1px dashed #ba0c2f;
  background-color: #ffc2ce;
}
.drag_drop h1 {
  font-family: manrope_medium !important;
  font-size: 25px !important;
}
.horizontal_line {
  border-top: 1px solid #bac0c9;
  display: inline-block;
  width: 118px;
  margin: 0 10px;
  vertical-align: middle;
}
.custom_border {
  border-left: 3px dotted #e9e9ea !important;
  border-right: 3px dotted #e9e9ea !important;
}
#support .support_box {
  padding: 30px 0px !important;
  position: relative;
}
#support .custom_border .support_box::before,
#support .custom_border .support_box::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ba0c2f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#support .custom_border .support_box::before {
  left: -23px;
}
#support .custom_border .support_box::after {
  right: -23px;
}
.custom_modal_body h6 {
  color: #021431;
  font-family: manrope_medium !important;
  font-size: 20px !important;
}
.custom_modal_body ul li {
  color: #021431;
  font-family: manrope_regular !important;
  font-size: 16px !important;
}
.custom_modal_header h1 {
  color: #021431 !important;
  font-family: manrope_bold !important;
  font-size: 25px !important;
}
.custom_modal_header p {
  color: #021431 !important;
  font-family: manrope_regular !important;
  font-size: 16px !important;
}
.btn-close:focus {
  box-shadow: none !important;
}
.custom-tooltip {
  font-size: 14px !important;
  font-family: manrope_regular !important;
  color: #ba0c2f !important;
}
/* ======================= !Form ======================= */
/* ======================= Thanku ======================= */
#thanku_bg {
  background-image: url(../../images/form_bg.svg);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom !important;
  /* padding: 0px 0px 75px 0px; */
}
#thanku_bg h1 {
  font-size: 88px !important;
  color: #ba0c2f;
  font-family: manrope_extrabold !important;
}
.redirectToform {
  position: fixed;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
  z-index: 99;
  box-shadow: 0 0 10px #BA0C2F;
  width: 196px;
  height: 47px;
  font-family: manrope_medium !important;
  font-size: 14px !important;
  background-color: #BA0C2F !important;
  border: 1px #BA0C2F solid !important;
  border-radius: 0px !important;
}
/* ======================= !Thanku ======================= */
/* ======================= Home ======================= */
.top_header a {
  text-decoration: none;
  color: inherit;
}
.text-danger {
  font-size: small !important;
}
.file-input {
  display: none;
}
.upload-container {
  overflow: hidden;
  height: 72%;
  position: relative;
}
.uploaded-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}
nav {
  width: 100%;
  background-color: white;
}
#header .logo img {
  width: 85px;
  display: none;
}
.nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: transparent;
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li a {
  color: #213430;
  font-size: 14px;
  font-family: manrope_semibold;
  text-decoration: none;
  position: relative;
  padding: 4px 0px;
}
.hamburger-menu {
  display: none;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 7px;
}
.bar {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 6px;
  transition: 0.4s;
}
#hero_section {
  background-image: url(../../images/homescreen.png);
  width: 100%;
  padding: 19px 0px 25px 0px;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
}
.jubilee_logo img {
  width: 120px;
  height: 60px;
}
.hero_header {
  max-width: 618px;
}
.hero_header h1 {
  font-size: 70px;
  color: #ffffff;
  font-family: manrope_extrabold !important;
}
.hero_header p {
  font-size: 16px;
  color: #ffffff;
  font-family: manrope_regular !important;
}
.agent_btn {
  width: 196px;
  height: 47px;
  font-family: manrope_medium !important;
  font-size: 14px !important;
  background-color: #ba0c2f !important;
  border: 1px #ba0c2f solid !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
#about_agent {
  background-image: url(../../images/about_agent_bg.svg);
  width: 100%;
  /* background-position: 1100px; */
  background-position: right;
  background-repeat: no-repeat;
  /* height: 100vh; */
  padding: 90px 0px 90px 0px;
}
.about_agent_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.about_agent_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.about_agent_header p {
  font-size: 17px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
#become_agent_1 {
  background: #f7f9fc;
}
#become_agent_2 {
  background-image: url(../../images/become_agent_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  padding: 90px 0px 90px 0px;
  border-bottom: 1px solid #dddddd;
}
.become_agent_header {
  max-width: 979px;
}
.become_agent_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.become_agent_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.become_agent_header h3 {
  font-size: 24px;
  font-family: manrope_bold !important;
  color: #6f7775;
}
.become_agent_header p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
.become_agent_cards .card {
  background-color: transparent !important;
}
.become_agent_cards .card-body {
  max-width: 282px;
}
.become_agent_cards .card-title {
  font-size: 21px;
  font-family: manrope_bold !important;
  color: #000000;
}
.become_agent_cards .card-text {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
#benefits {
  background: #f7f9fc;
  width: 100%;
  padding: 90px 0px 90px 0px;
}
.benefits_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.benefits_header {
  max-width: 503px;
}
.benefits_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.benefits_header p {
  font-size: 17px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
.benefits_slider .swiper-wrapper {
  max-width: 584px !important;
  max-height: 549px !important;
}
.swiper-slide .slider_1 {
  /* width: 584px; */
  height: 549px;
  background-color: #f1ced5;
}
.swiper-slide .slider_2 {
  /* width: 584px; */
  height: 549px;
  background-color: #fbedce;
}
.swiper-slide .slider_3 {
  /* width: 584px; */
  height: 549px;
  background-color: #f1ced5;
}
.swiper-slide .slider_4 {
  /* width: 584px; */
  height: 549px;
  background-color: #fbedce;
}
.swiper-slide .slider_4 h1,
.swiper-slide .slider_3 h1,
.swiper-slide .slider_2 h1,
.swiper-slide .slider_1 h1 {
  font-size: 40px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.swiper-slide .slider_4 p,
.swiper-slide .slider_3 p,
.swiper-slide .slider_2 p,
.swiper-slide .slider_1 p {
  font-size: 20px;
  font-family: manrope_regular !important;
  color: #021431;
}
.slider_content_head {
  max-width: 306px;
}
.slider_content_body {
  max-width: 406px;
}
#partners {
  width: 100%;
  padding: 90px 0px 90px 0px;
}
.partners_header {
  max-width: 780px;
}
.partners_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.partners_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.partners_header h3 {
  font-size: 24px;
  font-family: manrope_bold !important;
  color: #6f7775;
}
.partners_header p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
.partners_icon_card .card-title {
  font-size: 22px;
  font-family: manrope_bold !important;
  color: #091e42;
}
.partners_icon_card .card-text {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #021431;
}
#process_agent {
  background: #f7f9fc;
  width: 100%;
  padding: 90px 0px 90px 0px;
}
.process_agent_header {
  max-width: 981px;
}
.process_agent_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.process_agent_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.process_agent_header h3 {
  font-size: 24px;
  font-family: manrope_bold !important;
  color: #6f7775;
}
.process_agent_header p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
.process_cards .card-body {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #021431;
}
.process_para {
  max-width: 984px;
}
.process_para p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
#faqs {
  background: #f7f9fc;
  width: 100%;
  padding: 90px 0px 90px 0px;
}
.faqs_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.faqs_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.accordion-header button {
  font-size: 25px;
  font-family: manrope_medium !important;
  color: #021431;
  background-color: #ffffff;
}
.accordion-body p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #021431;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: none !important;
}
.accordion-button:not(.collapsed) {
  color: #021431 !important;
  background-color: #ffffff !important;
}
.accordion-button:not(.collapsed)::after {
  margin-top: 8px !important;
}
.accordion-button::after {
  margin-top: 8px !important;
}
/* ======================= !Home ======================= */
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #f1f1f1;
}
.testimonial p {
  font-size: 28px;
  font-family: manrope_bold;
  color: #ba0c2f;
}
.testimonial .name {
  font-size: 16px;
  font-family: manrope_bold;
  color: #000000;
}
.gallery-thumbs {
  /* height: 100%; */
  overflow: hidden;
}
.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
}
.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}
.testimonial-section .quote {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .testimonial-section .quote {
    max-width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .quote {
    max-width: 419px;
  }
}
@media (min-width: 992px) {
  .testi-user-img {
      position: absolute;
      right: 0;
      z-index: 2;
  }

  .testimonial-section .user-saying {
      position: relative;
      z-index: 1;
      width: 900px;
      height: 700px;
  }

  .testimonial-section {
      display: flex;
  }

  .testi-user-img {
      width: 50% !important;
  }

  .navigation_btns{
      display: flex !important;
      margin-top: 300px;
  }
}
.testimonial-section .user-saying {
  background: #f1ced5;
  /* width: 900px; */
  /* height: 400px; */
  overflow: hidden;
  /* position: relative; */
  /* z-index: 1; */
}
.testi-user-img {
  width: 100%;
  /* position: absolute; */
  /* top: ; */
  /* right: 0; */
  /* z-index: 2; */
}
.testimonial-section {
  width: 100%;
}
#testimonials {
  /* background: #F7F9FC; */
  width: 100%;
  padding: 90px 0px 90px 0px;
}
.testimonials_header {
  max-width: 794px;
}
.testimonials_header h6 {
  font-size: 16px;
  font-family: manrope_bold !important;
  color: #ba0c2f;
}
.testimonials_header h1 {
  font-size: 48px;
  font-family: manrope_extrabold !important;
  color: #213430;
}
.testimonials_header p {
  font-size: 16px;
  font-family: manrope_regular !important;
  color: #6f7775;
}
.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media (max-width: 600px) {
  .blantershow-chat {
      bottom: 7px;
      right: 50%;
      transform: translateX(50%);
  }

  .redirectToform {
  bottom: 57px;
  }
}