*, :after, :before {
    box-sizing: border-box;
}
.apps-download-links-wrap {
    margin: 10px 0;
}
.txt-cta {
    text-align: center;
    margin-top: 20px;
}
.main-container-wrapper {
    overflow-x: hidden;
}
.item:focus {
    outline-width: 0;
}
img{
    display: block; 
}

.other-lang h1 {
    font-size: 42px;
}
body.other-lang h2 {
    font-size: 32px;
}   
.other-lang .wrapper h4 {
    font-size: 24px;
}
.other-lang .accord-main h3 {
    font-size: 18px;
}
.other-lang .accord-main .active h3 {
    font-size: 1.03em;
}


.i18n-ar .team-section span.arrow {
    right: inherit;
    left: 10px;
}

.i18n-ar .accord-main h3, 
.i18n-ar .accord-content {
    padding-left: 40px;
    padding-right: 50px;
}
.i18n-ar .accordion .team-content h3::before {
    left: inherit;
    right: 0;
}

.i18n-ar span.progressbar::before {
    left: initial;
    right: 0;
}


.meet-section div > * ,
.i18n-ar .team-section div > *, 
.i18n-ar .report-section div > *{
    direction: ltr;
}

.i18n-ar .report-section .report-content {
    direction: rtl;
}
.i18n-ar .txt-cta,
.i18n-ar .cta-section div > * {
    text-align: center;
}

.i18n-ar .meet-content {
    padding-left: 10px;
    padding-right: 80px;
}

.i18n-ar .meet-section span.icon {
    right: 10px;
    left: initial;
}
.i18n-ar ul.slick-dots {
    text-align: center;
}

h1 {
    font-size: 54px;
}
body h2 {
    font-size: 45px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2;
}
.wrapper h4 {
    font-family: var(--zf-secondary-bold);
    font-size: 26px;
}
a.act-btn.cta-btn {
    padding:15px 45px;
    border-radius: 3px;
    border: 0;
}
.apps-download-links-wrap a {
    margin-left: 0;
}     

.rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.rows > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

h2 span {
    color: #fd4a47;
}

#mini-panel-product_menu .product-nav-links .menu>li>a {
    padding: 20px 0 10px;
}
#header, .banner-section {
    background: #f1ecff;
}
.banner-section {
    padding: 5em 0 8em;
}

.banner-img img {
    max-width: 640px;
    margin: 0 auto;
}

.banner-content {
    max-width: 740px;
    margin-top: 50px;
}
.banner-content p {
    max-width: 530px;
}

.wrapper span.icon {
    background: url(/sites/default/files/bookings/images/zbookings-fea-sprites.png);
    width: 55px;
    height: 60px;
    display: block;
    background-size: 2400px;
    background-position: 5px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.wrapper .setup-section {
    padding: 6em 0;
    overflow-x: hidden;
    background: #fbfaff;
}

.setup-section h2 {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.setup-box {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
}

.box-content {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    padding: 45px 35px;
    margin: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px #f1f1f1;
    border: 1px solid #f1eefd;
}

.setup-section .box-1 span.icon {
    background-position: 5px 0;
}

.setup-section .box-2 span.icon {
    background-position: -49px 0;
}

.setup-section .box-3 span.icon {
    background-position: -106px 0;
}

.setup-section .box-4 span.icon {
    background-position: -158px 0;
}
.setup-section .box-5 span.icon {
    background-position: -211px 0;
}
.setup-section .box-6 span.icon {
    background-position: -266px 0;
}

.box-content p {
    margin: 0;
}

.team-section {
    background: #1c1931;
    color: #fff;
    padding: 6em 0;
}
.team-section h2 {
    margin: 0 auto 70px;
    max-width: 800px;
    text-align: center;
}
.accord-content {
    display: none;
    padding-top: 15px;
    padding-left: 52px;
    padding-right: 40px;
}


.accord-main h3 {
    font-family: var(--secondaryfont-regular);
    font-size: 20px;
    margin: 0;
    position: relative;
    padding-left: 52px;
}

.accord-main .team-content {
    border-bottom: 1px solid #2e2c44;
    padding: 25px 0;
    cursor: pointer;
    position: relative;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
span.arrow {
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
}

span.arrow::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #f5ce49;
    position: absolute;
    top: 11px;
    right: 0;
    opacity: 0;
}

span.arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #f5ce49;
    position: absolute;
    right: 7px;
    top: 5px;
    border-bottom: 2px solid #f5ce49;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.accordion .team-content h3::before {
    content: "";
    background: url(/sites/default/files/bookings/images/zbookings-fea-sprites.png);
    width: 35px;
    height: 35px;
    display: block;
    background-size: 1400px;
    background-position: -280px -48px;
    background-repeat: no-repeat;
    position: absolute;
    left: 8px;
    top: 0;
}

.team-content.active {
    background: #292141;
    /* padding: 35px 50px 25px 40px; */
}
.active span.arrow{
    opacity: 1;
}
.accordion .team-content p {
    margin: 0;
}
.accord-main .active h3 {
    color: #f5ce49;
    font-family: var(--secondaryfont-bold);
    font-size: 1.14em;
}


div#location h3::before {
    background-position: -219px -37px;
    width: 30px;
}
div#location.active h3::before {
    background-position: -219px -4px;
}

