.mdr_bt {
  margin-bottom: 95px;
}

.services_icon img {
  width: 70%;
  margin: 0 auto;
}

.you_thum {
  width: 490px;
}

.clear_all {
  clear: both;
}

.welcome_tiltle {
  width: 100%;
}

.welcome_tiltle img {
  width: 100%;
  padding: 0% 30%;
}

.box_color {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.2);
}

.main_services img {
  width: 30%;
  text-align: center;
}

.header_title {
  background-color: #333;
  padding-left: 30px;
  margin-top: 10px;
}

.header_title a {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  letter-spacing: 1px;
  text-align: right;
}

.terms_conditions {
  width: 98%;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 15px;
}

.terms_conditions li {
  border-bottom: 1px dotted #d9bd9f;
  margin-bottom: 15px;
  padding: 0 0 15px 0px;
}

.main_services {
}

.mdr_top_50 {
  margin-top: 50px;
}

.mdr_tb_padding {
  padding: 100px 0px;
}

/*part_4*/
.part_4_margin {
  margin-left: 1.5%;
}

.inquiry_form_part_4 {
  width: 100%;
  margin-bottom: 20px;
}

.inquiry_form_part_4 span {
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding-right: 1%;
  text-align: left;
  width: 277px;
}

.inquiry_form_part_4 input,
.inquiry_form_part_4 textarea,
.inquiry_form_part_4 select {
  border: 1px solid #ccc;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding: 4px;
  text-decoration: none;
  width: 100%;
  border: solid 1px #ccc;
}

.inquiry_form_part_4 input:hover,
.inquiry_form_part_4 textarea:hover,
.inquiry_form_part_4 select:hover {
  background-position: 0 -400px;
  border: solid 1px #ccc;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}

.inquiry_form_part_4 input:focus,
.inquiry_form_part_4 textarea:focus,
.inquiry_form_part_4 select:focus {
  background-position: 0 -400px;
  border: solid 1px #ff0000;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}

input[type="radio"],
input[type="checkbox"] {
  background: none;
  border: medium none;
  width: auto;
}

.inquiry_form input.button {
  background: #ec691f;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 12px 10px -10px #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  margin-right: 13px;
  outline: medium none;
  padding: 2px 5px;
  transition: all 0.2s ease-in-out 0s;
  width: 70px;
}

.inquiry_form input.button:hover {
  background: #ff9a00;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 12px 10px -10px #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  margin-right: 13px;
  outline: medium none;
  padding: 2px 5px;
  transition: all 0.2s ease-in-out 0s;
  width: 70px;
}

textarea {
  resize: none;
}
.inquiry_form {
  width: auto;
}

.img {
  text-align: center;
}

.sprow{
    justify-content: space-around;
    display: flex;
}

@media only screen and (max-width: 767px) {
  .mdr_bt {
    margin-bottom: 7px;
  }
  .sprow{
    justify-content: space-around;
    display: block;
}
  .container.content,
  .section-empty > .content,
  .section-bg-image > .content,
  .section-bg-video > .content,
  .section-bg-animation > .content,
  .section-slider > .content,
  .section-bg-color > .content,
  .section-item > .content,
  .section-two-blocks .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
