@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Cairo';
}

* {
    font-family: 'Cairo';
}

*:focus {
    outline: none !important;

}

.bootstrap-select .dropdown-menu li {
    position: relative;
    padding: 10px;
    padding-left: 20px;
}

.loginImange {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
    color: rgb(153, 153, 153);
}

.login_form {
    border: 1px solid #C4C4C4;
    width: 90%;
    margin: 12rem auto 0 auto;
}

.login_form form {
    padding: 5rem;
}

@media screen and (max-width: 768px) {
    .login_form form {
        padding: 2rem;
    }

    .login_form > div:last-child {
        padding: 5rem;
    }

}

.cursor img {
    transform: rotateY(180deg);
}

#feedback .cursor img {
    transform: rotateY(0deg);
}

input {
    height: 48px !important;
    border: 1px solid rgba(196, 196, 196, 0.4);
    border-radius: 8px !important;
}

select {
    height: 48px !important;
    border: 1px solid rgba(196, 196, 196, 0.4);
    border-radius: 8px !important;
    padding: 0px;
    color: black !important;
    font-weight: 400;
    font-size: 18px;
}

select option {
    color: black !important;
    font-weight: 400;
    font-size: 18px;
}

.force-append input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.force-append select {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#page_link a {
    font-style: normal !important;;
    font-weight: 400 !important;;
    font-size: 18px !important;;
    line-height: 23px !important;;
}

#page_link .mx-2 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.btn {
    border-radius: 8px !important;
}

.appended-inputs input:nth-child(0) {
    width: 13%;
    border-radius: 0%;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #C4C4C4;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.separator span {
    padding: 0 2em;
}

button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 18px !important;
}

button:focus {
    outline: none !important;
}

.navButton.active {
    background-color: rgba(232, 130, 67, 0.25) !important;
    border: none !important;
    color: #e88243 !important;
}

.navButton {
    background-color: white !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 8px !important;
    width: 178px;
    height: 78px;
    font-size: 18px !important;
    color: black !important;
}

h5 {
    font-size: 24px !important;
}

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

#TopHeader {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
    height: 64px;
    display: flex;
    align-items: center;

}

.search-box {
    width: 367px;
    position: relative;
    display: flex;
}

.search-box select {
    width: 158px !important;
    height: 32px !important;
    border: 1px solid var(--secondary) !important;
    border-radius: 8px !important;
    position: absolute;
}

.search-box input {
    height: 32px !important;
    width: 100% !important;
    border: 1px solid var(--secondary) !important;
    border-radius: 8px !important;
    padding-right: 166px;
}

.search-box input:focus {
    border: 1px solid var(--secondary) !important;
    outline: none !important;
}

.search-box select:focus {
    border: 1px solid var(--secondary) !important;
    outline: none !important;
}

.search-box .dropdown.bootstrap-select {
    position: absolute;
}

.search-box .bootstrap-select > .dropdown-toggle {
    width: 100% !important;
    height: 100% !important;
}

.search-box .filter-option-inner-inner {
    padding: 0px !important;
}

.search-box button:focus {
    border: 1px solid var(--secondary) !important;
    outline: none !important;
}

.search-box button {
    width: 48px !important;
    height: 100% !important;
    background: var(--secondary);
    border-radius: 8px;
    border:1px solid var(--secondary) !important;
    position: absolute;
    left: 0;
}

button {
    border: none !important;
}

.search-box button:focus {
    outline: none !important;
    border: none;
}

.search-box button.dropdown-toggle {
    height: 100% !important;
}

.search-box .bootstrap-select > .dropdown-toggle {
    background: unset !important;
}

.search-box .dropdown {
    height: 100% !important;
    font-size: 14px;
}

.font-small {
    font-size: 14px !important;
}

.font-md {
    font-size: 24px !important;
}

.font-bg {
    font-size: 40px !important;
}

.font-smd {
    font-size: 18px !important;
}

.font-vsm {
    font-size: 8px !important;
}

.fill-white {
    filter: invert(100%);
}

