@import url("./css2.css?family=Poppins&family=Raleway:wght@400;500;600;700&display=swap");
@import url("./nav.css");

* {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

body {
  font-family: "Raleway", sans-serif;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior:smooth;
}

/* ROOT */
:root {
  /* FONT-SIZE */
  --font-xs: 14px;
  --font-sm: 16px;
  --font-md: 18px;
  --font-lg: 2-px;
  --font-xl: 44px;
  --font-2xl: 52px;
  --font-3xl: 56px;
  /* COLOR */
  --color-white: #fcfdff;
  --color-black: #020e1b;
  --color-blue: #093e71;
  --color-off-white: #cccfd2;
  --color-dark-blue: #0b3863;
  --color-light-blue: #367fc4;
  --color-gray: #7b8289;
  --color-light-gray: #939393;
}

.ff_poppins {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1199.98px) {
  :root {
    --font-lg: 19px;
    --font-xl: 39px;
    --font-2xl: 42px;
    --font-3xl: 50px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-lg: 19px;
    --font-xl: 38px;
    --font-2xl: 48px;
    --font-3xl: 52px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --font-lg: 19px;
    --font-xl: 35px;
    --font-2xl: 45px;
    --font-3xl: 49px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --font-lg: 18px;
    --font-xl: 31px;
    --font-2xl: 30px;
    --font-3xl: 36px;
  }
}

/* FONT-SIZE */

.font-xs {
  font-size: var(--font-xs);
}

.font-sm {
  font-size: var(--font-sm);
}

.font-md {
  font-size: var(--font-md);
}

.font-lg {
  font-size: var(--font-lg);
}

.font-xl {
  font-size: var(--font-xl);
}

.font-2xl {
  font-size: var(--font-2xl);
}

.font-3xl {
  font-size: var(--font-3xl);
}

/* COLOR */
.color_white {
  color: var(--color-white);
}

.color_black {
  color: var(--color-black) !important;
}

.color_blue {
  color: var(--color-blue);
}

.color_off_white {
  color: var(--color-off-white);
}

.color_dark_blue {
  color: var(--color-dark-blue);
}

.color_light_blue {
  color: var(--color-light-blue);
}

.color_gray {
  color: var(--color-gray);
}

.color_light_gray {
  color: var(--color-light-gray);
}

.common_img {
    border-radius: 25px;
}

/* ============== BACKGROUND COLOUR ==================== */
.bg_blue {
    background-color: var(--color-blue);
}

/* ============= COMMON ============= */
.fw_500 {
  font-weight: 500;
}

.opacity_08 {
  opacity: 0.8 !important;
}

.opacity_07 {
  opacity: 0.7 !important;
}

.opacity_06 {
  opacity: 0.6;
}

.zindex_1 {
  z-index: 1;
}

.zindex_2 {
  z-index: 2;
}

.z_index-1 {
  z-index: -1;
}

.c_pointer {
  cursor: pointer;
}

.lh_160 {
  line-height: 160%;
}

.overflow_y_hidden {
  overflow-y: hidden;
}

.transition_03s {
  transition: all 0.3s ease-in-out !important;
}

.bottom-1 {
  bottom: -1% !important;
}

.top-1 {
  top: -1% !important;
}
m
ll 0.4s;
}

sition: all 0.4s;
}

.co
.com
m
.common_button {
  padding-bottom: 13px;
  padding-top: 13px;
  background: #0b3863;
  border: 1px solid rgba(56, 71, 88, 0.21);
  border-radius: 8px;
  color: #ffffff;
  transition: all 0.4s;
}

.common_button:hover {
  transition: all 0.4s;
  box-shadow: inset 165px 0 0 white;
  color: #0b3863 !important;
}

.custom_max_width {
  max-width: 2560px !important;
  margin-left: auto;
  margin-right: auto;
}

.common_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.nav_logo {
  max-width: 144px;
}


/* ------------------PRELOADER-CSS--------------- */

.preloader-logo {
  max-width: 144px;
  margin: 0 auto;
  animation: logo 2s infinite ease-in-out;
}

