div.contact_cover_img img{
    margin-top: 119px;
    background:no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

.form-group{
    margin-bottom: 30px;
}
  
.container-fluid .contact_section{
    padding-top: 40px;
    padding-bottom: 30px;
}

  h1, h2, h3, h4, h5 ,h6{
    font-weight: 200;
  }
  
  a{
    text-decoration: none;
  }
  
  p, li, a{
    font-size: 14px;
  }
  
  fieldset{
    margin: 0;
    padding: 0;
    border: none;
  }
  
  /* GRID */
  
  .twelve { width: 100%; }
  .eleven { width: 91.53%; }
  .ten { width: 83.06%; }
  .nine { width: 74.6%; }
  .eight { width: 66.13%; }
  .seven { width: 57.66%; }
  .six { width: 49.2%; }
  .five { width: 40.73%; }
  .four { width: 32.26%; }
  .three { width: 23.8%; }
  .two { width: 15.33%; }
  .one { width: 6.866%; }
  
  /* COLUMNS */
  
  .col {
      float:left;
      padding-bottom: 5px;
    min-width: 30px;
  }
  
  .col:first-of-type {
    margin-left: 0;
  }
  
  .container-1{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

  }
  
  .section{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }
  
  .row-1{
    padding: 10px 0 40px 0;
  }
  
  /* CLEARFIX */
  
  .cf:before,
  .cf:after {
      content: " ";
      display: table;
  }
  
  .cf:after {
      clear: both;
  }
  
  .cf {
      *zoom: 1;
      padding: 1% 1%;
      margin-bottom: 30px;
  }
  
  .wrapper{
    width: 100%;
    margin: 30px 0;
  }
  
  /* STEPS */
  
  .steps{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
  
  
  .steps li{
    display: inline-block;
    margin: 20px;
    color: #ccc;
    padding-bottom: 5px;
  }
  
  .steps li.is-active{
    border-bottom: 1px solid#9E1C1F;
    color: #9E1C1F;
  }
  
  /* FORM */
  
  .form-wrapper .section{
      display: none;
    padding: 0px 60px 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: left;
    width: 100%;
  }
  
  .section.is-active{
    display: block;
  }

  .form-wrapper .section h2{
    margin-bottom: 30px;
    margin-top: 60px;
  }
  
  .form-wrapper .section.is-active{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
  .form-wrapper .button, .form-wrapper .submit{
    background-color: #9E1C1F;
    float: right;
    display: block;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 20px;
    right: 20px;
    bottom: 20px;
  }
  
  .form-wrapper .submit{
    border: none;
    outline: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .form-control {
    display: inline;
    width: 60%;
}
  
  .form-wrapper input[type="text"],
  .form-wrapper input[type="password"], 
  .form-wrapper input[type="date"]{
    margin: 5px auto;
    width: 100%;
    outline: none;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
  }
  
  input[type='radio'] {
    width: 3rem;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
  .four{
      min-width: 20%;
  }
  

  
  
  
  
  
  
  .select-box {
    cursor: pointer;
    position : relative;
    margin: 10px auto;
    width: 52%;
  }
  
  .select,
  .label {
    color: #414141;
    display: block;
  }
  
  .select {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 5px 0;
    height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: none transparent;
    border: 0 none;
  }
  .select-box1 {
    background: #ececec;
  }
  
  .label {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
  }
  .open .label::after {
     content: "▲";
  }
  .label::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border-left: 5px solid #fff;
  }

  .contact_icon1{
    margin-right: 30px;
}

.contact_icon2{
    margin-right: 23px;
}

.contact_icon3{
    margin-right: 21px;
}

.contact_li{
    margin-left: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #595959;
}

.contact_list1{
    font-size: 14px;
    font-weight: bold;
    color: #595959;
}


.contact_info_btn{
    font-size: 1.1em;
    float: right;
    background-color: transparent;
    color: #7E1416;
}

.igoogle{
    margin-top: 13px;
}

@media screen and (max-width: 990px){
    ul.contact_ul{
        padding-left:0;
    }
}

@media screen and (max-width: 991px){
    .col-md-4.contact_list h4{
        text-align: center !important;
        margin-left: auto;
        margin: 30px 0;
    }
}

@media screen and (max-width: 312px){
    .container-fluid.contact_section h4{
        font-size: 14px;
    }
}

@media screen and (max-width: 372px) and (min-width: 280px){
    .col-md-4.contact_list h4{
        text-align: center;
        margin-left: 0;
    }

    .contact_ul{
       padding-left: 0;
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px){
    .col-md-4.contact_list h4{
        text-align: center;
        margin-left: 20px;
    }
}

@media screen and (max-width: 350px) and (min-width: 320px){
    .contact_list1{
        font-size: 13px;
    }

    .contact_li{
        font-size: 13px;
        margin-left: 48px;
    }
}

@media screen and (max-width: 319px) and (min-width: 301px){
    .contact_list1{
        font-size: 12px;
    }

    .contact_li{
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 990px){
    .contact_list1{
        font-size: 13px;
    }

    .contact_li{
        font-size: 13px;
        margin-left: 48px;
    }
}

@media screen and (max-width: 300px){
    .contact_list1{
        font-size: 11px;
    }

    .contact_li{
        font-size: 11px;
        margin-left: 45px;
    }

    .contact_list h4{
        font-size: 15px;
    }

    .submit{
        font-size: .9em;
    }
}

@media screen and (max-width: 767px) {
    div.contact_cover_img img {
        margin-top: 155px;
    }
}