 
 body{
  min-width: auto;
}
h4{
  font-weight: 500;
  color: #2C2D3F;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

@media (min-width:1600px) {
  .container {
    max-width: 1500px
  }
}

@media (min-width:1800px) {
  .container {
    max-width: 1660px
  }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-6,.col-lg-12{
 position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
   
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
    .contact-us .contact-us-form {
        padding: 30px 30px;
    }
    .contact-us .contact-us-form h2 {
        font-size: 25px;
    }
    .contact-us .form {
	margin-top: -25px;
}
}
 .mailtips {
   height: 180px !important;
   overflow-y: auto;
 }

 .newsletter-inner .reply {
   position: absolute;
   top: 12px;
   right: 20px;
 }

 .newsletter-inner .reply .comment-reply-link {
   padding: 8px 24px;
   font-size: 13px;
   color: #fff;
   border-radius: 8px;
   background: #1A76D1;
   border: 1px solid transparent;
   -moz-transition: all 200ms ease-out 0s;
   -webkit-transition: all 200ms ease-out 0s;
   -ms-transition: all 200ms ease-out 0s;
   -o-transition: all 200ms ease-out 0s;
   transition: all 200ms ease-out 0s;
 }

 .newsletter-inner .reply .comment-reply-link:hover {
   background: #0c2d5f;
 }

 .newsletter-inner .reply .comment-reply-wait {
   padding: 8px 24px;
   font-size: 13px;
   color: #fff;
   border-radius: 8px;
   background: #adaeaf;
   border: 1px solid transparent;
 }

.contact-us .contact-us-form .checkbox label{
  display: inline-block;
}
