.contact_map_section {
  padding: 100px 0;
}

.contact_map_section .map_container {
  max-width: 1084px;
  margin: 0 auto;
}
.contact_map_section .heading_section span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: #293A5D;
  text-align: center;
  margin: 0 0 20px 0;
}
.contact_map_section .heading_section h1,
.contact_map_section .heading_section h2 {
  font-size: 48px;
  line-height: 48px;
  color: #293A5D;
  text-align: center;
  margin: 0 0 40px 0;
}
.contact_map_section .map_with_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.contact_map_section .map_content_section {
  width: 50%;
  padding: 0 15px;
}
.contact_map_section .map_section {
  width: 50%;
  padding: 0 15px;
}
.contact_map_section .content_section .title_content span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #293A5D;
}
.contact_map_section .content_section .title_content h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #293A5D;
  margin: 0 0 15px 0;
}
.contact_map_section .content_section .contact_details {
  display: flex;
  gap: 15px;
  border-top: 1px solid #F0F0EF;
  padding: 10px 0;
  align-items: baseline;
}
}
.contact_map_section .content_section .contact_details .icon_section img {
  width: 16px !important;
  max-height: 17px;
}
.contact_map_section .content_section .contact_details .details a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #293A5D;
  max-width: 208px;
}
.contact_map_section .content_section .contact_details:nth-child(6) .details {
    max-width: unset;
}
.contact_map_section .content_section .social_icoins svg {
  height: 25px;
  fill: #293A5D;
  cursor: pointer;
}
.contact_map_section .content_section .social_icons_heading {
  color: #293A5D;
  border-top: 1px solid #F0F0EF;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin:  0 0 20px;
  padding: 30px 0 0;
}
.contact_map_section .content_section .social_icon_section {
  display: flex;
  gap: 13px;
}
.place-card.place-card-large {
    display: none;
}
.contact_map_section .content_section .address_section {
    display: flex;
    gap: 15px;
    border-top: 1px solid #F0F0EF;
    padding: 10px 0;
    align-items: baseline;
}
.contact_map_section .content_section .address_section .address_content {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #293A5D;
    max-width: 208px;
}
.contact_map_section .content_section .open_timing {
    display: flex;
    gap: 15px;
    border-top: 1px solid #F0F0EF;
    padding: 10px 0;
    align-items: baseline;
}
.contact_map_section .content_section .open_timing .timing_text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #293A5D;
}
@media screen and (max-width: 767px) {
.contact_map_section .map_content_section {
    width: 100%;
    padding: 20px 15px;
}
.contact_map_section .map_section {
    width: 100%;
}
.contact_map_section .heading_section span {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.contact_map_section .heading_section h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.contact_map_section .content_section .title_content span {
    font-size: 14px;
}
.contact_map_section .content_section .title_content h2 {
    font-size: 30px;
    line-height: 30px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.contact_map_section .heading_section h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
}
.contact_map_section .heading_section h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
}
.contact_map_section .content_section .title_content h2 {
    font-size: 30px;
    line-height: 32px;
}
}
@media (min-width: 1025px) and (max-width: 1420px) {
.contact_map_section .heading_section h1 {
    font-size: 46px;
    line-height: 46px;
}
.contact_map_section .heading_section span {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 15px 0;
}
.contact_map_section .content_section .title_content span {
    font-size: 17px;
    line-height: 17px;
}
.contact_map_section .content_section .title_content h2 {
    font-size: 34px;
    line-height: 34px;
}
.contact_map_section .content_section .contact_details .details {
    font-size: 17px;
    line-height: 24px;
}
.contact_map_section .content_section .social_icons_heading {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
}