#support_modal .modal-content {
    border: 5px solid #828282;
    box-shadow: 0px 9px 0px #828282;
    border-radius: 34px;
    width: 388px;
    height: 295px;
}

#support_modal.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
}

#support_modal.modal.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

#support_modal .modal-header {
    border: none;
    padding: 27px 31px 0 0;
}

.labtop-img {
    margin-top: -93px;
    padding: 10px 30px;
}

.support {
    font-size: 24px;
    color: #2D84BF;
}

.description-popup {
    font-size: 20px;
    color: #363738;
}

.modal-footer-update {
    border-top: 0px;
}

.startbtn {
    background-color: #FFBE2C;
    border: 1px solid #FFBE2C;
    box-shadow: 0px 3px 0px #E67F25;
    width: auto;
    border-radius: 9px;
    padding: 0px;
    height: 45px;
    text-transform: uppercase;
    padding: 10px 17px;
    line-height: 0;
    font-size: 18px;
}

.startbtn a,
.startbtn a:hover {
    color: #000;
}

.callbtn {
    background-color: #FFFFFF;
    border: 3px solid #363738;
    width: auto;
    color: #363738;
    border-radius: 9px;
    padding: 0px;
    height: 48px;
    text-transform: uppercase;
    padding: 15px 32px;
    line-height: 0;
    margin-right: 34px !important;
    font-size: 20px;
}

#support_modal .close {
    color: #ED3424;
    padding: 0 !important;
    opacity: 1;
}

#support_modal .modal-footer{
    justify-content: center;
}


@media screen and (max-width: 768px) {
    .callbtn{
        font-size: 12px;
        padding: 15px 28px;
        margin-right: 13px !important;
    }

    .startbtn{
        font-size: 16px;
        padding: 10px 10px;
    }
}


@media (min-width: 576px) {
    .modal-sm-md {
        max-width: 388px;
    }
}
@media screen and (max-width: 1199.98px)and (min-width: 992px) {
    .callbtn{
        font-size: 18px;
        padding: 15px 28px;
        margin-right: 28px !important;
    }

    .startbtn{
        font-size: 18px;
        padding: 10px 13px;
    }
}