.service-bg-background {
    padding-top: 92px;
    position: relative;
}

.service-bg-background::before {
    content: "";
    height: calc(100% - 35px);
    background-color: #E0E3F1;
    background-image: url(../img/general-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    inset: 0;
}

.section-sservice-hero .bg-background {
    height: 454px;
}

.service-bg-background .img-thumbnail img {
    border-radius: 2rem;
    margin-right: auto;
}

.section-sservice-hero .btn-req {
    background-color: #fff;
    border: 2px solid var(--color3);
    color: var(--color3);
    font-size: 14px;
    gap: 0.5rem;
    height: 40px;
    padding: 8px;
}

.section-sservice-hero .btn-cal {
    font-size: 14px;
    gap: 0.5rem;
    height: 40px;
    padding: 8px;
    direction: ltr;
}

.section-sservice-hero .btn-req:hover {
    background-color: var(--color3);
    border: 2px solid #fff;
    color: #fff;
}

.section-sservice-hero .btn-req i {
    font-size: 18px;
    width: 28px;
    height: 28px;
    color: #fff;
    background-color: var(--color3);
}

.section-sservice-hero .btn-cal i {
    font-size: 14.5px;
    width: 28px;
    height: 28px;
}

.section-sservice-hero .editor-content.main-content {
    margin-bottom: 1.5rem;
}

.section-sservice-hero .service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
    background-color: #fff;
    border: 1px solid #E9EBF5;
    box-shadow: 0px 4px 8px 0px rgba(83, 83, 189, 0.05);
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.section-sservice-hero .ssingle-title {
    font-size: 1.2rem;
    line-height: 31px;
    color: var(--color2);
}

.section-sservice-hero .service-content-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-sservice-hero .two-slide {
    position: relative;
    width: 100%;
    max-height: 409px;
    overflow: hidden;
    direction: ltr;
    border-radius: 16px;
}
.two-slide .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}
.two-slide img {
    max-width: none;
    object-fit: cover;
    /*height: 100%;*/
    width: 100%;
    display: block;
    pointer-events: none;
}
/*
.section-sservice-hero .two-slide .first-slide,
.section-sservice-hero .two-slide .second-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.section-sservice-hero .two-slide .first-slide img,
.section-sservice-hero .two-slide .second-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.section-sservice-hero .two-slide .first-slide {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    z-index: 2;
}

.section-sservice-hero .two-slide .second-slide {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    z-index: 1;
}
*/

.section-sservice-hero .handle {
    cursor: ew-resize;
    z-index: 3;
    position: absolute;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    gap: 4px;
    border: 1px solid var(--color3);
    transition: color 0.4s ease;
}

.section-sservice-hero .handle::before {
    content: '';
    background-color: #024A63;
    width: 2px;
    height: 185px;
    bottom: 35px;
    position: absolute;
}

.section-sservice-hero .handle::after {
    content: '';
    background-color: #024A63;
    width: 2px;
    height: 185px;
    top: 35px;
    position: absolute;
}


.section-sservice-hero .sbox-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.section-sservice-hero .sbox-wrapper .number-plus {
    color: #024A63;
    font-size: 2rem;
    opacity: 50%;
}

.section-sservice-hero .sbox-wrapper .sbox-item {
    background-color: #fff;
    border: 1px solid #E0E3F1;
    box-shadow: 0px 4px 8px 0px rgba(83, 83, 189, 0.05);
    border-radius: 1.5rem;
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(25% - 1rem);
    text-align: center;
}

.section-sservice-hero .sbox-wrapper .sbox-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.section-sservice-hero .sbox-wrapper .sbox-number {
    color: var(--color3);
    font-size: 2.25rem;
    text-align: left;
}

.section-sservice-hero .sbox-wrapper .sbox-desc {
    color: #4A5272;
}


/* section aboutus style start here */
.section-about .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 58%;
    border-radius: 24px 0px 0px 24px;
    background-color: #024A63;
    z-index: -1;
}

.section-about {
    margin-top: 100px;
}

.section-about .col-4 .img-container {
    position: relative;
    z-index: 1;
}

.section-about .about-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.section-about .btn-contact {
    color: var(--color3);
    background-color: #fff;
    border: 2px solid var(--color3);
}

.section-about .btn-contact:hover {
    color: #fff;
    background-color: var(--color3);
}

.section-about .boxes-about {
    margin-top: 2rem;
    gap: 1rem;
}

.section-about .box-item {
    border: 1px solid #E9EBF5;
    padding: 1rem;
    border-radius: 1.5rem;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-400) var(--sds-size-depth-negative-200) #7C7CC91A;
}

.section-about .box-item img {
    border-radius: 50%;
    max-width: 52px;
    max-height: 52px;
}

.section-about .box-desc {
    color: var(--color2);
    font-size: 1.02rem;
    font-family: var(--bold_font);
}

.fixed__menu {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0.5rem;
}

.fixed__menu .help-heading>span {
    justify-content: flex-start;
    height: 3rem;
    font-size: 14px;
}

.footer_link__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fixed__menu .help-heading {
    margin-bottom: 12px;
}

