#sm_popup_tool .modal-dialog{
    width: 500px;
    margin: 0;
}

#gform_wrapper_15{
    padding: 0!important;
    width: 100%!important;
}

.modal-open{
    overflow: visible;
}

#sm_popup_tool .modal-content{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

#sm_popup_tool .modal-body{
    padding: 0;
}

#sm_popup_tool{
    /*z-index: 99999!important;*/
    top: auto!important;
    left: calc(50vw - 200px);
    width: 500px;
    padding: 0!important;
    position: fixed!important;
    bottom: -700px;
    display: none;
    outline: 0;
    display: block!important;
    transition: bottom 1s;
    z-index: 9999;
}

#sm_popup_tool .close{
    position: absolute!important;
    color: #000!important;
    right: 5px!important;
    top: 7px!important;
    z-index: 3!important;
    background: none!important;
    border: 0!important;
    outline: 0 !important;

}
#sm_popup_tool.in{
    bottom: 48px!important;

}

#sm_popup_tool .modal-body .tdc-row{
    width: auto!important;
}

#sm_popup_tool iframe{
    width: 100%!important;
    height: 225px!important;
    display: block;
    padding: 0!important;
    margin: 0!important;
}


#sm_popup_tool .modal-body .wpb_row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.td-header-wrap{
    z-index: 1040;
}

.modal-backdrop{
    display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #sm_popup_tool{
        width: 400px!important;
        left: 20px!important;
    }



    #sm_popup_tool .modal-dialog{
        width: 400px !important;
    }
}

@media (max-width: 450px){
    #sm_popup_tool{
        width: 100%;
        left: 15px !important;
        right: 15px!important;
    }
    #sm_popup_tool .modal-dialog{
        width: 100%!important;
    }
    #sm_popup_tool .modal-body .tdc-row{
        padding: 0 !important;
        padding-right: 30px!important;
    }
    #sm_popup_tool .close{
        right: 33px!important;
    }
}


#gform_wrapper_15{
    margin: 0!important;
}