/* Arabic font */

@font-face {
    font-family: 'Cairo';
    src: url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.eot');
    src: url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
        url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.woff2') format('woff2'),
        url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.woff') format('woff'),
        url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.ttf') format('truetype'),
        url('/portals/_default/Skins/RakezSTD/assets/fonts/ar/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 

.livechateBox {
    display: none;
}

@media only screen and (max-device-width: 1300px) {
    .contact-form.form-row .form-group h3 {
        font-size: 2rem !important
    }

    .contact-form.form-row .form-group h3 span {
        font-size: 2.2rem !important
    }
}

.ecom-floating-buttons {
    position: fixed;
    bottom: 1.1rem;
    left: 5rem;
    display: flex;
    color: #ffffff;
    z-index: 1111;
}


@media (max-width: 767px) {
    .ecom-floating-buttons.active {
        display: flex;
        flex-direction: column;
        bottom: 9rem;
    }

    .ecom-floating-buttons.active .tooltip {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn.live-chat {
        display: block;
        bottom: 6.5rem;
    }
}

@media (max-width: 767px) {
    .ecom-floating-buttons.active .float-btn {
        display: block;
        bottom: -1.4rem !important;
    }
}

.ecom-floating-buttons .float-btn {
    position: relative;
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn {
        display: none;
    }
}

.ecom-floating-buttons .float-btn.tooltip {
    opacity: 1;
}

.ecom-floating-buttons .float-btn .tooltiptext {
    width: max-content;
    background-color: #028a8a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 10px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: -15px;
    font-size: 1.6rem;
    box-shadow: 0 0 0 #8a021500;
    border: solid 1px #fff;
    visibility: hidden;
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn:first-child .tooltiptext {
        left: -80px;
    }
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn:first-child .tooltiptext::before {
        left: 74%;
    }
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn:first-child .tooltiptext::after {
        left: 74%;
    }
}

.ecom-floating-buttons .float-btn:last-child .tooltiptext {
    left: -40px;
    bottom: 125%;
}

.ecom-floating-buttons .float-btn:last-child .tooltiptext::before {
    margin-left: 14.5px;
}

.ecom-floating-buttons .float-btn:last-child .tooltiptext::after {
    margin-left: 15px;
}

.ecom-floating-buttons .float-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6rem;
}

.ecom-floating-buttons .float-btn a label {
    font-size: 1.7rem;
    letter-spacing: -0.39px;
    font-family: "Cairo";
    color: #ffffff;
    line-height: normal;
    margin: .7rem 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .ecom-floating-buttons .float-btn a label {
        font-size: 1.4rem;
    }
}

.ecom-floating-buttons .tooltip {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {

    .ecom-floating-buttons .tooltip {
        display: none;
    }
}

.ecom-floating-buttons .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 101%;
    left: 50%;
    margin-left: -2px;
    border-width: 6px 3px;
    border-style: solid;
    border-color: #028a8a transparent transparent transparent;
}

.ecom-floating-buttons .tooltip .tooltiptext::before {
    content: "";
    position: absolute;
    top: 101%;
    left: 50%;
    margin-left: -3px;
    border-width: 9px 4px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.ecom-floating-buttons .tooltip:hover .tooltiptext {
    visibility: visible;
}

.mobile-icons-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 4rem;
    color: #ffffff;
    z-index: 1111;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile-icons-menu {
        display: flex;
    }
}

.mobile-icons-menu img {
    width: 8rem;
}

.mobile-icons-menu .close-menu {
    display: none;
}

.mobile-icons-menu .menu {
    display: block;
}

.mobile-icons-menu.active .close-menu {
    display: block;
}

.mobile-icons-menu.active .menu {
    display: none;
}

.overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 111;
    cursor: pointer;
}



.ecom-floating-buttons .live-chat {
    margin-top: 5px;
    margin-bottom: 10px;
}

.ecom-floating-buttons .float-btn.live-chat a {
    width: 6rem;
    height: 6rem;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 #028a8a66;
    animation: pulse 2s infinite;
    margin-left: 5px;
    margin-top: -6px;
}

@media(max-width: 767px) {
    .ecom-floating-buttons .float-btn.live-chat a {
        margin-left: 0;
    }

    .ecom-floating-buttons .float-btn .tooltiptext {
        display: none !important;
    }
}

.ecom-floating-buttons .float-btn.live-chat a img {
    width: 100%;
}

.ecom-floating-buttons .live-chat .tooltiptext {
    visibility: visible;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 138, 138, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(2, 138, 138, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 138, 138, 0.4);
    }
}

