@font-face {
    font-family: 'Gaba';
    src: url('../fonts/Gaba-Regular.eot');
    src: url('../fonts/Gaba-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gaba-Regular.woff2') format('woff2'),
        url('../fonts/Gaba-Regular.woff') format('woff'),
        url('../fonts/Gaba-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
background-color: #eeeeee !important;
}

.header{
    padding: 15px 0px;
    background-color: #fff;
}

.logo{
    margin: 0 auto;
    display: block;
    width: fit-content;

}

.container{
     max-width: 1200px;
     margin: 0 auto;
}

.main-banner img{
        width: 100% !important;
        height: auto !important;
        max-width: inherit !important;
}

.banner-bottom{
    padding: 90px 0px;
}

.banner-bottom h1{
    font-size: 45px;
    color: #000000;
    text-align: center;
    font-family: 'Gaba';
}

.form-inner-main{
       background-color: #fff;
       width: 100%;
       max-width: 810px;
       margin: 0 auto;
       box-sizing: border-box;
       padding: 40px 50px 70px;
       margin-top: 20px;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       -ms-border-radius: 10px;
       -o-border-radius: 10px;
}

.form-inner-main h5{
        font-size: 15px;
        color: #000;
}

.form-inner-main label{
    font-size: 12px;
    color: #151515;
    text-transform: uppercase;
    font-family: 'Gaba';
}

.form-left{
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

.form-right{
    width: 48%;
    float: right;
    margin-bottom: 10px;
}

.form-full{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.form-inner-main input[type=text], .form-inner-main input[type=email], .form-inner-main input[type=tel]{
         border: 1px solid #e9e9e9 !important;
         height: 40px;
         line-height: 40px;
         padding: 0px 10px;
         margin: 0px !important;
         font-size: 13px;
    color: #151515;
    width: 100%;
    font-family: 'Gaba';
}

.form-inner-main select{
    border: 1px solid #e9e9e9 !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    margin: 0px !important;
    font-size: 13px;
    width: 100%;
color: #151515;
font-family: 'Gaba';
}

.form-inner-main select:focus {
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
}

.form-inner-main textarea{
    border: 1px solid #e9e9e9 !important;
    height: 148px;
    line-height: 22px;
    padding: 10px 10px;
    margin: 0px !important;
    font-size: 13px;
    width: 100%;
color: #151515;
resize: none;
font-family: 'Gaba';
}

.form-container{
     margin-top: 10px;
}

.form-inner-main input[type=submit] {
    width: 130px;
    height: 42px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0px;
    font-weight: 400;
    border: none !important;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-top: 15px;
    font-family: 'Gaba';
  }

  .form-inner-main input[type=submit]:hover{
      background-color: #00999e !important;
  }

 

  
  .form-inner-main input:focus {
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
}

.wpcf7-not-valid-tip{
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output{
    padding: 0px !important;
    margin: 0px;
    margin-top: 25px;
    font-size: 16px;
    border: none;
    font-family: 'Gaba';
   
}
.intl-tel-input{
  width:100%;
}
span.star-color {
    color: red;
}
@media only screen and (max-width: 1000px) {

    .banner-bottom {
        padding: 40px 0px;
    }

    .banner-bottom h1 {
        font-size: 30px;
    }

    .form-inner-main{
        padding: 30px 40px 60px;
    }

    .container{
        width: 80%;
    }

}

@media only screen and (max-width: 768px) {
    .form-left {
        width: 100%;
    }

    .form-right {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .form-inner-main{
        padding: 30px 20px 50px;
    }

    .logo{
        width: 170px;
    }

    .logo img{
        width: 100%;
    }

    .header {
        padding: 10px 0px;
    }

    .banner-bottom h1 {
        font-size: 25px;
    }
    

}