div#roles h3::before {
    background-position: -231px -32px;
    width: 31px;
    height: 30px;
    background-size: 1300px;
    top: -2px;
}
div#roles.active h3::before {
    background-position: -231px -2px;
}

div#team h3::before {
    background-position: -201px -36px;
    width: 30px;
    height: 36px;
    background-size: 1480px;
    top: -8px;
}
div#team.active h3::before {
    background-position: -201px -2px;
}

div#premium h3::before {
    background-position: -281px -36px;
    width: 36px;
}
div#premium.active h3::before {
    background-position: -281px -1px;
}

div#work-crm h3::before {
    background-position: -314px -36px;
    width: 36px;
    height: 30px;
}
div#work-crm.active h3::before {
    background-position: -314px -4px;
}

div#booking-form h3::before {
    background-position: -348px -35px;
    height: 32px;
}
div#booking-form.active h3::before {
    background-position: -348px -2px;
}

div#mobileapps h3::before {
    background-position: -380px -35px;
    width: 30px;
    top: -3px;
    height: 32px;
}
div#mobileapps.active h3::before {
    background-position: -380px -3px;
}

div#notify h3::before {
    background-position: -409px -35px;
    height: 32px;
}
div#notify.active h3::before {
    background-position: -409px -3px;
}
            
