.elementor-1369 .elementor-element.elementor-element-a1e1dc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.elementor-element .elementor-widget-container .d-flex {
	display: flex;
}
.elementor-element .elementor-widget-container .w-50 {
	width: 50%;
}
.elementor-element .elementor-widget-container main {
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    overflow: hidden;
}
.elementor-element .elementor-widget-container main * {
    font-family: 'Poppins', sans-serif;
}
.elementor-element .elementor-widget-container main .clmn {
    display: flex;
    justify-content: center;
    background-color: #4ab3f4;
}
.elementor-element .elementor-widget-container main .clmn-left {
    width: 64%;
    background-image: url('https://bd.billingservicequotes.com/images/testing-left.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.elementor-element .elementor-widget-container main .clmn-right {
    width: 36%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.elementor-element .elementor-widget-container main .clmn-right .logo-container {
    justify-content: center;
}
.elementor-element .elementor-widget-container main .clmn-right .logo-container img {
    width: 200px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show h1 {
    font-size: 35px;
    line-height: 39px;
    color: #ffffff;
    margin-bottom: 50px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul li i {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    color: #005c94;
}
/* START BUTTON */
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question .swipe {
    position: relative;
    background-color: #ffffff;
    width: 200px;
    height: 60px;
    color: #005c94;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 2px;
    border: none;
    padding-left: 60px;
    cursor: pointer;
    outline: none;
    transition: 0.35s ease;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question .swipe:hover {
    padding-left: 0;
    padding-right: 40px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question .btn-container {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background: #005c94;
    border-radius: 50%;
    transition: 0.35s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1f4f7;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show .question .swipe:hover .btn-container {
    left: calc(100% - 55px);
}
/* END BUTTON */
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .all-inputs {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;    
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld {
    width: 100%;
    position: relative;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld label {
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    font-weight: 500;
    text-align: start;
    color: #a3a5aa;
    background: white;
    border-radius: 4px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input {
    width: 100%;
    height: 50px;
    padding: 10px 40px 10px 10px;
    border-radius: 10px;
    transition: 0.3s ease;
    color: #868283;
    border: 2px solid #bbe2fb;
    caret-color: #1da1f2
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input.error {
    border: 2px solid rgb(185, 74, 72);
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input:focus ~ label, .elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input:not(:placeholder-shown) ~ label {
    transform: translateY(-34px);
    font-size: 13px;
    color: #1da1f2;
    left: 19px;
    padding: 0 5px;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input:focus {
    border: 2px solid rgb(29, 161, 242);
    outline: 3px solid rgba(29, 161, 242, 0.5);
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .input-fld input.error:focus {
    border: 2px solid rgb(185, 74, 72);
    outline: 3px solid rgba(185, 74, 72, 0.5);
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .checkmark {
    width: 0px;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.elementor-element .elementor-widget-container main .clmn-right .toggle-show form .input-group .checkmark.success {
    width: 30px;
    height: 30px;
}
.elementor-element .elementor-widget-container main .clmn-right .affiliations {
    display: flex;
    justify-content: center;
}
.elementor-element .elementor-widget-container main .clmn-right .affiliations img {
    max-width: 450px;
    max-height: none;
}
.elementor-element .elementor-widget-container form {
    border: 2px solid #ffffff;
    padding: 40px 40px 60px;
    width: 100%;
    max-width: 700px;
    border-radius: 20px;
    position: relative;
}
.elementor-element .elementor-widget-container h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.elementor-element .elementor-widget-container main .clmn-right form button {
    position: absolute;
    padding: 1px 6px;
    right: 40px;
    bottom: -20px;
    background: #005c94;
    color: #ffffff;
    border: 2px solid #005c94;
    border-radius: 10px;
    outline: 10px solid #4ab3f4;
    width: calc(50% - 30px);
    height: 40px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.8pt;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}
.elementor-element .elementor-widget-container main .clmn-right form button:hover {
    outline-width: 0;
}
.elementor-element .elementor-widget-container input:focus {
    outline: 0;
}
#overlayContainer {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 161, 242, 0.7);
    z-index: 1;
    justify-content: center;
    align-items: center;
}
#overlayContainer #overlayImage {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 768px) {
    .elementor-element .elementor-widget-container main {
        flex-direction: column;
    }
    .elementor-element .elementor-widget-container main .clmn-left {
        display: none;
    }
    .elementor-element .elementor-widget-container main .clmn-right {
        width: 100%;
        height: 100%;
        padding: 30px;
        background-image: url("https://bd.billingservicequotes.com/images/mobile-overlay-background.webp");
        background-position: center;
        background-size: cover;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show {
        align-items: flex-start;
        padding-top: 70px;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show h1 {
        font-size: 26px;
        text-align: center;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show .question {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul {
        gap: 15px;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul li {
        font-size: 18px;
        align-items: center;
    }
    .elementor-element .elementor-widget-container main .clmn-right .toggle-show .question ul li i {
        height: max-content;
    }
    .elementor-element .elementor-widget-container form {
        margin-top: 20px;
        padding: 20px 20px 50px;
    }
    .elementor-element .elementor-widget-container main .clmn-right form button {
        right: 20px;
        width: auto;
        padding: 0 20px;
    }
    .elementor-element .elementor-widget-container main .clmn-right .affiliations {
        display: none;
    }
    .elementor-element .elementor-widget-container h2 {
        margin-right: 0;
    }
}/* End custom CSS */