body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}


.d-grid {
  display: grid;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

button,
.btn,
select {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

/* Section top bottom gap */
.section-gap {
  padding: 4.5rem 0;
}

@media screen and (max-width:767px) {
  .section-gap {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width:480px) {
  .section-gap {
    padding: 3rem 0;
  }
}

/* / Section top bottom gap */

/* title-styling */
h3.global-title {
  font-size: 40px;
  line-height: 45px;
  color: #16191e;
  margin-bottom: 50px;
  text-transform: capitalize;
}

@media screen and (max-width:767px) {
  h3.global-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width:600px) {
  h3.global-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width:500px) {
  h3.global-title {
    font-size: 30px;
    line-height: 35px;
  }
}

/* / title-styling */

.contact-map iframe {
  width: 100%;
  min-height: 30em;
  display: block;
}

.contact-map .contact {
  position: relative;
}


.contact-map .cont-details {
  background: #0763bf;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  width: 350px;
  min-height: 30em;
  display: grid;
  align-items: center;
}

.contact-map .cont-details h5 {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.opening-info-day {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 10px 0;
}

span.opening-right {
  text-align: right;
}

.opening-info-day span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
}

.opening-info-day span:nth-child(2) {
  font-weight: bold;
}

.contact-map .cont-details p,
.contact-map .cont-details p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #6b6b6b;
}

.contact-map .cont-details address {
  margin: 25px 0;
}

.contact-map .cont-details address p {
  margin: 5px 0;
}

label.form-field {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.contact-grids input,
.contact-grids textarea {
  width: 100%;
  line-height: 25px;
  font-weight: normal;
  font-style: normal;
  outline: none;
  background: #f8f9fa;
  padding: 12px 10px;
  border: 1px solid #dedede;
  border-left: 3px solid #0763bf;
  font-size: 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  color: #000;
  margin-bottom: 20px;
}

.contact-grids input:focus,
.contact-grids textarea:focus {
  background: #ffffff;
}

.contact-grids textarea {
  height: 140px;
  margin: 0 0 20px 0;
}

.submit {
  border: 2px solid #0763bf;
  color: #ffffff;
  background: #0763bf;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 4px;
  box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
  display: block;
}

.submit:hover {
  border: 2px solid #0763bf;
  color: #ffffff;
}

.contact-grids {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 30px;
}

.input-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.contact-grids .grid {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}

.contact-grids .grid span {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
  font-weight: bold;
  display: block;
  color: #00112c;
}

.contact-grids .grid span.fa {
  font-size: 16px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #0763bf;
  color: #ffffff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.location-info p {
  line-height: 24px;
  font-size: 16px;
  color: #6b6b6b;
}

.email-info a {
  color: #6b6b6b;
}

.email-info a:hover {
  opacity: 0.9;
}

@media all and (max-width: 1190px) {
  .contact-map .cont-details {
    padding: 2em;
  }
}

@media all and (max-width: 1190px) {

  .contact-map.cont-details p,
  .contact-map.cont-details p a {
    font-size: 16px;
  }

  .contact-map.cont-details h5 {
    font-size: 32px;
    line-height: 35px;
  }
}

@media all and (max-width: 992px) {
  .contact-grids {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .contact-map .cont-details {
    width: 100%;
    position: static;
    min-height: auto;
    display: block;
  }

  .opening-info-day {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 15px 0;
  }
}

@media all and (max-width: 900px) {
  .contact-map.contact {
    display: flex;
  }

  .contact-map .cont-details h5 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px;
  }

  .contact-map iframe {
    width: 100%;
    min-height: 20em;
  }
}

@media all and (max-width: 580px) {
  .contact-map .contact {
    flex-wrap: wrap;
  }

  .contact-map iframe {
    width: 100%;
    min-height: 18em;
  }

  .contact-map .cont-details h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .input-grids {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
}

@media (max-width: 400px) {
  .contact-map .cont-details {
    padding: 2em 2em;
  }
}