
.contact-form{
    width: 100%;
    background-color: #242424;
    padding: 70px 135px;
}
.contact-form__heading{
    font-size: 27px;
    color: #B7B7B7;
    margin-bottom: 40px;
}
.contact-form-wrapper1{
    margin-bottom: 50px;
}
.contact-form-wrapper{
    margin-bottom: 20px;
    position: relative;
}
.contact-form__radio{
    color: #242424;
}
.contact-form__radio[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #242424;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #707070;
}
.contact-form__radio[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #707070;
}
.contact-form__label{
    font-size: 20px;
    color: #B7B7B7;
    margin-left: 10px;
}
.contact-form__field{
    border: 1px solid #707070;
    width: 100%;
    background-color: transparent;
    height: 40px;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    outline: none;
}
.contact-form__textarea{
    font-size: 20px;
    resize: none;
    color: #fff;
    /* color: #7E7E7E; */
    border: 1px solid #707070;
    padding: 15px;
    width: 100%;
    background-color: transparent;
    outline: none;
    height: 200px;
}
.contact-form__field--file{
    /* visibility: hidden; */
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file__label{
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #707070;
    cursor: pointer;
}
.file__label:hover svg path{
    fill: #B7B7B7;
}
.contact-form-wrapper--file{
    margin-bottom: 40px;
}
.contact-form__btn{
    border: none;
    outline: none;
    background: none;
    color: #fff;
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 60px;
}
.contact-form--ss{
    text-align: center;
}
.contact-form__ss-heading{
    font-size: 61px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.contact-form--ss svg{
    margin-bottom: 150px;
}

.pip {
	display: none;
  }

@media(min-width:1800px){

}
@media(min-width:2200px){

}
@media(max-width:1599px){ 
    /* 1400px to  1599px */
    /* lg-screens */
    .contact-form__ss-heading {
        font-size: 41px;
        margin-bottom: 130px;
    }
    .contact-form {
        padding: 70px 100px;
    }
}
@media(max-width:1399px){ 
    /* 1200px to  1399px */
    /* full laptops */
    .contact-form{
        background-color: #242424;
        padding: 50px 75px;
    }
    .contact-form__heading{
        font-size: 20px;
        color: #B7B7B7;
        margin-bottom: 35px;
    }
    .contact-form__label{
        font-size: 16px;
        color: #B7B7B7;
        margin-left: 8px;
    }
    .contact-form__field{
        font-size: 16px;
    }
    .contact-form__textarea{
        font-size: 16px;
    }
    .contact-form__ss-heading{
        font-size: 40px;
        margin-bottom: 100px;
    }
    .work-flow-h-box__heading{
        font-size: 120px;
        font-weight: 500;
        font-family: 'TT Norms';
    }
    .contact-form--ss svg {
        width: 180px;
        height: auto;
    }
}
@media(max-width:1199px){ 
    /* 992px to  1199px */
    /* small laptops */
    
}
@media(max-width:991px){ 
    /* 768px to  991px */
    /* tablets */
}
@media(max-width:767px){
    /* 540px to  767px */
    /* tablets and bigger mobiles */
    .contact-form {
        padding: 50px 35px;
    }
    .contact-form--ss svg {
        width: 120px;
        height: auto;
    }
    .jcbh--contact .jewel-complex__bottom-heading {
        font-size: 64px !important;
    }
    .work-flow-h-box__heading{
        font-size: 40px;
        margin-bottom: 0;
    }
}
@media(max-width:539px){
    /* 360px to  539px */
    /* normal mobiles */
}
@media(max-width:359px){
    /* 320px to  359px */
    /* small mobile */
}