.footer_link__wrap .button {
    font-size: 13px;
    height: 40px;
    padding: 0 3px;
    gap: 0.5rem;
    flex: 0 0 50%;
    justify-content: center;
}

.fixed__menu .help-heading>ul>li>a {
    font-size: 14px;
    padding: 0.5rem 12px;
}

.footer_link__wrap .button.btn-cal {
    direction: ltr;
}

.fixed__menu .caticon {
    display: none;
}

.fixed__menu .help-heading ul {
    display: none;
}

.fixed__menu .help-heading-title::after {
    content: "\e90f";
    font-family: 'icomoon';
    margin-right: auto;
    transform: rotate(180deg)
}

.fixed__menu .help-heading.active .help-heading-title:after {
    transform: rotate(0deg)
}

.sservice-hero-right {
    width: 100%;
}

.about-img {
    display: table;
    margin: auto;
}

@media screen and (max-width:992px) {
    .section-sservice-hero .editor-content.main-content {
        margin-bottom: 20px;
    }

    .section-sservice-hero .sbox-wrapper {
        margin-top: 4rem;
    }

    .live-support-btn {
        bottom: 9rem !important
    }

    .live-support-parent {
        bottom: 230px !important
    }

    .section-about {
        margin: 0;
    }

    /*  .section-sservice-hero .bg-background {
        height: 740px;
    }
 */
    .desktop .section-about .about-img {
        background-color: #024A63;
        border-radius: 1.5rem;
        position: relative;
        overflow: hidden;
        display: grid;
        justify-content: center;
    }

    .about-content {
        margin-top: 1rem;
    }

    .section-about .editor-content.main-content {
        text-align: center;
    }

    .about-buttons {
        justify-content: center;
    }

    .section-sservice-hero .service-content {
        flex-direction: column;
        justify-content: center;
        /* height: 141px; */
        margin-top: 1.5rem;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .section-sservice-hero .sbox-wrapper .sbox-item {
        flex: 0 0 calc(50% - 1rem);
    }
}

@media screen and (max-width:576px) {

    .section-sservice-hero .sbox-wrapper .sbox-number {
        font-size: 1.9rem;
    }

    .section-sservice-hero .sbox-wrapper .sbox-number::after {
        font-size: 1.5rem;
    }

    .section-sservice-hero .sbox-wrapper .sbox-desc {
        font-size: 13px;
    }

    /*    .section-sservice-hero .bg-background {
        height: 685px;
    } */

    /*   .section-sservice-hero .service-content {
        padding: 0 10px;
    } */

    .section-sservice-hero .btn-req,
    .section-sservice-hero .btn-cal {
        gap: 8px;
        font-size: 12px;
    }
}

/* section aboutus style end here */

/* sidebar style start here */
.help-heading {
    margin-bottom: 24px;
    padding: 8px;
    border-radius: 1rem;
    background: #fff;
    position: relative;
}

.help-heading>span {
    color: #fff;
    background-color: var(--color3);
    border-radius: 12px;
    box-shadow: 0px 6px 37.84px 0px #99999933;
    width: 100%;
    height: 70px;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 1.5rem;
    justify-content: center;
}

.help-heading .caticon {
    left: 20px;
}

.help-heading a {
    padding: 1.5rem 0;
    display: block;
    line-height: 2;
}

.help-heading li:last-of-type a {
    padding-bottom: 0.7rem;
}

.help-heading>ul>li>a {
    padding: 10px 12px;
    display: block;
    position: relative;
    font-family: var(--light_font);
    color: var(--color2);
    transition: 0.3s;
}

.help-heading>ul>li:hover>a {
    color: #002DF6;
}

.help-heading>ul>li:hover::before {
    background-color: #002DF6;
}

.help-heading>ul>li::before {
    content: '';
    background-color: #E0E3F1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 40%;
    bottom: 0;
    transition: 0.3s;
}

.help-heading>ul>li:hover {
    border-right: 1px solid #002DF6;
}

.help-heading>ul>li:hover>span {
    background-color: #002DF6;
}

.help-heading>ul>li {
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-right: 1px solid #E0E3F1;
    position: relative;
}

.help-heading>ul>li>span {
    content: '';
    background-color: #E0E3F1;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    right: 7px;
    transition: 0.3s;
}

.help-heading>ul>li:last-child>a {
    border: none;
}

ul.access_item li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EBF5;
    font-size: 1rem;
    padding: 20px 24px;
    background: #fff;
    border-radius: 16px;
}

ul.access_item li:nth-child(odd) a i {
    color: var(--color2);
    font-size: 1.2rem;
}

ul.access_item li:nth-child(even) a i {
    color: var(--color1);
    font-size: 1.2rem;
}

ul.access_item {
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

ul.access_item li {
    position: relative;
}

ul.access_item li a:hover {
    border: 1px solid var(--color1);
    color: var(--color1);
}

ul.access_item li a:hover i {
    color: #fff;
}


@media screen and (min-width: 48em) {
    .help-heading .caticon {
        left: 20px;
        top: 14px;
    }
}

/* sidebar style end here */