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 */

.d-grid {
  display: grid;
}

.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

a.action {
  border: none;
  color: #304659;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block;
}

a.action img {
  margin-left: 4px;
}

.top-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}

.cont-details span.fa {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #f85a40;
}

.cont-details h5 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.cont-details p,
.cont-details p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #717171;
}

.cont-details p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

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

.cont-details address p {
  margin: 10px 0 0 0;
  color: #717171;
  border-bottom: 1px solid #f5f9ff;
  padding: 0 0 10px 0;
}

p.sub-para {
  color: #f5f9ff;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.map-content-9 form input,
.map-content-9 form textarea {
  background: #e8f0fd;
  border: none;
  color: #777;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  border-radius: 0.25rem;
  border: 1px solid #f5f9ff;
}

.map-content-9 h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000000;
}

.map-content-9 form textarea {
  resize: none;
  min-height: 140px;
}

.map-content-9 form input:focus,
.map-content-9 form textarea:focus {
  border: 1px solid #f5f9ff;
  background: #ffffff;
}

button.btn-contact {
  font-size: 16px;
  padding: 15px 40px;
  color: #fff;
  background: #f85a40;
  border-color: #f85a40;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 20px;
  opacity: 0.9;
}

button:hover {
  opacity: 1;
}

.contacts-sub-9 address h4 {
  margin-bottom: 10px;
}

.contacts-sub-9 address a {
  display: block;
}

@media (max-width: 992px) {
  .top-map {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .map {
    order: 2;
  }

  .map-content-9 {
    order: 1;
  }

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

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

  .cont-details {
    padding: 0 0 20px;
  }

  .map iframe {
    height: 350px;
  }
}

@media (max-width: 800px) {
  h4.sub-feat-text {
    margin-bottom: 10px;
    font-size: 33px;
  }

  p.sub-para {
    font-size: 15px;
  }
}

@media (max-width: 736px) {
  .top-map {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}


@media (max-width: 480px) {
  h4.sub-feat-text {
    margin-bottom: 8px;
    font-size: 30px;
  }

  p.sub-para {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 20px;
  }

  .twice-two {
    grid-template-columns: 1fr;
  }

  button {
    width: 100%;
  }
}

@media (max-width: 384px) {
  h4.sub-feat-text {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}