
/* sectione one */
.section-one{
  padding-top:180px;
}

.section-one h1{
  text-align: left;
}

.section-one h2{
  text-align: left;
  padding-bottom: 0px;
}

.section-one p{
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .section-one{
    padding-top:170px;
  }

  .section-one h1{
    font-size: 36px;
  }

  .section-one h2{
    font-size: 19px;
  }
} 

@media only screen and (max-width: 500px) {
  .section-one{
    padding-left:30px;
    padding-right:30px;
  }

  .section-one h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  .section-one h1{
    font-size: 32px;
  }
  
  .section-one h2 {
    font-size: 18px;
  }
}

/* sectione two */
.section-two{
  padding-top: 20px;
  padding-bottom: 90px;
}

.section-two h2{
  font-size: 22px;
  text-align: center;
  padding-bottom: 0px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two .box{
  background: #F5F5F5;
  padding: 30px;
  border-radius: 10px;
}

.section-two .btn{
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;}

.section-two .btn a {
    padding: 15px 30px;
    background: #3f444c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

.section-two img{
  width:66px;
  height: 66px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-two .m-p-0{
    margin-bottom: 20px;
  }

  .section-two{
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .section-two{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* sectione three */
.section-three{
  padding-bottom: 60px;
  margin-bottom: 120px;
}

.section-three h2{
  font-size:25px;
  padding-bottom: 10px;
  text-align: left;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-three p{
  padding-bottom: 10px;
}

.section-three iframe{
  border-radius: 5px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-three iframe{
    padding-bottom: 30px;
  }

  .section-three .map{
    margin-top: 115px;
  }
}

@media only screen and (max-width: 576px) {
  .section-three{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* sectione four */
.section-four{
  padding-top:180px;
  padding-bottom: 60px;
}

.section-four h1{
  text-align: left;
}

.section-four h2{
  text-align: left;
  padding-bottom: 5px;
}

.section-four p{
  text-align: left;
  padding-bottom: 0;
}

.section-four .map-content{
  padding: 48px;
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 60px;
  margin-left: 40px;
}

.section-four .map{
  padding-top:20px;
  margin-bottom: 0px;
}

.section-four iframe{
  border-radius: 5px;
  margin-top: 20px;
}

.section-four form {
    padding: 0 0;
  }

.section-four .field .item{
  color: #3f444b;
  border: 1px solid #e7e7e7;
  margin: 0 0 10px;
  height: 72px;
  font-size: 14px;
}

.section-four .field .item::placeholder,  .section-four select {
    color: rgb(63 68 75 / 50%);
}

  
 .section-four .input-box .input-field{
    height: 72px;
    border-radius: 4px;
    margin-bottom: 10px;
  }

.section-four .select_box{
  overflow: hidden;
  border: 1px solid #e7e7e7;
  position: relative;
  padding: 0;
  margin: 0;
}

.section-four .select_box:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e7e7e7;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
 }

.section-four .select_box select{
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  padding-top: 27px;
  font-size: 14px;
}

.section-four form button {
    padding: 30px;
    background: #3f444b;
    color: #ffffff;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .section-four{
    padding-top:170px;
  }

  .section-four h1{
    font-size: 36px;
  }

  .section-four h2{
    font-size: 19px;
  }

  .section-four .map-content {
    margin-left: 0;
    margin-top: 40px;
  }

  .section-four .map {
    padding-top: 40px;
  }

  .section-four iframe {
    height: 300px;
  }

} 

@media only screen and (max-width: 500px) {
  .section-four{
    padding-left:30px;
    padding-right:30px;
  }

  .section-four h2 {
    font-size: 18px;
  }

  .section-four .map-content {
    padding: 35px;
  }
}

@media only screen and (max-width: 430px) {
  .section-four h1{
    font-size: 32px;
  }
  
  .section-four h2 {
    font-size: 18px;
  }
}
