 .gutenberg-button-modal {
     display: inline-block;
     padding: 11px 20px;
     border-radius: 5px;
     text-transform: uppercase;
     letter-spacing: 1px;
     text-decoration: none;
     box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, .2);
     text-align: center;
     max-width: 100%;
     font-weight: 600;
     cursor: pointer;
 }
 
 .gutenberg-button-modal.gutenberg-image-modal {
     padding: 0px;
     box-shadow: none;
     line-height: 0;
     margin-bottom: 14px;
 }
 
 .gutenberg-button-modal img {
     max-width: 100%;
 }
 
 .scroll-video-main-holder {
     display: none;
     position: fixed;
     bottom: 0;
     left: 0;
     top: 0px;
     right: 0;
     z-index: 999999;
     align-items: center;
     justify-content: center;
     background-color: rgba(0, 0, 0, .4);
 }
 
 .scroll-video-main-holder.show_modal {
     display: flex;
     pointer-events: auto!important;
 }
 
 .scroll-video-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     cursor: pointer;
 }
 
 .scroll-video-popup-main-holder {
     z-index: 999;
     max-width: 900px;
     background-color: #fff;
     border-radius: 12px;
     width: 100%;
     position: relative;
     padding: 50px;
     box-sizing: border-box;
     min-height: 150px;
     background-size: cover;
     background-position: center center;
 }
 
 .scroll-video-popup-main-holder .scroll-video-course-button {
     width: 24px;
     height: 24px;
     position: absolute;
     right: 20px;
     top: 20px;
     background-image: url(https://www.aihr.com/wp-content/themes/dt-the7-child/images/cancel-white.svg)!important;
     background-position: 0 0;
     background-size: cover;
     cursor: pointer;
 }
 
 body.popup_no_scroll {
     overflow: hidden;
 }
 
 .popup_two_column_holder {
     display: flex;
     align-items: center;
 }
 
 .modal-title {
     font-size: 39px;
     line-height: 54px;
     font-weight: 800;
     color: #fff;
     padding-bottom: 10px;
 }
 
 .modal-description {
     font-size: 16px;
     line-height: 24px;
     font-weight: 600;
     color: #fff;
     padding-bottom: 30px;
 }
 
 .popup_holder_inner {
     text-align: center;
 }
 
 .popup_two_column_left {
     width: 50%;
     box-sizing: border-box;
     line-height: 0;
 }
 
 .popup_two_column_left img {
     width: 100%;
 }
 
 .popup_two_column_right {
     width: 50%;
     box-sizing: border-box;
 }
 
 .popup_two_column_right form {
     margin: 0px!important;
     padding: 0px 0px 0px 30px!important;
     font-family: inherit!important;
 }
 
 ._form-title {
     font-size: 24px;
     line-height: 34px;
     font-weight: 600;
     color: #fff;
 }
 
 ._form_element input {
     height: 50px!important;
     padding: 6px 15px!important;
 }
 
 body .popup_two_column_right ._button-wrapper button {
     width: 100%;
     font-weight: 600;
     text-transform: uppercase;
     font-family: inherit!important;
     font-size: inherit!important;
     cursor: pointer;
     height: 50px!important;
 }
 
 #button-modal-version-b {
     text-align: center;
 }
 
 ._form-thank-you {
     color: #fff;
     display: flex!important;
     flex-direction: column;
 }
 
 ._form-thank-you a {
     -webkit-appearance: none;
     cursor: pointer;
     font-size: 14px!important;
     text-align: center;
     background: #1ebbf0 !important;
     border: 0 !important;
     -moz-border-radius: 5px !important;
     -webkit-border-radius: 5px !important;
     border-radius: 5px !important;
     color: #fff !important;
     padding: 14px !important;
     font-weight: 600;
     text-transform: uppercase;
     text-decoration: none;
     margin: 10px auto 0;
     max-width: 250px;
     width: 100%;
     cursor: pointer;
 }
 
 body ._form_144 form._form_144 ._button-wrapper button:hover {
     color: #fff!important;
     background-color: #fb9f00!important;
     background: #fb9f00!important;
 }
 
 ._form-thank-you a:hover {
     color: #fff!important;
     background: #fb9f00!important;
 }
 
 ._form-content {
     font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif!important;
 }
 
 body .popup_two_column_right form ._form-content {
     margin: 0px!important;
 }
 
 @media screen and (max-width: 980px) {
     .popup_two_column_left {
         display: none;
     }
     .popup_two_column_right {
         width: 100%;
     }
     .popup_two_column_right form {
         padding: 0px!important;
     }
     .scroll-video-popup-main-holder {
         max-width: 480px;
         padding: 30px;
     }
     .modal-title {
         font-size: 32px;
         line-height: 40px;
     }
     .modal-description {
         padding-bottom: 20px;
     }
 }
 
 @media screen and (max-width: 540px) {
     .scroll-video-popup-main-holder {
         max-width: 100%;
         padding: 30px;
         margin: 0px 20px;
     }
 }