.b-ext .container-form {width: 100%;display: flex;justify-content: center;height: 100%;}
.b-ext .iframe-main {width: 80%;height: 500px;border: none;}
.b-ext .modal-sf {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.6);justify-content: center;align-items: center;z-index: 99999;}
.b-ext .webinar-form {height: 600px !important;padding-top: unset !important;}
.b-ext #formIframe {height: 100% !important;}
@media (max-width: 992px) {.b-ext #formIframe {width: unset !important;padding: unset !important;}}
.b-ext .modal-content-sf {background-color: white;border-radius: 8px;position: relative;max-width: 800px;box-shadow: 0px 4px 10px rgba(0,0,0,.3);text-align: center;z-index: 1000;height: 630px;width: 680px;}
.b-ext .iframe-modal-sf {width: 100%;height: 400px;border: none;}
.b-ext .close-btn-sf {position: absolute;top: 10px;right: 15px;font-size: 24px;cursor: pointer;color: #333;}
@media (max-width: 992px) {.b-ext .text-content a {display: block;width: 100%;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}}