#SecondHeader {
    height: 98px;
    background: #FFFFFF;
}

#SecondHeader .menu {
    width: 787px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

#SecondHeader .menu .active a {
    font-size: 18px;
    font-weight: 900;
    color: e88243 !important;
    position: relative;
}

#SecondHeader .menu .active a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e88243;
    margin-top: 32px;
}

#SecondHeader .menu a {
    font-weight: 400;
}

#Header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 333;
    transition: all 0.5s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

#landingSlider {
    height: 1024px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    padding-top: 281px;
    padding-right: 135px;
    position: relative;
}

.slider {
    width: 507px;
    z-index: 34;
    position: relative;
}


#landingSlider .controles {
    position: absolute;
    text-align: center;
    left: 8%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .slider {
        width: 75%;
    }

    #landingSlider {
        padding-right: 20px;
        padding-top: 250px;

    }

    .statictes {
        height: 310px !important;

    }

    #landingSlider .controles {
        top: 40%;
    }

    .staticte {
        border: 1px solid #C4C4C4;
        padding: 10px;

    }

    .staticte * {
        font-size: 22px !important;
    }

    .code_group {
        padding: 0 1rem!important;
    }

    #feedback{
        margin-bottom:0px!important;
    }
}

#landingSlider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1024px;
    background: rgba(0, 0, 0, 0.4);
}
.search-box .dropdown.bootstrap-select{
    width: 155px!important;
}
#landingSlider .cursor {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    width: 40px;
    height: 40px;
    margin: 15px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#landingSlider .dots {
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
}

#landingSlider .dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffffaf;
    margin: 0 5px;
}

#landingSlider .dots .dot.active {
    background: #ffffff;
}

#landingSlider .mySlides {
    display: none;
}

.btn-dark {
    background-color: black;
}

.statictes {
    height: 216px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #246577;
    left: 0;
}

#services {
    margin-top: 105px;
    margin-bottom: 105px;

}

.staticte {
    color: white;
    z-index: 333;
    position: relative;
    text-align: center;
}

.staticte p {
    font-size: 32px;
    font-weight: 400;
}

.staticte h2 {
    font-size: 32px;
    font-weight: 400;
}

.font-sbg {
    font-size: 32px !important;
}

.service {

    width: 95%;
    display: grid;
    height: 278px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    text-align: center;
    align-content: center;
    place-items: center;
    padding: 20px 10px;
}

.service:hover {
    background-color: var(--primary);
    color: var(--white);
}

.service h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
}

.swiper {
    height: 386px;
}

.swiper-pagination6 svg {
    width: 20px;
    height: 20px;
    rotate: 180deg;
}

.swiper-container-1 .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper .cursor {
    background-color: rgba(255, 255, 255, 0.4) !important;
    width: 40px;
    height: 40px;
    margin: 15px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 40px;
}

#ad_space {
    margin-top: 40px;
    margin-bottom: 60px;
}
#ad_space .swiper-container-1 {
    height: 500px;
}
@media screen and (max-width: 1550px) {
    #ad_space .swiper-container-1 {
        height: 450px;
    }
}
@media screen and (max-width: 1250px) {
    #ad_space .swiper-container-1 {
        height: 300px;
    }
}
@media screen and (max-width: 820px) {
    #ad_space .swiper-container-1 {
        height:200px;
    }
}

@media screen and (max-width: 568px) {
    #ad_space .swiper-container-1 {
        height: 170px;
    }
}

@media screen and (max-width: 375px) {
    #ad_space .swiper-container-1 {
        height: 150px;
    }
}



#how_we_work {
    margin-top: 105px;
    margin-bottom: 105px;
}

#how_we_work .icon {
    text-align: center;
}

#how_we_work h4 {
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    margin-top: 24px;
}

#how_we_work .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border: none !important;
    width: 278px;
    height: 278px;
    padding: 20px 16px;
    margin: 30px 30px;
}

#how_we_work .card:nth-child(3),
#how_we_work .card:nth-child(6) {
    margin-right: 0px !important;
}

