/* start general */

@font-face {
    font-family: 'AvenirNextLight';
    src: url(../fonts/Avenir-Next-W02-Light.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: 'AvenirNextRegular';
    src: url(../fonts/Avenir-Next-W04-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'AvenirNextMedium';
    src: url(../fonts/Avenir-Next-W05-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'AvenirNextDemiBold';
    src: url(../fonts/Avenir-Next-W06-Demi.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url(../fonts/Avenir-Next-W09-Bold.ttf) format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "SF-Pro-Display-Medium";
    src: url(../fonts/medium/SF-Pro-Display-Medium.otf) format("Opentype");
    src: url(../fonts/medium/SFProDisplay-Medium.eot);
    src: url(../fonts/medium/SFProDisplay-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/medium/SFProDisplay-Medium.woff2) format("woff2"), url(../fonts/medium/SFProDisplay-Medium.woff) format("woff"), url(../fonts/medium/SFProDisplay-Medium.ttf) format("truetype"), url(../fonts/medium/SFProDisplay-Medium.svg#SFProDisplay-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tajwal-Medium";
    src: url(../fonts/Tajwal/Tajawal-Medium.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "tajwal-bold";
    src: url(../fonts/Tajwal/Tajawal-Bold.woff) format("truetype");
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');

body {
    font-family: AvenirNext;
}

h1 {
    font-size: 32px;
    color: #212121;
    margin-bottom: 30px;
    margin-top: 90px;
}

.switch-label {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'AvenirNextRegular';
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 34px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #36D1E0;
    -webkit-transition: .4s;
    transition: .4s;
    height: 23px;
    width: 48px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 31px;
    width: 31px;
    left: 0px;
    bottom: -4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #36D1E0;
}

.slider.active:before {
    left: -7px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

a:hover {
    text-decoration: none;
}

.font-w600 {
    font-weight: 600 !important;
}

.font-w900 {
    font-weight: 900 !important;
}

.btn-h48 {
    height: 48px;
}

/* end general */

/* start navbar */

.navbar {
    padding: 0;
    padding-bottom: 16px;
}

.navbar-brand {
    margin-top: 24px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #B3B3B3;
    font-family: 'AvenirNextMedium';
}

.navbar-light .navbar-nav .nav-link.ar {
    font-family: "tajwal-Medium";
    margin: 0 0 8px 0;
}

.ar-navbar-light .navbar-nav .nav-link.en {
    font-family: 'AvenirNextMedium';
    margin: 0 0 8px 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #808080;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #808080;
}

.navbar-light .navbar-nav .nav-link.signin-btn {
    font-size: 16px;
    padding: 12px 42px;
    background-color: #36D1E0;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-family: 'AvenirNextDemiBold';
    transition: all .25s ease-in-out;
}

.navbar-light .navbar-nav .nav-link.signin-btn:hover {
    background-color: #1f8cb2;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item {
    margin-left: 42px;
    margin-top: 27px;
}

/* .navbar-light .navbar-nav .nav-item:last-child {
    margin-top: 22px;
} */

.dropdown-menu {
    min-width: auto;
    text-align: center;
}

.dropdown-toggle::after {
    border: none;
    background-image: url(../images/dropdown-arrow.svg);
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: baseline;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #36D1E0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #36D1E0;
}

.navbar-light .navbar-nav .dropdown .nav-link:focus, .navbar-light .navbar-nav .dropdown .nav-link:hover {
    color: #B3B3B3;
}

.collapsed .navbar-toggler-icon {
    background-image: url(../images/icon-toggle.svg) !important;
    width: 30px !important;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/x.svg);
    width: 20px;
}

.navbar-light .navbar-toggler {
    border: none;
    margin-top: 20px;
}

.navbar-light .navbar-nav .mobile-signin {
    display: none;
}

.navbar-light .navbar-nav .mobile-signin .nav-link {
    color: #36D1E0;
}

.info-icon {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.center-content {
    display: flex;
    justify-content: center;
}

.mt-90 {
    margin-top: 90px;
}

.column-center {
    display: flex;
    align-items: center;
}

.mobile-video-photo {
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.full-width {
    width: 100%;
}

.pricing-title {
    font-family: 'AvenirNextBold';
    font-size: 38px;
    color: #212121;
}

.monthly.active {
    font-family: 'AvenirNextBold';
}

.yearly.active {
    font-family: 'AvenirNextBold';
}

.monthlyMobile.active {
    font-family: 'AvenirNextBold';
}

.yearlyMobile.active {
    font-family: 'AvenirNextBold';
}

.font-20 {
    font-size: 20px;
}

.font-w400 {
    font-weight: 400;
}

.first-section-container {
    padding: 110px 0;
    width: 100%;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-work .responsive-title {
    display: none;
}

/* end navbar */

/* start main section */

@media (min-width: 575.99px) {
    .text-header-display {
        z-index: 999;
    }

    .home-container {
        width: 345px;
        margin-left: 32px;
    }
}

@media (min-width: 1024.99px) {
    .main-header h1 {
        min-width: 540px;
    }

    .home-container {
        width: 345px;
        margin-left: 32px;
    }
}

@media (min-width: 1200px) {
    .home-container {
        width: 100%;
        margin-left: auto;
    }

    .container-lg, .container {
        max-width: 80%;
    }
}

.main-header {
    position: relative;
    min-height: calc(100vh - 86px);
    display: flex;
}

.home-main-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.main-header img {
    width: 100%;
}

.main-header h1 {
    font-size: 64px;
    color: #212121;
    margin-bottom: 8px;
    font-family: 'AvenirNextBold';
    margin-top: 0px;
}

.title_landing_optimise {
    font-size: 64px;
    color: #212121;
    margin-bottom: -17px;
    font-family: 'AvenirNextBold';
    margin-top: 0px;
}

.title_landing {
    font-size: 64px;
    color: #212121;
    margin-bottom: 8px;
    font-family: 'AvenirNextBold';
    margin-top: 0px;
    line-height: 1;
}

.main-header .main-sub-p {
    font-size: 24px;
    max-width: 540px;
    color: #808080;
    margin-bottom: 42px;
    margin-top: 40px;
    font-family: 'AvenirNextMedium';
    line-height: 30px;
}

.main-header a {
    font-size: 16px;
    color: #fff;
    font-family: 'AvenirNextDemiBold';
    background-color: #36D1E0;
    border-radius: 4px;
    padding: 12px;
    width: 190px;
    text-align: center;
    margin-bottom: 8px;
    transition: all .25s ease-in-out;
    display: inline-block;
}

.main-header a:hover {
    background-color: #1f8cb2;
}

.main-header .btn-title {
    font-size: 16px;
    color: #B3B3B3;
    font-family: 'AvenirNextMedium';
    display: inline-block;
    text-align: center;
    width: 190px;
}

.main-header .mouse-down {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 70px;
}

.main-header .arrow-down {
    margin-top: 0px;
    animation-name: arrow-down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes arrow-down {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: 8px;
    }

    100% {
        margin-top: 0px;
    }
}

/* end main section */

/* start about section  */

.about {
    background-color: #F9F9F9;
    background-image: url(../images/pattern-bg.svg);
    background-repeat: no-repeat;
    background-position: 0% 145%;
    padding-top: 58px;
    padding-bottom: 77px;
}

.about h2 {
    font-size: 38px;
    font-family: 'AvenirNextBold';
    color: #212121;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.about h5 {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    color: #808080;
    margin-top: 17px;
    font-size: 24px;
    font-family: 'AvenirNextMedium';
}

.about h2 span {
    color: #36D1E0;
}

.about .about-card {
    background-color: #fff;
    padding: 32px;
    text-align: center;
    border-radius: 4px;
    height: 100%;
}

.about .about-card .icon {
    width: 66px;
    height: 66px;
    background-color: #E8F9FB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 12px;
    position: relative;
}

.about .about-card .icon p {
    position: absolute;
    font-size: 18px;
    font-family: 'AvenirNextDemiBold';
    color: #808080;
    white-space: nowrap;
}

.about .about-card .icon.soon {
    background-color: rgba(232, 249, 251, .4);
}

.about .about-card .icon.soon img {
    opacity: .4;
}

.about .about-card .icon.soon p {
    opacity: .7;
}

.about .about-card h3 {
    font-size: 24px;
    color: #212121;
    margin-bottom: 16px;
    font-family: 'AvenirNextMedium';
}

.about .about-card p {
    font-size: 19px;
    color: #B3B3B3;
    font-family: 'AvenirNextMedium';
    line-height: 24px;
    text-align: center;
}

/* end about section  */

/* start how work section  */

.how-work {
    background-image: url(../images/pattern-bg.svg);
    background-repeat: no-repeat;
    background-position: 0% -108%;
    padding-top: 76px;
    padding-bottom: 45px;
}

.how-work .how-img {
    display: flex;
    justify-content: flex-end;
    max-width: 616px;
}

.how-work h2 {
    font-size: 48px;
    font-family: 'AvenirNextBold';
    color: #212121;
    margin-bottom: 45px;
}

.how-work .step {
    margin-bottom: 45px;
}

.how-work .step h3 {
    font-size: 22px;
    font-family: 'AvenirNextBold';
    color: #212121;
    margin-bottom: 6px;
}

.how-work .step p {
    font-size: 18px;
    font-family: 'AvenirNextMedium';
    color: #B3B3B3;
    margin-bottom: 0px;
}

.how-work-mobile {
    display: none;
}

/* end how work section  */

/* start download section */

.download {
    background-color: rgba(54, 209, 224, .05);
    padding: 119px 0 71px;
}

.download-bg {
    background-size: 50%;
}

.download h2 {
    font-size: 35px;
    font-family: 'AvenirNextBold';
    color: #212121;
    margin-bottom: 8px;
}

.download .sub-title {
    font-size: 22px;
    font-family: 'AvenirNextMedium';
    color: #808080;
    margin-bottom: 16px;
}

.download .btn-start {
    font-size: 16px;
    font-family: 'AvenirNextDemiBold';
    color: #fff;
    background-color: #36D1E0;
    padding: 13px 60px;
    border-radius: 4px;
    margin-bottom: 45px;
    display: inline-block;
    transition: all .25s ease-in-out;
}

.download .btn-start:hover {
    background-color: #1f8cb2;
}

.download .btn-title {
    font-size: 18px;
    font-family: 'AvenirNextMedium';
    color: #808080;
    margin-bottom: 16px;
}

.download .down-app {
    display: inline-block;
    margin-right: 16px;
    opacity: 0.2;
    cursor: not-allowed;
}

/* end download section */

/* start footer */

footer .in-touch {
    padding: 16px 0 10px;
}

footer .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .contact-info h3 {
    font-size: 20px;
    font-family: 'AvenirNextBold';
    margin-bottom: 0;
    min-width: 140px;
}

footer .contact-info p {
    display: inline-block;
    font-size: 14px;
    font-family: 'AvenirNextRegular';
    margin-bottom: 0;
    margin-left: 30px;
}

footer .contact-info p .title {
    color: #B3B3B3;
    font-family: 'AvenirNextRegular';
}

footer .social-icons {
    display: flex;
    justify-content: flex-end;
}

footer .social-icons a {
    display: inline-block;
    margin-left: 10px;
}

footer .contact-link {
    color: #212121;
    font-family: 'AvenirNextRegular';
}

/* end footer */

/* start pricing table */

.pricing-table {
    padding: 0 0 106px;
    background-image: url(../images/pattern-bg.svg);
    background-repeat: no-repeat;
    background-position: -18% 106%
}

.pricing-table .table th {
    font-size: 38px;
    font-family: 'AvenirNextBold';
    color: #212121;
    text-align: center;
    border: none;
    width: 25.1%;
}

.pricing-table .table tr {
    border-bottom: 1px solid rgba(178, 178, 178, .34);
}

.pricing-table .table tr:first-child, .pricing-table .table tr:last-child {
    border: none;
}

.pricing-table .table td {
    padding: 24px 0;
    text-align: center;
    border: none;
    font-size: 15px;
    font-family: 'AvenirNextMedium';
    color: #212121;
}

.pricing-table .table td.text-gr {
    color: #5FB563;
}

.pricing-table .table td:first-child {
    text-align: left;
    font-size: 15px;
    font-family: 'AvenirNextMedium';
    color: #808080;
}

.pricing-table .table .btn-start {
    font-size: 16px;
    font-family: 'AvenirNextDemiBold';
    color: #fff;
    background-color: #36D1E0;
    border-radius: 4px;
    transition: all .25s ease-in-out;
    padding: 13px 42px;
}

.pricing-table .table .btn-start.disabled:hover {
    background-color: #36D1E0;
}

.pricing-table .table .btn-start:hover {
    background-color: #1f8cb2;
}

.pricing-table .table td.p-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pricing-table #pills-yearly .table td:nth-child(2), .pricing-table #pills-yearly .table td:nth-child(4), .pricing-table #pills-yearly .table th:nth-child(2), .pricing-table #pills-yearly .table th:nth-child(4) {
    opacity: 0.2;
}

.pricing-table .table .soon {
    font-size: 18px;
    font-family: 'AvenirNextDemiBold';
    color: #B3B3B3;
}

.nav.nav-pills {
    padding-left: 15px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.nav-pills .nav-link.plan-tab {
    border: 0.5px solid #CCCCCC;
    font-size: 14px;
    font-family: 'AvenirNextMedium';
    padding: 14px;
    min-width: 160px;
    text-align: center;
    color: #212121;
}

.nav-pills .nav-item:first-child .nav-link {
    border-radius: 4px 0 0 4px;
}

.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 4px 4px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #36D1E0;
    color: #fff;
}

.pricing-mobile {
    display: none;
}

.bold-font {
    font-family: 'AvenirNextBold';
}

/* end pricing table */

/* start contact section */

.contact {
    padding-top: 90px;
    padding-bottom: 53px;
    min-height: calc(100vh - 162px);
}

.contact h2 {
    font-size: 32px;
    font-family: 'AvenirNextDemiBold';
    color: #212121;
    margin-bottom: 30px;
}

.contact form .form-control {
    font-size: 16px;
    font-family: 'AvenirNextMedium';
    color: #212121;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}

.contact form .form-control::placeholder {
    color: #D1D1D1;
}

.contact form .submit-btn {
    font-size: 16px;
    font-family: 'AvenirNextBold';
    color: #fff;
    background-color: #36D1E0;
    border-radius: 4px;
    text-align: center;
    border: none;
}

.contact .contact-img {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

.contact .contact-info-sec {
    padding-top: 95px;
}

.contact .contact-info-sec .col-md-3 {
    padding-right: 0;
}

.contact .contact-info-sec .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact .contact-info-sec .contact-info .info-desc {
    margin-left: 16px;
    height: 47px;
}

.contact .contact-info-sec .contact-info .info-desc p {
    font-size: 20px;
    font-family: 'AvenirNextDemiBold';
    color: #212121;
    margin-bottom: 0px;
}

.contact .contact-info-sec .contact-info .info-desc a {
    font-size: 16px;
    font-family: 'AvenirNextMedium';
    color: #B3B3B3;
}

/* end contact section */

/* start redirect page  */

.redirect {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 116px;
    padding-bottom: 188px;
}

.redirect img {
    display: inline-block;
    margin-bottom: 24px;
}

.redirect h2 {
    font-size: 18px;
    font-family: 'AvenirNextDemiBold';
    color: #212121;
    margin-bottom: 16px;
    max-width: 75%;
}

.redirect p {
    font-size: 16px;
    font-family: 'AvenirNextMedium';
    color: #808080;
    margin-bottom: 24px;
}

.redirect a {
    font-size: 16px;
    font-family: 'AvenirNextMedium';
    color: #36D1E0;
}

/* end redirect page  */

.copyright {
    height: 22px;
    background-color: #36D1E0;
    color: white;
    font-family: 'AvenirNextMedium';
    font-size: 14px;
    direction: ltr;
    letter-spacing: 0px;
}

.ar_bold_font {
    font-family: 'tajwal-bold' !important;
}

.tab-content .tab-pane p.ar_bold_font {
    font-family: 'tajwal-bold';
    font-size: 18px;
}

.ar_bold_font_resp {
    font-family: 'tajwal-bold';
    margin-left: 3px;
}

.center_elements {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_elements-x {
    display: flex;
    justify-content: center;
}

button:focus {
    outline: none;
}

.pricing-img {
    max-width: 730px;
    width: 100%;
    height: 100%;
}

.hassle_img_width {
    max-width: 529px;
    float: right;
}

.disabled {
    cursor: not-allowed;
}

.nav-link-btn {
    width: 228px;
    color: #fff;
    background-color: #36D1E0;
    border: 1px solid #36D1E0;
    border-radius: 4px;
    height: 48px;
    font-family: 'AvenirNextMedium';
    font-size: 16px;
    cursor: pointer;
    line-height: 2;
    text-align: center;
    margin: 8px 0;
}

.mobile-footer {
    display: none;
}

.desktop-footer {
    display: flex;
}

.contact .contact-img.mobile-footer {
    display: none;
}

.my-errorMsg {
    font-family: 'AvenirNextMedium';
    color: #cb3d3d;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .pricing-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .contact {
        height: 100%;
    }

    .title_landing {
        line-height: 1;
    }

    .mobile-footer {
        display: flex;
    }

    .desktop-footer {
        display: none;
    }

    .full-width.mobile-footer {
        margin: 0;
    }

    .how-work .responsive-title {
        display: block;
    }

    .subscription-transaction {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 24px;
        font-size: 14px;
        font-family: "SF-Pro-Display-Medium";
    }

    .ar_subscription-transaction {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 24px;
        font-size: 14px;
        font-family: "tajwal-Medium";
    }

    .subscription-transactionPoint {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #5fb563;
    }

    .subscription-filsBlock {
        display: flex;
        flex-direction: row;
    }

    .subscription-filsTxt {
        margin-right: 3px;
    }

    .subscription-filsTxt-ar {
        color: #5fb563;
        margin: 0 5px;
    }

    .subscription-transactionTxt {
        font-family: 'AvenirNextMedium';
        color: #212121;
    }

    body {
        text-align: center;
    }

    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-nav {
        margin-top: 28px;
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-left: 0;
    }

    .navbar-light .navbar-nav .nav-link.signin-btn {
        display: none;
    }

    .navbar-light .navbar-nav .mobile-signin {
        display: block;
    }

    .dropdown-menu {
        border-left: none;
        border-right: none;
        border-radius: 0;
        text-align: left;
    }

    .dropdown-toggle img {
        display: none;
    }

    .main-header {
        padding-top: 70px;
        padding-bottom: 330px;
        background-position: 50% 90%;
        background-size: 80%;
    }

    .main-header h1 {
        font-size: 32px;
        margin-bottom: 16px;
        margin-top: 20px;
    }

    .main-header .main-sub-p {
        font-size: 16px;
        max-width: 70%;
        margin: auto;
        margin-bottom: 24px;
        line-height: 20px;
        margin-top: 24px;
    }

    .main-header a {
        width: 75%;
    }

    .main-header .btn-title {
        font-size: 14px;
    }

    .main-header .mouse-down {
        display: none;
    }

    .about {
        padding-bottom: 40px;
        background-image: none;
    }

    .about h2 {
        font-size: 22px;
    }

    .about .about-card {
        margin-bottom: 16px;
    }

    .about .about-card h3 {
        font-size: 18px;
    }

    .about .about-card p {
        font-size: 16px;
        max-width: 175px;
        margin: auto;
    }

    .how-work {
        background: transparent;
    }

    .how-work .how-work-description {
        display: none;
    }

    .how-work-mobile {
        display: block;
        padding: 40px 16px 0px;
    }

    .how-work-mobile h2 {
        font-size: 25px;
        font-family: 'AvenirNextBold';
        color: #212121;
        margin-bottom: 62px;
    }

    .how-work-mobile .step-mob {
        display: flex;
        align-items: center;
        margin-bottom: 70px;
    }

    .how-work-mobile .step-mob .step-img {
        position: relative;
    }

    .how-work-mobile .step-mob .step-img::after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        background-color: #C2F1F6;
    }

    .how-work-mobile .step-mob:last-child .step-img::after {
        width: 0;
    }

    .how-work-mobile .step-mob .step {
        text-align: left;
    }

    .how-work-mobile .step-mob .step {
        margin-left: 16px;
    }

    .how-work-mobile .step-mob .step h3 {
        font-size: 18px;
        margin-bottom: 8px;
        font-family: 'AvenirNextBold';
    }

    .how-work-mobile .step-mob .step p {
        font-size: 16px;
        margin-bottom: 0;
        font-family: 'AvenirNextMedium';
        color: #B3B3B3;
    }

    .download {
        background-image: none;
        padding: 40px 16px 26px;
    }

    .download h2 {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .download .sub-title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .download .btn-start {
        width: 75%;
        margin-bottom: 32px;
    }

    .download .btn-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer .contact-info {
        display: block;
    }

    footer .social-icons {
        justify-content: center;
    }

    footer {
        padding: 10px 0px 0px;
    }

    footer .contact-info h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    footer .contact-info p {
        font-size: 12px;
        margin-bottom: 8px;
        display: block;
        margin-left: 0;
    }

    footer .contact-info p:first-child {
        margin-left: 0;
    }

    footer .social-icons a {
        margin-left: 16px;
    }

    .contact {
        padding-top: 42px;
        padding-bottom: 0;
    }

    .contact .contact-img {
        display: none;
    }

    .contact .contact-img.mobile-footer {
        display: block;
    }

    .contact .contact-info-sec {
        padding: 16px 0 25px;
    }

    .contact-info-sec .col-sm-6 {
        width: 50%;
    }

    .contact .contact-info-sec .contact-info {
        align-items: start;
        display: flex;
        flex-direction: column;
    }

    .contact .contact-info-sec .contact-info .info-desc {
        text-align: left;
        margin-left: 0;
        margin-bottom: 16px;
        height: 100%;
    }

    .contact .contact-info-sec .contact-info .info-desc p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact .contact-info-sec .contact-info .info-desc a {
        font-size: 14px;
    }

    .pricing-table {
        display: none;
    }

    .bg-gray {
        background-color: #F9F9F9;
    }

    .pricing-mobile {
        padding-bottom: 83px;
        display: block;
    }

    .pricing-mobile .nav-pills .nav-item.plan-tab {
        width: 50%;
    }

    .nav.nav-pills {
        padding-left: 0;
        padding-right: 0;
    }

    ul#pills-tab {
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .nav-pills .nav-item .nav-link {
        font-size: 20px;
        width: 109px;
        text-align: center;
        font-family: 'AvenirNextDemiBold';
        color: #B3B3B3;
        border-radius: 0;
        padding: 16px 13px;
        background-color: #fff;
        margin-right: 1px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-pills .nav-item.plan-tab .nav-link {
        font-family: 'AvenirNextMedium';
        margin-right: 0;
    }

    .nav-pills .nav-item.plan-tab .nav-link.active {
        background-color: #fff;
        color: #36D1E0;
        position: relative;
    }

    .nav-pills .nav-item.plan-tab .nav-link.active::after {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #36D1E0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .nav-pills .nav-item .nav-link.active {
        color: #fff;
        background-color: #36D1E0;
    }

    .nav-pills .nav-item:first-child .nav-link {
        border-radius: 2px 0 0 2px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-pills .nav-item:last-child .nav-link {
        border-radius: 0 2px 2px 0;
    }

    .tab-content .tab-pane {
        text-align: left;
        padding: 32px 16px;
    }

    .tab-content .tab-pane.bg-color {
        background-color: #fff;
    }

    .tab-content .tab-pane.main-tab {
        padding: 0;
    }

    .tab-content .tab-pane h3 {
        font-size: 20px;
        font-family: 'AvenirNextMedium';
        margin-bottom: 24px;
        color: #212121;
    }

    .tab-content .tab-pane p {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: 'AvenirNextMedium';
        color: #212121;
        margin-bottom: 16px;
    }

    .tab-content .tab-pane p.font-wBold {
        font-family: 'AvenirNextBold';
        font-size: 18px;
    }

    .sub-user-info {
        margin-left: 26px;
    }

    .sub-user-info-ar {
        margin-right: 24px;
    }

    .back-to-lign {
        display: block !important;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 16px;
    }

    .sub-users-div {
        display: flex;
        align-items: center;
    }

    .sub-users-text {
        margin-right: 8px;
        margin-bottom: 0px !important;
    }

    .sub-users-text-en {
        margin-left: 8px;
        margin-bottom: 0px !important;
    }

    .legalities-text-top {
        margin-top: 16px !important;
    }

    .tab-content .tab-pane p img {
        margin-right: 8px;
    }

    .tab-content .tab-pane .btn-start {
        font-size: 16px;
        font-family: 'AvenirNextBold';
        color: #fff;
        background-color: #36D1E0;
        border-radius: 2px;
        display: block;
        padding: 14px 0 12px;
        text-align: center;
        transition: all .25s ease-in-out;
    }

    .tab-content .tab-pane .btn-start:hover {
        background-color: #1f8cb2;
    }

    .tab-content .tab-pane .btn-start.soon {
        background-color: #E6E6E6;
        color: #BFBFBF;
    }

    h5.resp-text-14 {
        font-size: 14px;
    }

    .resp-text-14 {
        font-size: 14px;
    }
}

.contact-bg {
    max-width: 648px;
    height: 100%;
}

.dir_column {
    display: flex;
    flex-direction: column;
    position: relative;
}

.beta {
    position: absolute;
    top: 64px;
}

.beta img {
    width: 76px;
}

@media (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-item {
        /* margin-left: 42px; */
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        box-shadow: 0 10px 6px -6px #cccc;
    }

    .navbar-light .navbar-nav .nav-link.signin-btn {
        margin-bottom: 24px;
    }

    .contact .contact-img {
        height: 100%;
        align-items: center;
    }

    .responsive-img {
        width: 100%;
    }

    .responsive-home-section {
        padding-bottom: 0px;
    }

    .first-section-container {
        padding: 0 0 70px 0;
    }

    .download {
        padding: 71px 0
    }
}

@media (max-width: 1025px) {
    .contact {
        min-height: calc(100vh - 187px);
        padding-bottom: 36px;
    }

    .footer-contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-contact p.footer_phone {
        min-width: 182px;
    }

    .footer-contact p.footer_mail {
        min-width: 196px;
    }

    footer .in-touch {
        margin-top: 18px;
    }

    footer .contact-info p {
        margin-left: 55px;
    }
}

@media (max-width: 1199.98px) {
    .hassle_img {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .home-main-container {
        max-width: 100%;
        padding: 0px 8%;
    }

    .big-title-row {
        position: absolute;
        right: 0;
    }

    .ar-big-title-row {
        position: absolute;
        left: 0;
    }
}

.landing_title_ar {
    font-size: 90px;
    font-family: 'tajwal-bold';
    color: #212121;
    margin-bottom: 0px;
    line-height: 1;
}

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.trailer.active {
    visibility: visible;
    opacity: 1;
}

.trailer video {
    position: relative;
    max-width: 900px;
    outline: none;
}

.close {
    position: absolute;
    font-family: 'AvenirNextBold';
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

.mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.mob-launching {
    display: none;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) and (min-width: 577px) {
    .mlr-15-ipad {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mlr-0-ipad {
        margin-left: 0;
        margin-right: 0;
    }

    footer .contact-info p {
        margin-left: 6px;
    }

    footer .in-touch {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .desc-launching {
        display: none;
    }

    .mob-launching {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .pt-30-mob {
        margin-top: 30px;
    }

    footer .contact-info p {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .trailer video {
        max-width: 100%;
    }

    .pt-30-resp {
        margin-top: 30px;
    }
}

@media (max-width: 1024.99px) {
    .responsive-home-section {
        padding-bottom: 0px;
        min-height: 100%;
    }
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    align-items: center;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #fefefe;
    width: 439px;
}

.modalContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modalMsg {
    font-size: 24px;
    font-family: 'AvenirNextDemiBold';
    margin-top: 20px;
    margin-bottom: 20px;
    color: #212121;
}

.modalDesc {
    font-size: 16px;
    font-family: 'AvenirNextMedium';
    margin-bottom: 50px;
    color: #808080;
}

.modalBtn {
    font-size: 16px;
    font-family: 'AvenirNextDemiBold';
    color: white;
    background: #36D1E0;
    border: 1px solid #36D1E0;
    border-radius: 4px;
    width: 163px;
    height: 48px;
}

/*-----Scroll bar----*/

/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}

@media only screen and (max-width: 1276px) and (min-width: 1024px) {
    .footer-contact, .footer_mail {
        display: flex;
    }

    .footer_phone span, .footer_phone a, .footer_phone, .footer_mail {
        width: max-content;
    }
}