.inner-banner {
    position: relative;
}
.inner-banner:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.36%, rgba(0, 0, 0, 0.73) 100%);
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}
.inner-banner img {
    width: 100%;
}
.inner-banner-text {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
}
.inner-banner-text h4 {
    font-size: 28px;
    color: #fc3;
    font-family: 'Lato-Bold';
    z-index: 111;
    position: relative;
}
.contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.contact-section_left h4 {
    font-family: 'Lato-Bold';
    color: #000;
    font-size: 26px;
    font-weight: 900;
}
.contact-section_left h5 {
    font-size: 14px;
}

.floating-label label {
    font-size: 15px;
    color: #000;
    /* font-family: 'Lato-Bold'; */
    top: -15px;
}
.floating-form {
    padding-right: 20%;
    margin-top: 10%;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-20px;
    font-size:12px;
    color: #1E539B;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-20px;
    font-size:12px;
    color: #1E539B;
  }
  .mb-30 {
    margin-bottom: 41px;
  }

  .contact-section_right h4 {
    font-family: 'Lato-Bold';
    color: #2562b6;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}
.contact-section_right h4 span {
    font-family: 'Lato-Regular';
}
.contact-section_right p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.contact-section_right ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 15%;
}
.contact-section_right ul li {
    display: flex;
    margin-bottom: 54px;
}
.icons-circle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f8c735;
    margin-right: 10px;
    position: absolute;
}
.icons-circle i {
    color: #000;
    margin-left: 11px;
    margin-top: 7px;
    font-size: 17px;
}
.fa-map-marker {
    font-size: 20px !important;
    margin-left: 10px !important;
    margin-top: 6px !important;
}
.fa-phone {
    font-size: 20px !important;
margin-left: 8px !important;
margin-top: 6px !important;
}
.fa-envelope {
    font-size: 16px !important;
    margin-left: 7px !important;
    position: relative;
    top: -1px;
  }
.contact-section_right {
    padding-right: 10%;
}
.contact-section_right ul {
    position: relative;
}
.contact-section_right ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #000;
    left: 15px;
}
.contact-section_right ul li p {
    margin-left: 45px;
    margin-bottom: 0px;
}
.contact-section_right ul li .ph-no {
    margin-left: 45px;
    margin-top: 2px;
}
.contact-section_right ul li a {
    color: #000;
    text-decoration: none;
}
.mb-30 {
    margin-bottom: 30px;
  }

  @media (max-width: 600px) {
    .contact-section_right {
        margin-top: 5%;
    }
    .floating-form {
      padding-right: 0;
      margin-top: 10%;
    }
    .contact-section_right {
        padding-right: 0;
      }
      .contact-section {
        margin-top: 40px;
        margin-bottom: 40px;
      }
      .inner-banner-text {
        position: absolute;
        top: 31%;
      }
      .inner-banner-text h4 {
        font-size: 21px;
    }
    .contact-section_right p {
        font-size: 14px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .contact-section_right {
        margin-top: 5%;
    }
    .floating-form {
      padding-right: 0;
      margin-top: 10%;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .contact-section_right {
          margin-top: 5%;
      }
      .floating-form {
        padding-right: 0;
        margin-top: 10%;
      }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-section_right {
        padding-right: 0;
      }
  }