/*welcome popup  pricing*/

body.open-custom-popup {
    overflow: hidden;
}

.interact_section {
    padding: 0px 0px 100px 0;
}

.interact_section-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.interact_section .row {
    row-gap: 20px;
    align-items: center;
}

.interact_section .interact-box .inetract-desc {
    font-size: 18px;
    color: #231F20;
    font-weight: 400;
    line-height: 1.4;
    margin: 35px 0px;
    min-height: 67px;
}

.interact_section .interact-box .cta-button {
    font-size: 18px;
    text-transform: none;
    background-color: #ffde2f;
    font-weight: 400;
    margin: 30px 0px 0px;
    min-height: 45px;
    line-height: 45px;
}

.interact_section .interact-box .cta-button:hover {
    color: #fff;
    background: #000;
}


@media (max-width: 1650px) {
    .hire-package-section {
        padding: 100px 0;
    }

    .interact_section {
        padding: 0px 0px 100px 0;
    }

    .hire-package-section-title {
        font-size: 20px;
    }

    .interact_section .interact-box .inetract-desc {
        font-size: 18px;
    }

    .interact_section-title {
        font-size: 20px;
    }

    .interact_section .interact-box .cta-button {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .interact_section-title {
        font-size: 18px;
    }

    .interact_section .interact-box .inetract-desc {
        font-size: 16px;
    }

    .interact_section .interact-box .cta-button {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .interact_section-title {
        font-size: 16px;
    }

    .interact_section .interact-box .inetract-desc {
        font-size: 14px;
    }

    .interact_section .interact-box .cta-button {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .interact_section {
        padding: 0px 0px 60px 0;
    }
}

.interact_section .interact-box {
    text-align: center;
}

.interact_section .interact-box img {
    max-width: 70%;
    max-height: 190px;
}

.interact_section .interact-box figure {
    max-height: 180px;
    min-height: 160px;
}

.pricing-popup {
    background: rgba(0, 0, 0, 0.8);
}

.pricing-popup .popup-content {
    max-width: 1140px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}
.pricing-popup .popup-content {
    background: #fff;
    opacity: 1;
    position: relative;
    height: auto;
    border-radius: 10px;
}

.pricing-popup {
    display: flex;
    background: rgba(0, 0, 0, 0.8);
}

.pricing-popup .popup-content {
    padding: 65px 45px;
    overflow: auto;
    height: auto;
}

.pricing-popup .close-popup {
    right: 10px;
    top: 10px;
}

.pricing-popup .price-popup-container .section-title {
    margin-bottom: 11px;
    line-height: 1;
    font-size: 48px;
    font-weight: 400;
}

.pricing-popup .price-popup-container .section-subtitle {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 18px;
}

.pricing-popup .close-popup:before,
.pricing-popup .close-popup:after {
    width: 1px;
}

/*---------- New popup design css 19-12-2024 Start ----------*/

.popup-main-welcomeslide.pricing-popup .popup-content {
    /* max-width: 1233px; */
    max-width: 1000px;
    margin: auto;
    background: #FFF9DE;
    border-radius: 0;
    opacity: 1;
    position: relative;
    height: auto;
    padding: 110px 45px;
    overflow: auto;
    height: auto;
    border-radius: 30px;
}
.popup-main-welcomeslide.pricing-popup .close-popup {
    right: 10px;
    top: 10px;
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
}

.popup-main-welcomeslide.pricing-popup .close-popup:after, .popup-main-welcomeslide.pricing-popup .close-popup:before
{ width: 2px; background: #959595; height: 20px; }

.popup-main-welcomeslide.pricing-popup .close-popup:hover:after, .popup-main-welcomeslide.pricing-popup .close-popup:hover:before
{ width: 2px; background: #000; }

.popup-main-welcomeslide.pricing-popup .interact_section {
    width: 100%;
    max-width: 922px;
}
.popup-main-welcomeslide.pricing-popup .price-popup-container .section-title {
    margin-bottom: 60px;
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
}

.popup-main-welcomeslide.pricing-popup .interact_section figure {
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    min-height: auto;
}
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .inetract-desc {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 1.4;
    min-height: auto;
}
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button {
    font-size: 22px;
    text-transform: none;
    background-color: #000;
    border-radius: 10px;
    font-weight: 500;
    margin: 30px 0px 0px;
    color: #FFF;
    height: auto;
    min-height: auto;
    padding: 15px 25px;
    line-height: 1;
}
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button:hover {
    color: #000;
    background: #ffde2f;
}


/*-------- Discover handpick --------*/
.popup-main-discover-handpick {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
        left: 0;
    top: 0;
        opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: 0.5s all;
    z-index: -1;
}

.popup-main-discover-handpick.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999999;
}

.popup-main-discover-handpick {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
        left: 0;
    top: 0;
        opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: 0.5s all;
    z-index: -1;
}

.popup-main-discover-handpick.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999999;
}

.popup-main-discover-handpick .close-popup {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}
.popup-main-discover-handpick .close-popup:hover{
    transform: rotate(90deg);
}
.popup-main-discover-handpick .close-popup:before, .popup-main-discover-handpick .close-popup:after {
    width: 1px;
    height: 100%;
    width: 2px;
    background: #000000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.5s all;
}

.popup-main-discover-handpick .close-popup:after {
    transform: rotate(-45deg);
}

.popup-main-discover-handpick .popup-content {
    max-width: 1065px;
    margin: auto;
    background: #faf6ee;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 55px 45px;
    overflow: auto;
    height: auto;
    border-radius: 30px;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.popup-main-discover-handpick .section-title {
    margin-bottom: 22px;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
}
.popup-main-discover-handpick .section-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 20px;
}
.popup-main-discover-handpick .desc {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.popup-main-discover-handpick .desc a {
    font-weight: 700;
    position: relative;
    color: #000;
}
.popup-main-discover-handpick p a:after { content: ""; display: block; width: 100%; height: 1px; position: absolute;
    left: 0; bottom: 0; background-color: #FEDE2E; transition: 0.3s all ease-in-out; }

.popup-main-discover-handpick p a:hover::after{ background-color: #000; }
.popup-main-discover-handpick form {
    padding: 0;
    margin: 0;
}
.popup-main-discover-handpick .interact_section .row {
    align-items: flex-start;
}
.popup-main-discover-handpick .indian-resion .select-styled,
.popup-main-discover-handpick .indian-resion .form-group input
{ pointer-events: none; border-color: #FFFFFF; background-color: #FFFFFF; }

.popup-main-discover-handpick .indian-resion .submit-btn input[type="submit"] {
    background-color: #FFFFFF; color: #D8D8D8; pointer-events: none;
}

.popup-main-discover-handpick .indian-resion .rev-select {
    pointer-events: none;
}
.popup-main-discover-handpick .indian-resion .select-styled {
    pointer-events: none; border-color: #FFFFFF; background-color: #FFFFFF; color: #D8D8D8;
}

.popup-main-discover-handpick .indian-resion .select-styled:after { border-color: #D8D8D8; }

.popup-main-discover-handpick .indian-resion input[type="text"]::-webkit-input-placeholder, .popup-main-discover-handpick .indian-resion input[type="email"]::-webkit-input-placeholder
{ color: #CDCDCD; }
.popup-main-discover-handpick .indian-resion input[type="text"]::-moz-placeholder, .popup-main-discover-handpick .indian-resion input[type="email"]::-moz-placeholder
{ color: #CDCDCD; }
.popup-main-discover-handpick .indian-resion input[type="text"]:-ms-input-placeholder, .popup-main-discover-handpick .indian-resion input[type="email"]:-ms-input-placeholder
{ color: #CDCDCD; }
.popup-main-discover-handpick .indian-resion input[type="text"]:-moz-placeholder, .popup-main-discover-handpick .indian-resion input[type="email"]:-moz-placeholder
{ color: #CDCDCD; }

.popup-main-discover-handpick input, .popup-main-discover-handpick select, .popup-main-discover-handpick textarea {
    font-size: 15px;
    padding: 13px;
    color: #191919;
    font-weight: 500;
}
.popup-main-discover-handpick input, .popup-main-discover-handpick select, .popup-main-discover-handpick textarea {
    font-size: 15px;
    padding: 13px;
    color: #191919;
    font-weight: 500;
}
.popup-main-discover-handpick .select-styled {
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding-left: 13px;
}
.popup-main-discover-handpick .select-options {
    border-radius: 8px;
    box-shadow: 0 4px 30px 0 #00000014;
}
.popup-main-discover-handpick .select-options li {
    font-size: 14px;
    padding: 12px 15px;
    color: #3a3f52;
    border-top: none;
}

.popup-main-discover-handpick .submit-btn {
    text-align: center;
    padding-top: 15px;
}

.popup-main-discover-handpick .submit-btn input[type=submit] {
    font-size: 18px;
    display: inline-block;
    width: auto;
    min-width: 160px;
    font-weight: 700;
    text-transform: capitalize;
    border: 0;
    padding: 15px 25px;
    border-radius: 10px;
    line-height: 1;
    min-height: auto;
}

.popup-main-discover-handpick form .no-risk {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
}

@media (max-width: 1440px) {
    .popup-main-discover-handpick .popup-content {
        max-width: 1015px;
        padding: 45px 35px;
    }
    .popup-main-discover-handpick .interact_section {
        max-width: 100%;
    }
    .popup-main-discover-handpick .interact_section .container {
        max-width: 1015px;
    }
    .popup-main-discover-handpick .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .popup-main-discover-handpick .section-subtitle {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .popup-main-discover-handpick .desc {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    .popup-main-discover-handpick .submit-btn input[type=submit] {
        min-width: 140px;
    }


}

@media (max-width: 1366px) {
    .popup-main-discover-handpick .popup-content {
        max-width: 965px;
        padding: 35px 25px;
    }
    .popup-main-discover-handpick .popup-content {
        max-width: 965px;
        padding: 35px 25px;
    }
    .popup-main-discover-handpick .desc {
        font-size: 14px;
    }
    .popup-main-discover-handpick .section-subtitle {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .popup-main-discover-handpick .section-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .popup-main-discover-handpick form {
        margin-top: 20px;
    }
    .popup-main-discover-handpick .submit-btn input[type=submit] {
        font-size: 16px;
    }
    .popup-main-discover-handpick input, .popup-main-discover-handpick select, .popup-main-discover-handpick textarea {
        font-size: 14px;
        padding: 12px;
    }
    .popup-main-discover-handpick .select-styled {
        font-size: 14px;
        height: 43px;
        line-height: 43px;
    }
    .popup-main-discover-handpick .select-options li {
        font-size: 13px;
        padding: 10px 12px;
    }
}

@media (max-width: 991px) {
    .popup-main-discover-handpick .popup-content {
        padding: 30px 5px;
        max-width: 90%;
        min-height: 54%;
        max-height: 95%;
    }
        .popup-main-discover-handpick input, .popup-main-discover-handpick select, .popup-main-discover-handpick textarea {
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
    }
    .popup-main-discover-handpick .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
        .popup-main-discover-handpick .desc {
        margin-bottom: 0;
    }
        .popup-main-discover-handpick .submit-btn input[type=submit] {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .popup-main-discover-handpick.short-form-popup .popup-content {
        padding: 45px 20px 30px;
    }
}

/*---------- New popup design css 19-12-2024 End ----------*/


@media (max-width: 1650px) {
    .pricing-popup .price-popup-container .section-title {
        font-size: 48px;
    }
    .popup-main-welcomeslide.pricing-popup .price-popup-container .section-title { font-size: 38px; }
    .popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button { font-size: 18px; }
}

@media (max-width: 1440px) {
    .pricing-popup .popup-content {
        padding: 60px 35px;
        max-width: 1015px;
    }

    .pricing-popup .price-popup-container .section-title {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .pricing-popup .price-popup-container .section-subtitle {
        margin-bottom: 38px;
        font-size: 16px;
    }

/*---------- New popup design css 19-12-2024 Start ----------*/
.popup-main-welcomeslide.pricing-popup .popup-content { padding: 60px 35px;
    /*max-width: 1015px; */  max-width: 900px; }
    .popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button
    { padding: 14px 22px; }
.popup-main-welcomeslide.pricing-popup .price-popup-container .section-title { font-size: 36px; }
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .inetract-desc { font-size: 16px; }
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button { font-size: 16px; }


/*---------- New popup design css 19-12-2024 End ----------*/

}

@media (max-width: 1366px) {
    .pricing-popup .price-popup-container .container {
        max-width: 1050px;
    }

    .pricing-popup .popup-content {
        padding: 45px 25px;
        max-width: 965px;
    }

    .pricing-popup .price-popup-container {
        padding: 0;
    }

    .pricing-popup .price-popup-container .section-title {
        font-size: 38px;
        margin-bottom: 9px;
    }

    .pricing-popup .price-popup-container .section-subtitle {
        margin-bottom: 36px;
        font-size: 14px;
    }

    .price-popup-container .interact-box .cta-button {
        margin-top: 20px;
    }

    /*---------- New popup design css 19-12-2024 Start ----------*/
.popup-main-welcomeslide.pricing-popup .price-popup-container .container { max-width: 1050px; }
.popup-main-welcomeslide.pricing-popup .popup-content { padding: 60px 25px; max-width: 965px; }
.popup-main-welcomeslide.pricing-popup .price-popup-container .section-title { font-size: 34px; margin-bottom: 40px; }
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .inetract-desc { font-size: 16px; }
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button { font-size: 16px; }
.popup-main-welcomeslide.pricing-popup .interact_section { max-width: 812px; }
.popup-main-welcomeslide.pricing-popup .interact_section .interact-box .cta-button { margin-top: 20px; }
/*---------- New popup design css 19-12-2024 End ----------*/

}

@media(max-width:1280px) {
    .popup-main-welcomeslide.pricing-popup .interact_section .interact-box .inetract-desc
    { font-size: 14px; }
    .popup-main-welcomeslide.pricing-popup .interact_section figure { margin-bottom: 20px; }
}

@media(max-width:1024px) {

    .popup-main-welcomeslide.pricing-popup .popup-content { padding: 60px 25px; max-width: 840px; }
    .popup-main-welcomeslide.pricing-popup .price-popup-container .section-title { font-size: 30px; }
    .popup-main-welcomeslide.pricing-popup .interact_section figure { height: 102px; }


}

@media(max-width:991px) {
    .pricing-popup .popup-content {
        padding: 30px 5px;
        max-width: 90%;
        min-height: 54%;
        max-height: 500px;
    }

    .pricing-popup .price-popup-container .section-title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .interact_section .interact-box figure {
        min-height: auto;
    }

    .popup-main-welcomeslide.pricing-popup .popup-content { padding: 30px 5px; max-width: 95%; min-height: 45%; max-height: 500px; }



}

@media(max-width:767px) {
    .pricing-popup .popup-content {
        height: auto;
        padding: 30px 20px;
        overflow: auto;
    }
    .popup-main-welcomeslide.pricing-popup .popup-content
    {         height: auto;
        padding: 40px 20px;
        overflow: auto; }
}

@media(max-width:575px) {
    .pricing-popup .price-popup-container .section-title {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .popup-main-welcomeslide.pricing-popup .price-popup-container .section-title { font-size: 24px; line-height: 1.3; }
}

@media(max-width:480px) {
    .pricing-popup .popup-content {
        max-height: 511px;
        max-height: 100vh;
        overflow: auto;
        margin: 10px auto;
    }

    .popup-main-welcomeslide.pricing-popup .popup-content {
        max-height: 98vh;
        overflow: auto;
        margin: auto;
    }

}

.pricing-popup .close-popup {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.price-popup-container .interact-box .inetract-desc {
    margin: 20px 0px 0px !important;
}

.open-custom-popup .ui-autocomplete {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.open-custom-popup .ui-menu .ui-menu-item {
    padding: 5px 5px;
}
.open-custom-popup .ui-state-active, .open-custom-popup .ui-widget-content .ui-state-active{
    /* border: 1px solid #FFDA30;
    background: #ffda30;
    font-weight: 500; */

    border-bottom-color: #ffdd00;
    background: none;
    color: #231f20;
    font-weight: 400;
    margin: 0;
}

.open-custom-popup .ui-widget.ui-widget-content {
    border-radius: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;

}
body.open-custom-popup{
    overflow: hidden;
    /* position: fixed; */
}

.open-custom-popup .ui-menu .ui-menu-item-wrapper {
    border-radius: 0;
    margin: 0;
    border-radius: 0; font-size: 14px; padding: 3px 1em 3px .4em;
    position: relative; color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    border: 0;
    border-bottom: 1.8px solid #fff;

}
.popup-main-generic-sql.new-popup .container {
    padding: 0px 15px !important;
}
.open-custom-popup .ui-menu .ui-menu-item-wrapper:hover, .open-custom-popup .ui-menu .ui-menu-item-wrapper.ui-state-active
{ color: #000; border-bottom-color: #ffdd00; }




@media (max-width: 991px){
    .popup-main-generic-sql.new-popup .container {
    padding: 0 20px !important;
}
}

@media (max-width: 767px){
    .popup-main-generic-sql.new-popup .newsletter-form .container {
        padding: 0 5px !important;
    }
}

@media (max-width: 480px){
.short-form-popup .popup-content {
    max-height: 95vh;
}
}

/*Hire wordpress slider popup Start*/
.hire-slider-popup .popup-content { padding: 70px 90px; overflow: auto; height: auto; background-color: #FAF6EE; opacity: 1;
position: relative; height: auto; border-radius: 10px; max-width: 1170px; margin: auto; border-radius: 27px; }
.hire-slider-popup .close-popup { right: 15px; top: 15px; width: 20px; height: 20px; display: inline-block; position: absolute; }
.hire-slider-popup .close-popup:before, .hire-slider-popup .close-popup:after { background: #999; }
.hire-slider-popup .section-title { margin-bottom: 62px; line-height: 1; font-size: 32px; text-align: center; font-weight: 700; }
.hire-slider-popup .form-group input:not(.file-upload-input) { background: #fff; font-weight: 600;
    border: 1px solid #dddddd; border-radius: 10px; padding: 31px 20px; font-size: 18px; width: 100%; }
.hire-slider-popup .form-submit-box { width: 100%; text-align: center; padding-top: 25px; }
.hire-slider-popup .form-submit-box input[type="submit"] { width: auto; font-size: 20px; font-weight: 600; min-height: auto; line-height: 1; padding: 20px 46px; }
.hire-slider-popup .form-group .select-styled { height: 86px; line-height: 1.2; background: #fff; border-radius: 10px;
    font-weight: 600; padding: 20px; border: 1px solid #dddddd; color: #000; font-size: 18px; display: flex;
    align-items: center; }
.hire-slider-popup .form-group .select-styled:after { top: 50%; right: 17px; transform: translateY(-83%) rotate(-45deg); border-color: #a4a4a4; }
.hire-slider-popup .trusted-by-block { max-width: 800px; margin: 0 auto; padding-top: 75px; text-align: center; }
.hire-slider-popup .trusted-by-block small { display: block; text-align: center; width: 100%; color: #9B9B9B; font-size: 12px; font-weight: 400; display: block; width: 100%; margin-bottom: 30px; }
.hire-slider-popup .trusted-by-block .list-r figure { padding: 0 15px; max-width: 120px; max-width: 5px 0; }



@media (max-width: 1440px){
    .hire-slider-popup .popup-content { max-width: 1050px; padding: 65px 25px 35px; }
    .hire-slider-popup .form-group input:not(.file-upload-input), .hire-slider-popup .form-group textarea { padding: 18px 20px; }
    .hire-slider-popup .form-group .select-styled { height: 54px; }
    .hire-slider-popup .trusted-by-block { padding-top: 40px; }
    .hire-slider-popup .form-submit-box input[type="submit"] { font-size: 16px; min-height: auto; line-height: normal; padding: 14px 35px; }
    .hire-slider-popup .section-title { font-size: 30px; margin-bottom: 50px; }


}

@media (max-width: 1366px){
    .hire-slider-popup .popup-content { padding: 35px 25px; max-width: 965px; }
    .hire-slider-popup .form-group input:not(.file-upload-input), .hire-slider-popup .form-group textarea { padding: 16px 20px; font-size: 14px; }
    .hire-slider-popup .form-group .select-styled {height: 50px; }
    .hire-slider-popup .form-submit-box { padding-top: 15px; }
    .hire-slider-popup .section-title { font-size: 28px; margin-bottom: 30px; }
    .hire-slider-popup .form-group .select-styled { font-size: 14px; }

}

@media (max-width: 1024px) {
    .hire-slider-popup .trusted-by-block .list-r figure { padding: 0 15px; max-width: 110px; }
    .hire-slider-popup .form-group .select-styled { height: auto; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 16px 25px 16px 20px; }
}

@media (max-width: 991px) {
    .hire-slider-popup .popup-content { padding: 30px 20px; max-width: 90%; min-height: 200px; max-height: 500px; }
    .hire-slider-popup .form-group input:not(.file-upload-input), .hire-slider-popup .form-group textarea { padding: 16px 12px; font-size: 14px; }
    .hire-slider-popup .form-group .select-styled {height: auto; }
    .hire-slider-popup .trusted-by-block { padding-top: 35px; }
    .hire-slider-popup .form-submit-box input[type="submit"] { font-size: 14px; padding: 12px 32px; }
    .hire-slider-popup .section-title { font-size: 26px; }

}

@media (max-width: 767px) {
    .hire-slider-popup .popup-content { height: auto; padding: 30px 20px; overflow: auto; max-height: 95vh; }
    .hire-slider-popup .trusted-by-block .list-r figure { padding: 0 15px; max-width: 110px; margin: 10px 0; }
    .hire-slider-popup .trusted-by-block { padding-top: 25px; }
    .hire-slider-popup .trusted-by-block small { margin-bottom: 10px; }

}
.pricing-popup .hide-budget, .popup-main-discover-handpick .hide-budget{
    display: none;
}

/*Hire wordpress slider popup End*/



