.slider, .call-action, .appointment, .testimonials {
    background-attachment: fixed !important;
    position: relative;
}

.slider, .testimonials{
    background: url('/assets/front/img/bg-1.webp') no-repeat transparent center center/cover;
}

.call-action {
    background: url('/assets/front/img/bg-2.webp') no-repeat transparent center center/cover;
}

.appointment {
    background: url('/assets/front/img/bg-3.webp') no-repeat transparent center center/cover;
}

.slider:before, .call-action:before, .appointment:before, .testimonials:before {
    background: linear-gradient(45deg, #2889E4 14.67%, #003A88 83.17%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.slider .single-slider {
    background: transparent !important;
    height: auto !important;
    padding: 50px;
}

.single-slider .container .row {
    align-items: center;
    justify-content: center;
}

.single-slider .container .row img {
    margin: auto;
}

.single-slider .card, .call-action #frmcom, .appointment #frmnew {
    margin: 0px;
    border-radius: 20px !important;
    background: linear-gradient(226deg, #003A88 14.67%, #001B41 83.17%);
    box-shadow: 0 21.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    padding: 25px;
}

.why-choose .choose-right {
    border-radius: 20px !important;
    box-shadow: 0 21.786px 21.786px 0 rgba(0, 0, 0, 0.51);
}

.team .single-team {
    box-shadow: 0 10.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    background: linear-gradient(226deg, #003A88 14.67%, #001B41 83.17%);
    border-radius: 20px !important;
}

.team .single-team .t-bottom {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team .single-team .t-bottom *{
    color: #fff !important;
}

.schedule .single-schedule {
    border-radius: 20px !important;
    box-shadow: 0 10.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    min-height: 420px !important;
    height: auto !important;
}

.schedule .schedule-inner .button.button-box a.btn {
    box-shadow: 0 10.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    background: linear-gradient(226deg, #1b77d2 14.67%, #0f4c8f 83.17%);
    border-radius: 20px !important;
}


.single-slider .card p.h6 {
    color: #fff !important;
}

button#btnsubmit {
    border-radius: 14.36px;
    background: #25B2EF;
    width: 100%;
}

.single-slider img, .call-action img, .services img, .appointment img {
    border-radius: 20px;
    border: 2px solid #1b77d2;
    box-shadow: 0 21.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    max-width: 90%;
    height: auto !important;
    margin-bottom: 40px;
}

.schedule .button {
    margin-bottom: 20px;
}

.appointment {
    padding: 100px 0px;
}

.btn {
    background: linear-gradient(226deg, #003A88 14.67%, #2889E4 83.17%) !important;
    box-shadow: 0 5.786px 21.786px 0 rgba(0, 0, 0, 0.51);
    border-radius: 20px !important;
}

.btn:before{
    background: linear-gradient(226deg, #2889E4 14.67%, #003A88 83.17%) !important;
    border-radius: 20px !important;
}


.schedule .button.button-box.insurance {
    height: 250px;
    background: url('/assets/front/img/bg-1.webp') no-repeat transparent center center/cover;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
    transition: all 2s ease;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.schedule .button.button-box.insurance.life{
    background-image: url('/assets/front/img/life-insurance.webp');
}

.schedule .button.button-box.insurance.disability{
    background-image: url('/assets/front/img/disability-insurance.webp');
}

.schedule .button.button-box.insurance.ltc{
    background-image: url('/assets/front/img/ltc-insurance.webp');
}

.schedule .button.button-box.insurance.high-net-worth{
    background-image: url('/assets/front/img/high-net-worth.webp');
}

.schedule .button.button-box.insurance:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #2C2D3F !important;
    opacity: 0.3;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.schedule .button.button-box.insurance:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.schedule .button.button-box.insurance:hover .btn {
    transform: translateY(-100%);
    transition: transform 0.5s ease;
}

.schedule {
    height: auto !important;
}

.Feautes {
    padding-top: 100px !important;
}

button#btnsubmit {
    margin-top: 20px;
}

.form-title-text h2 {
    color: #fff !important;
    font-size: 25px;
}

.form-title-text p {
    color: #fff !important;
    font-size: 14px;
}

.form-title-text {
    margin: 20px auto;
}

@media screen and (max-width: 767px){
    .slider h1 {
        color: #fff !important;
        font-size: 25px !important;
        line-height: 40px !important;
    }

    .call-action .content{
        text-align: center !important;
    }

    .services .col-lg-5 {
        text-align: center !important;
    }
}