.single_page .whiseError {
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.single_page .whiseError a {
  color: #0b2766;
}

.main-list-media {
  display: none;
}

@media (max-width: 767px) {
  .main-list-media {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    padding-top: 25px;
  }

  .main-list-media .social-media {
    background: linear-gradient(180deg, #1f4496, #0b2766);
    margin: 0px 10px;
    display: flex;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px 4px 25px;
    color: #fff;
    box-shadow: 0px -3px 15px #00397abd;
  }

  .main-list-media .social-media .content {
    font-size: 26px;
    line-height: 39px;
    font-weight: 800;
  }

  .main-list-media .social-media .sub-media {
    display: flex;
    gap: 2px;
  }

  .main-list-media .social-media .sub-media img {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .main-list-media .social-media .sub-media img {
    width: 65px;
    height: 65px;
  }
}

.head_single {
  padding: 50px 0 0;
}

.head_single .subheading {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5673b1;
  padding: 0 0 23px;
}

.head_single .head_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 30px;
  flex-wrap: wrap;
}

.head_single .head_inner .heading {
  max-width: 652px;
}

.head_single .head_inner .rate_box {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: right;
  color: #5673b1;
}

.slider_outer {
  position: relative;
}

.slider_outer .btn_grid {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
}

.slider_outer .btn_grid .video_button {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  margin: 0 22px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.slider_outer .btn_grid .video_button img {
  position: relative;
  left: 2px;
}

.slider_outer .btn_grid .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;
}

.slider_outer .btn_grid .video_button:hover:before {
  transform: scale(2);
}

.slider_outer .btn_grid .btn_block {
  background: #fff;
}

.slider_outer .btn_grid .btn_block:before {
  background: #e0e0ec;
}

.slider_outer .close_popup {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  right: 20px;
  margin: 0 auto;
  top: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  z-index: 11;
  display: none;
}

.slider_outer .close_popup.active {
  display: block;
}

.slider_outer .close_popup:before,
.slider_outer .close_popup:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
  left: 17px;
  top: 8px;
}

.slider_outer .close_popup:before {
  transform: rotate(-45deg);
}

.slider_outer .close_popup:after {
  transform: rotate(45deg);
}

.slider_outer .badge {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  color: #0B2766;
  background: rgba(255, 241, 0, 0.8);
  border-radius: 40px 0px 0px 40px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 6px 17px 6px 20px;
  z-index: 11;
}

@media (max-width: 767px) {
  .slider_outer .badge {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .slider_single {
    overflow: hidden;
  }
}

.slider_single .slider_outer .iframe_box {
  position: absolute;
  width: calc(100% - 20px);
  height: 500px;
  overflow: hidden;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
}

.slider_single .slider_outer .iframe_box.active {
  z-index: 10;
}

.slider_single .slider_outer .iframe_box iframe {
  /*padding: 0 10px;*/
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.slider_single .slider_outer .iframe_box iframe.active {
  z-index: 10;
  opacity: 1;
}

.slider_single .banner_slider .slick-list {
  border-radius: 20px;
}

.slider_single .banner_slider.slick-slider {
  margin: 0 auto 20px;
  width: calc(100% - 20px);
}

.slider_single .banner_slider.slick-slider .slick-slide {
  padding: 1px;
}

.slider_single .banner_slider.slick-slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-height: 500px;
}

.slider_single .banner_slider.slick-slider .slick-prev {
  left: initial;
  z-index: 8;
  right: 100px;
  top: initial;
  bottom: 45px;
}

.slider_single .banner_slider.slick-slider .slick-prev:before {
  content: "";
  background-image: url("/images/SingleArrow.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 1;
  right: 0;
  background-repeat: no-repeat;
  top: 0;
}

.slider_single .banner_slider.slick-slider .slick-next {
  left: initial;
  z-index: 8;
  right: 40px;
  bottom: 52px;
  top: initial;
}

.slider_single .banner_slider.slick-slider .slick-next:before {
  content: "";
  background-image: url("/images/SingleArrow.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 1;
  right: 0;
  background-repeat: no-repeat;
  top: 0;
  transform: rotate(180deg);
}

.slider_single .single_thumbnail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.slider_single .single_thumbnail .slick-list {
  width: 100%;
}

.slider_single .single_thumbnail .thumbnail_img {
  padding: 0 10px;
}

.slider_single .single_thumbnail img {
  max-height: 150px;
  height: 150px;
  border-radius: 20px;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.information_section {
  padding: 58px 0 60px;
}

.information_section .info_block {
  display: flex;
  flex-wrap: wrap;
}

.information_section .info_block .content {
  width: 55%;
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
}

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

.information_section .info_block .content .btn_grid {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.information_section .info_block .content .btn_grid .btn_block {
  margin: 0 20px 0 0;
  background: #f0f0f9;
}

.information_section .info_block .content .btn_grid .btn_block:last-child {
  margin-right: 0;
}

.information_section .info_block .content .btn_grid .btn_block:before {
  background: #e0e0ec;
}

.information_section .info_block .location_info {
  width: 45%;
  padding: 0 0 0 77px;
}

@media (max-width: 767px) {
  .information_section .info_block .location_info .app-btn {
    text-align: center;
  }
}

.information_section .info_block .location_info .app-btn .appointment {
  margin-bottom: 52px;
  padding: 20px 24px;
  font-size: 17px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .information_section .info_block .location_info .app-btn .appointment {
    font-size: 15px;
  }
}

.information_section .info_block .location_info ul {
  display: flex;
  flex-wrap: wrap;
}

.information_section .info_block .location_info ul.addr_shown li:first-child {
  width: 100%;
  padding: 0 0 24px 0;
}

.information_section .info_block .location_info ul li {
  width: 50%;
  display: inline-flex;
  padding: 0 0 24px;
  align-items: center;
}

.information_section .info_block .location_info ul li:nth-child(odd) {
  padding: 0 0 24px 20px;
}

.information_section .info_block .location_info ul li.icon img {
  max-width: 100px;
}

.information_section .info_block .location_info ul li span {
  display: inline-block;
  padding: 7px 15px 0 0;
}

.information_section .info_block .location_info ul li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #0b2766;
  text-shadow: 0 0 #0b2766;
}

.information_section .info_block .location_info ul li p span {
  color: #5673b1;
  padding: 0;
}

section .main-sec {
  padding-top: 93px;
}

@media (max-width: 767px) {
  section .main-sec {
    padding-top: 30px;
  }
}

section .main-sec .heading {
  font-family: 800;
  font-size: 40px;
  line-height: 40px;
  color: #0B2766;
}

@media (max-width: 767px) {
  section .main-sec .heading {
    font-size: 35px;
    text-align: center;
  }
}

section .main-sec .inner-sec-sub {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 18px;
  padding-top: 38px;
  padding-bottom: 190px;
}

@media (max-width: 767px) {
  section .main-sec .inner-sec-sub {
    padding-bottom: 50px;
  }
}

section .main-sec .inner-sec-sub .sub-content {
  display: flex;
  width: calc(33.3% - 13px);
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 4px 10px rgba(31, 68, 150, 0.12);
  gap: 13px;
  height: 71px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  section .main-sec .inner-sec-sub .sub-content {
    width: calc(33.3% - 14px);
  }
}

@media (max-width: 767px) {
  section .main-sec .inner-sec-sub .sub-content {
    width: calc(50% - 13px);
  }
}

@media (max-width: 480px) {
  section .main-sec .inner-sec-sub .sub-content {
    width: 100%;
  }
}

section .main-sec .inner-sec-sub .sub-content img {
  height: 24px;
  cursor: pointer;
}

section .main-sec .inner-sec-sub .sub-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  color: #0B2766;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}

.video_section {
  display: flex;
  align-items: center;
  padding: 153px 0;
  flex-wrap: wrap;
}

.video_section .video {
  position: relative;
}

.video_section .video img {
  display: flex;
}

.video_section .video .video_button {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  cursor: pointer;
  overflow: hidden;
}

.video_section .video .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 .video .video_button:hover:before {
  transform: scale(2);
}

.video_section .video .video_button img {
  position: relative;
  left: 2px;
}

.video_section .txt {
  width: calc(100% - 752px);
  padding: 0 0 0 44px;
}

.single_contact_section {
  background: #fafaff;
  padding-top: 162px;
}

.single_contact_section .form_block {
  display: flex;
  flex-wrap: wrap;
}

.single_contact_section .form_block .left {
  width: 30%;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .single_contact_section .form_block .left {
    width: 100%;
    text-align: center;
  }
}

.single_contact_section .form_block .left ul {
  padding: 20px 0 0;
}

.single_contact_section .form_block .left ul li {
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
}

.single_contact_section .form_block .left ul li span {
  color: #0b2766;
}

.single_contact_section .form_block .left .agent-info .agent-name {
  font-size: 20px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #5673b1;
  padding-bottom: 30px;
}

@media (max-width: 767.5px) {
  .single_contact_section .form_block .left .agent-info .agent-name {
    padding: 20px;
  }
}

.single_contact_section .form_block .left .agent-info .agent-name span {
  display: inline-block;
  width: 100%;
  color: #0b2766;
}

.single_contact_section .form_block .left .agent-info .agent-images.multiple-img {
  display: flex;
  position: relative;
  left: -120px;
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .single_contact_section .form_block .left .agent-info .agent-images.multiple-img {
    left: -95px;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .single_contact_section .form_block .left .agent-info .agent-images.multiple-img {
    left: -65px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single_contact_section .form_block .left .agent-info .agent-images.multiple-img {
    left: -47px;
  }
}

@media (max-width: 991px) {
  .single_contact_section .form_block .left .agent-info .agent-images.multiple-img {
    left: 0px;
    justify-content: center;
  }
}

.single_contact_section .form_block .left .agent-info .agent-images img {
  position: relative;
}

.single_contact_section .form_block .left .agent-info .agent-images img.single-img {
  display: flex;
  left: -40px;
}

@media (max-width: 991px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.single-img {
    display: initial;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single_contact_section .form_block .left .agent-info .agent-images img {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple {
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple {
    left: 50px;
    max-width: 200px;
    height: 250px;
  }
}

@media (max-width: 991px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple:first-child {
    left: 40px;
  }
}

@media (max-width: 480px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple:first-child {
    left: 50px;
  }
}

.single_contact_section .form_block .left .agent-info .agent-images img.multiple:last-of-type {
  left: -125px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple:last-of-type {
    left: -145px;
  }
}

@media (max-width: 991px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple:last-of-type {
    left: -40px;
  }
}

@media (max-width: 480px) {
  .single_contact_section .form_block .left .agent-info .agent-images img.multiple:last-of-type {
    left: -45px;
  }
}

.single_contact_section .form_block .right {
  width: 70%;
}

@media (max-width: 991px) {
  .single_contact_section .form_block .right {
    width: 100%;
  }
}

.single_contact_section .form_block .right .contact-form-inner {
  padding-bottom: 175px;
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .single_contact_section .form_block .right .contact-form-inner {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .single_contact_section .form_block .right .contact-form-inner {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.5px) {
  .single_contact_section .form_block .right .contact-form-inner {
    padding-bottom: 50px;
  }
}

.single_contact_section .form_block .right form {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #fbfcfe;
  border: 1px solid #e7eaf3;
  box-sizing: border-box;
  box-shadow: 0px 30px 54px rgba(31, 64, 150, 0.21);
  border-radius: 20px;
  padding: 59px 52px 43px;
  position: relative;
  overflow: hidden;
}

.single_contact_section .form_block .right form .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000003d;
  z-index: 100;
  display: none;
}

.single_contact_section .form_block .right form .loader img {
  width: 50px;
}

.single_contact_section .form_block .right form .loader.active {
  display: flex;
}

.single_contact_section .form_block .right form .form_inner_wrap .form_haeding {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(86, 115, 177, 0.5);
  padding: 0 0 20px;
}

.single_contact_section .form_block .right form .form_inner_wrap .form_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_contact_section .form_block .right form .form_inner_wrap .form_grid .form_wrap {
  width: 40%;
}

.single_contact_section .form_block .right form .form_inner_wrap .form_grid .form_wrap:last-child {
  width: calc(60% - 20px);
}

.single_contact_section .form_block .right form .input__block .box {
  margin: 0 0 17px;
}

.single_contact_section .form_block .right form .input__block .box label {
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #5673b1;
  width: 100%;
  display: inline-block;
}

.single_contact_section .form_block .right form .input__block .box input,
.single_contact_section .form_block .right form .input__block .box textarea {
  background: #f7f9ff;
  border: 2px solid #f7f9ff;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
  color: #0b2766;
  padding: 12px 10px 12px;
  width: 100%;
  margin: 10px 0 0;
  -webkit-appearance: none;
}

.single_contact_section .form_block .right form .input__block .box input:focus,
.single_contact_section .form_block .right form .input__block .box textarea:focus {
  border-color: #0b2766;
}

.single_contact_section .form_block .right form .input__block .box input.invalid,
.single_contact_section .form_block .right form .input__block .box textarea.invalid {
  border: 2px solid red;
}

.single_contact_section .form_block .right form .input__block .box textarea {
  min-height: 334px;
  resize: none;
}

.single_contact_section .form_block .right form .input__block .box:last-child {
  margin: 0;
}

.single_contact_section .form_block .right form .checkbox-field {
  padding: 38px 0 28px;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid {
  position: relative;
  padding-bottom: 12px;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label {
  display: flex;
  cursor: pointer;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label input {
  display: none;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label input + span {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff100;
  border-radius: 2px;
  position: relative;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label input + span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  left: 3px;
  top: 5px;
  display: none;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label input + span.invalid {
  border: 2px solid red;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label input:checked + span:before {
  display: block;
}

.single_contact_section .form_block .right form .checkbox-field .checkbox_grid label p {
  font-size: 14px;
  line-height: 160%;
  color: #5673b1;
  padding: 0 0 0 7px;
  width: calc(100% - 20px);
}

.single_contact_section .form_block .right form .align_right {
  text-align: right;
}

.single_contact_section .form_block .right form .messages {
  position: absolute;
  bottom: 55px;
}

.single_contact_section .form_block .right form .messages .success {
  color: #009c00;
  display: none;
}

.single_contact_section .form_block .right form .messages .success.active {
  display: block;
}

.single_contact_section .form_block .right form .messages .error {
  color: #ff0505;
  display: none;
}

.single_contact_section .form_block .right form .messages .error.active {
  display: block;
}

.single_contact_section .form_block .right form .messages .recaptcha {
  color: #ff0505;
  display: none;
}

@media (max-width: 767.5px) {
  .head_single {
    text-align: center;
  }

  .head_single .head_inner {
    text-align: center;
  }

  .head_single .head_inner .heading {
    margin: 0 auto;
  }

  .head_single .head_inner .rate_box {
    font-size: 25px;
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
  }

  .slider_outer .btn_grid {
    left: 10px;
    top: 10px;
    bottom: initial;
  }

  .slider_single .banner_slider.slick-slider {
    margin-bottom: 10px;
    width: 100%;
    /*padding: 0 5px;*/
  }

  .slider_single .banner_slider.slick-slider .slick-slide {
    padding: 0 5px;
  }

  .slider_single .banner_slider.slick-slider img.large_screen {
    display: none;
  }

  .slider_single .banner_slider.slick-slider .large {
    display: none;
  }

  .slider_single .banner_slider.slick-slider .slick-next {
    right: 10px;
    bottom: 12px;
  }

  .slider_single .banner_slider.slick-slider .slick-next:before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .slider_single .banner_slider.slick-slider .slick-prev {
    right: 45px;
    bottom: 12px;
  }

  .slider_single .banner_slider.slick-slider .slick-prev:before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .slider_single .single_thumbnail .thumbnail_img {
    padding: 0 5px;
  }

  .slider_single .single_thumbnail img {
    border-radius: 10px;
  }

  .slider_single .slider_outer .iframe_box {
    padding: 0 5px;
    width: 100%;
    max-height: 180px;
  }

  .information_section {
    padding: 0 0 0;
  }

  .information_section .info_block .content {
    width: 100%;
    text-align: center;
  }

  .information_section .info_block .content .btn_grid {
    justify-content: center;
  }

  .information_section .info_block .content .btn_grid .btn_block {
    margin: 0 5px 10px;
  }

  .information_section .info_block .content .btn_grid .btn_block:last-child {
    margin: 0 0 10px;
  }

  .information_section .info_block .location_info {
    width: 100%;
    padding: 40px 0 0;
  }

  .information_section .info_block .location_info ul {
    flex-direction: column;
  }

  .information_section .info_block .location_info ul li {
    width: 100%;
    padding: 0 0 14px;
    justify-content: center;
    text-align: center;
  }

  .information_section .info_block .location_info ul li:nth-child(odd) {
    padding: 0 0 14px 0;
  }

  .information_section .info_block .location_info ul li span {
    padding: 2px 15px 0 0;
  }

  .information_section .info_block .location_info ul li p {
    font-size: 16px;
  }

  .video_section {
    padding: 50px 0;
  }

  .video_section .video {
    max-width: 550px;
    margin: auto;
  }

  .video_section .txt {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
  }

  .single_contact_section {
    padding-top: 50px;
  }

  .single_contact_section .form_block .left {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
  }

  .single_contact_section .form_block .right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .single_contact_section .form_block .right form {
    padding: 40px 30px 70px;
  }

  .single_contact_section .form_block .right form .form_inner_wrap .form_haeding {
    text-align: center;
  }

  .single_contact_section .form_block .right form .form_inner_wrap .form_grid .form_wrap {
    width: 100%;
  }

  .single_contact_section .form_block .right form .form_inner_wrap .form_grid .form_wrap:last-child {
    width: 100%;
  }

  .single_contact_section .form_block .right form .checkbox_grid {
    padding: 20px 0 20px;
  }

  .single_contact_section .form_block .right form .align_right {
    text-align: center;
  }

  .single_contact_section .form_block .right form .messages {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }

  .checkbox-field {
    padding: 20px 0 !important;
  }

  .checkbox-field .checkbox_grid {
    padding: 0 0 12px !important;
  }
}

@media (min-width: 768px) {
  .slider_single .banner_slider.slick-slider img.medium_screen {
    display: none;
  }

  .slider_single .banner_slider.slick-slider .medium {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .head_single .head_inner .rate_box {
    font-size: 20px;
  }

  .slider_single .slider_outer .iframe_box {
    max-height: 400px;
    min-height: 400px;
  }

  .slider_single .banner_slider.slick-slider {
    padding: 0 10px;
    width: 100%;
  }

  .slider_single .banner_slider.slick-slider img {
    max-height: 400px;
    min-height: 400px;
  }

  .slider_single .slider_outer iframe {
    width: calc(100% - 20px);
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .slider_single .single_thumbnail img {
    max-height: 100px;
  }

  .slider_single .single_thumbnail .thumbnail_img {
    padding: 0 10px;
  }

  .information_section .info_block .content .btn_grid .btn_block {
    margin: 0 10px 10px 0;
  }

  .information_section .info_block .location_info {
    padding: 0 0 0 30px;
  }

  .information_section .info_block .location_info ul.addr_shown li:first-child {
    padding: 0 0 15px;
  }

  .information_section .info_block .location_info ul li {
    padding: 0 0 15px;
  }

  .information_section .info_block .location_info ul li:nth-child(odd) {
    padding: 0 0 15px;
  }

  .information_section .info_block .location_info ul li p {
    font-size: 14px;
  }

  .information_section .info_block .location_info ul li span {
    padding: 0 8px 0 0;
  }

  .video_section {
    padding: 80px 0;
  }

  .video_section .video {
    width: 70%;
  }

  .video_section .txt {
    width: 30%;
    padding: 0 0 0 25px;
  }

  .single_contact_section {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .head_single .head_inner .rate_box {
    font-size: 30px;
  }

  .slider_single .banner_slider.slick-slider {
    /*padding: 0 10px;*/
  }

  .slider_single .slider_outer iframe {
    width: calc(100% - 20px);
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .slider_single .single_thumbnail img {
    max-height: 125px;
  }

  .slider_single .single_thumbnail .thumbnail_img {
    padding: 0 10px;
  }

  .information_section .info_block .location_info {
    padding: 0 0 0 50px;
  }

  .information_section .info_block .location_info ul li span {
    padding: 3px 8px 0 0;
  }

  .information_section .info_block .location_info ul li p {
    font-size: 15px;
  }

  .information_section .info_block .content .btn_grid .btn_block {
    margin: 0 10px 10px 0;
  }

  .video_section {
    padding: 100px 0;
  }

  .video_section .video {
    position: relative;
    width: 70%;
  }

  .video_section .txt {
    width: 30%;
    padding: 0 0 0 40px;
  }

  .single_contact_section {
    background: #fafaff;
    padding-top: 100px;
  }
}

@media (max-width: 479.5px) {
  .slider_single .banner_slider.slick-slider img {
    max-height: 180px;
    min-height: 180px;
  }

  .slider_single .single_thumbnail img {
    max-height: 50px;
    height: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767.5px) {
  .slider_single .slider_outer .iframe_box {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
  }

  .slider_single .banner_slider.slick-slider img {
    max-height: 300px;
    min-height: 300px;
  }

  .slider_single .single_thumbnail img {
    max-height: 70px;
    height: 70px;
  }
}

.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;
  }
}

.popup_property {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: calc(100% - 50px);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1000;
  max-width: 1060px;
}

.popup_property.active {
  display: flex;
}

.popup_property .inner_property_popup {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

.popup_property .inner_property_popup .close_popup {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -55px;
  cursor: pointer;
  background-image: url(/images/close.png);
  background-repeat: no-repeat;
}

.popup_property .inner_property_popup .box_outer {
  background: #FFFFFF;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 30px 54px rgba(31, 64, 150, 0.21);
  border-radius: 20px;
  overflow-y: auto;
  max-height: 600px;
  overflow-y: auto;
  height: 100%;
}

.popup_property .inner_property_popup .box_outer .box {
  padding: 48px 50px 38px;
  border-bottom: 6px solid #FAFAFF;
}

.popup_property .inner_property_popup .box_outer .box:first-child {
  padding: 50px 50px 38px;
}

.popup_property .inner_property_popup .box_outer .box:last-child {
  padding: 48px 50px 50px;
  border: none;
}

.popup_property .inner_property_popup .box_outer .box h2 {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5673B1;
  padding: 0 0 25px;
}

.popup_property .inner_property_popup .box_outer .box ul {
  display: flex;
  flex-wrap: wrap;
}

.popup_property .inner_property_popup .box_outer .box ul li {
  padding: 0 0 20px;
  display: inline-block;
  width: 33.3%;
}

.popup_property .inner_property_popup .box_outer .box ul li h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  color: #0B2766;
}

.popup_property .inner_property_popup .box_outer .box ul li p {
  font-size: 16px;
  line-height: 140%;
  color: #5673B1;
  text-transform: capitalize;
}

@media (max-width: 554px) {
  .popup_property .inner_property_popup {
    width: 90%;
  }

  .popup_property .inner_property_popup .box_outer {
    max-height: 400px;
  }

  .popup_property .inner_property_popup .box_outer .box {
    text-align: center;
  }

  .popup_property .inner_property_popup .box_outer .box ul li {
    width: 100%;
  }
}

@media (min-width: 555px) and (max-width: 767.5px) {
  .popup_property .inner_property_popup {
    width: 90%;
  }

  .popup_property .inner_property_popup .box_outer {
    max-height: 500px;
  }

  .popup_property .inner_property_popup .box_outer .box ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .popup_property .inner_property_popup {
    width: 90%;
  }

  .popup_property .inner_property_popup .box_outer {
    max-height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .popup_property .inner_property_popup {
    width: 90%;
  }

  .popup_property .inner_property_popup .close_popup {
    top: -35px;
  }

  .popup_property .inner_property_popup .box_outer {
    max-height: 600px;
  }
}

.popup_appointment {
  max-height: 360px;
  height: 100%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: none;
  z-index: 1000;
  width: 100%;
  max-width: 630px;
}

.popup_appointment.active {
  display: block;
}

.popup_appointment.open-slots {
  max-height: 509px;
}

.popup_appointment .close_popup {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  cursor: pointer;
  border: 2px solid #0b2766;
}

.popup_appointment .close_popup:after,
.popup_appointment .close_popup:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #0b2766;
  left: 17px;
  top: 8px;
}

.popup_appointment .close_popup:after {
  transform: rotate(45deg);
}

.popup_appointment .close_popup:before {
  transform: rotate(-45deg);
}

.popup_appointment .inner-popup {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #fbfcfe;
  border: 1px solid #e7eaf3;
  box-shadow: 0px 30px 54px rgba(31, 64, 150, 0.21);
  border-radius: 20px;
  padding: 41px 50px 5px;
  height: 100%;
  overflow-y: auto;
}

.popup_appointment .inner-popup.no-appointment {
  text-align: center;
  font-size: 20px;
  display: none;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 41px 50px;
}

.popup_appointment .inner-popup.no-appointment.active {
  display: flex;
}

.popup_appointment .inner-popup.formWrapper.hide {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .appointment-content h6 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #0b2766;
  line-height: 34px;
  padding-bottom: 20px;
}

.popup_appointment .inner-popup.formWrapper .inner-content {
  display: flex;
  padding: 20px 0px 0 0;
}

@media (max-width: 767px) {
  .popup_appointment .inner-popup.formWrapper .inner-content {
    padding: 20px 0 0;
  }
}

.popup_appointment .inner-popup.formWrapper .inner-content .slick-list {
  position: relative;
  width: 100%;
}

@media (min-width: 767px) {
  .popup_appointment .inner-popup.formWrapper .inner-content .slick-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(265deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    width: 200px;
    z-index: 1;
    pointer-events: none;
  }
}

.popup_appointment .inner-popup.formWrapper .inner-content .slick-list .slick-track {
  margin: 0 auto;
}

.popup_appointment .inner-popup.formWrapper .inner-content .slick-next {
  right: -20px;
  background-image: url(/images/arrow-icon-right.svg);
  background-repeat: no-repeat;
}

.popup_appointment .inner-popup.formWrapper .inner-content .slick-next:before {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit {
  background: #f7f9ff;
  border-radius: 5px;
  width: 33%;
  text-align: center;
  color: #0b2766;
  font-weight: 700;
  margin: 0 9px;
  cursor: pointer;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit input {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit input:checked + .estimate-box-content {
  background: linear-gradient(#fafbff, #fafbff) padding-box, linear-gradient(to top, #fee94b, 10%, #ccd7e5) border-box;
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit input:checked + .estimate-box-content:before {
  opacity: 1;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit .estimate-box {
  cursor: pointer;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit .estimate-box .estimate-box-content {
  display: flex;
  flex-direction: column;
  padding: 15px 10px 20px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: capitalize;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit .estimate-box .estimate-box-content:before {
  content: "";
  background-image: radial-gradient(48.54% 45.08% at 50% 117.21%, rgba(255, 241, 0, 0.5) 0%, rgba(255, 241, 0, 0) 100%);
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit .estimate-box .estimate-box-content p {
  font-size: 16px;
}

.popup_appointment .inner-popup.formWrapper .inner-content .appointment-visit .estimate-box .estimate-box-content span {
  font-size: 56px;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper {
  overflow-y: auto;
  max-height: 245px;
  display: none;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper.active {
  display: block;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .no-slots {
  color: red;
  font-size: 18px;
  text-align: center;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content {
  margin: 0 0 8px 9px;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content.booked {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label input {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label input:checked + .checkbox-gradient {
  background: linear-gradient(#fafbff, #fafbff) padding-box, linear-gradient(to top, #fee94b, 10%, #ccd7e5) border-box;
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label input:checked + .checkbox-gradient:before {
  opacity: 1;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label .checkbox-gradient {
  border: 1px solid transparent;
  position: relative;
  border-radius: 5px;
  background: #f7f9ff;
  border-radius: 5px;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label .checkbox-gradient:before {
  content: "";
  background-image: radial-gradient(48.54% 45.08% at 50% 117.21%, rgba(255, 241, 0, 0.5) 0%, rgba(255, 241, 0, 0) 100%);
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.popup_appointment .inner-popup.formWrapper .hoursWrapper .hours-content label .checkbox-gradient h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  color: #0b2766;
  padding: 19px 0 15px;
}

.popup_appointment .inner-popup.formWrapper .contact_form {
  padding-top: 60px;
  display: none;
}

.popup_appointment .inner-popup.formWrapper .contact_form .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #0000003d;
  z-index: 100;
  border-radius: 20px;
  display: none;
  text-align: center;
}

.popup_appointment .inner-popup.formWrapper .contact_form .loader.active {
  display: flex;
}

.popup_appointment .inner-popup.formWrapper .contact_form .loader img {
  max-width: 50px;
}

.popup_appointment .inner-popup.formWrapper .contact_form.show {
  display: block;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block label {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #5673b1;
  width: 100%;
  display: inline-block;
  padding-bottom: 9px;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input {
  background: #f7f9ff;
  border: 1px solid #f7f9ff;
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #0b2766;
  padding: 12px 16px;
  margin-bottom: 27px;
  outline: none;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input:focus {
  border: 1px solid #ced5e6;
  box-shadow: 0px 2px 3px rgba(22, 30, 49, 0.08);
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input::-moz-placeholder {
  color: #a3b1ce;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input:-ms-input-placeholder {
  color: #a3b1ce;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input::placeholder {
  color: #a3b1ce;
}

.popup_appointment .inner-popup.formWrapper .contact_form .form_block input.invalid {
  border: 1px solid red;
}

.popup_appointment .inner-popup.formWrapper .contact_form .submit-btn {
  margin-top: 19px;
}

.popup_appointment .inner-popup.formWrapper .contact_form .submit-btn .appointment-button {
  width: 100%;
}

.popup_appointment .inner-popup.formWrapper .contact_form .messages {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 32px;
}

.popup_appointment .inner-popup.formWrapper .contact_form .messages p {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .contact_form .messages p.error-red {
  color: red;
}

.popup_appointment .inner-popup.formWrapper .contact_form .messages p.success {
  color: green;
}

.popup_appointment .inner-popup.formWrapper .contact_form .messages p.active {
  display: block;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox {
  padding: 10px 0 0;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  color: #5673B1;
  cursor: pointer;
  gap: 8px;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label span {
  display: inline-block;
  border: 2px solid #C5D0E8;
  box-sizing: border-box;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  position: relative;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  border-left: 3px solid #0B2766;
  border-bottom: 3px solid #0B2766;
  transform: rotate(-56deg);
  top: 3px;
  left: 2px;
  display: none;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label input {
  display: none;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label input:checked + span {
  background: #FFF100;
  border: 2px solid #FFF100;
  border-radius: 3px;
}

.popup_appointment .inner-popup.formWrapper .contact_form .checkbox label input:checked + span:before {
  display: block;
}

.popup_appointment .inner-popup.thankyou {
  display: none;
}

.popup_appointment .inner-popup.thankyou.show {
  display: block;
}

.popup_appointment .inner-popup.thankyou .thankyou-content {
  text-align: center;
  line-height: 34px;
  color: #0b2766;
}

.popup_appointment .inner-popup.thankyou .thankyou-content .thankyou-message {
  padding-bottom: 50px;
}

.popup_appointment .inner-popup.thankyou .thankyou-content p {
  font-weight: 500;
  font-size: 20px;
}

.popup_appointment .inner-popup.thankyou .thankyou-content p .light-blue {
  color: #5673b1;
}

.popup_appointment .inner-popup.thankyou .thankyou-content p .ap-time span {
  text-transform: capitalize;
}

.popup_appointment .inner-popup.thankyou .thankyou-content h5 {
  font-size: 36px;
  font-weight: 700;
}

.popup_appointment .inner-popup.thankyou .thankyou-content .back-btn .appointment-button {
  width: 100%;
}

