/* ==========================================================================
    STT custom code starts: css for floating popup;
   ========================================================================== */

.popup-float-icon {
    width: auto;
    position: fixed;
    bottom: 30px;
    left: 30px;
    text-align: left;
    z-index: 2;
    color: #000;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #F1F1F1 !important;
    background: #FFF !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.popup-float-icon .popup-floating-content {
    color: #000;
    font-family: Rajdhani !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-right: 10px;
}


img.popup-icon-img {
    width: 16px;
    height: 9px;
    margin-top: -3px;
}

#responsive-form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
}

.column-half,
.column-full {
    float: left;
    position: relative;
    /* padding-left: 0.65rem; */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #616161;
    font-family: 'Montserrat';
    font-size: 12px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.spu-container {
    padding: 30px !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
    .column-half {
        width: 50%;
    }
}

.spu-box a.spu-close.spu-close-top_right {
    visibility: hidden;
    padding-top: 22px;
    padding-right: 10px;
}

.spu-box a.spu-close.spu-close-top_right:after {
    visibility: visible;
    background-image: url(https://stt-website.s3.ap-south-1.amazonaws.com/wp-content/uploads/2023/07/24200106/Vector.png);
    background-size: 18px 12px;
    display: inline-block;
    width: 20px !important;
    height: 15px !important;
    left: -10px;
    position: relative;
    content: "";
    background-repeat: no-repeat;
}

.column-half input,
.column-full textarea {
    width: 90%;
    min-width: 90% !important;
    max-width: 90% !important;
    border-bottom: 1px solid #D8DCFF;
    line-height: 27px !important;
    font-size: 12px;
}

.column-full textarea {
    min-height: 27px !important;
}

.spu-content h4 {
    color: #000;
    text-align: left !important;
    padding-bottom: 22px !important;
    /* padding-left: 0.65rem; */
}

@media only screen and (min-width: 768px) {
    .spu-box a.spu-close.spu-close-top_right:after {
        display: inline-block;
        margin-top: 15px;
    }

    #btn-submit-popup .wpcf7-submit {
        padding: 5px 20px;
    }

    #btn-submit-popup .wpcf7-submit {
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 1024px) {
    .popup-float-icon {
        padding: 10px 20px 10px 20px !important;
    }

    .popup-contact-us {
        max-width: 40% !important;
    }

    .popup-float-icon .popup-floating-content {
        font-size: 16px;
    }

    .spu-content h4 {
        font-size: 25px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .popup-float-icon {
        padding: 10px 20px 10px 20px !important;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .popup-float-icon {
        padding: 10px 20px 10px 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* .popup-float-icon {
        width: 29%;
        padding: 15px 25px 15px 25px !important;
    } */

    .popup-contact-us {
        max-width: 50% !important;
    }

    .popup-float-icon .popup-floating-content {
        font-size: 16px;
    }

    .spu-content h4 {
        font-size: 22px;
    }

    .column-half,
    .column-full {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .popup-float-icon {
        padding: 5px 10px 5px 10px !important;
    }
    img.popup-icon-img{
        width: 12px;
        height: 6px;
    }

    .popup-float-icon .popup-floating-content {
        font-size: 12px;
    }
    
    .popup-contact-us {
        max-width: 50% !important;
    }

    .spu-box a.spu-close.spu-close-top_right:after {
        display: block;
        margin-top: 5px;
    }

    .spu-content h4 {
        font-size: 18px;
        max-width: 100px;
    }

    #btn-submit-popup .wpcf7-submit {
        padding: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .column-half .wpcf7-not-valid-tip {
        font-size: 10px;
    }
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.popup_input {
    overflow: hidden;
    display: block;
    overflow: hidden;
    resize: none;
}
/* indent modified */
/* ==========================================================================
    STT custom code ends;
   ========================================================================== */