.contactus .contact_left {
  background: linear-gradient(
    180deg,
    rgba(0, 127, 189, 1) 34%,
    rgba(0, 51, 75, 0.9023984593837535) 100%
  );
  position: relative;
  width: 760px;
}

.contactus .contact_left::after {
  position: absolute;
  background: url(../images/contactus_ark.svg);
  width: 480px;
  height: 200px;
  content: "";
  background-repeat: no-repeat;
  bottom: -51px;
  left: 0;
}

.contactus .who_left .wwr_title::before {
  background-repeat: no-repeat;
  filter: invert(1) brightness(100);
}

.contactus .who_left .sechead_xs,
.contactus .who_left .sechead_md,
.contactus .who_left .ptag {
  color: white;
}

.contactus .contact_wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: white;
}

.contactus .contact_ .contactus .contact_right {
  background: white;
  width: 610px !important;
}

.contactus .contact_info h1 {
  font-size: 50px;
  font-family: "Source Serif 4";
  letter-spacing: 0;
}

.contact_info ul li span {
  background-color: #007fbd;
}

.contact_address {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info ul li {
  display: flex;
  align-items: center;
}
.links_title a {
  margin: 0 3px;
}
.links_title .f_title {
  font-family: "Source Serif 4 48pt";
  font-weight: 600;
  letter-spacing: 0.48px;
}
.links_title a i {
  font-size: 22px;
}
.address_detail {
  margin-left: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact_info .links_title p {
  font-family: "Source Serif 4";
  margin: 30px 0;
}

.links_title p a i {
  font-size: 20px;
}

.contact_info ul li:not(:last-child) {
  margin: 40px 0;
}

.map {
  height: 621px;
}

.contactus .os_body .os_title {
  padding: 80px 0 50px 0;
}

.address_detail .ptag {
  margin-bottom: 0;
}

.address_detail p {
  margin-bottom: 0;
}

.contact_info .email a {
  margin-left: 30px;
}

.location_text a:hover {
  color: #52ac48;
}

.contact_head .who_left p {
  color: white;
}

/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
  .contact_wrap .contact_left {
    width: 50%;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .contact_wrap .contact_left {
    padding: 35px;
  }
  /* 
  .contactus .sec_contact {
    padding: 60px 0;
  } */
  .contact_head .who_left {
    padding-right: 0 !important;
  }
  .contact_info ul li:not(:last-child) {
    margin: 30px 0;
  }
  .contact_wrap .f_title {
    margin: 10px 0 10px 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .contactus .contact_wrap {
    flex-direction: column-reverse;
  }
  .contact_wrap {
    flex-wrap: wrap;
  }
  .contact_wrap .contact_left {
    width: 100%;
    margin-top: 50px;
  }
  .contact_right {
    margin-top: 0;
  }
  .contactus .os_body .os_title {
    padding: 40px 0 50px 0;
  }
  .contact_right img {
    max-width: 100% !important;
    width: auto;
  }

  .contactus .contact_left::after {
    display: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .contactus .formgroup.formgroup50 {
    width: 100%;
  }
  .contactus .os_title .instagram:after {
    display: none;
  }
  .sec_og_insta {
    padding-bottom: 40px;
  }
  .contactus .os_body .os_title {
    padding: 40px 0 30px 0;
  }
  .address_detail,
  .contact_info .email a {
    margin-left: 15px;
  }

  .contact_address {
    width: 40px;
    height: 40px;
  }
  .contact_address img {
    width: 14px;
  }
}
