* {
  --inline-controls-bar-height: 100%;
}

.video_section_index {
  padding: 270px 0 115px;
  position: relative;
  margin-top: -70px;
}

.video_section_index:before {
  content: "";
  background-image: url(/images/home_shape_top.svg);
  height: 260px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.video_section_index:after {
  content: "";
  background-image: url(/images/home_shape_bottom.svg);
  height: 273px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
}

.video_section_index .bg_img {
  background: #FAFAFF;
  position: absolute;
  width: 100%;
  left: 50%;
  max-height: 660px;
  height: 100%;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_section_index .subheading {
  font-weight: 800;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5673B1;
  padding: 0 0 30px;
}

.video_section_index .subheading a {
  color: #5673B1;
}

.video_section_index .video_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 0 0;
}

.video_section_index .video_content .video {
  width: 55%;
}

.video_section_index .video_content .video .video__inner {
  position: relative;
}

.video_section_index .video_content .video .video__inner .main_img,
.video_section_index .video_content .video .video__inner video {
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .video_section_index .video_content .video .video__inner .main_img,
  .video_section_index .video_content .video .video__inner video {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .video_section_index .video_content .video .video__inner .main_img,
  .video_section_index .video_content .video .video__inner video {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .video_section_index .video_content .video .video__inner .main_img,
  .video_section_index .video_content .video .video__inner video {
    height: auto;
  }
}

.video_section_index .video_content .video .video__inner .video_button {
  position: absolute;
  background: #fff;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.3s;
  overflow: hidden;
}

.video_section_index .video_content .video .video__inner .video_button img {
  position: relative;
  left: 1px;
}

.video_section_index .video_content .video .video__inner .video_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B2766;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.video_section_index .video_content .video .video__inner .video_button:hover:before {
  transform: scale(2);
}

.video_section_index .video_content .content {
  width: 45%;
  padding: 0 0 0 50px;
}

.video_section_index .video_content .content .heading_top {
  font-size: 20px;
  line-height: 34px;
  color: #0B2766;
  padding: 0 0 15px;
  font-weight: 500;
  max-width: 390px;
}

.video_section_index .video_content .content .p_outer {
  max-width: 430px;
}

.video_section_index .video_content .content .p_outer p {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  padding: 0 0 10px;
}

.video_section_index .video_content .content .p_outer .signature_txt {
  font-size: 32px;
  line-height: 54px;
  color: #0B2766;
  font-family: "Caveat", cursive;
}

.property_section {
  background: linear-gradient(180deg, #1F4496 0%, #0B2766 100%), #F8F9FD;
  border-radius: 125px;
  color: #fff;
  position: relative;
  padding: 125px 0 140px;
  width: calc(100% - 20px);
  margin: 80px auto 0;
  z-index: 1;
}

.property_section .property_block {
  text-align: center;
}

.property_section .property_block .heading_main {
  color: #fff;
}

.property_section .property_block p {
  font-size: 20px;
  line-height: 170%;
  max-width: 730px;
  margin: 20px auto 0;
}

.property_section .property_wrapper {
  width: 880px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.property_section .property_wrapper .property_grid {
  width: 33.3%;
  padding: 0 0 0 40px;
  margin: 0 0 45px;
}

.property_section .property_wrapper .property_grid .head {
  font-weight: 800;
  font-size: 28px;
  line-height: 170%;
  display: flex;
  align-items: center;
}

.property_section .property_wrapper .property_grid .head img {
  margin: 0 10px 0 0;
}

.property_section .property_wrapper .property_grid p {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  max-width: 220px;
}

.property_section .property_wrapper .property_grid p span {
  font-weight: bold;
  color: #fff;
}

.property_section .property_footer {
  width: 845px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property_section .property_footer p {
  font-size: 20px;
  line-height: 170%;
  width: 495px;
}

.property_section .property_footer p span {
  color: #FFF100;
}

.property_section .property_footer .btn_block {
  color: #1F4496;
}

.property_section .property_footer .btn_block:before {
  background: #f0dc00;
}

.experience_section {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.experience_section .image {
  width: 47%;
}

.experience_section .image img {
  display: flex;
  position: relative;
  top: -100px;
}

.experience_section .content {
  width: 53%;
  padding: 0 0 0 115px;
  margin: -50px 0 0;
}

.experience_section .content .experience_heading {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #0B2766;
}

.experience_section .content .experience_block {
  max-width: 500px;
}

.experience_section .content .experience_block .grid {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E4EF;
  padding: 32px 0;
}

.experience_section .content .experience_block .grid .number {
  width: 105px;
  font-weight: 800;
  font-size: 28px;
  line-height: 170%;
  color: #0B2766;
  position: relative;
}

.experience_section .content .experience_block .grid .number:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFF100;
  position: absolute;
  z-index: -1;
  top: 9px;
}

.experience_section .content .experience_block .grid .text {
  padding: 0 0 0 70px;
}

.experience_section .content .experience_block .grid .text p {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
}

.experience_section .content .experience_block .grid .text p span {
  color: #0B2766;
}

.footer-icon-sec {
  display: none;
}

.footer-icon-sec img {
  width: 23px;
}

@media (max-width: 576px) {
  .property_section .property_wrapper .property_grid {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 767.5px) {
  .property_section .property_wrapper .property_grid {
    width: 50%;
  }
}

@media (max-width: 767.5px) {
  .footer-icon-sec {
    background: #ffed40;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    height: 65px;
    width: 65px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 1;
  }

  .video_section_index {
    padding: 80px 0 50px;
    margin-top: 0;
  }

  .video_section_index .bg_img,
  .video_section_index:after,
  .video_section_index:before {
    display: none;
  }

  .video_section_index .video_content .video {
    width: 100%;
    text-align: center;
  }

  .video_section_index .video_content .video .video__inner .main_img {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .video_section_index .video_content .video .video__inner .video_button {
    width: 60px;
    height: 60px;
  }

  .video_section_index .video_content .content {
    width: 100%;
    padding: 20px 0 0px;
    text-align: center;
  }

  .video_section_index .video_content .content .heading_top {
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
  }

  .video_section_index .video_content .content .p_outer {
    margin: 0 auto;
  }

  .video_section_index .video_content .content .p_outer p {
    font-size: 14px;
    line-height: 25px;
  }

  .property_section {
    border-radius: 25px;
    padding: 50px 15px 50px;
    margin: 50px auto 0;
  }

  .property_section .property_wrapper {
    width: calc(100% - 10px);
    margin: 40px auto 0;
  }

  .property_section .property_wrapper .property_grid {
    padding: 0;
    margin: 0 0 25px;
    text-align: center;
  }

  .property_section .property_wrapper .property_grid .head {
    font-size: 28px;
    justify-content: center;
  }

  .property_section .property_wrapper .property_grid p {
    margin: 0 auto;
  }

  .property_section .property_block p {
    font-size: 16px;
    line-height: 140%;
  }

  .property_section .property_footer {
    width: calc(100% - 10px);
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto 0;
  }

  .property_section .property_footer p {
    font-size: 14px;
    width: 100%;
    padding: 10px 0 20px;
  }

  .experience_section .image {
    width: 100%;
    padding: 0 20px;
  }

  .experience_section .image img {
    max-width: 400px;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 55px 55px;
    top: -50px;
  }

  .experience_section .content {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  .experience_section .content .experience_heading {
    font-size: 30px;
    text-align: center;
  }

  .experience_section .content .experience_block {
    margin: 0 auto;
  }

  .experience_section .content .experience_block .grid {
    justify-content: space-between;
  }

  .experience_section .content .experience_block .grid .number {
    width: 100px;
    font-size: 20px;
  }

  .experience_section .content .experience_block .grid .text {
    padding: 0;
    width: calc(100% - 150px);
  }

  .experience_section .content .experience_block .grid .text p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .video_section_index {
    padding: 120px 0 65px;
  }

  .video_section_index .bg_img {
    max-height: 530px;
  }

  .video_section_index .video_content .content {
    padding: 0 0 0 30px;
  }

  .video_section_index .video_content .content .heading_top {
    font-size: 14px;
    line-height: 25px;
  }

  .video_section_index .video_content .content .p_outer p {
    font-size: 14px;
  }

  .video_section_index .video_content .content p {
    font-size: 14px;
  }

  .property_section {
    border-radius: 50px;
    padding: 65px 30px 65px;
    margin: 50px auto 0;
  }

  .property_section .property_block p {
    font-size: 16px;
  }

  .property_section .property_wrapper {
    width: 100%;
  }

  .property_section .property_wrapper .property_grid {
    padding: 0 0 0 0;
    margin: 0 0 25px;
  }

  .property_section .property_wrapper .property_grid .head {
    font-size: 25px;
  }

  .property_section .property_wrapper .property_grid .head img {
    width: 25px;
  }

  .property_section .property_wrapper .property_grid p {
    font-size: 14px;
    max-width: inherit;
  }

  .property_section .property_footer {
    width: 100%;
    margin: 20px 0 0;
  }

  .property_section .property_footer p {
    font-size: 14px;
    width: 350px;
  }

  .experience_section .image {
    width: 45%;
  }

  .experience_section .content {
    width: 55%;
    padding: 0 20px 0 35px;
  }

  .experience_section .content .experience_heading {
    font-size: 30px;
  }

  .experience_section .content .experience_block .grid {
    padding: 20px 0;
  }

  .experience_section .content .experience_block .grid .text {
    padding: 0 0 0 10px;
  }

  .experience_section .content .experience_block .grid .text p {
    font-size: 14px;
  }

  .experience_section .content .experience_block .grid .number {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .video_section_index {
    padding: 180px 0 70px;
  }

  .video_section_index .bg_img {
    max-height: 530px;
  }

  .property_section {
    margin: 50px auto 0;
    border-radius: 75px;
    padding: 75px 0 85px;
  }

  .experience_section .content {
    padding: 0 50px 0 50px;
  }

  .experience_section .content .experience_heading {
    font-size: 30px;
  }

  .experience_section .content .experience_block .grid {
    padding: 20px 0;
  }

  .experience_section .content .experience_block .grid .text {
    padding: 0 0 0 40px;
  }

  .experience_section .content .experience_block .grid .number {
    font-size: 25px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .video_section_index:before {
    height: 330px;
  }

  .video_section_index:after {
    height: 320px;
  }

  .video_section_index .bg_img {
    max-height: 540px;
  }
}

@media (min-width: 1701px) and (max-width: 1920px) {
  .video_section_index:before {
    height: 350px;
  }

  .video_section_index:after {
    height: 375px;
  }

  .video_section_index .bg_img {
    max-height: 480px;
  }
}

@media (min-width: 1921px) {
  .video_section_index:before,
  .video_section_index:after {
    max-width: 1400px;
    margin: 0 auto;
    right: 0;
  }

  .video_section_index:before {
    background-image: url(/images/home_shape_top_large.svg);
    height: 250px;
  }

  .video_section_index:after {
    background-image: url(/images/home_shape_bottom_large.svg);
    height: 247px;
  }

  .video_section_index .bg_img {
    max-width: 1400px;
    max-height: 698px;
  }

  .property_section {
    max-width: 1400px;
  }
}

@media (min-width: 1441px) {
  .experience_section {
    margin: 0 auto;
  }

  .experience_section .image img {
    border-radius: 0 0 0 130px;
  }
}

.about_us_page .commitment_box h2 {
  max-width: 880px;
  margin: 0 auto;
}

.gestion_locative_page .commitment_box {
  padding: 132px 50px 128px;
}

.experties_page .commitment_box {
  padding: 113px 50px 102px;
}

.commitment_box {
  background: linear-gradient(180deg, #1F4496 0%, #0B2766 100%), #0B2766;
  color: #fff;
  padding: 102px 50px 102px;
}

.commitment_box .subheading {
  font-weight: 800;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0px 0 16px;
}

.commitment_box h2 {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  word-break: break-word;
}

.commitment_box h2 span {
  color: #FFF100;
}

.commitment_box .commitment_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}

.commitment_box .commitment_bottom .btn_block {
  margin: 0 10px;
}

.commitment_box .commitment_bottom .btn_block:before {
  background: #f0dc00;
}

.commitment_box .commitment_bottom .btn_block:hover {
  color: #0B2766;
}

.commitment_box .commitment_bottom p {
  font-weight: 800;
  font-size: 14px;
  line-height: 170%;
  margin: 0 10px;
}

.commitment_box .commitment_bottom p a {
  color: #fff;
}

.single_page .commitment_box {
  padding: 132px 50px 122px;
}

@media (max-width: 767.5px) {
  .commitment_box {
    padding: 50px 20px 50px;
  }

  .commitment_box h2 {
    font-size: 30px;
    padding: 0;
  }

  .experties_page .commitment_box,
  .gestion_locative_page .commitment_box,
  .single_page .commitment_box {
    padding: 50px 20px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .commitment_box h2 {
    font-size: 40px;
  }

  .gestion_locative_page .commitment_box,
  .single_page .commitment_box {
    padding: 100px 50px 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .commitment_box h2 {
    font-size: 40px;
  }

  .gestion_locative_page .commitment_box {
    padding: 100px 50px 100px;
  }
}

.banner_section {
  padding: 0 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -134px 0 0;
}

.banner_section .content {
  padding: 0 50px 50px 0;
  max-width: 700px;
  width: 100%;
}

.banner_section .content .estimation {
  display: flex;
  padding: 0 0 36px 0;
  align-items: center;
}

@media (max-width: 767px) {
  .banner_section .content .estimation {
    flex-direction: column;
    padding: 0 0 17.5px 0;
  }
}

.banner_section .content .estimation .btn-new {
  padding: 13px 24px;
  background: #fff100;
  border-radius: 55px;
  border: none;
  font-size: 14px;
  font-family: Lato;
  font-weight: 800;
  line-height: 17px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .btn-new {
    padding: 12px 18px;
  }
}

.banner_section .content .estimation .text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #0b2766;
  padding-left: 11px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .text {
    font-size: 12px;
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
    width: calc(100% - 86px);
  }
}

@media (max-width: 767px) {
  .banner_section .content .estimation .text {
    padding: 7px 0;
  }
}

.banner_section .content .estimation .text img {
  padding-left: 4px;
  padding-top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .text img {
    vertical-align: bottom;
    margin-bottom: -5px;
    padding-left: 0px;
  }
}

@media (max-width: 767.5px) {
  .banner_section .content .estimation .text img {
    display: none;
  }
}

.banner_section .content .banner_heading {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  color: #0b2766;
}

@media (max-width: 1439px) {
  .banner_section .content .banner_heading {
    font-size: 45px;
  }
}

.banner_section .content .services_txt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 26px 0 0;
}

.banner_section .content .services_txt .icon {
  position: absolute;
  font-weight: 800;
  font-size: 126px;
  line-height: 100%;
  color: #eef0f6;
  left: -30px;
  top: 5px;
  z-index: -1;
}

.banner_section .content .services_txt h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #0b2766;
  max-width: 230px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_section .content .services_txt .inner {
  width: calc(100% - 230px);
  padding: 0 0 0 34px;
}

.banner_section .content .services_txt .inner p {
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
}

.banner_section .content .view_grid {
  width: 100%;
  margin-top: 50px;
  max-width: 320px;
}

@media (max-width: 1600px) {
  .banner_section .content .view_grid {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .banner_section .content .view_grid {
    margin: 50px auto 0;
  }
}

.banner_section .content .view_grid .view_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

@media (max-width: 1439px) {
  .banner_section .content .view_grid .view_box {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box {
    padding: 0 0 15px 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box a ul {
  display: flex;
}

.banner_section .content .view_grid .view_box .grid_box a ul li {
  padding: 0 2px;
}

.banner_section .content .view_grid .view_box .grid_box a img {
  width: 100%;
  max-width: 108px;
}

.banner_section .content .view_grid .view_box .grid_box a:nth-child(2) img {
  padding: 13px 0 0;
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box .grid_box a:nth-child(2) img {
    padding: 2px 0 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box .view_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
}

.banner_section .content .view_grid .view_box .grid_box .view_txt a {
  color: #C5D0E8;
}

.banner_section .content .view_grid .view_box .grid_box .view_no {
  font-weight: 800;
  font-size: 24px;
  line-height: 170%;
  padding: 10px 0 0;
  text-align: right;
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box .grid_box .view_no {
    padding: 2px 0 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box .view_no a {
  color: #0B2766;
}

.banner_section .content .banner_content {
  max-width: 385px;
  padding: 15px 0 0;
}

.banner_section .content .banner_content p {
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
  padding: 0 0 10px;
}

.banner_section .content .banner_content p:first-child {
  padding: 0 0 10px;
}

.banner_section .content .banner_bar {
  display: flex;
  background: #f8f9fd;
  border: 1px solid #e7eaf3;
  box-sizing: border-box;
  box-shadow: 0px 14px 35px rgba(31, 68, 150, 0.2);
  border-radius: 100px;
  padding: 14px 12px 16px;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 0;
}

.banner_section .content .banner_bar .dropdown_block {
  padding: 0 15px;
  width: 30%;
  border-right: 1px solid rgba(129, 146, 184, 0.2);
}

.banner_section .content .banner_bar .dropdown_block:last-child {
  border: none;
}

.banner_section .content .banner_bar .dropdown_block .heading_dropdown {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  color: #0b2766;
}

.banner_section .content .banner_bar .dropdown_block .dropdown {
  position: relative;
  cursor: pointer;
  /*&:hover {
      ul {
          display: block;
      }
  }*/
}

.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_1,
.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_2 {
  display: none;
}

.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_1.active,
.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_2.active {
  display: block;
}

.banner_section .content .banner_bar .dropdown_block .dropdown span {
  font-size: 14px;
  line-height: 150%;
  color: #5673b1;
  position: relative;
  display: inline-block;
  padding: 0 8px 0 0;
  min-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-fill-available;
}

.banner_section .content .banner_bar .dropdown_block .dropdown span:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #c5d0e8;
  position: absolute;
  right: 0;
  top: 9px;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul {
  display: none;
  position: absolute;
  background: #f8f9fd;
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 15px rgba(31, 68, 150, 0.1);
  top: 100%;
  z-index: 99;
  max-height: 150px;
  overflow-y: auto;
  z-index: 99;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li {
  padding: 10px 20px 10px 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #5673b1;
  cursor: pointer;
  position: relative;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li span {
  width: initial;
  min-width: initial;
  padding: 0;
  font-size: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li span:before {
  display: none;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li:hover {
  background: #eeeeee;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul.active {
  display: block;
}

.banner_section .content .banner_bar .dropdown_block.border {
  border: none;
}

.banner_section .content .banner_bar .search_btn {
  background: #fff100;
  border-radius: 55px;
  width: 49px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner_section .content .banner_bar .search_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0dc00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.banner_section .content .banner_bar .search_btn span {
  z-index: 3;
}

.banner_section .content .banner_bar .search_btn:hover:before {
  transform: scale(2);
}

.banner_section .image {
  width: calc(100% - 700px);
  text-align: right;
  max-width: 600px;
}

.banner_section .image .image_Inner {
  position: relative;
  border-radius: 0 0 0 160px;
  overflow: hidden;
}

.banner_section .image .image_Inner img {
  border-radius: 0 0 0 160px;
  width: 100%;
  display: flex;
}

.banner_section .image .image_Inner .view_grid {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 235px;
}

.banner_section .image .image_Inner .view_grid .view_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 35px 0;
}

.banner_section .image .image_Inner .view_grid .view_box img {
  border-radius: 0;
  width: inherit;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul {
  display: flex;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul li {
  padding: 0 2px;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul li img {
  display: flex;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .img {
  padding: 13px 0 0;
  max-width: 108px;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_txt a {
  color: #fff;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_no {
  font-weight: 800;
  font-size: 24px;
  line-height: 170%;
  padding: 10px 0 0;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_no a {
  color: #fff;
}

.banner_section .image .image_Inner .view_grid .view_box:last-child {
  padding: 0;
  /*.img {
      max-width: 85px;
  }*/
}

.banner_section .image .image_Inner .view_grid .view_box .btn_box {
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}

.banner_section .image .image_Inner video {
  display: flex;
}

.experties_page .banner_section {
  align-items: initial;
}

@media (max-width: 767px) {
  .experties_page .banner_section .image {
    width: 100%;
    max-width: 544px;
    margin: 0 auto;
  }

  .experties_page .banner_section .image img {
    width: 544px;
    height: 400px;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
    border-radius: 20px;
  }
}

.experties_page .banner_section .content {
  padding: 235px 50px 0 0;
}

@media (max-width: 767px) {
  .gestion_locative_page .banner_section .image {
    display: none;
  }
}

.service_page .banner_section .content {
  padding: 0 50px 35px 0;
}

.service_page .banner_section .image .image_Inner img {
  border-radius: 0;
}

@media (max-width: 767px) {
  .service_page .banner_section .image .image_Inner img {
    width: 600px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 479px) {
  .service_page .banner_section .image .image_Inner img {
    height: 400px;
  }
}

@media (max-width: 767.5px) {
  .banner_section {
    padding: 0 20px;
    margin: 50px 0 0;
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .banner_section .content {
    padding: 0;
    text-align: center;
  }

  .banner_section .content .banner_heading {
    font-size: 25px;
  }

  .banner_section .content .banner_bar {
    max-width: 320px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 10px 20px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(129, 146, 184, 0.2);
    text-align: left;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    min-width: initial;
    width: 100%;
  }

  .banner_section .content .banner_bar .search_btn {
    background: #fff100;
    border-radius: 55px;
    width: 100%;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .banner_section .content .banner_content {
    margin: 0 auto;
  }

  .banner_section .image {
    width: 100%;
  }

  .banner_section .image .image_Inner {
    border-radius: 50px;
  }

  .banner_section .image .image_Inner video {
    max-height: 600px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .experties_page .banner_section .content {
    padding: 0;
  }

  .service_page .banner_section .content {
    padding: 0 15px 0 15px;
    margin: 0 auto;
  }

  .service_page .banner_section .content .services_txt .icon {
    left: -20px;
    top: 15px;
    font-size: 85px;
  }

  .service_page .banner_section .content .services_txt h2 {
    font-size: 16px;
    max-width: initial;
  }

  .service_page .banner_section .content .services_txt .inner {
    width: 100%;
    padding: 10px 0 0;
  }

  .service_page .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .banner_section {
    padding: 0 0 0 20px;
    margin: 0;
  }

  .banner_section .content {
    padding: 0 10px 0 0;
    width: 55%;
  }

  .banner_section .content .banner_heading {
    font-size: 20px;
  }

  .banner_section .content .banner_bar {
    margin: 20px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 5px;
  }

  .banner_section .content .banner_bar .dropdown_block .heading_dropdown {
    font-size: 10px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    font-size: 10px;
    min-width: initial;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span:before {
    top: 4px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #c5d0e8;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown ul li {
    font-size: 10px;
  }

  .banner_section .content .banner_bar .search_btn {
    width: 30px;
    height: 30px;
  }

  .banner_section .content .banner_bar .search_btn img {
    width: 15px;
  }

  .banner_section .image {
    min-height: 500px;
    width: 45%;
  }

  .banner_section .image .image_Inner {
    /*min-height: 570px;*/
  }

  .banner_section .image .image_Inner .view_grid {
    top: 45%;
  }

  .banner_section .image .image_Inner .view_grid .view_box .btn_box {
    padding: 20px 0 0;
  }

  .homepage .banner_section .image {
    min-height: 500px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 500px;
  }

  .service_page .banner_section .image {
    min-height: 570px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 570px;
  }

  .experties_page .banner_section {
    align-items: center;
  }

  .experties_page .banner_section .content {
    padding-top: 0;
  }

  .service_page .banner_section .content {
    padding: 0 10px 0 30px;
  }

  .service_page .banner_section .content .services_txt .icon {
    left: -20px;
    top: 15px;
    font-size: 85px;
  }

  .service_page .banner_section .content .services_txt h2 {
    font-size: 16px;
    max-width: initial;
  }

  .service_page .banner_section .content .services_txt .inner {
    width: 100%;
    padding: 10px 0 0;
  }

  .service_page .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .banner_section {
    padding: 0 0 0 50px;
  }

  .banner_section .content {
    max-width: inherit;
    padding: 0 30px 0 0;
    width: 60%;
  }

  .banner_section .content .banner_heading {
    font-size: 30px;
  }

  .banner_section .content .banner_bar {
    margin: 40px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 15px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown {
    font-size: 12px;
  }

  .banner_section .content .services_txt h2 {
    font-size: 16px;
  }

  .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }

  .banner_section .image {
    min-height: inherit;
    width: 40%;
  }

  .banner_section .image .image_Inner {
    /*min-height: 610px;*/
  }

  .banner_section .image .image_Inner .view_grid .view_box {
    padding: 0 0 25px 0;
  }

  .banner_section .image .image_Inner img {
    border-radius: 0 0 0 100px;
  }

  .homepage .banner_section .image {
    min-height: 630px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 630px;
  }

  .service_page .banner_section {
    margin: 0;
  }

  .service_page .banner_section .image {
    min-height: 610px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 610px;
  }

  .gestion_locative_page .banner_section .content {
    max-width: 770px;
  }

  .gestion_locative_page .banner_section .content .banner_content {
    max-width: inherit;
  }

  .gestion_locative_page .banner_section .image {
    width: calc(100% - 370px);
  }

  .experties_page .banner_section {
    align-items: center;
  }

  .experties_page .banner_section .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1365.5px) {
  .banner_section {
    padding: 0 0 0 75px;
  }

  .banner_section .content {
    max-width: 700px;
    padding: 0 30px 0 0;
  }

  .banner_section .content .banner_heading {
    font-size: 35px;
  }

  .banner_section .content .banner_bar {
    margin: 40px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 10px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    font-size: 12px;
    width: 100%;
    min-width: 100%;
  }

  .banner_section .image {
    width: calc(100% - 500px);
    /*min-height: 700px;*/
  }

  .banner_section .image .image_Inner {
    /*min-height: 700px;*/
  }

  .homepage .banner_section .image {
    min-height: 720px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 720px;
  }

  .service_page .banner_section .image {
    min-height: 830px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 830px;
  }
}

@media (min-width: 1366px) and (max-width: 1439.5px) {
  .homepage .banner_section .image {
    min-height: 820px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 820px;
  }

  .service_page .banner_section .image {
    min-height: 900px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 900px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .homepage .banner_section .image {
    min-height: 945px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 945px;
  }

  /*.banner_section {
      .image {
          min-height: 920px;
          .image_Inner {
              min-height: 920px;
          }
      }
  }*/

  .service_page .banner_section .image {
    min-height: 920px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 920px;
  }
}

@media (min-width: 1920px) {
  .homepage .banner_section .image {
    min-height: 990px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 990px;
  }

  .service_page .banner_section .image {
    min-height: 1030px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 1030px;
  }
}

@media (min-width: 1921px) {
  .service_page .banner_section .image .image_Inner {
    border-radius: 0;
  }

  .banner_section {
    padding: 0 100px;
    max-width: 1600px;
    margin: -134px auto 0;
  }

  .banner_section .content {
    max-width: initial;
    width: 60%;
  }

  .banner_section .image {
    width: 40%;
  }

  .banner_section .image .image_Inner {
    border-radius: 0 0 160px 160px;
  }

  .banner_section .image .image_Inner img {
    border-radius: 0 0 160px 160px;
  }
}

.agence_page .satisfaction_section {
  margin: 150px auto 110px;
}

.agence_page .satisfaction_section .satisfaction_wrapper {
  padding: 45px 0 0;
}

.virtual .satisfaction_section {
  margin: 215px auto 110px;
}

.satisfaction_section {
  max-width: 880px;
  margin: 55px auto 180px;
}

.satisfaction_section .satisfaction_wrapper {
  display: flex;
  align-items: center;
  padding: 60px 0 0;
}

.satisfaction_section .satisfaction_wrapper .content {
  max-width: 610px;
  width: 70%;
  background: #F8F9FD;
  border-radius: 20px;
  padding: 36px 32px 80px 43px;
}

.satisfaction_section .satisfaction_wrapper .content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  position: relative;
  top: 6px;
}

.satisfaction_section .satisfaction_wrapper .content h5 {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
}

.satisfaction_section .satisfaction_wrapper .content p {
  font-size: 20px;
  line-height: 170%;
  color: #0B2766;
  padding: 20px 0 0;
  min-height: 125px;
}

.satisfaction_section .satisfaction_wrapper .view_grid {
  width: 30%;
  padding: 0 0 0 50px;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px 0;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box ul {
  display: flex;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box ul li {
  padding: 0 2px;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box ul li img {
  display: flex;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .img {
  padding: 13px 0 0;
  max-width: 108px;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .view_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .view_txt a {
  color: #C5D0E8;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .view_no {
  font-weight: 800;
  font-size: 24px;
  line-height: 170%;
  padding: 10px 0 0;
  text-align: right;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .view_no a {
  color: #0B2766;
}

.satisfaction_section .satisfaction_wrapper .view_grid .view_box:last-child {
  padding: 0;
}

.testimonial .slick-arrow {
  display: none !important;
}

.testimonial .slick-dots {
  left: 0;
  bottom: 30px;
}

.testimonial .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0;
}

.testimonial .slick-dots li button:before {
  opacity: 1;
  color: rgba(129, 146, 184, 0.2);
}

.testimonial .slick-dots li.slick-active button:before {
  color: #5673B1;
  opacity: 1;
}

@media (max-width: 479px) {
  .satisfaction_section .satisfaction_wrapper .content p {
    min-height: 95px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .satisfaction_section .satisfaction_wrapper .content p {
    min-height: 75px;
  }
}

@media (max-width: 767.5px) {
  .agence_page .satisfaction_section {
    margin: 20px auto 50px;
  }

  .virtual .satisfaction_section {
    margin: 80px auto 40px;
  }

  .satisfaction_section {
    margin: 50px auto 50px;
    padding: 0 15px;
  }

  .satisfaction_section .heading {
    font-size: 30px;
  }

  .satisfaction_section .satisfaction_wrapper {
    padding: 40px 0 0;
    flex-wrap: wrap;
  }

  .satisfaction_section .satisfaction_wrapper .content {
    max-width: inherit;
    width: 100%;
    padding: 36px 30px 60px;
    margin: 0 0 40px;
    text-align: center;
  }

  .satisfaction_section .satisfaction_wrapper .content p {
    font-size: 14px;
    line-height: 18px;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid {
    width: 100%;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .agence_page .satisfaction_section {
    margin: 50px auto;
  }

  .virtual .satisfaction_section {
    margin: 100px auto 40px;
  }

  .satisfaction_section {
    margin: 0 auto 80px;
    padding: 0 20px;
  }

  .satisfaction_section .satisfaction_wrapper .content {
    width: 60%;
    padding: 36px 32px 60px 43px;
  }

  .satisfaction_section .satisfaction_wrapper .content p {
    font-size: 16px;
    padding: 10px 0 0;
    min-height: 115px;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid {
    width: 40%;
    padding: 0 0 0 30px;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid .view_box {
    padding: 0 0 30px 0;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid .view_box .grid_box .view_no {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .agence_page .satisfaction_section {
    margin: 80px auto 40px;
  }

  .virtual .satisfaction_section {
    margin: 120px auto 40px;
  }

  .satisfaction_section {
    margin: 50px auto 100px;
  }

  .satisfaction_section .satisfaction_wrapper .content {
    max-width: 500px;
    width: 60%;
  }

  .satisfaction_section .satisfaction_wrapper .content p {
    font-size: 18px;
    min-height: 120px;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid {
    width: 40%;
  }

  .satisfaction_section .satisfaction_wrapper .view_grid .view_box {
    padding: 0 0 25px 0;
  }
}

.tab_section {
  padding: 120px 0 100px;
}

.tab_section .tab {
  display: flex;
  justify-content: center;
  padding: 40px 0 40px;
}

.tab_section .tab .tablinks {
  background: #F8F9FD;
  border-radius: 55px;
  border: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 170%;
  color: #C5D0E8;
  margin: 0 8px;
  padding: 10px 25px;
  cursor: pointer;
}

.tab_section .tab .tablinks.active {
  background: #EFF1FA;
  color: #0B2766;
}

.tab_section .tabcontent {
  display: none;
}

.tab_section .tabcontent.active {
  display: block;
}

.tab_section .tabcontent .tab_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
}

.tab_section .tabcontent .tab_grid .image {
  width: 50%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: inherit;
}

.tab_section .tabcontent .tab_grid .image video {
  cursor: pointer;
}

.tab_section .tabcontent .tab_grid .image img {
  display: flex;
  border-radius: 20px;
  z-index: 1;
}

.tab_section .tabcontent .tab_grid .image .video_tab_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  z-index: 1;
}

.tab_section .tabcontent .tab_grid .image .video_tab_btn img {
  border-radius: 0;
  position: relative;
  right: -2px;
}

.tab_section .tabcontent .tab_grid .image .video_tab_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B2766;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.tab_section .tabcontent .tab_grid .image .video_tab_btn:hover:before {
  transform: scale(2);
}

.tab_section .tabcontent .tab_grid .content {
  width: 50%;
  padding: 0 0 0 50px;
}

.tab_section .tabcontent .tab_grid .content .tab_content_heading {
  font-size: 24px;
  line-height: 170%;
  color: #0B2766;
  font-weight: 400;
  padding: 0 0 15px;
}

.tab_section .tabcontent .tab_grid .content .p_outer {
  max-width: 430px;
}

.tab_section .tabcontent .tab_grid .content .p_outer p {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  padding: 0 0 10px;
}

.tab_section .tabcontent .tab_grid .content .p_outer p:last-child {
  padding: 0;
}

.tab_section .tabcontent .tab_grid .content .p_outer a {
  font-weight: 800;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  align-items: center;
  margin: 13px 0 0;
}

.tab_section .tabcontent .tab_grid .content .p_outer a img {
  width: 16px;
  margin: 0 0 0 12px;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

.tab_section .tabcontent .tab_grid .content .p_outer a:hover img {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
          animation: bounceright 0.3s alternate ease infinite;
}

@media (max-width: 767.5px) {
  .tab_section {
    padding: 20px 0 30px;
  }

  .tab_section .tab {
    padding: 40px 0 40px;
    flex-wrap: wrap;
  }

  .tab_section .tab .tablinks {
    margin: 8px;
  }

  .tab_section .tabcontent .tab_grid .image {
    width: 100%;
    margin: 0 auto 30px;
    justify-content: center;
  }

  .tab_section .tabcontent .tab_grid .image .ba-slider,
  .tab_section .tabcontent .tab_grid .image .ba-slider-new {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .tab_section .tabcontent .tab_grid .image img {
    margin: 0 auto;
  }

  .tab_section .tabcontent .tab_grid .image video {
    max-width: 578px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .tab_section .tabcontent .tab_grid .content {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }

  .tab_section .tabcontent .tab_grid .content a {
    justify-content: center;
  }

  .tab_section .tabcontent .tab_grid .content .p_outer {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .tab_section {
    padding: 50px 0 15px;
  }

  .tab_section .tabcontent .tab_grid .content {
    padding: 0 0 0 30px;
  }

  .tab_section .tabcontent .tab_grid .content .p_outer p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .tab_section {
    padding: 70px 0 50px;
  }
}

.ba-slider,
.ba-slider-new {
  position: relative;
  overflow: hidden;
}

.ba-slider img,
.ba-slider-new img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize,
.ba-slider-new .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ba-slider .handle,
.ba-slider-new .handle {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -2px;
  cursor: ew-resize;
  width: 45px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.ba-slider .handle:after,
.ba-slider .handle:before,
.ba-slider-new .handle:after,
.ba-slider-new .handle:before {
  position: absolute;
  background-image: url(/images/arrow_resize.svg);
  top: 50%;
  content: "";
  width: 10px;
  height: 17px;
  background-repeat: no-repeat;
}

.ba-slider .handle:before,
.ba-slider-new .handle:before {
  transform: rotate(-180deg);
  left: 0;
}

.ba-slider .handle:after,
.ba-slider-new .handle:after {
  right: 0;
}

