.contact-page-sec {
  padding-top: calc(9.5rem * 1.5 + 3vw);
  padding-bottom: calc(4.5rem * 1.5 + 3vw);
  background-color: #223453;
}
.contact-page-sec .coman-form {
  background: none !important;
  box-shadow: none !important;
}
.contact-page-sec .defualt-content-info h1, .contact-page-sec .defualt-content-info h2, .contact-page-sec .defualt-content-info h3, .contact-page-sec .defualt-content-info h4, .contact-page-sec .defualt-content-info h5, .contact-page-sec .defualt-content-info p {
  color: #fff;
  text-align: center;
}
.contact-page-sec figure {
  margin-bottom: 0px;
}
.contact-page-sec .defualt-content-info h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.contact-page-sec .defualt-content-info h2:before {
  position: absolute;
  content: "";
  background: url("../images/title-icon.PNG");
  width: 314px;
  height: 16px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.contact-page-info {
  border-radius: 70px;
  background-color: #2D4197;
}
.contact-page-sec figure, .contact-page-sec figure p, .contact-page-sec figure iframe {
  width: 100%;
  border-radius: 0px 70px 70px 0px;
  margin-bottom: 0px;
  height: 100%;
}
.contact-info {
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 250px;
  z-index: 1;
  display: flex;
  padding: 1.5em 4%;
}
.contact-info-inn {
  align-self: center;
}
.contact-info-inn p svg {
  height: 1em;
  width: 1em;
}
.contact-page-info [class*="col-"] {
  position: relative;
}
.contact-info-inn p {
  margin-bottom: 0px;
  padding: 8px 0px;
}
.contact-info-inn p a {
  font-weight: normal;
  color: #d69b35;
}
.map-link {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1900px) {}
@media (max-width: 1800px) {}
@media (max-width: 1700px) {}
@media (max-width: 1600px) {}
@media (max-width: 1500px) {}
@media (max-width: 1400px) {}
@media (max-width: 1300px) {}
@media (max-width: 1200px) {}
@media (max-width: 1100px) {}
@media (max-width: 991px) {
  .contact-page-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-page-info {
    border-radius: 0;
  }
  .contact-page-sec figure, .contact-page-sec figure p, .contact-page-sec figure iframe {
    border-radius: 0;
    height: 300px;
  }
  .contact-info {
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
  .contact-page-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-page-info {
    border-radius: 0;
  }
  .contact-page-sec figure, .contact-page-sec figure p, .contact-page-sec figure iframe {
    border-radius: 0;
    height: 300px;
  }
  .contact-info {
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}