.coworking-licence-container .col-lg-3 {
    margin-bottom: 2rem;
}

.coworking-licence {
    border: 2px solid #32b6b7;
    background: #ffffff;
    padding: 2.5rem;
    height: 100%;
    font-family: "Cairo";
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;

}

.coworking-licence-heading {
    font-family: "Cairo";
    font-size: 2.8rem;
    color: #32b6b7;
    margin-bottom: 3rem;
    text-align: center;
}

.coworking-licence .coworking-licence-list li {
    position: relative;
    padding-left: 2.5rem;
    font-family: "Cairo";
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: left;
}

.coworking-licence .coworking-licence-list li::before {
    background: url(checkicon.png) center no-repeat;
    width: 2rem;
    height: 2rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 480px) {
    .banner .banner-text h1 {
        display: none;
    }

    .coworking-licence {

        height: auto;
        margin-bottom: 3rem;

    }
}

.banner-form .main-form .contentpane .form_list li {
    float: left !important;
    width: 50% !important;
}

.banner-form .main-form .contentpane .form_list li:nth-child(add) {
    margin-right: 30px;
}

.banner-form .main-form .contentpane .form_list li:first-child,
.banner-form .main-form .contentpane .form_list li:nth-child(8),
.banner-form .main-form .contentpane .form_list li:nth-child(9),
.banner-form .main-form .contentpane .form_list li:last-child {
    width: 100% !important;
}

.banner-form .main-form .contentpane .form_list li:last-child {
    padding-bottom: 0 !important;
}

.banner-form .main-form .contentpane .form_list li:nth-child(9) label {
    line-height: 1;
}

.banner-form .main-form .contentpane .form_list li:nth-child(9) {
    padding-top: 10px !important;
}

.banner-form .main-form .contentpane .form_list li:nth-child(9) .form_input input {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-bottom: 0;
}

.banner-form .main-form .contentpane .form_list li:first-child h3 {
    font-size: 2.6rem;
    font-family: "Cairo";
    color: white;
    font-weight: 700;
    margin-bottom: 2rem;
}

.banner-form .main-form .contentpane .form_list li:first-child p {
    color: white;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.banner-form .main-form .contentpane .form_list .from-footer .form_submit .submit_but {
    padding: 1rem 3rem;
    font-family: "Cairo";
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #444444;
    width: 100%;
    height: auto;
    text-transform: uppercase;
}

.banner-form .main-form .contentpane .form_list .form-control-wrap .form_input input,
.banner-form .main-form .contentpane .form_list .form-control-wrap .form_input select,
.banner-form .main-form .contentpane .form_list .form-control-wrap .form_input textarea {
    border: none;
    border-radius: 2px;
    padding: 8px 12px;
    line-height: 18px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
    color: #58595b;
}

.banner .main-form .contentpane .form_list>li {
    padding: 0px 0px 10px 2rem !important;
}

.banner .main-form .contentpane .form_list {
    margin: 0 0 0 -20px !important;
}


.banner .main-form .contentpane .form_list .form_required {
    color: white !important;
}

#form_div_4903 .form_list>li:nth-child(10), #form_div_4903 .form_list>li:nth-child(11) {
    display: none !important;
}

.banner .main-form .dg-form-content.form-line label.fixlabel,
.banner .main-form .dg-form-content.form-line .form-control-wrap {
    display: block;
    text-align: right;
}

