section.contact-us {
    width: 100%;
    padding: 60px 0;
}
.cont-left h2{
    color: #252525;
    font-family: 'GilroyBold';
    font-size: 30px;
    text-transform: uppercase;
}
.cont-left p {
    font-size: 16px;
    color: #6C6C6C;
    margin: 0px;
    padding: 20px 0px;
    line-height: 28px;
}
.cont-right h3 {
    text-align: center;
    margin: 0px;
    color: #252525;
    font-size: 25px;
    font-family: 'GilroyBold';
    letter-spacing: 2px;
    padding: 0px 0 25px 0;
}

.form-group {
    min-height: 80px;
    position: relative;
    /* overflow: hidden; */
}
.form-group label{
    font-size: 14px;
    color: #6C6C6C;
    font-family: 'GilroyMedium';
    position: relative;
    width: auto;
}
.form-group label span {
    color: red;
    font-size: 18px;
    position: absolute;
    right: -11px;
    top: -5px;
}
.form-group .form-control {
    border: 1px solid #CCCCCC;
    color: #918c8c;
    font-size: 14px;
    font-family: 'GilroyMedium';
    padding: 10px;
    box-shadow: none;
}

.control-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.control-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-checked {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #1E2541;
}

.control-checkbox input:checked~.control-checked {
    background: linear-gradient(270.7deg, #8DBF20 5.63%, #6B960E 103.1%);
    border: 1px solid #8DBF20;
}

.control-checked:after {
    content: '';
    position: absolute;
    display: none;
}

.control-checkbox input:checked~.control-checked:after {
    display: block;
}

.control-checkbox .control-checked:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.rule-group {
    width: 100%;
    min-height: 45px;
    margin: 0 auto;
}

.textarea-group {
    min-height: 150px;
}
.cont-btn{
    padding: 10px 20px;
    background: #1E2541;
    border-radius: 6px;
    font-size: 14px;
    float: left;
    font-family: 'GilroyMedium';
    width: 130px;
    text-align: center;
    color: #fff;
    border: 1px solid #1E2541;
}
.cont-btn:hover{
    border: 1px solid #8dbf20;
}


@media only screen and (min-width: 320px) and (max-width: 599px) {
    .make-left,
    .make-middle,
    .make-last{
        margin-bottom: 20px;
        padding-right: 0;
    } 
    .form-group .row.col-md-8{
        padding-right:0 ;
    }
    
}
@media only screen and (max-width: 767px){
    .form-group label {
        margin: 10px 0;
    }
}