span.progressbar {
    background: #acb7e6;
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

span.progressbar::before {
    background:#fd4a47;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
}

.active span.progressbar::before {
    width: 100%;
}

.active span.progressbar {
    opacity: 1;
}


/**** Team ****/
.team-section .col-1 {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}

.team-section .col-2 {
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    max-width: 65%;
}
.team-img {
    padding-left: 100px;
}
.team-img img {
    max-width: 140%;
}

/***** Meet ****/

.meet-section {
    padding: 6em 0;
}
.meet-section h2 {
    max-width: 550px;
    margin-bottom: 55px;
}
.meet-content {
    padding-left: 80px;
    position: relative;
    max-width: 480px;
    margin-bottom: 40px;
}

.meet-section span.icon {
    background: url(/sites/default/files/bookings/images/zbookings-fea-sprites.png);
    width: 54px;
    height: 55px;
    display: block;
    background-size: 2300px;
    background-position: 5px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.meet-section .box-1 span.icon {
    background-position: -728px 0px;
    width: 53px;
}
.meet-section .box-2 span.icon {
    background-position: -780px 0;
}
.meet-section .box-3 span.icon {
    background-position: -831px 0;
}

.meet-img {
    text-align: center;
}
.meet-img img {
    margin-bottom: 60px;
}

/***** Report ****/
.report-section {
    background: #fbfaff;
    padding: 6em 0;
}
.report-section h2 {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
}

.report-main,
.booking-main {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.report-main .report-split,
.booking-content {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-right: 60px;
}

.report-section .col-1 {    
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
}

.report-section .col-2 {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}

.report-img img {
    max-width: 230%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.14901960784313725);
}


.report-section .report-content {
    margin-bottom: 50px;
}

.report-section .box-1 span.icon {
    background-position: -921px 0px;
}
.report-section .box-2 span.icon {
    background-position: -1029px 0;
}
.report-section .box-3 span.icon {
    background-position: -1138px 0;
}
.report-section .box-4 span.icon {
    background-position: -974px 0px;
}
.report-section .box-5 span.icon {
    background-position: -1083px 0;
}
.report-section .box-6 span.icon {
    background-position: -2280px 0;
}

/******Booking ****/

.booking-section {
    padding: 6em 0;
}
.booking-main {
    padding-left: 40px;
}
.booking-section .col-2 {
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    max-width: 65%;
}
.booking-section .col-1 {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}
.booking-section .booking-content {
    margin-bottom: 40px;
}
.booking-slider {
    margin: 0 auto;
    max-width: 1100px;
}

.slick-dots li.slick-active {
    background: #7068ff;
    width: 10px;
    height: 10px;
    border:0;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    border:0;
}
.booking-section .box-1 span.icon {
    background-position: -1192px 0px;
}
.booking-section .box-2 span.icon {
    background-position: -1246px 0px;
}
.booking-section .box-3 span.icon {
    background-position: -1302px 0px;
}
.booking-section .box-4 span.icon {
    background-position: -1356px 0px;
}
.booking-section .box-5 span.icon {
    background-position: -1022px 0;
}

/***** Delivery ******/

.delivery-section span.icon {
    background-image: url(/sites/default/files/bookings/images/zbookings-fea-sprites.png);
    width: 55px;
    height: 55px;
    background-size: 2210px;
}
.delivery-section .box-1 span.icon {
    background-position: -1296px 0px;
    width: 55px;
}
.delivery-section .box-2 span.icon {
    background-position: -1347px 0px;
}
.delivery-section .box-3 span.icon {
    background-position: -1397px 0px;
    width: 50px;
}
.delivery-section .box-4 span.icon {
    background-position: -1442px 0px;
}
.delivery-section .box-5 span.icon {
    background-position: -1497px 0px;
}
.delivery-section .box-6 span.icon {
    background-position: -1545px 0px;
}
.delivery-section .box-7 span.icon {
    background-position: -1595px 0px;
}
.delivery-section .box-8 span.icon {
    background-position: -1648px 0px;
    width: 50px;
}
.delivery-section .box-9 span.icon {
    background-position: -1698px 0px;
    width: 50px;
}


.report-section.email-section {
    background: #fff;
}
.email-section .rows {
    align-items: center;
    -ms-flex-align: center;
}
.email-section .report-img img {
    max-width: 135%;
    box-shadow: none;
}
.email-section .col-1 {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
}
.email-section .col-2 {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
}

.email-section .box-1 span.icon {
    background-position: -1897px 0px;
}
.email-section .box-2 span.icon {
    background-position: -2008px 0px;
}
.email-section .box-3 span.icon {
    background-position: -2113px 0px;
}
.email-section .box-4 span.icon {
    background-position: -1952px 0px;
}
.email-section .box-5 span.icon {
    background-position: -2059px 0px;
}
.report-section.email-section .box-6 span.icon {
    background-position: -2337px 0;
}




.wrapper .sch-sec {
    background: #eeebfd;
    padding: 6em 0;
    position: relative;
}

.wrapper .sch-sec::after {
    content: "";
    position: absolute;
    background: #eeebfd url(/sites/default/files/bookings/images/btesti-bg.jpg);
    padding: 6em 0;
    background-size: 340px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .6;
}

.wrapper .sch-sec .content-wrap {
    z-index: 10;
    position: relative;
}
.sch-sec .box-1 span.icon {
    background-position: -2169px 0px;
    width: 55px;
}
.sch-sec .box-2 span.icon {
    background-position: -2225px 0px;
}


.cta-section {
    background: #1c1931 url(/sites/default/files/bookings/images/booking-cta-bg.jpg);
    color: #fff;
    text-align: center;
    padding: 7em 0;
    background-repeat: repeat;
}

.cta-content a.act-btn.cta-btn {
    margin-top: 20px;
}
.cta-section p {
    margin: 0;
}

.cta-section .content-wrap {
    max-width: 768px;
}

.cta-section .cta-content {
    max-width: 620px;
    margin: 0 auto;
}
.cta-section span.icon {
    background: url(/sites/default/files/bookings/images/zbookings-fea-sprites.png);
    background-repeat: no-repeat;
    background-position: -522px -7px;
    background-size: 2295px;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.cta-section span.icon.icon-2 {
    background-position: 2px -65px;
    top: 0;
    left: -5em;
}

.cta-section span.icon.icon-4 {
    background-position: -202px -60px;
    bottom: 4em;
    right: -6em;
}

.cta-section span.icon.icon-5 {
    background-position: -148px -64px;
    bottom: 11em;
    right: -5em;
}

.cta-section span.icon.icon-3 {
    background-position: -97px -66px;
    bottom: 10px;
    right: 20px;
}

.cta-section span.icon.icon-1 {
    left: -1em;
    top: 5em;
    background-position: -47px -67px;
}

.cta-section span.icon.icon-6 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    left: -5em;
    top: 5em;
}

.cta-section span.icon.icon-7 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    right: -1em;
    top: 5em;
    border-radius: 50%;
}

.cta-section span.icon.icon-6 {
    animation: 5s rotate linear infinite;
}

.setup-section.sch-sec .box-content {
    box-shadow: 0 0 30px #21212129;
}

/*****animated*****/


.fadeinup1,
.fadeinup2,
.fadeinup3,
.fadeinup4,
.fadeinup5,
.fadeinup6,
.fadeindown1,
.fadeindown2,
.fadeindown3{
    opacity: 0;
}

.fadeinup1,
.fadeinup2,
.fadeinup3,
.fadeinup4,
.fadeinup5,
.fadeinup6,
.textup1,
.textup2,
.textup3,
.textup4,
.textup5,
.textup6{
    transform: translate3d(0,50px,0);
    -webkit-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}

.fadeindown1,
.fadeindown2,
.fadeindown3{
    transform: translate3d(0,-50px,0);
    -webkit-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}

.fadeinleft3{
    opacity: 0;
    transform: translate3d(-50px,0,0);
    -webkit-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}
.fadeinright3{
    opacity: 0;
    transform: translate3d(50px,0,0);
    -webkit-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}

.middle-animated .fadeinleft3,
.middle-animated .fadeinright3,
.middle-animated .fadeinleft5,
.middle-animated .fadeinup1,
.middle-animated .fadeinup2,
.middle-animated .fadeinup3,
.middle-animated .fadeinup4,
.middle-animated .fadeinup5,
.middle-animated .fadeinup6,
.middle-animated .fadeindown1,
.middle-animated .fadeindown2,
.middle-animated .fadeindown3,
.middle-animated .textup1,
.middle-animated .textup2,
.middle-animated .textup3,
.middle-animated .textup4,
.middle-animated .textup5,
.middle-animated .textup6{
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.fadeindown1,
.fadeinup1,
.textup1{
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.fadeindown2,
.fadeinup2,
.textup2{
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
.fadeinleft3,
.fadeinright3,
.fadeindown3,
.fadeinup3,
.textup3{
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
.fadeinup4,
.textup4{
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}
.fadeinup5,
.textup4{
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.fadeinup6,
.textup5{
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}
.textup6{
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

/* 
.scaling1,
.scaling2,
.scaling3,
.scaling4,
.scaling5{
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}
.middle-animated .scaling1,
.middle-animated .scaling2,
.middle-animated .scaling3,
.middle-animated .scaling4,
.middle-animated .scaling5{
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.scaling1{
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.scaling2{
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.scaling3{
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.scaling4{
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
}

.scaling5{
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
} */

@keyframes  pulsate1 {
    0% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate1 {
    0% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes fadeup{
    0%{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    100%{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes fadeup{
    0%{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    100%{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

@keyframes floating{
    0%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-30px);
    }
}
@-webkit-keyframes floating{
    0%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-30px);
    }
}

@keyframes floatingrev{
    0%{
        transform: translateY(30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(30px);
    }
}
@-webkit-keyframes floatingrev{
    0%{
        transform: translateY(30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(30px);
    }
}
.slick-slider {
    margin:0 -45px;
}
.slick-slide {
    padding:40px;
}

@media screen and (max-width:1440px) {
    h1 {
        font-size: 45px;
    }
    body h2,
    .integration-section h2 {
        font-size: 40px;
    }


    .meet-img img {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .booking-slider {
        max-width: 850px;
    }

}

@media screen and (max-width:1280px) {

    .banner-img img {
        max-width: 500px;
        margin: 0 auto;
    }
    .report-section.email-section h2 {
        max-width: 730px;
    }
    .email-section .report-img img {
        max-width: 115%;
    }
    .banner-section {
        padding: 3em 0 5em;
    }
}

@media screen and (max-width:1199px) {
    .other-lang h1 {
        font-size: 32px;
    }
    body.other-lang h2 {
        font-size: 28px;
    }
    .other-lang .wrapper h4 {
        font-size: 19px;
    }
    h1 {
        font-size: 36px;
    }
    body h2, .integration-section h2 {
        font-size: 30px;
    }
    .banner-content {
        max-width: 450px;
        margin-top: 0;
    }  
    .banner-img .home-video {
        left: 0;
        margin-left: 30px;
    }
    .banner-img img {
        max-width: 445px;
    }
    p {
        font-size: 16px;
    }
    .wrapper .setup-section,
    .team-section,
    .meet-section,
    .report-section,
    .booking-section {
        padding: 3em 0;
    }
    .setup-section h2 {
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .wrapper h4 {
        font-size: 20px;
    }
    .team-section h2 {
        margin: 0 auto 40px;
        max-width: 600px;
    }
    .team-img {
        padding-left: 40px;
    }
    .accord-content {
        padding-right: 15px;
    }
    .report-main .report-split,
    .booking-content {
        padding-right: 30px;
    }
    .booking-section .col-1, .booking-section .col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .booking-section h2 {
        max-width: 450px;
        margin: 0 auto 40px;
        text-align: center;
    }
    .box-content {
        padding: 30px 25px;
    }
    .report-section.email-section h2 {
        max-width: 500px;
    }
    .email-section .report-img img {
        max-width: 100%;
    }
    .cta-section .cta-content {
        max-width: 450px;
        margin: 0 auto;
    }
    .cta-section {
        padding: 4em 0;
    }
}

@media screen and (max-width:1023px) {


    .i18n-ar .setup-section.delivery-section .setup-box {
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .i18n-ar .booking-main {
        padding-left: 0;
        justify-content: center;
        -ms-flex-pack: center;
    }
    body.other-lang h2 {
        font-size: 24px;
    }

    .rows > div {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-section {   
        padding: 2em 0 4em;
    }

    .banner-content {
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }
    .banner-img,
    .meet-img  {
        display: none;
    }
    .box-content {
        flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        max-width: 45%;
        padding: 30px 25px;
        margin: 10px;
    }
    .team-section .col-1,
    .report-section .col-1   {
        order: 2;
    }
    .team-section .col-1, .team-section .col-2,
    .report-section .col-1,.report-section .col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .team-section .col-1 {
        max-width: 685px;
        margin: 0 auto;
    }
    .team-img {
        padding-left: 0;
    }
    .team-img img {
        max-width: 90%;
        margin: 0 auto 30px;
    }
/*         span.arrow::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    } */
    span.arrow::before {
        opacity: 0;
    }
    .meet-section h2 {      
        margin: 0 auto 55px;
        text-align: center;
    }
    .meet-section span.icon {
        left: 10px;
        top: 30px;
    }
    .meet-content {
        max-width: 510px;
        margin: 0 auto 20px;
        background: #f9f9ff;
        padding: 30px 30px 20px 80px;
        border-radius: 5px;
    }
    .report-section .report-content{
        margin-bottom: 40px;
        padding: 0 20px;
        padding: 45px 25px;
        margin: 20px 10px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 30px #f1f1f1;
        border: 1px solid #f1eefd;
    } 
    .booking-section .booking-content {
        margin-bottom: 40px;
        padding: 0 20px;
        padding: 45px 25px;
        margin: 20px 10px;
        background: #fcfbff;
        border-radius: 5px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
        border: 1px solid #f1eefd;
        flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        max-width: 45%;
    } 

    .report-img img {
        max-width: 90%;
        margin: 0 auto 60px;
    }
    .booking-slider {
        max-width: 550px;
        margin-top: -10px;
    }
    .setup-section.delivery-section .setup-box {
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
    }
    .email-section .report-img img {
        max-width: 70%;
    }
    .report-main .report-split, .booking-content {
        padding-right: 0;
    }
    .report-section.email-section .report-content {
        background: #fbfaff;
    }
    .cta-section span.icon{
        display: none;
    }
}


@media screen and (max-width:767px) {
    .i18n-ar .report-section .report-content {
        direction: ltr;
    }
    .i18n-ar .report-section .report-content span.icon {
        margin: 0 auto 20px;
    }
    .i18n-ar .banner-content,
    .i18n-ar .banner-content > *,
    .i18n-ar .report-section .report-content > * ,
    .i18n-ar .wrapper .setup-section .box-content > *,
    .i18n-ar .booking-content > * {
        text-align: center;
    }

    .i18n-ar .wrapper span.icon {
        margin: 0 auto 15px;
    }

    .other-lang h1 {
        font-size: 26px;
    }
    .other-lang a.act-btn.cta-btn {
        padding: 15px 25px;
        font-size: 14px;
    }
    h1 {
        font-size: 32px;
    }
    body h2, .integration-section h2 {
        font-size: 32px;
    }
    .wrapper .setup-section {
        padding: 3em 0;
    }
    .report-main .report-split, .booking-content {
        padding-right: 20px;
    }
    .box-content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 400px;
        padding: 30px 25px;
        margin: 10px;
    }

    .report-main .report-split, .booking-content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .booking-section .booking-content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .report-section .report-content,
    .booking-section .booking-content,
    .box-content {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .booking-main {
        padding-left: 0;
    }
    .email-section .report-img img {
        max-width: 90%;
    }
    .setup-section h2 {
        margin-bottom: 30px;
    }


}

@media screen and (max-width:414px) {
    h1 {
        font-size: 30px;
    }
    body h2, .integration-section h2 {
        font-size: 28px;
    }

}



