/* .calcubator_t_b {
    padding: 80px 0;
}

.wrapper {

    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
} */

/* 
.payment_calculator_block {
    width: 65.667%;
} */

/* parsley css */


.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

.wrapper {
  width: 80%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}


input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px !important;
  padding: 0 !important;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em !important;
  opacity: 0;
  color: #B94A48;
  list-style: none;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}


/* parsley css End*/



/* ///////////// */


.group_label_text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  color: #333333;
}

.form_input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input_group_addon {
  font-size: 18px;
  border: 1px solid #e9e5e5;
  border-right: none;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #3f54700f;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.input_group_addon_input {
  width: 100%;
  max-width: 250px;
}

.input_group_addon_input_single {
  max-width: 286px;
}

.c_form_group {
  margin-bottom: 30px;
}

.c_form_group:last-child {
  margin-bottom: 0;
}

.c_form_group input,
.c_form_group select,
.c_form_group textarea {
  font-family: inherit;
  width: 100%;
  padding: 11px 12px !important;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e9e5e5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box !important;
  outline: none;
  color: #000 !important;
  width: 100%;
  display: block;
  background-color: white;
  -webkit-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
  box-sizing: border-box;
  padding: 8px 10px;
}

.c_form_group input,
.c_form_group select {
  height: 44px;
}


.c_form_group input:focus,
.c_form_group select:focus,
.c_form_group textarea:focus {
  border-color: #cbcbcb !important;
}

.c_form_submit_btn.et_pb_button {
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  cursor: pointer;

  background-color: #33469B !important;

}

.c_form_submit_btn.et_pb_button:hover {
  background-color: #33469B !important;
  padding: .3em 1em !important;
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.c_form_submit_btn.et_pb_button::after {
  display: none;
}

.c_form_value_box {
  margin-top: 40px;
}







.payment_calculator_block .parsley-errors-list li {
  font-size: 15px;
  margin-top: 10px;
  list-style: none !important;
}



.payment_calculator_block .c_form_value {

  background-color: #fff;
  font-size: 36px !important;
  border: none;
  font-weight: 700;
  color: #132057 !important;
  border: none !important;
  padding: 0 !important;
  height: auto;

}

.c_form_value_box .form_input_group {
  align-content: center;
  align-items: center;
  gap: 4px;
}

.c_form_value_box .group_label_text {
  font-size: 22px;
}

.c_form_cal_value {
  margin-bottom: 0;
}

.c_form_value_info_b {
  position: relative;
  padding-left: 14px;
  display: none;
  background-color: #efefef;
}

.c_form_value_info_b p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  padding: 10px;
  padding-bottom: 10px !important;
}

.c_form_value_info_b::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background-color: #132057;
}



.form_loder_img {
  display: none;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #00000075;
  z-index: 10;
}

.form_loder_img img {
  width: 100px;
  height: 100px;
}

.form_loder_img.active {
  display: grid;
}





/* banner  */

.banner_sec {
  position: relative;
  background-color: var(--color_cool_toned_blue_gray);
  overflow: hidden;
}

.banner_bg_video {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  max-width: auto;
  margin: 0;
  display: block;
}

.video_background_hero {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .banner_sec_inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: block;
} */

.banner_content_sec,
.banner_content_sec>.wrapper {
  height: 100%;

}

.banner_content_sec>.wrapper {
  padding: 0;
}


.banner_sec_inner {
  position: relative;
  padding: 135px 0 80px;
  min-height: 900px;
}



.banner_content_outer {
  position: relative;

}


.banner_content_item {
  display: flex;
  flex-wrap: wrap;

  padding: 0;
  position: relative;
  z-index: 5;
  height: 100%;
}


.banner_content {
  width: 50%;
  padding-right: 50px;
  padding-top: 60px;
}



.banner_l_form {
  width: 50%;
}

.banner_content h1,
.banner_consultation_fr h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
}


.banner_content p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.banner_content p .count {
  font-size: 30px;
  font-weight: 600;
}

.recent_text_bh h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.form_banner_b {
  background-color: rgba(2, 13, 67, 0.82);
  border-radius: 33px 33px 33px 33px;
  overflow: hidden;
  padding: 35px;
}

.banner_content h1 {
  font-size: 75px;
}

.banner_consultation_fr h2 {
  font-size: 45px;
}

.custom_flex{display: flex;     flex-wrap: wrap;}
.image_custom_element .et_pb_module {    height: 100%;}
.image_custom_element .et_pb_image_wrap { height: 100%;  display: flex !important;   align-items: end;}


@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1280px) {


  .banner_content h1 {
    font-size: 65px;
  }

  .banner_content_sec>.wrapper {

    width: 96%;
  }

  .banner_content p .count {
    font-size: 25px;

  }

}

@media screen and (max-width: 992px) {

  .banner_content h1 {
    font-size: 50px;
    margin-bottom: 6px;
  }

  .banner_content p {
    font-size: 16px;

  }

  .banner_consultation_fr h2 {
    font-size: 38px;
    margin-bottom: 6px;
  }

  .banner_content {

    padding-right: 32px;
  }

  .banner_sec_inner {

    padding: 105px 0 60px;
    min-height: 863px;
  }




}


@media screen and (max-width: 767px) {


  .banner_content_sec>.wrapper {
    width: 90%;
  }




  .banner_content,
  .banner_l_form {
    width: 100%;
  }

  .banner_content {
    padding-top: 10px;
  }

  .banner_content {
    padding-right: 0;

  }

  .banner_content h1 {
    font-size: 42px;

  }

  .banner_content_item {
    gap: 18px;
  }

  .banner_content p {


    margin-bottom: 10px;
  }

  .banner_content p .count {
    font-size: 22px;
  }

  .form_banner_b {
    border-radius: 24px;

    padding: 20px;
  }

  .banner_consultation_fr h2 {
    font-size: 32px;

  }

}

@media screen and (max-width: 479px) {



  .banner_content h1 {
    font-size: 37px;
    margin-bottom: 6px;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .banner_content p {

    margin-bottom: 0px;
  }

  .banner_content_item {
    gap: 30px;
  }

  .form_banner_b {

    border-radius: 16px;

    padding: 15px;
  }
}



@media (max-width: 980px) {




  .c_form_submit_btn.et_pb_button {
    font-size: 16px;
    padding: 10px 1em;
  }

  .c_form_submit_btn.et_pb_button:hover {
    padding: 10px 1em !important;
  }
}