#gsr-contact-form .w-100 {
    width: 100%;
    margin-bottom: 20px;
}

#gsr-contact-form h6 {
    line-height: 1.5;
    margin: 10px 0 12px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    padding-right: 20px;
    position: relative;
    width: fit-content;
}

#gsr-contact-form select, #gsr-contact-form input.w-100, #gsr-contact-form textarea.w-100 {
    border: solid 1px #c3c3c3 !important;
    height: 50px;
    padding: 5px 10px;
    color: #212121;
    background: #ffffff;
    display: block !important;
}

#gsr-contact-form textarea.w-100 {
    height: 100px;
}

#gsr-contact-form select{
    height: 35px !important;
}

#gsr-contact-form p {
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 14px;
    text-align: justify;
}

#gsr-contact-form .btn-files {
    cursor: pointer;
    background: #252525;
    color: white;
    padding: 5px 10px;
    margin-right: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    width: max-content;
    display: inline-block;
    font-weight: 700;
}

#gsr-contact-form .check {
    opacity: 1;
    position: relative;
    margin-right: 5px;
    margin-bottom: 20px;
}

#gsr-contact-form button {
    background: rgb(255 255 255);
    border: none;
    box-shadow: 2px 2px 5px hsl(0deg 0% 0% / 60%);
    font-weight: 700;
    width: 300px;
    color: #252525;
    padding: 5px 0;
    margin-top: 10px;
    border-radius: 25px;
    max-width: 100%;
}

.progress{
    margin: 5px 0 0;
    background-color: #EEE;
    height: 12px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.progress-bar {
    float: left;
    width: 0;
    height: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    margin-top: 3px;
    background-color: #508cc0;
}

#gsr-contact-form button:hover {
    box-shadow: none;
}

#gsr-contact-form .view-file {
    display: inline-block;
    border: 1px solid #42424252;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

#gsr-contact-form ::placeholder {
    color: #646464;
}

#gsr-contact-form .small {
    font-size: 70%;
}

.bg-light {
    background-color: #e8eaed !important;
}

.bootstrap-select .dropdown-toggle {
    display: none;
}

.extensions {
    display: none;
    position: absolute;
    background: #000;
    padding: 10px;
    z-index: 999;
    width: 250px;
    right: 0;
    box-shadow: 3px 3px 6px #00000087;
}

.view-extensions{
    float: right;
}

.view-extensions:hover .extensions {
    display: block;
}

@media (min-width: 480px) and (max-width: 991px) {
    #gsr-contact-form .col-md-5, #gsr-contact-form .col-md-6, #gsr-contact-form .col-md-7, #gsr-contact-form .col-md-8, #gsr-contact-form .col-md-9, #gsr-contact-form .col-md-19, #gsr-contact-form .col-md-11, #gsr-contact-form .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #gsr-contact-form .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    #gsr-contact-form .col-md-2 {
        width: 16.66666667%;
    }

    #gsr-contact-form .col-md-3 {
        width: 25%;
    }

    #gsr-contact-form .col-md-4 {
        width: 33.33333333%;
    }

    #gsr-contact-form .col-md-6 {
        width: 50%;
    }

    #gsr-contact-form .col-md-8 {
        width: 66.66666667%;
    }

    #gsr-contact-form .col-md-12 {
        width: 100%;
    }

    #gsr-contact-form .col-md-1, #gsr-contact-form .col-md-2, #gsr-contact-form .col-md-3, #gsr-contact-form .col-md-4, #gsr-contact-form .col-md-5, #gsr-contact-form .col-md-6, #gsr-contact-form .col-md-7, #gsr-contact-form .col-md-8, #gsr-contact-form .col-md-9, #gsr-contact-form .col-md-10, #gsr-contact-form .col-md-11, #gsr-contact-form .col-md-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #gsr-contact-form h6::after {
        content: '';
        background: #1a5a7db5;
        width: 0;
        height: 1px;
        position: absolute;
        top: 50%;
        margin-left: 15px;
    }

}