#how_we_work .card:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: rotateY(180deg);
    left: -60%;
    width: 222px;
    height: 32px;
    background: url('../images/vectors/how_we_work_arrows/ar1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#how_we_work .card:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    transform: rotateY(180deg);
    width: 222px;
    height: 32px;
    background: url('../images/vectors/how_we_work_arrows/ar2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#how_we_work .card:nth-child(3)::after {
    content: '';
    position: absolute;
    left: -28%;
    transform: rotateY(180deg);
    top: 75%;
    width: 25%;
    height: 100%;
    background: url('../images/vectors/how_we_work_arrows/ar5.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#how_we_work .card:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -85%;
    width: 222px;
    transform: rotateY(180deg);
    height: 32px;
    background: url('../images/vectors/how_we_work_arrows/ar3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#how_we_work .card:nth-child(5)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -85%;
    width: 222px;
    height: 32px;
    transform: rotateY(180deg);

    background: url('../images/vectors/how_we_work_arrows/ar4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#feedback {
    margin-top: 105px;
    margin-bottom: 105px;
}

#feedback .cursor {

    background: #FFFFFF !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin: -15px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 60%;
}

#feedback .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 80px;
    right: auto;
}

#feedback .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 80px;
    left: auto;
}

.swiper-container-2 .img img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

#feedback .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border-color: rgba(0, 0, 0, 0.25);
}

#feedback .card .rounded {
    border-radius: 20px !important;

}

#offices .card {
    margin: 0px 5px;
}

#feedback .card:hover {
    background: rgba(232, 130, 67, 0.25);
}

#offices .cursor {

    background: #FFFFFF !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#footer {
    background: #246577;
    padding: 40px 0px;
}

#footer .text-secondary {
    color: rgba(255, 255, 255, 0.75) !important;
}

#officeDetails .text-secondary {
    color: rgba(255, 255, 255, 0.75) !important;
}

#officeDetails .text-secondary a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.dropdownMenu {
    display: none;
    position: absolute !important;
    width: 294px;
    top: 63px;
    left: -50%;
}

.dropdownBtn:hover .dropdownMenu {
    display: block;
}

.dropdownMenu:hover {
    display: block;
}

.dropdownBtn {
    height: 100%;
}

#page_link {
    padding-top: 130px;

}

#officeDetails {
    padding-top: 202px;
    padding-bottom: 80px;
    background: #246577 !important;
}

.mcy-4 .card {
    margin-top: 40px !important;
}

.mcx-2 .col-lg-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mcx-3 .col-lg-3 {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.mcx-3 .col-lg-3:last-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.text-secondary {
    color: #246577 !important;
}

.text-secondary a {
    color: #246577 !important;
}


.text-tab .active {
    color: var(--secondary) !important;
    background: none !important;
    border: none !important;
}

.text-tab button:hover {
    color: var(--secondary) !important;
    background: none !important;
    border: none !important;

}

.text-tab button {
    color: rgba(0, 0, 0, 0.4) !important;
    background: none !important;
    border: none !important;
}

.text-tab button {
    background-color: none !important;
}

#myTabContent .active {
    color: #e88243 !important;
}

.custom-control-label::before {
    top: 45%;
    transform: translateY(-45%);
}

.custom-control-label::after {
    top: 45%;
    transform: translateY(-45%);
}

/* where input is checked  */
.priceCheckBox input[type="radio"]:checked + label .priceTemplate {
    background: rgba(221, 239, 255, 1);
}

.btn-outline-dark {
    color: rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
}

.btn-outline-dark:hover {
    color: white;
    background-color: rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
}


.butnsnex7,
.butnspre7 {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25) !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 15px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-price-template .price-header-title {
    background-color: #e88243;
    color: white;
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 60px 60px;
    margin-top: -5px;
    font-size: 24px;
}

.service-price-template .price-dark {
    background-color: #252525;
    color: white;
}

.service-price-template span {
    padding: 3px 24px;
}

.service-price-template {
    width: 278px;
    margin: auto;
    padding-bottom: 24px;
}

