.banner-section .content-box {
    position: relative;
    padding: 200px 0;
    text-align: center;
    left: -26%;
}

input[type=text], input[type=email], input[type=phone], select, textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color:#000;
  }
  textarea{
    color: #000 !important;
  }
  
  input[type=submit] {
    width: 100%;
    background-color: #FBBF0C;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #FBBF0C;
  }
  
.form-mobile{
  display: none;
  background-color: #4B006E;
  color: #fff;
  padding:20px;
  margin-bottom: 20px;
}
.form-desktop{
 display:block;
 position:absolute;
 z-index:7777 !important;
 top:265px;
 left:50%;
 border-radius: 5px;
 background-color: #4B006E;
 color: #fff;
 padding:20px;
 width: 480px;
 margin-right: 20px;
}
.social-icon-two li:first-child {
  margin-left: 44%;
}
social-icon-two li {
  margin-left: 45%;
}
.hr {
  display: none;
}

.social-icon-two li a {
  font-size: 30px;
}

.banner-section .content-box {
  left: 0% !important;
}

.contacts-widget .contact-info li i {
  font-size: 22px;
} 

.banner-section .content-box .title {
  font-size: 50px;
}

.header-lower{
  height: 160px !important;
}

.iti { width: 100%; }

@media only screen and (max-width: 1439px){

.about-section-two .content-column .inner-column{
  padding-left: 0;
}
}

@media only screen and (min-width: 1300px){
  /* .form-desktop{
    left:65%;
  } */
  .banner-section .content-box {
    left: 0% !important;
}
}
@media only screen and (max-width: 1021px){
  .main-header .logo img {
    top:33px;
  }
  .hr {
    display: block;
  }
  .banner-section .content-box .title {
    font-size: 30px;
  }
  
}
  @media only screen and (max-width: 992px){
    .banner-section .content-box {
              left: 0% !important;
          }
          .header-lower{
            height: 110px !important;
          }

    /* .form-mobile {
      display: block !important;
      } */
    /* .form-desktop{
      display: none;
    }   */
  
  }