/* responsive */
@media (min-width: 1024px) AND (max-width: 1440px) {
    .section-banner__list__item {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position-x: right;
        background-position-y: top;
    }
}

@media (min-width: 1024px) {
    .header-transparent .logo {
        margin-top: -10px
    }

    p.sub-title {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .single-slider {
        min-height: auto
    }

    .slider-content-3 h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .slider-thumb {
        padding-right: 0
    }

    .header-2-right {
        display: table;
        width: 100%
    }

    .header-2-right .header-cta-text,
    .header-2-right .header-2-button {
        display: table-cell;
        vertical-align: middle;
        float: right
    }

    .header-2-right .header-2-button {
        float: left
    }

    .business-platform-area {
        padding: 100px 150px;
    }

    .section-customer__list__item {
        width: 130px;
        height: 130px;
    }
}

@media (min-width: 991px) {
    .view-details {
        display: none;
    }

    .head-packages {
        position: relative;
    }

    .tab-content .section-title {
        width: 70%;
        margin: 0 auto;
    }

    .tab-content .description {
        margin: 0 60px 50px 60px;
        max-width: 600px;
        font-size: 18px;
    }

    .package-feature, .package-gift {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 45px;
        display: -webkit-box;
        margin: 0 15px 20px 15px;
        padding: 0 20px;
    }

    .package-header:before {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90px;
        height: 1px;
        background: #CBCED3;
    }

    .packages-page .slider-thumb {
        background-position: center !important;
        background-size: cover !important;
    }

    .packages-main .packages-item {
        height: 100%;
    }

    .packages-page .packages-page-title {
        margin-top: 70px;
    }

    .general-features {
        padding: 40px 120px;
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .order-1 {
        order: 1;
    }

    .order-0 {
        order: 0;
    }

    .section {
        padding: 40px 0;
    }

    .section .section-title {
        margin-bottom: 40px;
    }

    .section .section-title .headline {
        font-size: 35px;
    }

    .section .section-title.text-center p.description {
        width: 100%;
    }

    .packages-page h1 {
        margin: 35px 0 15px 0;
        text-align: center;
        font-size: 36px !important;
        text-transform: uppercase;
        font-weight: 600;
    }

    .packages-page .slider-content-3 {
        text-align: left;
    }

    .packages-content-desktop {
        display: none;
    }

    .packages-mobile .headline {
        margin-bottom: 30px;
    }

    .head-packages {
        margin-top: 30px;
    }

    .head-packages .nav-tabs .nav-link img {
        float: unset;
        width: 100%;
    }

    .head-packages ul li .nav-link span:first-child {
        padding: 0;
        margin: 0;
        font-size: 15px;
        text-align: center;
    }

    .head-packages .tab-content {
        padding: 20px 0 20px 0;
    }

    .head-packages .headline {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .packages-item {
        background: #F7F7F7;
        border: 1px solid #C9C5C5;
        border-radius: 6px;
        margin-bottom: 20px;
        padding-bottom: 10px !important;
    }

    .packages-item.open {
        height: auto !important;
    }

    .packages-item.orange-bg-blur {
        background: #FF7800;
    }

    .packages-table-main, .pack-item {
        border: none;
        padding: 0;
    }

    .pack-common {
        padding: 0 15px;
    }

    .pack-item > a {
        position: relative;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .pack-item .close {
        top: 25px;
    }

    .package-header .btn {
        width: auto;
        height: 42px;
        line-height: 42px;
        border-radius: 5px;
    }

    .packages-main .row > div.col-xl-3:nth-child(3) {
        margin-top: 50px;
    }


    .view-details {
        display: block;
        position: relative;
        font-weight: bold;
        margin-top: 15px;
        padding: 10px 0;
        text-align: center;
    }

    .packages-contentmb {
        opacity: 0;
        height: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .packages-item .arrow {
        padding: 3px;
        position: absolute;
        top: 13px;
        margin-left: 10px;
        border-color: #1F2642;;
    }

    .packages-item .arrow.up {
        top: 9px;
    }

    .packages-contentmb .head-item {
        width: 100%;
    }

    .packages-item.open .packages-contentmb {
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .packages-item.open .collapse-more, .packages-item .collapse-hidden {
        display: none;
    }

    .packages-item.open .collapse-hidden {
        display: block;
        padding: 0 15px;
    }

    .package-gift {
        padding: 0 !important;
        margin-bottom: 0 !important;
        min-height: unset;
    }

    .package-gift:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90px;
        height: 1px;
        background: #FF7800;
        display: none;
    }

    .package-price p {
        margin: 0;
    }

    .view-details .plus-minus:before {
        top: 4px;
        height: 10px;
        margin-left: 4px;
        background-color: #FF7800
    }

    .view-details .plus-minus:after {
        width: 10px;
        background-color: #FF7800
    }

    .plus-minus.minus:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .head-item {
        padding: 5px 0;
        background: #DDDEE1;
    }

    .packages-item .btn {
        display: block;
        margin: 25px 15px 40px 15px !important;
    }

    .packages-item.orange-bg-blur p, .packages-item.orange-bg-blur a {
        color: #ffffff;
    }

    .packages-item.orange-bg-blur .package-price, .packages-item.orange-bg-blur .view-details, .packages-item.orange-bg-blur .head-item {
        background: rgba(84, 39, 0, 0.3);
    }

    .packages-item.orange-bg-blur .package-gift span {
        color: #ffffff !important;
    }

    .packages-item.orange-bg-blur .package-gift:before, .packages-item.orange-bg-blur .btn {
        background: #ffffff;
    }

    .packages-item.orange-bg-blur .btn {
        color: #FF7800;
    }

    .packages-item.orange-bg-blur .view-details .plus-minus:before, .packages-item.orange-bg-blur .view-details .plus-minus:after, .packages-item.orange-bg-blur .close:before, .packages-item.orange-bg-blur .close:after {
        background-color: #ffffff
    }

    #accordion-pack .card-header h2 {
        padding-right: 30px;
    }

    .head-packages {
        margin-bottom: 0;
    }

    .package-header p {
        text-align: center;
    }

    .package-year {
        padding-left: 30px;
    }

    .view-details:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #6F7CB3;
        top: -10px;
        left: 0;
        opacity: 0.3;
    }

    .packages-main .row > div {
        padding-left: 15px !important;
    }

    /*.packages-hot .hot-deal {
        background: #FFDDBD;
        color: #FF7800;
        font-weight: bold;
        text-align: center !important;
        border-radius: 4px;
        margin: 0 auto;
        max-width: 100%;
    }*/
    .packages-main .packages-item.packages-hot {
        box-shadow: none;
        border-radius: 6px;
    }

    .features-name {
        padding: 15px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    .pack-item .checkmark {
        margin-left: 5px;
    }

    .packages-content {
        padding: 0;
    }

    .packages-page .section-title .description {
        text-align: center;
        opacity: 0.7;
    }

    .question-packages {
        padding-top: 20px;
    }

    .packages-web ul li .nav-link {
        padding: 10px 15px;
    }

    .section-title__title {
        font-size: 24px !important;
        padding: 0 20px;
    }

    .section-benefit__business__list,
    .section-benefit__business__title--text {
        padding-left: 0 !important;
    }

    .section-benefit__manager__list, .section-benefit__manager__title {
        padding-right: 0 !important;
    }

    .section-benefit__manager__left {
        order: 2;
    }

    .section-benefit__manager__right {
        order: 1;
    }

    .section-highlight__list__item--image {
        padding-top: 0;
    }

    .section-highlight__list__item {
        padding: 20px 15px;
    }

    .section-highlight__list__item--image img {
        width: 70px;
        height: 70px;
    }

    .section-highlight__list__item__description--text {
        margin-bottom: 0;
        min-height: 66px;
    }

    .section-banner {
        padding-top: 0;
        /* padding-bottom: 50px;*/
    }

    .section-banner--slide .slick-next {
        right: 0;
    }

    .section-banner--slide .slick-prev {
        left: 0;
    }

    .section-banner--slide .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }

    .section-banner__list__item {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /***Start Section Initialization Steps***/
    .section-initialization-steps__list {
        flex-direction: column;
    }

    .section-initialization-steps__list__item {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .section-initialization-steps__list__item:after,
    .section-initialization-steps__list__item:before {
        display: none;
    }

    /***End Section Initialization Steps***/
    /***Start Section Feature***/
    .feature--content {
        padding-right: 0;
        text-align: center;
    }

    .section-highlight__list__item {
        margin-bottom: 20px;
    }

    .section-features .order-1 {
        order: 1;
    }

    .section-features .order-2 {
        order: 2;
    }

    .feature_metric__content__description {
        color: #333C4E;
        opacity: 0.6;
    }

    .tab-content--features-list {
        padding: 0 25px;
    }

    .tab-content--features-list > .tab-pane {
        padding-bottom: 50px;
    }

    .feature_metric__content__title {
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        color: #031B4E;
        margin-bottom: 15px;
    }

    /***End Section Feature***/
    /***Start Section Library***/
    .section-library--title {
        text-align: center;
    }

    .section-library__content {
        flex-direction: column;
        text-align: center;
    }

    .section-library__list__item__slide {
        padding-bottom: 70px;
    }

    .section-library__list .slick-arrow {
        top: auto;
        bottom: 0;
        transform: unset;
        margin-right: 0;
    }

    .section-library__list .slick-prev {
        left: 50%;
        transform: translate(calc(-50% - 30px), 0%);
    }

    .section-library__list .slick-next {
        left: 50%;
        transform: translate(calc(-50% + 30px), 0%);
    }

    .operating_system__list_item {
        padding: 15px 15px;
    }

    /***End Section Library***/
    /***Start Section Price List***/
    .section-price-list__heading_title {
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
        padding: 18px 10px;
        margin-bottom: 20px;
    }

    .section-price-list__heading_title.p-fixed {
        z-index: 9999;
    }

    .section-price-list__detail {
        padding: 0 10px;
    }

    .package {
        background: #FFFFFF;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        padding: 22px 0px;
        margin-bottom: 25px;
        text-align: left;
    }

    .package__top {
        padding: 0 24px 16px 24px;
        border-bottom: 0.7px solid #DBDBDB;
    }

    .package__body,
    .package__bottom {
        padding: 0 24px;
    }

    .package__old-price {
        font-weight: 600;
        font-size: 24px;
        color: #0069FF;
    }

    .package__price {
        font-size: 14px;

    }

    #form-control__price-list {
        position: relative;
    }

    .p-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        background: #fff
    }

    /***End Section Price List***/
    .affiliate-page .section-benefit__manager--image img{
        padding-left: 0;
    }
}

@media (min-width: 991px) {
    .customer-slider .description {
        width: 80%;
        margin: 0 auto;
    }

    .customer-slider-list {
        height: 630px;
        margin: 0 !important;
    }

    .customer-slider-item-image img {
        width: 100%;
        height: 531px;
    }
}

@media (max-width: 767px) {
    .about-area .mt--170 {
        margin-top: 0;
    }

    .customer-slider-item .no-padding {
        padding: 0
    }

    .customer-slider .description {
        padding: 0 0 50px 0;
    }

    .customer-slider .customer-slider-item .customer-slider-item-image {
        display: block;
    }

    .customer-slider-item-desc {
        padding: 20px 30px 30px 30px;
        text-align: center;
        height: auto;
        border-radius: 0 0 20px 20px
    }

    .customer-slider-item-desc h3 {
        margin: 0;
    }

    .customer-slider-item-image img {
        border-radius: 20px 20px 0 0
    }

    .about-area .mt--170 {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .customer-slider .paginator-center li {
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .map-area .blob {
        width: 8px;
        height: 8px;
    }

    .scrollToTop {
        right: 7px
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-100,
    .pb-200 {
        padding-bottom: 60px
    }

    /* slider */
    .home-page .slider-content-3 {
        padding: 30px 0 50px 0;
    }

    .slider-content-3 {
        padding: 30px 0 30px 0;
        text-align: center;
    }

    .single-slider {
        display: block !important;
    }

    .slogan-zz {
        font-size: 12px;
    }

    .slider-thumb {
        position: unset;
    }

    .slider-area .col-xl-6.hidden-md-up {
        padding: 0;
    }

    .horizontal-line {
        margin-bottom: 30px
    }

    /* slider area */
    /* header */
    .header-transparent {
        border-bottom: none
    }

    .main-menu-area {
        padding: 0
    }


    .header-2-right {
        margin-top: 0
    }

    .header-2-button {
        margin-right: 0;
        margin-top: 15px
    }

    .header-2-button a {
        border: none;
        padding: 0;
        font-size: 13px
    }

    .header-2-button a:hover {
        background: unset
    }

    .header-2-right {
        padding: 10px 15px
    }

    .header-cta-text p {
        display: inline-block;
        font-size: 13px
    }

    .header-2-button .sub-language {
        top: 20px;
        left: 0
    }

    .header-2-button .sub-language a span {
        padding-left: 4px
    }

    /* end header */
    /* menu mb */
    .menu-bar {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-bar span {
        display: block;
        width: 25px;
        height: 3px;
        background: #1F2642;
        margin-top: 4px;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #ffffff;
        z-index: 9999;
        transition: all 0.5s;
        padding: 0 15px;
        transform: translate(-100%);
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 20px;
        max-width: 90%;
    }

    .open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(0) !important;
        height: 100% !important;
    }

    .logo-menumb {
        padding: 26px 0 50px 0;
    }

    .arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
    }

    .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .body-menumb ul li {
        padding-top: 20px;
    }

    .body-menumb ul li {
        position: relative;
    }

    .body-menumb ul li.has-child > a {
        display: block;
    }

    .body-menumb ul li.has-child > a {
        line-height: 30px;
        color: #1F2642;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;

    }

    .body-menumb ul li.has-child > a > i {
        position: absolute;
        top: 50%;
        right: 15px;
        padding: 4px;
    }

    .body-menumb ul li.has-child > a:not(.collapsed) > i {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);

    }

    .body-menumb ul li:not(.has-child) > a > .name {
        padding-left: 12px;
    }

    .btn-register {
        border: 1px solid #0069FF;
        box-sizing: border-box;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btn-login {
        display: block;
    }

    /*    .main-menumb.hide, .mbsub-menu {
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            height: 0;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            overflow: hidden;
        }
    */
    .back-main {
        padding: 0 5px;
    }

    .main-menumb.hide {
        transform: translateX(-100%);
    }

    .main-menumb {
        transform: translate(0);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .img-mbsub {
        width: 20%;
        float: left;
    }

    .img-mbsub img {
        max-width: 60px;
        height: auto;
    }

    .text-mbsub {
        padding-left: 80px;
    }

    .text-mbsub span {
        display: block;
    }

    .text-mbsub .name {
        font-weight: bold;
        font-size: 20px;
        line-height: 113.1%;
    }

    .text-mbsub .des, .text-mbsub .detail {
        font-size: 14px;
        line-height: 113.1%;
    }

    .text-mbsub .des {
        padding: 10px 0;
        font-weight: 600;
    }

    .text-mbsub .detail {
        line-height: 21px;
    }

    /* end menu mb */
    .services-area .section-title {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-title span.description {
        font-size: 20px;
        line-height: 30px;
    }

    .services-area .section-title .description {
        width: 100%;
        padding-left: 0;
    }

    .home-page .section-title {
        text-align: center;
    }

    .services-area .headline {
        margin-bottom: 30px;
    }

    .services-area .single-services {
        margin-bottom: 25px;
    }

    .services-name {
        padding: 22px 0 13px 0;
    }

    .sub-services-name {
        line-height: 113.1% !important;
    }

    .description-services {
        min-height: auto;
    }

    .about-us-content h3 {
        margin-bottom: 10px;
    }

    p.headline {
        font-size: 36px;
        line-height: 1.425;
        width: 100%;
        margin: auto;
    }

    .single-services .description-services {
        padding-top: 10px;
        padding-bottom: 25px;
        min-height: auto;
    }

    /* about area */
    .about-area .section-title {
        text-align: center
    }

    .about-area ul {
        text-align: center
    }

    .about-area ul li .about-us-icon {
        float: none;
        margin-bottom: 20px;
        margin-right: 0
    }

    .about-us-content h4 {
        margin: 0;
        margin-bottom: 5px;
    }

    .about-area .about-us-text li:not(:last-child) {
        margin-bottom: 20px
    }

    .about-us-text li {
        margin-bottom: 0
    }

    .about-us-img {
        padding-right: 0
    }

    .fact-text {
        width: 100%;
        text-align: center
    }

    .circle {
        width: 74px;
        height: 74px
    }

    p.number,
    span.sub-number {
        font-size: 18px;
        margin-bottom: 0
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        background: #fff
    }

    .about-area ul li {
        width: 100%;
        padding: 0;
    }

    .about-area ul li .about-us-icon {
        float: left;
        padding-top: 10px;
    }

    .about-area ul li .about-us-content {
        margin: 0;
        text-align: left;
        padding-left: 70px;
        overflow: unset;
    }

    .about-area .description-services {
        text-align: left;
    }

    /* partner */
    .partner-area {
        margin-bottom: 70px;
    }

    .partner-headline {
        display: block;
        margin-bottom: 30px;
    }

    .partner-headline .headline-left, .partner-headline .headline-right {
        max-width: 100%;
        text-align: center;
    }

    .partner-headline .headline-left p {
        line-height: 44px;
        display: inline-block;
    }

    .partner-headline .headline-left p:first-child {
        padding-right: 5px;
    }

    .partner-headline .headline-right {
        padding: 0;
        margin-top: 25px;
    }

    .partner-headline .headline-right:before {
        display: none;
    }

    .partner-headline .headline-right .viewmore {
        margin-top: 15px;
    }

    .partner-area .partner-list img {
        max-width: 100%;
    }

    .customer-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48% !important;
        flex: 0 0 48% !important;
        max-width: 48%;
        text-align: center;
    }

    .customer-item.m-mr-0 {
        margin-right: 0;
    }

    .customer-item.mr-0 {
        margin-right: 1.5% !important;
    }

    .about-us-wrapper .section-title, .about-us-wrapper .about-us-text {
        margin-right: 0px;
    }

    /* end partner */
    /* blog area */
    .blog-wrapper {
        padding: 0 15px
    }

    .blog-area .headline {
        width: 100%
    }

    .blog-text p.sub-title {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .blog-area .services-viewmore {
        display: none
    }

    .blog-area .horizontal-line {
        margin-bottom: 30px
    }

    .blog-meta {
        margin: 12px 0 !important;
        padding: 0 !important
    }

    .box-question .answer {
        display: none
    }

    .box-question.active .answer {
        display: block
    }

    .blog-area .slider-button {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0
    }

    .blog-area .angle-right {
        right: 20px
    }

    .blog-area .section-title .description {
        width: 100%;
        margin: 20px 0 30px 0;
    }

    /*.blog-area .blog-2-wrapper .blog-img{
    margin: 0 30px;
    }*/
    .blog-text-head, .blog-text, .blog-meta {
        text-align: center;
    }

    .blog-text {
        margin: 0 30px;
    }

    /* map area */
    .map-area .title-map,
    .map-area .description-map {
        position: unset;
        width: 100%;
        text-align: center
    }

    .map-area .title-map {
        margin-top: 31px;
        margin-bottom: 15px
    }

    .map-area .description-map:not(:last-child) {
        margin-bottom: 30px
    }

    .map-area .horizontal-line {
        margin: 0 auto
    }

    .map-area {
        padding-bottom: 30px;
    }

    .map-area .headline {
        margin: 0 15px;
        width: auto;
        padding: 0;
    }

    .map-area .description {
        width: 100%;
        margin: 25px 0 30px 0;
        display: block;
    }

    .map-area .map-image {
        padding: 0;
        margin-bottom: 40px;
    }

    .map-area .map-image img {
        max-width: 100%;
    }

    .four-column .box-right .head-text p {
        margin-bottom: 4px;
    }

    .four-column .box-right {
        margin-bottom: 25px;
    }

    /* business-platform-area */
    .business-platform-area {
        padding: 60px 15px
    }

    .business-platform-area p.headline, .choose-package-area p.headline {
        margin: 0 15px 40px 15px;
        width: auto;
    }

    /* footer */
    .footer-top-area .list-footer-icon {
        margin-top: 0;
    }

    .footer-top-area .list-footer-icon li:not(:first-child) {
        padding-left: 12px;
    }

    .footer-middle-area {
        padding: 42px 0 0 0
    }

    .footer-wrapper .title-footer,
    .footer-bottom-area .copyright p:first-child {
        color: #fff;
        line-height: 18px
    }

    .copyright {
        text-align: left
    }

    .list-footer-icon li:first-child {
        padding-left: 0
    }

    .list-footer-icon li {
        padding-left: 10px
    }

    .footer-top-area .list-footer-icon li {
        padding-left: 3px
    }

    .footer-middle-area .list-footer li p {
        padding-left: 20px
    }

    .footer-middle-area .list-footer {
        padding-bottom: 35px;
    }

    .reserved {
        padding-top: 10px;
    }

    .section-customer__list__item {
        width: 100px;
        height: 100px;
        padding: 0 20px;
    }

    .section-benefit__manager__list__item {
        width: 100%;
    }

    .mbsub-menu li i {
        margin-right: 16px
    }

    .services-area {
        background: #F3F5F9;
    }

    .single-working-process:hover {
        transform: translateY(-10px);
    }

    .section-highlight__list__item:hover {
        transform: translateY(-10px);
    }

    /***Main-banner-***/
    .section-mainbanner {
        padding: 50px 0;
        background: linear-gradient(90deg, #0069FF 0%, #003785 100%);
    }

    .mainbanner-content .section-title h2 {
        font-size: 25px;
    }

    .mainbanner-content .description {
        font-size: 20px;
    }

    .mainbanner-content .section-sub-title {
        font-size: 14px;
    }

    .slider-area .bg-slider {
        background-size: cover;
        background-position: center;
    }

    .mainbanner-content .section-title {
        margin-bottom: 20px;
        text-align: center;
    }

    /***Main-banner-***/

}

@media (max-width: 991px) {
    .about-area .mt--170 {
        margin-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-us-wrapper .section-title, .about-us-wrapper .about-us-text {
        margin-right: 0;
    }

    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 1
    }

    .section-business__content.max-width-60 {
        max-width: 100%;
    }

    .business-platform-area {
        padding: 60px 50px;
    }

    .section-support__list__item__content {
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 66px;
        display: -webkit-box;
    }

    .section-feedback {
        padding-bottom: 25px;
    }

    .section-feedback__list__item img {
        display: inline;
    }

    .section-feedback__list__item {
        display: block !important;
    }

    .section-feedback__list__item__left,
    .section-feedback__list__item__right {
        width: 100%;
    }

    .section-feedback__list__item__right {
        padding-left: 0;
    }

    .section-feedback__list__item__right--description {
        text-align: center;
        margin-top: 50px;
    }

    .quote:after {
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-feedback--slide .slick-arrow {
        position: absolute;
        opacity: 1;
        visibility: visible;
        cursor: pointer;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        bottom: 0;
    }

    .section-feedback--slide .slick-prev {
        left: 36% !important;
    }

    .section-feedback--slide .slick-next {
        right: 36% !important;
    }

    .section-feedback .slick-slider {
        padding: 50px 0 70px;
        position: relative;
    }

    .section-benefit__manager__list__item {
        width: 100%;
    }

    .section-benefit__business__list,
    .section-benefit__business__title--text {
        padding-left: 20px;
    }

    .section-benefit__manager__list, .section-benefit__manager__title {
        padding-right: 20px;
    }

    .section-banner__list__item {
        background-position-x: center;
        background-position-y: bottom;
        max-height: 600px;
    }
}

@media (max-width: 1200px) {
    .home-page .slider-thumb {
        min-height: 119%;
    }

    .business-platform-area {
        padding: 100px 150px;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 35px 0;
        overflow: hidden;
    }

    .section-title h1, .section .section-title .headline {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .description, .slider-content p {
        font-size: 16px;
    }

    .about-area ul li .about-us-icon {
        display: none;
    }

    .about-area ul li .about-us-content {
        padding-left: 0;
        text-align: center;
    }

    .about-area .description-services {
        text-align: center;
    }

    .customer-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47% !important;
        flex: 0 0 47% !important;
        max-width: 47%;
        text-align: center;
        margin-right: 2.5%;
        margin-bottom: 2.5%;
        padding: 10px;
        height: auto;
        min-height: auto;
        border-radius: 5px;
    }

    .customer-item img {
        height: 45px;
    }

    .customer-item.mr-0 {
        margin-right: 2.5% !important;
    }

    .map-area .map-box-item p {
        font-size: 13px;
    }

    .about-area ul li.mb-0 {
        margin-bottom: 20px !important;
    }

    .package-header {
        text-align: center;
    }

    .package-header p, .view-details {
        text-align: inherit !important;
    }

    .section-feedback {
        padding-top: 0;
    }
}

@media (max-width: 991px) AND (min-width: 768px) {
    .tab-price-list {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        max-width: 100%;
    }

    .tab-price-list::-webkit-scrollbar {
        display: none;
    }

    .section-price-list__body .nav-tabs .nav-link {
        width: max-content;
    }

    .section-library__content {
        flex-direction: column;
    }

    .feature--content {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .section-banner__list__item[style^='background-image'] {
        position: static;
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .mainbanner-content--image[style^='background-image'] {
        position: static;
        top: unset;
        right: unset;
    }

    .section-banner__list__item .container {
        position: relative;
    }

    .section-banner__list__item .section-image {
        width: auto;
    }

    .section-banner__list__item .slick-track {
        background-image: linear-gradient(
                90deg, rgb(0, 104, 253) 0%, rgb(0, 55, 134) 100%);
    }

    .section-banner__list__item {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    /*.mainbanner-content--image{
      position:absolute;
      top:0;
      right:0;
    }*/
    .section-banner__list__item .container {
        position: static;
    }

    .section-banner__list__item .section-image {
        width: 900px;
        overflow: hidden;
    }

    .section-banner__list__item {
        max-height: 720px
    }
}

@media (min-width: 768px) AND (max-width: 1600px) {
    .section-banner__list__item[style^='background-image'] {
        position: static;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-banner__list__item .section-image {
        width: 650px;
        overflow: hidden;
    }

    .section-banner__list__item {
        background-image: none;
    }
}
@media (min-width: 768px){
    .section-initialization-steps__list__item + .section-initialization-steps__list__item{
        border-left: none;
    }
}
/* end responsive */