.user-image {
    width: 74px;
    height: 74px;
    border-radius: 20px;
}

.step span[step] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: var(--dark);
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 1px solid rgba(196, 196, 196, 0.4);
}

.step span[step].active {
    background: var(--primary);
    color: var(--white) !important;
    border: none;
    z-index: 3;

}

.step span[line] {
    height: 1px;
    background-image: url("../images/vectors/border-dash.svg");
    display: inline-block;
    border-image-slice: 2;
    border-image-repeat: round;

    padding: 1.5px 0px;
    background-repeat: space;

}

.price-form .active {
    background: var(--ligh_primary);
    border: none;
    z-index: 3;
}

select {
    padding: 0 !important
}

.right {
    left: 0;
}

.custom-file-image {
    background: rgba(250, 250, 250, 0.5);
    border: 1px dashed rgba(196, 196, 196, 0.4);
    border-radius: 8px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* style tabs link to be same as buttons */
.btn-tabs .nav-link {
    background: #FFFFFF !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
    display: flex;
    padding: 24px 19px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    color: var(--secondary) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: center !important;
    transition: all 0.2s ease-in;
}

.card {
    border-radius: 0px;
}

.btn-tabs .nav-link.active {
    background: var(--dark) !important;
    color: #FFFFFF !important;
    border: 1px solid #e88243 !important;
    border-radius: 8px !important;
}

/* style for hover also */
.btn-tabs .nav-link:hover {
    background: var(--dark) !important;
    color: #FFFFFF !important;
    border: 1px solid #e88243 !important;
    border-radius: 8px !important;
}

#page_link .container {
    padding: 0px !important;
}


.chat-from p {
    background-color: rgba(36, 101, 119, 0.15);
    border-radius: 20px 20px 20px 0px;
    padding: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22.63px;
}

.chat p {
    width: calc(100% - 309px);
}

.chat {
    width: 100%;
}

.chat-to {
    display: grid;
    justify-items: end;
    color: var(--primary);
}

.chat-from {
    display: grid;
    justify-items: start;
    color: var(--secondary);
}

@media screen and (max-width: 768px) {
    .chat p {
        width: 100%;
    }

}

.chat-to p {
    background: rgba(232, 130, 67, 0.25);
    border-radius: 20px 20px 0px 20px;
    padding: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22.63px;
}

.list-link .active a {
    color: var(--primary) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent;
    color: var(--primary);
    font-weight: bold;
    border-right: 4px solid var(--primary);
    border-radius: 0px;
}

.nav-pills .nav-link {
    margin: 10px 0px !important;
}

.btn-disabled {
    background: rgba(196, 196, 196, 0.4);
    color: rgba(0, 0, 0, 0.4);
}

.btn-disabled:disabled {
    background: rgba(196, 196, 196, 0.4);
    color: rgba(0, 0, 0, 0.4);
}

option:first {
    color: #999;
}

.icon-primary {
    color: var(--primary);
    background-color: rgba(0, 133, 255, 0.1);
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-primary:hover {
    color: #c0642c;
}

.icon-danger {
    color: var(--danger);
    background-color: rgba(255, 0, 0, 0.1);
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-danger {
    color: rgba(255, 0, 0, 0.8);
}

.quantity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.quantity a {
    width: 40px;
    height: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity input {
    width: 40px;
    height: 30px !important;
    background: var(--blue);
    border-radius: 4px;
    color: white;
    text-align: center;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

.contact-us-style {
    background: url('../images/contactusbg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.dropzone {
    background: rgba(250, 250, 250, 0.5) !important;
    border: 1px dashed var(--secondary) !important;
    border-radius: 8px !important;
}

#saved_files .selected {
    background-color: rgba(232, 130, 67, 0.25) !important;
}

.tab-pane.fade {
    display: none;
}

.tab-pane.fade.show {
    display: block;
}

.ccode .btn {
    height: 100%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.lxr {
    transform: translate3d(244px, 42px, 0px) !important;
}
