.contact-section {
  position: relative;
}

.contact-section-left {
  width: 859px;
}

.left-section-parent>p {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #323536;
}

.left-section-parent {
  padding: 50px 160px 0 50px;
  position: relative;
}

.left-section-parent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  width: 1px;
  background-color: #2b4091;
}

.contact-main-title {
  font-size: 30px;
  margin-bottom: 17px;
  font-weight: 400;
  font-family: "PT Serif";
}

.contact_details p {
  font-family: "Plus Jakarta Sans";
  margin-bottom: 41px;
  color: #545454;
  font-size: 16px;
  line-height: 28px;
}

.left-info-area {
  width: 433px;
}

.right-info-area {
  width: calc(100% - 433px);
}

.contact_detail_items:not(:first-child) {
  margin-top: 32px;
}

.contact_detail_items span.contact_icon.blue_bg {
  height: 21px;
  width: 18px;
  margin-right: 18px;
}

.contact_detail_items .contact_content {
  font-family: "PT Serif";
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 20px;
  color: #545454;
  font-size: 16px;
}

.contact_content .contect_title {
  font-family: "Albert Sans";
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 700;
  color: #323536;
}

.contact_detail_items .contact_content.ptag p {
  font-family: "Albert Sans";
  font-weight: 500;
  line-height: 26px;
  color: #323536;
  margin-bottom: 0;
  font-size: 16px;
}

.contact_detail_items .contact_content.ptag a {
  font-family: "Albert Sans";
  font-weight: 500;
  line-height: 26px;
  color: #323536;
  margin-bottom: 0;
  font-size: 16px;
}
.contact_detail_items .contact_content.ptag a:hover{
  color: #2b4091;
}

.contact_detail_items .contact_content.ptag a:not(:last-of-type) {
  margin-right: 20px;
}

.center-title-area {
  font-family: "Albert Sans";
  font-size: 14px;
  font-weight: 700;
  color: #323536;
  margin-right: 20px;
}

.social-icons {
  display: flex;
}

.social-icons a {
  background: #d9e1ff;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-right: 10px;
}
.social-icons a:hover {
  background-color: #2b4091;
}

.social-icons a:hover img {
  filter: invert(1) brightness(10);
}

.center-area {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}

.center-area-abn {
  margin-top: 33px;
}

.center-area-abn>p {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 500;
  color: #323536;
}

.center-area-abn>span {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 500;
  color: #323536;
}

.center-area-social {
  display: flex;
  align-items: center;
}

.right-info-area .center-area-social {
  margin-top: 45px;
}

.contact-tag {
  position: relative;
  font-family: "Albert Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 21px;
  color: #fff;
  width: 185px;
  height: 50px;
  background: #2b4091;  
  text-align: center;
}

.add-w-100 {
  width: 100%;
}

.map-area {
  margin-top: 60px;
}

.map-area iframe {
  border-radius: 20px;
}

.contact-section-right {
  width: calc(100% - 859px);
}

.contact-section-right .form-wrapper {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 26px;
}

.contact-section-right form {
  padding: 50px 60px;
  background: #2b4091;
  border-radius: 20px;
}

.contact-section-right .form-title {
  font-family: "Albert Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.contact-section-right form>p {
  font-family: "Albert Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;  
  letter-spacing: 0;
}

.contact-section-right form>p:last-of-type {
  padding-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.contact-section-right .form-group label {
  font-family: "Albert Sans";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 11px;
}

.contact-section-right .form-group {
  margin-bottom: 21px;
}

.contact-section-right:has(form.wpcf7-form.invalid) .form-group {
  margin-bottom: 35px;
}

.contact-section-right form .form-control {  
  border-radius: 10px;
}

.contact-section-right .btn_theme {
  font-family: "Albert Sans";
  background: #ffc31e;
  min-width: 100%;
  color: #000;
  border-radius: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.contact-section-right .btn_theme:hover {
  background-color: #1E211F;
  color: #fff;
}

.contact-section-right textarea.form-control {
  min-height: 150px;
}



/* timing block */
.right-info-area .ft-timing {
  flex-direction: column;
  background: #1E211F;
  padding: 24px;
  width: 208px;
  height: 216px;
  border-radius: 10px;
  text-align: center;  
  margin-left: 0;
}

.right-info-area .ft-timing-img {
  margin-bottom: 21px;
}

.right-info-area .ft-timing-common {
  font-family: 'Albert Sans';
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.right-info-area .ft-timing-aptmnt {
  font-family: 'Albert Sans';
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}





@media (max-width: 1439.98px) {
  .contact-section-right {
    width: calc(100% - 600px);
    padding-left: 35px;
  }
  .left-section-parent {
    padding: 50px 40px 0 40px;
  }
  .left-info-area,
  .right-info-area {
    width: 100%;
  }   

  .contact-section-left {
    width: 600px;
  }

  .map-area iframe {
    width: 550px;
  }
}

@media (max-width: 1199.98px) {
  .contact-section-right {
    width: calc(100% - 500px);
  }

  .contact-section-left {
    width: 500px;
  }

  .map-area iframe {
    width: 500px;
  }
  .left-section-parent {
    padding: 50px 40px 0 40px;
  }
}

@media (max-width: 991.98px) {
  .contact-section-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-section-left {
    width: 100%;
  }

  .left-section-parent::before {
    display: none;
  }

  .contact-tag {
    margin-bottom: 15px;
  }

  .map-area iframe {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact_detail_items:not(:first-child) {
    margin-top: 15px;
  }

  .right-info-area .center-area-social {
    margin-top: 35px;
  }

  .left-section-parent {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .left-info-area {
    width: 100%;
  }

  .right-info-area {
    width: 100%;
  }
  .contact-section-right form {
    padding: 35px 45px;
  }
  .contact-section-right .form-title {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 32px;
  }
  .center-area-abn {
    margin-top: 20px;
  }
  .right-info-area .ft-timing {
    margin-top: 0;
  }
  .map-area {
    margin-top: 30px;
  }
  .map-area iframe {
    border-radius: 8px;
  }
}

@media (max-width: 575.98px) {
  .contact_detail_items:first-child {
    margin-top: 0px;
  }
  .contact_detail_items {
    margin-top: 10px;
  }
  .contact-section-right form {
    padding: 25px;
  }
  .contact-section-right form {
    border-radius: 8px;
  }

  .contact-section-right .form-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .contact-section-right form>p {
    line-height: 1;
  }
  .contact-section-right .form-wrapper {
    padding-top: 15px;
  }
}