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-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.contact-right iframe {
  width: 100%;
  min-height: 700px;
  display: block;
}

h3.global-title {
  font-size: 32px;
  line-height: 40px;
  color: #393127;
  text-transform: capitalize;
}

.three-contact {
  margin-bottom: 0px;
}

h4.drop-line {
  font-size: 20px;
  line-height: 32px;
  color: #777777;
  margin: 10px 0 35px 0;
  font-weight: 400;
}

.one-frm label {
  font-size: 16px;
  color: #777777;
  line-height: 25px;
  font-weight: bold;
  margin: 10px 0 5px;
  display: block;
}

.contact-left {
  padding: 2em;
}

.contact-left input,
.contact-left textarea {
  width: 100%;
  background: #fff;
  font-size: 16px;
  color: #393127;
  font-weight: normal;
  font-style: normal;
  outline: none;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #5d545d;
}

.contact-left input:focus,
.contact-left textarea:focus {
  border: 1px solid #ff8556;
  outline: none;
}

.submit-contact .btn {
  background: #ff8556;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 16px 25px;
  border: none;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}

.submit-contact .btn:hover {
  background: #f96d38;
  transition: 0.3s ease;
}

.contact-info-grids {
  background: #F5F5F5;
}

.contact-info-adds {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.address-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  background: #fff;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 4px;
}

.address-icon span {
  color: #ff8556;
  display: block;
  font-size: 30px;
}

.address-info h5 {
  font-size: 20px;
  line-height: 25px;
  color: #393127;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.address-grid p,
.address-grid p a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #777777;
}

.address-grid p a:hover {
  color: #393127;
  text-decoration: underline;
}


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

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

  .contact-right iframe {
    min-height: 400px;
  }
}

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

  .address-info h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .address-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

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

  .address-icon {
    margin: 0;
  }

  .contact-left {
    padding: 2em;
  }

  .one-frm label {
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0 10px;
  }
}

@media (max-width: 600px) {

  .contact-right iframe {
    min-height: 300px;
  }

  .contact-left input,
  .contact-left textarea {
    font-size: 15px;
    padding: 13px 15px;
  }
}

@media (max-width: 490px) {
  .contact-left {
    padding: 3em 1em;
  }

  .twice-two {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media (max-width: 480px) {
  .address-info h5 {
    font-size: 17px;
    line-height: 20px;
  }

  .address-grid {
    grid-gap: 10px;
  }

  .contact-info-adds {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 375px) {
  .address-info h5 {
    font-size: 16px;
  }
}