.sliderBottomButtonWrap.custom a::before{
    content: none;
}
.sliderBottomButtonWrap.custom a{
    gap: 0px;
}
.sliderBottomButtonWrap.custom a:hover span{
    color: #059AD6;
}
.sliderBottomButtonWrap.custom a img{
    width: 37px;
    height: 37px;
}
.sliderBottomButtonWrap.custom a span{
    width: 100%;
}
.call-now-modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-now-modal-body{
    position: relative;
    max-width: 342px;
    border-radius: 10px;
    padding: 16px;
    gap: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 99999;
}

.call-now-modal-close-button{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url('../images/icons/call-new-modal-close.svg') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.call-now-modal-title{
    font-family: 'Poppins-modal';
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    color: #262F79;
}

.call-now-modal-alert{
    max-width: 310px;
    min-height: 82px;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    background-color: #339CD3;
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.call-now-modal-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.call-now-modal-section-title{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #36414C;
}

.call-now-modal-section-description{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #36414C;
    text-align: center;
    margin: 4px 0px 8px 0px;
}

.call-now-modal-a_class{
    border: 1px solid #059AD6;
    border-radius: 19px;
    display: flex;
    align-items: center;
}

.call-now-modal-a_class-img{
    background-color: #059AD6;
    width: 37px;
    height: 37px;
    border-radius: 18px;
    padding: 10px;
}

.call-now-modal-a_class-span{
    padding: 8px 15px 8px 8px;
    color: #059AD6;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px){
    .call-now-modal-body{
        position: relative;
        max-width: 589px;
        height: 454px;
        border-radius: 10px;
        padding: 32px;
        gap: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FFFFFF;
        z-index: 99999;
    }
    
    .call-now-modal-close-button{
        position: absolute;
        top: 16px;
        right: 16px;
        width: 16px;
        height: 16px;
        background: url('../images/icons/call-new-modal-close.svg') no-repeat center center;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    .call-now-modal-title{
        font-size: 20px;
        line-height: 30px;
    }

    .call-now-modal-alert{
        max-width: 525px;
        min-height: 94px;
        font-size: 18px;
        line-height: 27px;
    }

    .call-now-modal-section-title{
        font-size: 16px;
        line-height: 24px;
    }

    .call-now-modal-section-description{
        font-size: 16px;
        line-height: 24px;
    }

    .call-now-modal-a_class-span{
        padding: 8px 12px;
        font-size: 14px;
        line-height: 21px;
    }
}