.custom-modal .modal-inner-wrap{
    width: 30%;
}

.widget-called {
    position: fixed;
    width: 55px;
    height: 55px;
    z-index: 9999;
    cursor: pointer;
}

.widget-called:before, .widget-called:after {
    content: " ";
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    backface-visibility: hidden;
}

.stickyTopLeft {
    top: 6%;
    bottom: auto;
    right: auto;
    left: 2%;
}

.stickyTopRight {
    top: 15%;
    bottom: auto;
    right: 2%;
    left: auto;
}

.stickyBottomLeft {
    top: auto;
    bottom: 7%;
    right: auto;
    left: 2%;
}

.stickyBottomRight {
    top: auto;
    bottom: 7%;
    right: 2%;
    left: auto;
}

.no-margin-top{
    margin-top: 0 !important;
}

.subtitle-modal{
    text-align: center;
    margin-bottom: 5%;
}

@media (max-width: 1550px) {
    .widget-called {
        position: fixed;
        width: 55px;
        height: 88px;
        z-index: 9999;
        cursor: pointer;
    }
    .stickyTopLeft {
        top: 0px !important;   
        left: 1%;
    }
    .sections.header-nav.nav-sections {   
        /* display: block;
        z-index: 99999 !important; */
    }
}

@media (max-width: 1500px) {
    .stickyTopLeft{
        top:0;
    }
}

@media (max-width: 1439px) {
    .custom-modal .modal-inner-wrap{
        width: 36%;
    }
}

@media (max-width: 1390px) {
    .stickyTopLeft{
        display: none;
    }
}

@media (max-width: 768px) {
    .widget-called {
        display: none;
        top: auto !important;
        bottom: 20% !important;
        right: -5px !important;
        left: auto !important;
    }

    .widget-called.product-mobile{
        top: auto !important;
        bottom: 34% !important;
        right: -5px !important;
        left: auto !important;
    }

    .custom-modal .modal-inner-wrap{
        width: 100% !important;
    }
    .widget-called img{
        max-width: 130%;
        height: 220%;
    }
    .pagebuilder-column:nth-of-type(2) {
        display: none !important;
    }
    .pagebuilder-column-group {
        min-height: auto !important;
    }
    .ambanner-button.-show-overlay.ambanner-icon.-show-more{
        display: none;
    }
}

@media (max-width: 427px) {
    .custom-modal .modal-inner-wrap{
        width: 40%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .custom-modal .modal-inner-wrap{
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .custom-modal .modal-inner-wrap{
        width: 100% !important;
    }
}

