.GQ_Introtext {
    padding-top: 75px;
}

.step-section {
    padding: 40px 0;
}

.getQuotationForm {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 40px;
}

.gq-header {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gq-subheader {
    font-size: 14px;
    color: black;
    font-weight: 300;
}

.gq-form-label {
    color: rgb(107, 107, 107);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.gq-form-control {
    border: none!important;
    border-bottom: 2px solid rgb(183, 183, 183)!important;
    background-color: transparent;
    border-radius: 0!important;
    padding-left: 0!important;
    box-shadow: none;
    font-size: 15px!important;
    font-weight:300!important;
    color: black!important;
}

    .gq-form-control:focus {
        background-color: #f7f7f7;
    }

.gq-form-select {
    cursor: pointer;
}

.gq-upload-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
}

.gq-upload-box {
    background-color: white;
    border-width: 1px;
    border-color: rgb(183, 183, 183);
    border-style: solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.gq-upload-img {
    /*width: 100%;*/
}

.gq-btn-upload {
    border-radius: 20px !important;
    font-size: 9px;
    font-weight: 600;
    padding: 6px 14px;
    color: #000;
    /*border-color: #e3b564;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
    background-color:white;
    box-shadow: 0px 2px 2px 0px rgba(123, 123, 123, 0.12);
}

.gq-btn-upload-icon {
    color: #e3b564;
    font-size: 15px;
    margin-right: 6px;
}

.file_upload_img_desk{
    width:18px;
    margin-left:2px;
    margin-right:2px;
}

.gq-btn-icon-only {
    padding: 0;
    box-shadow: none;
}

.gq-btn-icon-large {
    color: #e3b564;
    font-size: 22px;
}

.gq-btn-submit {
    width: 216px;
    height: 52px;
    background-color: #475157;
    color: #fff;
    font-size: 18px;
    padding: 12px 50px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 1px solid #3b4449;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.gq-btn-submit:hover {
    color: #fff!important;
    background-color: #5c636a;
    border-color: #565e64;
}

.field_mr_bt {
    margin-bottom: 70px;
}

.thankYou_msg {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e3b564;
    padding-top: 30px;
    letter-spacing: 1px!important;
}
.reqCallGoBack {
    width: 170px;
    height: 45px;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 1px!important;
}
.gq-btn-icon-only, .gq-btn-upload {
    transition: none !important;
}

.gq-btn-icon-only .gq-upload-text {
    display: inline-block;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
    transition: none !important;
}

.gq-btn-upload .gq-upload-text {
    display: inline-block;
    max-width: 150px;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    transition: none !important;
}

.upload_div_ht{
    min-height:250px;
}

/* Custom Dropdown Styling */
.custom-dropdown-btn {
    border: none!important;
    border-bottom: 2px solid rgb(183, 183, 183)!important;
    background-color: transparent;
    border-radius: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    box-shadow: none;
    font-size: 15px!important;
    font-weight: 300!important;
    color: #b7b7b7!important;
}
.custom-dropdown-btn.selected {
    color: black !important;
}

.selected-text {
    text-transform: capitalize;
    letter-spacing: normal;
}
.custom-dropdown-btn::after {
    display: none;
}
.custom-dropdown-menu {
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    box-shadow: -1px 1px 9px rgb(0 0 0 / 50%);
    height: 440px;
    overflow-y: auto;
    padding: 10px 0;
    margin-top: 0;
    top:-3px!important;
}
.custom-dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color:#ebebeb;
}
.custom-dropdown-menu::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.custom-dropdown-menu::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}
.custom-dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 20px;
    color: #333;
    transition: color 0.15s ease-in-out;
}
.custom-dropdown-menu .dropdown-item:hover,
.custom-dropdown-menu .dropdown-item:focus,
.custom-dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #e3b564;
}

.fa-chevron-down:before {
    color: #6b6b6b!important;
}

.form_field_m_p{
    margin-bottom:48px;
    padding:0 24px;
}

@media screen and (max-width:768px) {
    .GQ_Introtext {
        padding-top: 55px;
    }
    .gq-header{
        font-size:18px;
        margin-bottom:0px;
        letter-spacing:1px;
    }
    .gq-subheader {
        line-height: 2;
        padding: 18px;
        margin-bottom:0;
    }
    #quotationForm{
        padding:0 20px;
    }
    .gq-form-label {
        font-size: 14px;
    }
    .gq-form-control{
        font-size:14px!important;
        font-weight:400!important;
    }
    .gq-btn-submit{
        font-size:15px;
        width:164px;
        height:40px;
        padding:8px;
    }
    .gq-upload-label{
        font-size:12px;
    }
    .form_field_m_p {
        margin-bottom: 30px;
    }
    .field_mr_bt {
        margin-bottom: 45px;
    }
    .thankYou_msg{
        font-size:20px;
        font-weight:500;
        text-transform:uppercase;
        color:#e3b564;
        padding-bottom:20px;
        padding-top:30px;
    }
}


/* Desktop and Mobile specific upload sections */
.mob-upload-box {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    width: 144px;
    /*max-width: 160px;*/
    height: 130px;
    /*padding: 10px;*/
}

.mob-gq-upload-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.mob_upload_div_ht {
    min-height: 220px;
    margin-bottom:70px;
}

.mob-upload-btn {
    width: 117px;
    height: 38px;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*padding: 6px 14px;*/
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(123, 123, 123, 0.12);
    /*border: 1px solid #e3b564;*/
    /*transition: all 0.3s ease-in-out;*/
}
.mob-upload-btn .mob-upload-text {
    display: inline-block !important;
    opacity: 1 !important;
    max-width: 150px !important;
    color: #000;
}

.file_upload_img{
    width:18px;
    margin-left:2px;
    margin-right:2px;
}

@media screen and (max-width:768px) {
    .mob-upload-box {
        width: 144px;
        height: 130px;
        /*padding: 5px;*/
    }
    .mob-upload-btn {
        padding: 4px 0px;
    }
    .mob-btn-icon {
        font-size: 14px !important;
    }
    .mob-upload-text {
        font-size: 8px !important;
    }
    
    .preview-gq-upload-img {
        width: 150px !important;
        /*max-width: 140px !important;*/
        height: 130px !important;
    }
}