@keyframes logo {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

/* ==========PRE-LOADER============ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #093e71;
  z-index: 100;
}

/* =======backtoTop========== */
#scroll {
    position: fixed;
    right: 2%;
    bottom: 3%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: none;
    border-radius: 50%;
    background-color: #5867c4;
    border: 1.6px solid white;
    /*
  -webkit-animation: backtoTopBTN 1s ease-in-out infinite alternate-reverse;
  animation: backtoTopBTN 1s ease-in-out infinite alternate-reverse;
    */
    z-index: 10;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: white;
}

#scroll:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.547);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.547);
}

#scroll:hover::after {
  height: 100%;
}

@keyframes backtoTopBTN {
  from {
    transform: translateY(15px);
  }

  to {
    transform: translateY(0px);
  }
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #00aeef;
  border-radius: 16px;
}

/* ======== HERO-CSS ========= */
.hero_bg_img {
    background-image: url("/assets/img/webp/bancserv_hero_img.webp");
    background-position: 100% 100% !important;
    height: 100vh;
    /*
    min-height: 900px;
        */
}

.hero_btn {
  padding-top: 13px;
  padding-bottom: 13px;
  background: #0b3863;
  border: 1.5px solid #0b3863;
  border-radius: 8px;
  color: #0b3863;
  transition: all 0.4s;
}

.hero_btn:hover {
  transition: all 0.4s;
  box-shadow: inset 160px 0 0 white;
  color: #0b3863 !important;
}

.hero_heading {
    text-shadow: 0 0 2px #093e71b0; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #093e71b0;
    -webkit-text-shadow: 0 0 2px #093e71b0;
    /*
    -webkit-text-stroke: 1px #093e71b0;
        */
}

/* Smaller Web Buttons */
.normal_btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0b3863;
    border: 1.5px solid #0b3863;
    border-radius: 8px;
    color: #0b3863;
    transition: all 0.4s;
}

    .normal_btn:hover {
        transition: all 0.4s;
        box-shadow: inset 160px 0 0 white;
        color: #0b3863 !important;
    }

/* ======== FOOTER-CSS ======= */
.footer_bg {
  background-color: #010f1d;
}

.letter_spacing_05 {
  letter-spacing: 0.5px;
}

.footer_link:hover {
  opacity: 100;
}

.footer_link {
  position: relative;
  opacity: 80%;
  transition: all 0.3s ease-in-out;
}

.footer_link::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: 0.3s ease-in-out all;
  left: 0%;
}

.footer_link:hover::after {
  content: "";
  width: 100%;
  transform: translateX(0%);
}

.social_icon:hover {
  transform: translateY(-5px);
}

.footer_bottom_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

/* ========== OUR SERVICE ========= */
.service_para {
  max-width: 788px;
}

.cards {
  background: #fcfdff;
  box-shadow: 0px 2px 50px rgba(54, 127, 196, 0.16);
  border-radius: 15px;
}

.cards:hover {
  transform: translateY(-10px);
}

.bg_icon {
  background: rgba(54, 127, 196, 0.1);
  border-radius: 52px;
  padding: 12px;
}

/* ====== tempor ======== */
.tempor_para {
  max-width: 511.24px;
}

.tempor_home {
  max-width: 441px;
}


/* ===== Our Agents ===== */
.bg_agents {
  background-image: url("../img/webp/our_agents_bg.webp");
}

.our_agents_para {
  max-width: 677.2px;
}

.agents_img {
  border-radius: 16px;
  box-shadow: 0px 10px 29px 0px #0c31546b;
}

.our_agents_bottom_wave {
  bottom: -9px;
  left: 1px;
}

/* ======= FORM ====== */
.form_heading {
  max-width: 646px;
  line-height: 120%;
}

.form_para {
  max-width: 524px;
}

.form_star {
  color: #ff0909;
}

.customer_of_bancserv input {
  background: #fcfdff;
  border: 1px solid rgba(2, 14, 27, 0.12);
  border-radius: 6px;
  padding: 14px 13px;
}

