
/* form */
.form-checkbox-content {
    display: flex;
    align-items: baseline;
}

.form-virtual-mobile-number-first-input {
    width: 78%;
    padding-left: 0;
}

.form-virtual-mobile-number-second-input {
    width: 60%;
    padding-left: 0;
}

.payment-frequency {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.radio-pricing-heading p,
.yearly-price-red-head p {
    font-size: 20px;
    text-align: center;
    margin-top: 21px;
    font-weight: 600;
}

.yearly-price-red-head p {
    color: red;
}

.form-checkbox-content input {
    width: 4%;
    margin-right: 4px;
}


.single-form-wrapper .apply-button
{
    height: 47px;
}


/* form */

/* slider package */
.slider-background {
    background-color: #20282d;
    padding: 30px 0px;
    padding-bottom: 10px;
}


.global-owl-carousel .owl-item.active.center .item {
    transform: scale(1.15);
    opacity: 1;
    color: #fff;
}

.global-owl-carousel .center {
    margin-top: -70px;
}

.stage-set {
    margin: auto;
    width: 35%;
}

.global-owl-carousel .item img {
    border-radius: 5px 5px 0px 0px;
    padding: 0px 0px;
    width: 50% !important;
    padding-top: 100px;
}

.global-owl-carousel .item {
    padding: 0px 40px;
    border-radius: 5px;
    transform: scale(1.0);
    /* transition: all 0.3s; */
}

.global-owl-carousel .owl-item.active.center .item {
    transform: scale(1.15);
    opacity: 1;
    color: #fff;
}

.global-owl-carousel .center {
    margin-top: -70px;
}

.stage-set {
    margin: auto;
    width: 20%;
    margin-top: -26px;
}

.global-owl-carousel .owl-nav {
    display: block !important;
}

.global-owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.global-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.fa-solid.fa-chevron-left:after {
    content: '';
    background: white;
    position: absolute;
    width: 3px;
    height: 58px;
    top: -13px;
    right: -5px;
}

.fa-solid.fa-chevron-right,
.fa-solid.fa-chevron-left {
    position: relative;
    color: white
}

.fa-solid.fa-chevron-right:after {
    content: '';
    background: white;
    position: absolute;
    width: 3px;
    height: 58px;
    top: -13px;
    left: -5px;
}

/* slider package */

/* shared office css */


.form-bottom-text {
    font-size: 15px;
}





/* shared office css */

#usa-row{
    align-items: center !important;
}

.ba-faqs-icon::after {
    position: absolute;
    left: 10px;
    top: 2px;
}

.ba-faqs-icon {
    position: relative;
}

.form-content-shared-office p {
    margin-bottom: 0;
}


.form-checkbox-content {
    display: flex;
    align-items: baseline;
}

.form-checkbox-content input {
    width: 4%;
    margin-right: 4px;
}

.ba-vo-form-nav-buttons {
    justify-content: center !important;
}



@media screen and (max-width: 768px) {

    /* shared office form */
    .apply-button {
        margin-top: 15px;
    }

    .ba-vo-form-header h1 {
        font-size: 24px;
    }

}

