@import url(https://db.onlinewebfonts.com/c/428912faef6cbf7a2c43c3952c8de813?family=VolteRounded-Bold); 
/* 1st section */
#background-box {
  border: none;
  background-image: linear-gradient(110deg, black, #001e42 0%, #009fa4);
  background-size: 100% 100%;
  /* Ensure gradient fills the fixed height */
  color: white;
  min-height: 150px;
  align-items: center;
}


.h1tag {
  letter-spacing: 3px;
  cursor: default;
  font-family: Volte rounded , sans-serif;
  color: #fff;
  transition: 0.50s;
}

.h1tag:hover,
.h1tag:focus {
  border-color: var(--hover);
}

/*2nd section*/
.sec-2 {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}
.sec2-div {
  width: 400px;
  float: left;
  direction: ltr;
  flex: none;
}
.heading-5 {
  font-weight: 600;
  font-size: 44px;
}
.bordered-list.margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.bordered-list-item-2 {
  border-bottom: 1px solid #ecebea;
}
.contact-address{
  font-weight: 400;
  font-size: medium;
}
.content-width-large{
  float: none;
}
.maps{
  width: 85%;
  height: 400px;
  float: right;
}
.logo-image{
  width: 100%;
  height: 400px;
}
.mail{
  font-weight: 500;
  color: #009fa4;
  text-decoration: none;
}
.mail:hover{
  color: #001e42;
  text-decoration:underline 2px #009fa4;
}
.content-width-large.map-side {
  width: 60%;
  float: right;
  clear: none;
}

/* 3rd section */
.img2{
  height: 460px;
  width: 80%;
}
.eq{
  color: #0c6583;
  font-family: Volte rounded , sans-serif;
  font-weight: 600;
  font-size: 50px;
  float: left;
  text-decoration: none;
}
.enquiry{
  padding: 10px;
  border-radius: 20px;
  background-color: #e9e7e7;
  text-align: center;
  width: 80%;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.657);
  font-size: 12px;
  font-weight: 400;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
}

.sec3-form{
  padding: 30px;
  border-radius: 20px;
  background-color: #e9e7e7;
}

.close:hover,
.close:focus {
    box-shadow: inset -2.9em 0 0 0 var(--hover), inset 2.9em 0 0 0 var(--hover);
}

.close {
    --color: #ffffff;
    --hover: #009fa4;
}

.close {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    border: none;
    background-color: #34c97c;
    border-radius: 0.375rem;
    color: var(--color);
    transition: 1.00s;
}

.close:hover,
.close:focus {
    border-color: var(--hover);
    color: #fff;
}
.form-control,.form-select{
  border: 1px solid #0c6583;
}
.validation{
  width: 40%;
}

/* Styles for screens with width less than or equal to 576px (Extra Small Devices) */
@media (max-width: 576px) {
  .img2{
    float: left;
    height: 350px;
    width: 100%;
  }
  .sec-2 {
    grid-column-gap: none;
    grid-row-gap:0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: none;
    grid-auto-columns: none;
    justify-content:none;
    align-items: center;
    justify-items: center;
    display: block;
  }
  .content-width-large.map-side {
    width:auto;
    float:none;
    clear: none;
  }
  .bordered-list.margin-top {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-right: 25px;
  }
  .sec-3{
    margin-bottom: 4rem !important;
  }
  .eq{
    color: #0c6583;
    font-weight: 600;
    font-size: 40px;
    float:none;
    text-align: center;
    text-decoration: none;
  }
  .enquiry{
    float:none;
    width: 100%;
    letter-spacing: 3px;
    color: rgba(0, 0, 0, 0.657);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    text-align: justify;
    display: flex;
  }
  .maps{
    width: 100%;
    float: none;
  }

}