
#contact-us .wrap {
    max-width:1200px;
    margin:0 auto;
    text-align:center;
      font-family: 'Rubik', "Open Sans", sans-serif;

}
#contact-us .wrap.affiliate .pannel-left{
    width:58%
}

    
    #contact-us .wrap.affiliate .pannel-left{
    width:100%
    }


#contact-us .wrap.affiliate .page-title {
    line-height:1.5;
    font-size:16px;
    font-weight:400
}
    #contact-us .wrap.affiliate li{
    margin-bottom:10px;
    line-height:1.5;
    font-weight:400
}
#contact-us .wrap.affiliate .pannel-right{
    width:40%
}

    #contact-us .wrap.affiliate .pannel-right{
    width:100%
    }

#contact-us .wrap.affiliate .pannel-right .contact-form{
    width:100%
}
#contact-us .wrap .pannel-left{
    display:inline-block;
    padding-right:10%;
    vertical-align:top;
    width:70%;
    line-height:1.5;
    text-align:left}

    #contact-us .wrap .pannel-left{
        width:100%
    }
    .pannel-left2 {
        display: flex;
    flex-direction: column;
    align-items: center;
}
    
    #contact-us .wrap .pannel-left h2{
        font-size:35px;
        margin:0 0 10px
    }
    #contact-us .wrap .pannel-left h2 span{
        color:#333;
        font-size:14px;
        display:block
    }
    #contact-us .wrap .pannel-left h1{
        font-size:35px;
        margin:0 0 10px
    }
    #contact-us .wrap .pannel-left h3 p {
        font-size:12px;
        margin-bottom:10px
    }
    #contact-us .wrap .pannel-left p {
        margin:0 0 15px;
        font-size:16px;font-weight:300;
          font-family: 'Rubik', "Open Sans", sans-serif;

    }
        #contact-us .wrap .pannel-right{
        text-align:left;
        display:inline-block;
        width:25%;
        line-height:1.5;
    }

    #contact-us .wrap .pannel-right{
        width:100%;
        padding-top:40px;
        border-top:1px solid #ccc
    }


    #contact-us .wrap .pannel-right h3{
        font-weight:500;
        font-size:20px;
        margin:0 0 15px
    }
    #contact-us .wrap .pannel-right p {
        margin:0 0 15px;
        font-weight:400;
        font-size:16px
    }
    
    #contact-us .wrap .pannel-right a{
        color:#21B1A4
    }
    #contact-us .contact-form {
        width: 100%;
    }
    #contact-us .contact-form .contact-form-field{
    border: 1px solid #333;
    border-radius: 0;
    outline: 0;
    width: 80%;
    padding: 15px 20px 5px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-family: 'Rubik', "Open Sans", sans-serif;
}
    #contact-us .contact-form .submit-btn {
        font-family: 'Rubik', "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 1em;
        border: #28AF4A 1px solid;
        background-color: white;
        text-align: center;
        width: 120px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        transition: 400ms;
        opacity: 1;
        position: relative;
        margin-top: 20px;
    }
    #contact-us .contact-form .submit-btn:hover{
        background:#28AF4A;
        color: #fff;
    }




    @media screen and (max-width: 991px){


    #contact-us .contact-form .submit-btn {

        font-size: 1.4em;
        width: 150px;
        height: 50px;
        margin-top: 20px;

    }


}