@media (min-width: 1600px) {
    .banner .main-form .contentpane .form_list input, .banner .main-form .contentpane .form_list select {
        height: 45px !important;
    }

    .banner .main-form .contentpane .form_list>li {
        padding: 0px 0px 15px 30px !important;
    }

    .banner .main-form .contentpane .form_list li:first-child h3 {
        font-size: 3rem;
    }

    .banner .main-form .contentpane .form_list {
        margin: 0 0 0 -30px !important;
    }

    .banner-form .main-form .contentpane .form_list .from-footer .form_submit .submit_but {
        padding: 1.2rem 3rem;
        font-family: "Cairo";
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    .banner-form .main-form .contentpane .form_list li {
        float: unset !important;
        width: 100% !important;
    }
}

@media(max-width:992px) {

    .facilities .facility-item+.facility-item {

        margin-right: 5rem;

    }

}



@media(max-width:768px) {

    .facilities .facility-item+.facility-item {

        margin-right: 0;

    }



    .facilities .facility-item {

        width: 175px;

        margin-bottom: 2rem !important;

    }

    .facilities .d-flex.justify-content-center .d-flex.mt-5 {

        flex-wrap: wrap;

    }

}

footer {
    padding: 2rem 15rem;
}

@media (min-width: 1600px) {
    footer {
        padding: 4rem 15rem;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 4rem 3rem;
    }
}

.facilities .facility-item .facility-icon {
    margin-bottom: 2rem;
    display: block;
    width: 120px;
    margin: auto;
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .banner {
        padding-top: 0 !important;
    }

    .banner .banner-content {
        position: absolute !important;
    }

    .banner img.desktop-only {
        display: block !important;
        height: 820px;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .banner .banner-content {
        top: 12rem;
    }
}

.home-content .most-effective p {

    padding-bottom: 0;

}



.home-content .section-title+.bullet-list {

    padding-top: 0;

}



.home-content .facilities .naviation {

    margin-top: 0 !important;

    margin-bottom: 3rem;

}



.home-content .facilities .container .naviation+p {

    padding: 0 !important;

}



.home-content .facilities .container p+p {

    padding-bottom: 0 !important;

}



.home-content .coworking-licence-list li p {

    line-height: 1.1;

}

@media (min-width: 1024px) and (max-width: 1600px) {



    .banner .contentpane .Normal .image-p-wrp {

        /*height: 900px;*/

    }



    .banner img.desktop-only {

        display: block !important;

        object-fit: cover;

        max-width: 100%;

        /*height: 100% !important;*/

        object-position: 15% 100%;

    }

}



@media (min-width: 1761px) and (max-width: 1920px) {

    .banner img {

        min-height: 940px;

    }

}

@media (min-width: 1761px) and (max-width: 1920px) {

    .banner img {

        min-height: 1000px;

        object-fit: cover;

        object-position: 15% 100%;

    }

}



@media (min-width: 1600px) and (max-width: 1760px) {

    .banner img {

        object-fit: cover;

        object-position: 15% 100%;

    }

}



.facilities .btn-primary {

    border-radius: 0;

}

@media (min-width: 1600px) and (max-width: 1760px) {

    .banner img {

        min-height: 1000px;

    }

}

img.img-fluid.tab-only {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    img.img-fluid.tab-only {
        display: block
    }

    .image-p-wrp img.desktop-only {
        display: none;
    }
}

.language-dropdown .btn {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.dropdown.show.language-dropdown .btn {
    border: none;
    background: none;
}

.dropdown-menu {

    min-width: 7rem;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .dropdown-menu {

        left: 50%;
        transform: translateX(-50%);
    }

}

@media only screen and (max-width: 991px) {
    .language-dropdown .btn {
        background-color: transparent !important;
        color: #fff !important
    }

    .navbar .contact-info {
        justify-content: flex-end;
    }

    header .navbar-collapse {
        text-align: right
    }

    .language-dropdown .dropdown-menu {
        left: auto
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    header .navbar-collapse .contact-info li {
        margin-right: 0;
        flex: 100%;
    }
}

.contact-form .select2-container--default .select2-selection--single, .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0
}

.code-list .select2-container {
    border-left: 1px solid #80808059;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto !important;
}

.contact-form .form-control {
    padding: 10px 25px !important;
}

.contact-form .code-list {
    margin-left: -4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .navbar .nav-item .nav-link {
        font-size: 12px;
    }

    .navbar .nav-item {
        margin: 0 0.7rem;
    }

    .navbar .contact-info li {
        margin-right: 1rem;
    }

    .navbar .contact-info li span {
        font-size: 14px;
    }

}



/* Happiness survey modal */
.happiness-survey-modal {
    padding-left: 0 !important;
}

.happiness-survey-modal .modal-dialog {
    max-width: 53rem;
}

@media (max-width: 767px) {
    .happiness-survey-modal .modal-dialog {
        max-width: 95%;
        margin: 1rem auto;
    }
}

.happiness-survey-modal .modal-dialog .modal-content {
    background-color: #05a8a9;
    color: white;
    padding: 2.8rem 2.8rem 2rem;
}

.happiness-survey-modal .modal-dialog .modal-header {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 3rem;
}

.happiness-survey-modal .modal-dialog .modal-header .modal-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.happiness-survey-modal .modal-dialog .modal-header .icon-close {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.happiness-survey-modal .modal-dialog .modal-header p {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.11;
    text-align: center;
    color: #ffffff;
    margin-top: 1rem;
}

.happiness-survey-modal .modal-dialog .modal-body {
    padding: 0;
}

.happiness-survey-modal .modal-dialog .modal-body label {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.happiness-survey-modal .modal-dialog .modal-body textarea,
.happiness-survey-modal .modal-dialog .modal-body input,
.happiness-survey-modal .modal-dialog .modal-body select {
    border-bottom: none;
    background: #ffffff !important;
    border: none;
    font-size: 13px !important;
    color: #58595b !important;
    border-radius: 3px !important;
    padding: 10px 15px !important;
    width: 100%;
    margin-bottom: 2rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper {
    margin-bottom: 2.5rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .question {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.33;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys {
    display: flex;
}

@media (max-width: 500px) {
    .happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys {
        display: block;
    }
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
    .happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img {
    width: 100%;
    text-align: center;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>input {
    display: none !important;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>.image {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem;
    border-radius: 1.5rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>.image img {
    width: 5.4rem;
    height: 5.4rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .radio-img>input:checked+.image {
    background-color: #077475;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .icon {
    display: block;
    font-size: 4rem;
}

.happiness-survey-modal .modal-dialog .modal-body .review-wrapper .smileys .smiley .smiley-name {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.happiness-survey-modal .modal-dialog .modal-body .textarea::placeholder {
    font-size: 1.4rem;
    color: #58595b;
}

.happiness-survey-modal .modal-dialog .modal-body .submit_but {
    width: 100%;
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 2.25px;
    border-radius: 2px;
    background-color: #fff;
}

.happiness-survey-modal .modal-dialog .modal-body .submit_but:hover {
    background: #163D5C !important;
    color: white !important;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .mobile-country-code,
.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single {
    width: 100%;
    background-color: transparent;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-list {
    width: 8rem;
    background-color: transparent;
    border-right: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.2rem;
    color: #58595b;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-input {
    width: calc(100% - 8rem) !important;
    display: flex;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-input .form-control {
    border-right: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-input input {
    padding: 1rem 0.5rem;
    border-radius: 3px 0px 0px 3px !important;
    border-right: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-input .other-code {
    width: 6rem;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .code-input .other-code.active+.form-control {
    width: calc(100% - 6rem);
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .countryList {
    position: relative;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .countryList .select2-container--open .select2-dropdown {
    width: 100% !important;
    text-align: left;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container {
    width: 100% !important;
    left: 0 !important;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container:focus {
    outline: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single {
    height: 3.8rem;
    border: none;
    background: #ffffff;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0px 3px 3px 0px !important;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 3.8rem;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 3.75rem;
    padding-right: .8rem;
    border-left: none !important;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.5rem;
    top: 0px;
    right: 42px;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow:focus {
    outline: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--open .select2-dropdown {
    width: 100% !important;
    font-size: 1.4rem;
    color: rgba(88, 89, 91, 0.8);
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--open .select2-dropdown:focus {
    outline: none;
}

.happiness-survey-modal .modal-dialog .modal-body .mobile-number .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../images/select-arrow.svg) left top no-repeat;
    width: 9px;
    height: 10px;
    background-size: 100%;
    margin-top: -6px;
}