@font-face {
    font-family: "Noto Kufi Arabic";
    src: url(../Fonts/NotoKufiArabic-VariableFont_wght.ttf) format("truetype");
}

body, a {
    font-family: "Noto Kufi Arabic";
    color: #18191f;
    text-align: right;
}

button:focus {
    outline: none;
}

a,
button,
select,
.btn {
    cursor: pointer;
    direction: rtl;
    text-decoration: none;
}

.navbar-toggler {
    color: #fff;
    border: 1px solid #ffffff;
}

.container {
    max-width: 1127px;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #346751;
    border-color: #346751;
}

.btn-outline-success {
    color: #346751;
    border-color: #346751;
}

.astric {
    color: red;
}

a:hover {
    color: #346751;
}

input[type="email"] {
    direction: ltr;
}

.ekko-lightbox-nav-overlay a:hover {
    color: #fff;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
}

.homeCroausolCaption {
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.carousel-card_absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
}

.nav-link {
    color: #f6f6fe;
}

.active {
    font-weight: 700;
    margin-right: 0;
}

.nav-item {
    margin-left: 16px;
}

.formSection {
    background-image: url("../Images/Hero.png");
    min-height: 700px;
    padding-top: 274px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.heroText {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.row_2_5 {
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.row_2_5 > div {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.carousel-form {
    max-width: 850px;
    margin: auto;
    background: #fff;
    padding: 16px 11px;
}

.input-icon {
    padding: 8px 52px !important;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.companyInput {
    background-image: url("../Images/store.png");
    background-size: 24px 26px !important;
    color: #5c8887;
}

.copounInput {
    /*
    Background for reject
    background-image: url("../Images/refuse.png");*/
    background-image: url("../Images/checkAccept.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #5c8887;
}

.intertainInput {
    background-image: url("../Images/intertain.png") !important;
    background-size: 28px 28px !important;
    color: #5c8887 !important;
}

.personInput {
    background-image: url("../Images/people.png");
    background-size: 29.3px 18.7px;
    color: #5c8887;
}

.startInput {
    background-image: url("../Images/start.png");
    background-size: 24px 26px;
}

.endInput {
    background-image: url("../Images/end.png");
    background-size: 24px 26px;
}

section {
    padding: 64px 0;
}

.SectionGrey {
    background-color: #f5fafe;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: bold;
}

.companyCard {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    margin-top: 51px;
    margin-bottom: 48px;
}

.imgContainer {
    width: 85px;
    height: 85px;
    position: absolute;
    top: -52px;
    right: 21px;
    background-color: #9ac6b3;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 0 -1px #818181;
}

.cardImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.card-text {
    margin: 12px 0 12px 0;
}

.font-bold{
    font-weight: bold;
}

.company-card-title {
    font-size: 24px;
    font-weight: 700;
}

.shalihNumbers {
    color: #84829a;
    font-size: 16px;
    margin-right: 15px;
}

.msgImg {
    margin-left: 18px;
}

.moreRow {
    max-height: 30px;
}

.moreText {
    font-size: 12px;
    color: #346751;
}

.arrow {
    margin: 5px 8.67px 0 0;
}

.loadMore {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.salesCard {
    border-radius: 0 0 8px 8px !important;
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
}

.salesCard > img{
    max-height: 220px;
    margin: auto;
}

.specialOffer {
    width: 100px;
    height: 32px;
    position: absolute;
    top: 26px;
    background-color: #c84b31;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px 1px 10px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

.salesCardBody {
    padding: 16px 21px;
}

.salesCardTtle {
    font-size: 18px;
    font-weight: 700;
    color: #18191f;
}

.salesCardSpan {
    font-size: 16px;
    color: #18191f;
    margin-right: 7px;
}

.pastPriceSpan {
    font-size: 14px;
    color: #18191f;
    text-decoration: line-through;
}

.presentPriceSpan {
    font-size: 20px;
    font-weight: 700;
    color: #18191f;
}

.saleseserveNowButton {
    background-color: #346751 !important;
}

.contactUs {
    background-image: url(../Images/sendEmail.png);
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactFirstLine {
    font-size: 24px;
    color: #fff;
}

.contactSecondLine {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.sendEmailInput {
    color: #bdbdbd;
    padding: 19px !important;
    border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
}

.sendEmailSpan {
    padding: 14px;
    border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -ms-border-radius: 4px 0 0 4px !important;
    -o-border-radius: 4px 0 0 4px !important;
    color: #fff !important;
    background-color: #346751 !important;
    border-color: #346751 !important;
}

.footerText {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2d2e36;
    direction: ltr;
}

.companyDetailsSection {
    background-color: #f5fafe;
    padding-top: 0 !important;
    padding-bottom: 31px !important;
}

.companyBackground {
    background: url(../Images/companyCover.png);
}

.imgProfileContainer {
    border-color: #24252d;
    border-width: 6px;
    border-style: solid;
    width: 220px !important;
    height: 220px;
    position: absolute;
    right: 0;
    top: -125px;
    background-color: #9ac6b3;
    padding: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 0 -1px #818181;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
}

.m-w-220{
    min-width: 220px;
    margin: auto;
}

.profileImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    width: 116px;
    height: 116px;
}

.company-name {
    font-size: 28px;
    color: #1b1a21;
    font-weight: 700;
}

.txtMessage {
    padding-right: 1px !important;
}

.companyDetailsRow {
    margin-top: -10px !important;
}

.availableShalih {
    padding-top: 40px !important;
    padding-bottom: 16px !important;
}

.companyPageForm {
    position: unset !important;
}

.companisFilteredSection {
    padding-top: 24.2px !important;
    padding-bottom: 42px !important;
}

.arrange {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.searchWord {
    font-size: 12px;
    font-weight: 700;
    color: #4f4f4f;
}

.arrange-select {
    background-image: url(../Images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 12px 7.63px;
    padding-left: 18px !important;
}

.searchResultSection {
    padding: 80px 82.5px 80px 82.5px !important;
    max-width: 1445px;
}

.marginZero {
    margin: 0px !important;
}

.searchRow {
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.paddingZero {
    padding: 0 !important;
}

.searchRowCompanyName {
    font-size: 16px;
    font-weight: 700;
    color: #1a1e2c;
}

.vl {
    border-left: 1px solid #e7e9f0;
    height: 32px;
}

.describeCompany {
    font-size: 14px;
    color: #8e94a7;
}

.pr-235 {
    padding-right: 235px;
}

.signSection {
    padding: 56px 43px 65px 43px;
}

.sideSignForm {
    padding-bottom: 98px;
    background-image: url(../Images/signBackground.png);
    background-position: center;
    background-repeat: no-repeat;
}

.signText {
    font-size: 32px;
    color: #181819e5;
}

.haveAccount {
    color: #346751;
    font-size: 16px;
}

.SignForm .form-control {
    padding: 0.7rem 2.8rem;
}

form i {
    margin-right: -30px;
    cursor: pointer;
    z-index: 100;
}

.signFormBtn {
    background-color: #346751;
    font-size: 16px;
    font-weight: 400;
    padding: 0.7rem 2.8rem;
}

.backHome {
    color: #4f4f4f;
    font-size: 700;
}

.registerationNavbar {
    position: relative;
    padding-bottom: 0px;
}

.brand {
    position: absolute;
    left: 50%;
    margin-left: -70.4px !important; /* 50% of your logo width */
    display: block;
}

.hl {
    border-top: 1px solid #e7e9f0;
    width: 100%;
    background-color: #000 10%;
    padding-bottom: 24px;
}

.myForm {
    padding-right: 223.5px;
    padding-left: 153.5px;
}

.linkInput {
    padding: 10.5px !important;
    border: 1px solid #e8eaed;
    border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
    direction: ltr;
}

.linkSpan {
    padding: 10.5px !important;
    border: 1px solid #e8eaed;
    font-family: "Noto Kufi Arabic";
    padding: 12px;
    border-radius: 2px 0px 0px 2px !important;
    -webkit-border-radius: 2px 0px 0px 2px !important;
    -moz-border-radius: 2px 0px 0px 2px !important;
    -ms-border-radius: 2px 0px 0px 2px !important;
    -o-border-radius: 2px 0px 0px 2px !important;
    font-size: 14px;
    color: #000000d9 !important;
}

.registerationLabel {
    color: #181819e5;
    font-size: 14px;
    padding-bottom: 8px;
}

.registerationInput {
    padding: 10.5px !important;
    border: 1px solid #e8eaed;
}

.locationInput {
    background-image: url("../Images/locationIcon.png");
    background-size: 24px 24px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

input[type="file"] {
    display: none;
}

.uploadSpan {
    font-size: 14px;
    color: #181819e5;
    margin-right: 5px;
    cursor: pointer;
}

.tox,
.tox-sidebar-wrap {
    border: 1px solid #e6e7e9 !important;
}

.imageCol1 {
    padding-left: 5.36px !important;
}

.imageCol2 {
    padding-right: 0px !important;
}

.smallImg {
    margin-bottom: 3.7px !important;
}

.vl2 {
    border-left: 1px solid #e3e1e3;
    height: 90%;
    margin-top: 28.5px;
    margin-bottom: 28.5px;
}

.dataSection {
    padding: 66.5px 12px 35px;
}

.shalihName {
    color: #2d2e36;
    font-size: 28px;
    font-weight: 700;
}

.startWith {
    font-size: 14px;
    color: #2d2e36;
}

.shalih-page-tags-wrapper .item {
    width: 33%;
    padding: 15px 0px;
}

.smallImgProfileContainer {
    border-color: #24252d;
    border-width: 1px;
    border-style: solid;
    width: 55px !important;
    height: 55px;
    padding: 10px;
    right: 0px;
    background-color: #9ac6b3;
    border-radius: 50%;
    box-shadow: 0px 2px 0 -1px #818181;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.smallProfileImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    width: 31px;
    height: 31px;
}

.rateImage {
    float: left;
    width: 138px;
    height: 23px;
    margin-top: 18.5px;
    margin-bottom: 12.5px;
}

.greyParagraph {
    color: #4f4f4f;
    text-align: justify;
}

.policy {
    color: #3855b3;
    font-size: 12px;
}

#map-canvas {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    border: 8px solid #fff;
}

.passwordInput {
    border: none;
    padding-right: 20px;
}

#hide_eye,
#show_eye {
    margin: 17px;
}

tr {
    border-style: hidden !important;
}

.ekko-lightbox {
    background-color: #000c;
    display: none;
}

.ekko-lightbox-nav-overlay :first-child {
    margin-left: 100px;
}

.ekko-lightbox-nav-overlay :nth-child(2) {
    margin-right: 100;
}

.formTitle {
    color: #000;
    font-weight: 700;
}

.shalihdetails {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.formCotainer {
    background-color: #fff;
    padding: 19px 20px 28px 22px;
}

.col-md .formCotainer {
    background-color: #fff;
    padding: 19px 20px 1px 22px;
}

.companyDetailsSectionReserve {
    background-color: #f5fafe;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.hlrReserve {
    border-top: 1px solid #e7e9f0;
    width: 100%;
    background-color: #000 10%;
}

.hlCol {
    border-top: 1px solid #e7e9f0;
    width: 100%;
    background-color: #000 10%;
    padding: 10px 0px;
}

.paymentTitle {
    color: #4f4f4f;
    font-size: 14px;
}

.paymentValue {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 700;
}

.btn-success, .btn-success:hover {
    background-color: #346751;
    border-color: #346751;
    color: #fff;
}

.btn-success:focus {
    color: #fff;
    background-color: #56ca87;
    border-color: #4cc780;
    box-shadow: 0 0 0 0.25rem rgb(48 164 97 / 50%);
}

.imgProfileContainerPayment {
    border-color: #24252d;
    border-width: 6px;
    border-style: solid;
    width: 220px !important;
    height: 220px;
    position: absolute;
    right: 0px;
    bottom: -25px;
    background-color: #6dc4cd;
    padding: 46px;
    border-radius: 50%;
    box-shadow: 0px 2px 0 -1px #818181;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



.form-control{
    height: auto;
}

.checkMethodContainer {
    background-color: #346751;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
}

.checkMethod {
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 4.75px;
    right: 4.5156px;
}

.protect {
    color: #828282;
    font-size: 12px;
}

.verify {
    color: #4f4f4f;
    font-size: 14px;
}

.formCotainer input {
    background-color: #fff;
}

.collapsible {
    cursor: pointer;
}

.content {
    overflow: hidden;
}

.success-checkmark {
    position: absolute;
    left: 13px;
    top: 14px;
    width: 14px;
    height: 14px;
    text-align: center;
    background: #346751;
    border-radius: 50% !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.billContainer {
    max-width: 963.5px;
    background-color: #f6f6f6;
    padding: 40px 136px 40px 136px;
}

.singleCotainer {
    background-color: #fff;
    padding: 16px 21px 16px 16px;
}

.doneReserve {
    color: #2d2e36;
    font-weight: 700;
    font-size: 28px;
}

.thanks {
    color: #2d2e36;
    font-weight: 700;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.ratio {
    background-color: rgba(0, 0, 0, 0) !important;
}

.phone:hover {
    background-color: #198754;
    color: #fff;
}

.phone {
    width: 36px;
    height: 36px;
    line-height: 17px;
    padding: 10.2px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.phoneNumber {
    right: 41px;
    color: #fff;
    top: 42px;
    position: relative;
}

.cardphoneNumber {
    color: #fff;
    bottom: -13px;
    position: absolute;
    left: 5px;
    top: 7px;
    margin: 0;
    height: 36px;
}

.phoneNumbersearch {
    right: 156px;
    color: #fff;
    top: -48px;
}

.phoneNumberComp {
    right: 17px;
    color: #fff;
    top: 6px;
}

.rotated {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: 1px;
    -ms-transform: rotate(180deg);
}

span.stars, span.stars span {
    display: block;
    width: 115px;
    height: 23px;
}

span.stars span {
    background: url(../Images/goldStar.png) 2px 0px repeat-x;
}

.paymentContainer {
    background-color: #f6f6f6;
    padding: 40px;
}

.paymentContainer .card .form-control {
    background-color: #e8effa;
}

#creditCard {
    direction: ltr;
    text-align: left;
}

.formLabel {
    position: absolute;
    top: -10px;
    right: 8px;
    z-index: 2;
    color: #828282;
    font-size: 12px;
    background-color: #fff;
    padding: 0 8px;
}

.paymentContainer .form-group {
    position: relative;
}

.paymentContainer .form-control {
    padding: 0.6rem 0.75rem;
}

textarea::placeholder {
    color: #828282 !important;
    font-size: 15px !important;
}

.paymentContainer input:focus {
    outline: none !important;
    border-color: #346751;
    box-shadow: 0 0 5px #346751;
}

.paymentContainer textarea:focus {
    outline: none !important;
    border-color: #346751;
    box-shadow: 0 0 1px #346751;
}

.greyBg {
    background-color: #f6f6f6;
}

.companyCard .card-body{
    padding-top: 40px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    text-align: right;
}

@media (max-width: 576px){
    .title_font{
        font-size: 22px;
    }

    .imgProfileContainer{
        position: relative;
        bottom: 0;
        margin: auto;
    }
}