.customer_of_bancserv select {
  background: #fcfdff;
  border: 1px solid rgba(2, 14, 27, 0.12);
  border-radius: 6px;
  padding: 17px 22px 17px 13px;
  min-width: 122px;
}

.customer_of_bancserv select:focus {
  outline: none;
}

.customer_massage {
  background: #fcfdff;
  border: 1px solid rgba(2, 14, 27, 0.12);
  border-radius: 6px;
  padding: 14px 13px;
  resize: none;
}

.customer_massage:focus {
  outline: none;
}

.customer_of_bancserv input:focus {
  outline: none;
}

input.no-arrow::-webkit-inner-spin-button,
input.no-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-arrow {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* =========== FAQ ========= */
.faq_para {
  max-width: 648px;
}

.faq_width {
  max-width: 952px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion {
  --bs-accordion-border-color: none !important;
}

.accordion-item {
  background: #fcfdff !important;
  border: 1px solid #dedede !important;
  backdrop-filter: blur(15px) !important;
  border-radius: 5px;
  margin-top: 13px;
}

.faq_para_data {
  max-width: 840px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/svg/faq_down_arrow.svg");
  background-position: center;
}

.accordion-button::after {
  background-image: url("../img/svg/faq_down_arrow.svg");
  background-position: center;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-body {
  padding: 0 24px 21px 24px;
}

/* ===== sellin-option ====== */
.selling_option_text {
  max-width: 555px;
}

/* ===== MOBILE APP ====== */
.confirm_mobile_app {
  max-width: 409px;
}

/* ================== HERO-CSS ============== */
.notary_service_bg {
  background-image: url("/assets/img/webp/notary_service_hero_img.webp");
}

/* =========== BECOMING A BANCSERV NOTARY =========== */
.application_btn {
  background: #ffffff !important;
  color: #0b3863 !important;
}

.application_btn:hover {
  color: white !important;

  box-shadow: inset 280px 0 0 #0b3863;
  border: 1.5px solid #ffffff !important;
}

.bancserv_notary {
  background-image: url("/assets/img/webp/bancserv_notary_bg_img.webp");
}

.list_item {
    list-style-type: circle !important;
}

.latestatus {
    width: 296px !important;
}



/* Notary Test */
.questionitem input[type="radio"] {
    margin-right: 10px;
    vertical-align: top;
    margin-top: 10px;
}
.questionitem input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 10px;
}
.questionitem label {
    display: inline-block;
    width: calc(100% - 30px);
    text-indent: -2px;
    padding-left: 10px;
}

/* media-query-start */

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .custom_container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1199.98px) {
  .hero_bg_img {

    min-height: 100vh;
    background-position: center !important;
  }

  .tempor_home {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .customer_of_bancserv select {
    min-width: 100%;
  }

  .faq_width {
    max-width: 100%;
  }

  .tempor_para {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero_btn {
    padding: 10px 14px !important;
  }

  .common_button {
    padding: 10px 16px !important;
  }

  .notary_service_bg {
    background-position: right !important;
  }

  .min_vh_100 {
    min-height: 100vh !important;
  }


}

@media (min-width: 1200px) {
  .our_agents_bottom_wave {
    bottom: -58px;
  }

  .notary_service_bg {
    min-height: 680px !important;
  }
}

@media (min-width: 1920px) {
    .hero_bg_img {
        /*    min-height: 1350px;*/
        background-position: center !important;
    }

  .min_vh_100 {
    min-height: 100vh !important;
  }
}

@media (max-width: 575.98px) {
  .our_agents_img {
    max-width: 296px;
  }

  .hero_bg_img {
    background-image: url("../img/png/home-mobile-version.png");
    background-position: bottom;
    background-size: 100% 100%;

  }



  .w_fit_content {
    width: fit-content;
    margin: auto;
    width: 145.25px;
  }

    .hero_heading {
        font-size: 24px;
        -webkit-text-stroke: 1px #093e71b0;
        font-weight: 800;
    }

  .tempor_home {
    max-width: 296px !important;
  }

  .selling_house {
    max-width: 296px !important;
  }


}