@font-face {
    font-family: 'RB-Bold';
    src: url('../fonts/RB-Bold.ttf');
}

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

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
}

.wrap {
    overflow: hidden;
}

body {
    color: #0f0d1d;
    font-size: 14px;
    direction: rtl;
    text-align: right;
    font-family: 'RB-Regular';
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'RB-Bold';
    margin: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}
.text-red{
    color: #FF0000FF
}
/**/
.preloader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader:before,
.preloader:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /*z-index: 1001;*/
    height: 50%;
    width: 100%;
    transition: all .6s ease;
}

.preloader:before {
    top: 0;
    background: #99cfc4;
}

.preloader:after {
    bottom: 0;
    background-color: #cbe7e1;
}


.spinner {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 25px;
    background-color: #fff;
    transition: all .4s;
}

.spinner:before,
.spinner:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.spinner:before {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.spinner:after {
    border: 2px solid;
    border-top-color: #142625;
    border-right-color: transparent;
    border-left-width: 0;
    border-bottom-width: 0;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.load-done.spinner {
    transform: scale(3);
    opacity: 0;
    transition: all .4s;
}

.page-loaded .spinner:after,
.page-loaded .spinner:before {
    opacity: 0;
}

.spinner-brand {
    max-width: 100%;
    max-height: 100%;
}

.page-loaded .preloader:before {
    top: -100%;
}

.page-loaded .preloader:after {
    bottom: -100%
}

/**********************************/
/*---* ++  main-lik   ++ *---*/
/**********************************/
.main-lik {
    /*width: 150px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    padding: 10px 25px;
    text-align: center;
    border-radius: 10px;
    background: #7da8a3;
    color: #fff;
    transition: all linear .3s;
}

.main-lik:hover {
    background: #46716c;
    color: #fff;
    transition: all linear .3s;
}

/**********************************/
/*---* ++  search   ++ *---*/
/**********************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

/**********************************/
/*---* ++  header   ++ *---*/
/**********************************/

.fly-whatsapp a {
    position: fixed;
    bottom: 40px;
    left: 40px;
    padding: 5px;
    font-size: 30px;
    overflow: hidden;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #27b45c;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    transition: all 0.5s ease-in-out;
}

.head-home {
    position: absolute;
    z-index: 2;
    padding: 10px 0;
    width: 100%;
}

.nav-list > .link > a {
    padding: 14px 10px !important;
}

@keyframes color2 {
    50% {
        transform: translateX(-20px);
    }
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    background: #cbe7e1;
    border-color: #cbe7e1;
}

.head-dorp .btn-secondary {
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #7da8a3;
    border-color: #7da8a3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-dorp .pop-up-button {
    background: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #7da8a3;
    border-bottom: 1px solid #7da8a3;
    cursor: pointer;
    font-weight: bold;
}

.head-dorp .pop-up-button:hover {
    background: #cbe7e1;
    color: #121212;
}

.head-dorp .pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    border-radius: 5px;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 20px #000;
}

.head-dorp .pop-up-container {
    background: #7da8a3;
    opacity: .5;
    position: relative;
    z-index: -1;
}

.head-dorp .pop-up span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    background: #212121;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.head-dorp .pop-up-text {
    box-sizing: border-box;
    padding: 20px;
}

.head-dorp .pop-up-text h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #212121;
}

.head-dorp .pop-up-text p {
    font-size: 1em;
    margin-bottom: 1em;
}

.pop-up-item-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.pop-up-item-icon svg {
    width: 50px;
    height: 50px;
}

.pop-up-item-name {
    font-size: 38px;
    color: #102221;
    font-family: 'RB-Bold';
}

.pop-up-item-content {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}

.head-dorp .dropdown-menu-link .dropdown-menu {
    background: #cbe7e1;
    text-align: right;
    padding: 0;
    border-radius: 5px !important;
}

.head-dorp .dropdown-menu-link .dropdown-menu li {
    padding: 8px 10px;
    border-bottom: 1px solid #64908b;
    cursor: pointer;
}

.head-dorp .dropdown-menu-link .dropdown-menu li a {
    color: #64908b;
}

.head-dorp .dropdown-menu-link .dropdown-menu li:before {
    content: "\f053";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-right: 8px;
    color: #64908b;
    font-size: 12px;
}

.pop-up-item {
    background-color: #9cd3c8;
    background-image: url("../images/bg6.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    /*padding: 120px 70px;*/
    padding: 70px 70px 170px 70px;
    /*text-align: center;*/
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pop-up-item-inner {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    padding: 30px 30px 100px !important;
}

.pop-up-item-inner-bg-white {
    padding: 100px 50px 160px;
    background-color: #fff;
    background-image: url(../images/bg-pop-transparent.png);
}

.pop-up-item-inner-img,
.pop-up-item-inner-form {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.pop-up-item-inner-form {
    text-align: right;
}

.pop-up-item-inner {
    background-color: #fff;
    overflow: hidden;
}

.pop-up-item-inner:before {
    background-image: url(../images/bg5.png) !important;
    height: 175px;
    bottom: -70px;
}

.pop-up-item-inner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop-up-item-inner-tittle {
    color: #1b3e3e;
    font-size: 32px;
    margin-bottom: 15px;
}

.pop-up-item-inner-head {
    margin-bottom: 30px;
}

.modal-open .modal {
    /*overflow-y: hidden;*/
    padding: 0 !important;
    border: none;
    background: rgba(0, 0, 0, .8);
}

.modal-dialog {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.modal-header {
    border: 0 !important;
    padding: 0;
}

.modal-header button {
    background: #7da8a3 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    border-radius: 50% !important;
}

.modal-content {
    background: transparent;
}

.pop-up-item-inner-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pop-up-item-inner-radio label {
    margin: 0 5px;
}

.pop-up-item-inner-radio2,
.pop-up-item-inner-radio2-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop-up-item-inner-radio2-cont label {
    margin: 0 5px;
}

.pop-up-item-inner-radio2 .form-control {
    width: 50%;
}

/**********************************/
/*---* ++  slider   ++ *---*/
/**********************************/
.slider {
    position: relative;
}

.slider:after {
    content: " ";
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    z-index: 2;
    background-image: url("../images/bg6.png");
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

.main-slider {
    overflow: hidden;
}

.main-slider .mainItem {
    position: relative;
    overflow: hidden;
}

.main-slider .mainItem img {
    height: 500px;
    object-fit: cover;
}

.main-slider .slid-overlay {
    direction: rtl;
    position: absolute;
    align-items: center;
    width: 72%;
    padding: 0 220px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
}


@keyframes colors {
    50% {
        transform: translateX(50px);
    }
}

.slid-des {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'RB-Bold';
}


@media screen and (max-width: 575px) {
    #logo img {
        max-height: 60px;
    }

    .nav-btn {
        margin-inline-end: 20px;
        background-color: #7da8a3;
    }

    .main-slider .mainItem img {
        height: 450px;
    }


    .slid-des {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #logo img {
        max-height: 80px;
    }

    .nav-btn {
        margin-inline-end: 20px;
        background-color: #7da8a3;
    }

    .main-slider .mainItem img {
        height: 400px;
    }

    /*.slider:after {*/
    /*    height: 60px;*/
    /*    width: 100%;*/
    /*    bottom: -1px;*/
    /*}*/
    .slid-des {
        font-size: 18px;
    }
}

/**********************************/
/*---* ++  country   ++ *---*/
/**********************************/
.country {
    position: relative;
    /*overflow: hidden;*/
    padding: 50px 0;
}

.country h2.text-center {
    margin-bottom: 50px;
    font-size: 36px;
}

.country .btn-scroll,
.country .btn-scroll:active,
.country .btn-scroll:active:focus,
.country .btn-scroll:focus {
    box-shadow: none;
    outline: none;
    transition: 0.4s;
}

.country .btn-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    color: #3b3b49;
    font-size: 60px;
    cursor: pointer;
}

.country .nextscroll {
    right: -5%;
}

.country .prevscroll {
    left: -5%;
}

.country-list-wrap {
    position: relative;
}

.country .country-list-wrap .country-list {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    background: #cae4de;
    border-radius: 10px;
}

.country .country-list .link-country a {
    display: block;
    text-align: center;
    word-break: break-word;
    width: 100%;
    color: #fff;
    position: relative;
    font-size: 16px;
    padding: 25px 10px;
    font-family: 'RB-Bold';
    transition: all linear .5s;
}

.country .country-list .link-country {
    width: 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
}

.country .country-list .link-country a span {
    display: block;
    width: 100%;
    white-space: initial;
}

.country-list img {
    display: inline-block;
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
}

.country-list .link-country:hover,
.country-list .link-country:active,
.country-list .link-country.active {
    background: #7da8a3;
}

.country-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*border-bottom: 1px solid #0f2120;*/
    /*border-top: 1px solid #f00;*/
}

.country-list::-webkit-scrollbar-thumb {
    /*border-radius: 8px;*/
    background-color: #0e201f;
    /*border: 1px solid #f2f2f2;*/
}

.country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #9cd3c8;
}

/**********************************/
/*---* ++  selects   ++ *---*/
/**********************************/
.selects-content {
    background: #cae4de;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
}

.selects-content select {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px;
    margin: 0 5px !important;
}

.selects-content .select2-container {
    width: 100% !important;
    margin: 0 5px !important;
}

.select2-container--open .select2-dropdown {
    left: 10px;
}

.selects-content .select2-selection--single {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px;
    margin: 0 10px !important;
    padding: 0 10px !important;
}

.selects-content .select2-selection__rendered {
    line-height: 50px !important;
    color: #000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #ececec;
    border: 1px solid #ececec;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: unset;
    left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #000 !important;
    border-color: #000 transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ececec;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ececec;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ececec;
    color: #000;
}

/**********************************/
/*---* ++  audio   ++ *---*/
/**********************************/
.audio {
    position: relative;
    padding-bottom: 50px;
}

.audio:before {
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/audio-bg.png");
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.audio-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audio-content {
    background: #ececec;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.audio-content .mejs__controls:not([style*="display: none"]) {
    background: #7da8a3;
    border-radius: 10px;
}

.audio-content .mejs__container {
    background: #7da8a3;
    border-radius: 10px;
}

.audio-content .media-wrapper {
    display: flex;
    background: #7da8a3;
    margin-top: 30px;
    border-radius: 10px;
}

.audio-name {
    font-size: 18px;
    font-family: 'RB-Bold';
}

.audio-name,
.audio-name a {
    color: #000;
}

.main-link {
    /*width: 140px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    padding: 10px 25px;
    background: #7da8a3;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    transition: all linear .3s;
}

.main-link:hover {
    background: #46716c;
    color: #fff;
    transition: all linear .3s;
}

.audio-player audio {
    width: 100%;
}

.audio-content .mejs__overlay-button {
    background-image: url("../images/mejs-controls.svg");
}

.audio-content .mejs__overlay-loading-bg-img {
    background-image: url("../images/mejs-controls.svg");
}

.audio-content .mejs__button > button {
    background-image: url("../images/mejs-controls.svg");
}

.audio-content .mejs__button > button {
    transform: rotate(180deg);
    color: #33365e;
    filter: invert(60%) sepia(10%) saturate(3127%) hue-rotate(185deg) brightness(45%) contrast(89%);
}

.audio-content .mejs__horizontal-volume-total {
    background: #000;
}

.audio-content .mejs__time-current,
.mejs__time-handle-content,
.mejs__horizontal-volume-current {
    background: #33365e;
}

/**********************************/
/*---* ++  ideal   ++ *---*/
/**********************************/
.ideal-content {
    padding: 30px;
    background: #cae4de;
    border-radius: 10px;
}

.ideal-content .ideal-icon svg {
    max-width: 80px;
    max-height: 80px;
}

.ideal-content:hover .ideal-icon svg {
    animation: ideal 1.5s infinite ease-in-out;
}

@keyframes ideal {

    0% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

.ideal-hanging {
    margin: 10px 0 0;
}

.ideal-hanging span {
    font-family: 'RB-Bold';
    font-size: 26px;
    color: #000;
}

.ideal-hanging-first {
    margin: 10px 0;
}

.ideal-hanging-first,
.ideal-hanging-second {
    font-size: 16px;
    font-family: 'RB-Bold';
}

.ideal-hanging-first a,
.ideal-hanging-second a {
    color: #64908b;
}

.ideal-slider {
    background: #cae4de;
    height: 257px;
    border-radius: 10px;
}

.ideal-slider .mainItem {
    padding: 30px;
}

.slid-ideal-head {
    margin: 0 0 10px;
}

.slid-ideal-head a {
    color: #000;
}

.ideal-slider {
    position: relative;
}

.ideal-slider:before {
    content: " ";
    position: absolute;
    background-image: url("../images/ideal-slide.png");
    background-size: 100%;
    width: 90px;
    height: 62px;
    left: 5px;
    bottom: 5px;
}

.ideal-slider:hover:before {
    animation: ideal 1.5s infinite ease-in-out;
}

.slid-ideal-paragraph span {
    width: 60%;
    font-size: 16px;
    color: #64908b;
    display: inline-block;
}

.slid-ideal-head span {
    font-family: 'RB-Bold';
    font-size: 24px;
}

.ideal-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 5px;
    transform: translate(-50%);
    transition: all 1s linear;
}

.ideal-slider .owl-dots button.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #7da8a3;
    transition: all 1s linear;
}

.ideal-slider .owl-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-inline-end: 5px;
    background-color: #a2c3be;
    transition: all 1s linear;
}

/**********************************/
/*---* ++  video   ++ *---*/
/**********************************/
.video {
    position: relative;
    margin: 50px 0;
    padding: 50px 0;
    background-color: #cae4de;
}

.video .video-header {
    margin: 0 0 50px;
}

.video:before {
    content: " ";
    background-image: url("../images/shape1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 181px;
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
    z-index: -1;
}

.video:after {
    content: " ";
    background-image: url("../images/shape2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 181px;
    position: absolute;
    bottom: -75px;
    right: 0;
    left: 0;
    z-index: -1;
}

.video-header {
    margin: 0 0 25px;
    text-align: center;
}

.video-content {
    border-radius: 10px 10px 0 0;
}

.video-content .mejs__container {
    border-radius: 10px 10px 0 0;
}

.video-content .mejs__overlay-play,
.video-content .mejs__layer {
    border-radius: 10px 10px 0 0;
}

.video-content video {
    border-radius: 10px 10px 0 0;
}

.video-content .mejs__overlay-button {
    filter: invert(53%) sepia(24%) saturate(372%) hue-rotate(124deg) brightness(130%) contrast(96%);
}

.video-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background: #ececec;
    border-radius: 0 0 10px 10px;
}

/**********************************/
/*---* ++  clint   ++ *---*/
/**********************************/
.clint {
    padding: 50px 0 25px;
}

.clint .main-tittle span {
    color: #fff;
}


.clint .main-clint .item {
    margin: 10px 0;
}

.clint .main-clint img {
    border: 2px solid #7da8a3;
    border-radius: 100%;
    transform: scale(1);
    
    height: 172px;
    object-fit: contain;
    padding: 5px;
    
    transition: all linear .5s;
}

.clint .main-clint img:hover {
    border: 2px solid #46716c;
    transform: scale(1.05);
    transition: all linear .5s;
}

.main-clint .owl-nav button {
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #7da8a3;
    transition: all ease-in-out .5s;
}

.main-clint .owl-nav {
    text-align: center;
}

.main-clint .owl-nav button:hover {
    background: #46716c;
    color: #fff;
    transition: all ease-in-out .5s;
}

/**********************************/
/*********** contact-us **********/
/**********************************/
.contact-us {
    /*padding: 50px 0 200px;*/
}

.contact-us .main-tittle span {
    color: #fff;
}

.contact-us .contact-form form input {
    width: 100%;
    overflow: visible;
}

.contact-us-content {
    margin-top: 50px;
}

.contact-us .form-control {
    height: 50px;
    border-radius: 10px;
    background: transparent;
    color: #000;
    border: 1px solid #7da8a3;
    margin-bottom: 40px;
}

.contact-us .form-control:focus {
    border: 1px solid #1f1f29;
    box-shadow: none;
}

.contact-us textarea.form-control {
    height: 220px;
    border-radius: 20px;
    border: 1px solid #7da8a3;
}

.contact-us .form-focused {
    position: relative;
    margin-bottom: 30px;
}

.contact-us .form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #000;
    transition: all .5s ease-in-out;
}

.contact-us .form-ti {
    position: relative;
}

.contact-us .form-ti label {
    /*margin: 0;*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: -28px;*/
    /*right: 15px;*/
    /*color: #7da8a3;*/
    /*transition: all .5s ease-in-out;*/
}

.contact-us .focused label {
    top: -33px;
    right: 0;
    font-size: 18px;
    color: #1f1f29;
}

.contact-us-content .ins-link {
    margin: 0 15px;
}

.contact-us .ins-link {
    border-radius: 35px;
}

/**********************************/
/*---* ++  footer   ++ *---*/
/**********************************/
footer {
    background: #04413e;
    position: relative;
    padding: 100px 0 25px;
}

footer:before {
    content: " ";
    background-image: url(../images/bg-7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 0;

}

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

.info-text-footer {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.info-text-footer i {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background-color: #7da8a3;
    text-align: center;
    border: 1px solid #7da8a3;
    color: #fff;
    display: inline-block;
    transition: all linear .5s;
}

.footer-info-content {
    margin-right: 15px;
    width: calc(100% - 55px);
}

.footer-info-content p {
    color: #7da8a3;
    margin-bottom: 10px;
}

.footer-info-content .footer-info-data,
.footer-info-content span {
    color: #fff;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.social-media a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    margin-bottom: 10px;
}

.social-media a:not(.whatsapp) {
    font-size: 22px;
    background-color: #7da8a3;
    text-align: center;
    border: 1px solid #7da8a3;
    color: #fff;
    border-radius: 100%;
    transition: all linear .5s;
}

.footer-content {
    border-bottom: 1px solid #7da8a3;
    padding-bottom: 25px;
}

.footer-powerd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.footer-powerd {
    color: #fff;
}

.footer-powerd span {
    color: #7ca8a2;
}

.footer-pages {
    color: #fff;
}

@media screen and (max-width: 575px) {

}

/**********************************/
/*---* ++  inside-pages   ++ *---*/
/**********************************//**********************************/
/**********************************//**********************************/
/**********************************//**********************************/
/*---* ++  about   ++ *---*/
/**********************************/
.inside-head {
    position: relative;
    background-image: url("../images/slide.png");
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 10px 0 200px 0;
}

.inside-head:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    z-index: 2;
    background-image: url(../images/bg6.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

.about-image img {
    border-radius: 100%;
}

.about {
    padding: 50px 0;
}

.about-items {
    /*padding: 50px 0 100px;*/
}

.about-image img {
    transform: scale(1);
    transition: all linear .5s;
}

.about-image img:hover {
    transform: scale(1.05);
    transition: all linear .5s;
}

.inside-footer {
    margin-top: 75px;
}

.about-header-tittle {
    font-size: 18px;
    font-family: 'RB-Bold';
    color: #323232;
}

.about-paragraph {
    font-size: 16px;
    color: #909090;
    margin-top: 25px;
    line-height: 33px;
    text-align: justify;
}

.audio-inside {
    padding: 50px 0 100px;
}

/**********************************/
/*---* ++  change-password   ++ *---*/
/**********************************/
.change-password {
    background: rgba(0, 0, 0, .9);
    /*padding: 100px;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-password-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-body-inside {
    background: rgba(0, 0, 0, .9);
    padding: 100px;
}

.change-password-form {
    /*text-align: right;*/
}

.change-password .pop-up-item:before {
    /*height: 201px;*/
    /*background-image: url(../images/bg5.png);*/
    /*background-color: #fff;*/
    /*bottom: -55px;*/
}

.pop-up-item-inner-head {
    font-size: 14px;
    font-family: 'RB-Bold';
}

.change-password .change-password-content {
    /*padding: 100px 50px 160px;*/
    /*background-color: #fff;*/
    /*background-image: url("../images/bg-pop-transparent.png");*/
}

.code-form {
    /*margin-top: 50px;*/
}

.login-inside .pop-up-item-inner {
    padding: 30px 30px 150px !important;
}

.register-user-inside .pop-up-item-inner {
    padding: 30px 30px 150px !important;
}

.adopting-content {
    padding: 100px 50px 160px;
    background: #fff;
}

.adopting-links {
    margin: 50px 0 0;
}

.adopting-links a {
    margin: 0 20px;
}

.requirements-content {
    column-count: 2;
    padding: 25px 0;
    text-align: justify;
}

.requirements {
    padding: 50px 0 100px;
}

.requirements-radio {
    justify-content: space-between;
}

.requirements-inp {
    display: flex;
    align-items: center;
}

.client-Profile {
    padding: 50px 0 200px;
}

.client-Profile-content {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .26);
    padding: 50px 25px;
    /*text-align: center;*/
    /*max-height: 550px;*/
    border-radius: 20px;
}

.client-Profile-content-l {
    padding: 50px 25px;
}

.client-Profile .pop-up-item-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #cae4de;
}

.client-Profile-link a {
    margin: 0 5px;
}

.client-Profile-name {
    font-size: 28px;
    font-family: 'RB-Bold';
    margin-bottom: 10px;
}

.client-Profile h2.text-center {
    margin-bottom: 50px;
}

.client-Profile-content-contact-us {
    /*padding: 0 !important;*/
}

.client-Profile-content-contact-us .contact-us-content {
    margin: 0 !important;
}

.client-Profile-job {
    color: #7da8a3;
    font-size: 16px;
    margin-bottom: 10px;
}

.projects-now-number,
.projects-total-number {
    color: #7da8a3;
}

.client-Profile-inside-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px 0;
}

.client-Profile-adio {
    padding: 50px 0 120px;
}

.client-Profile-inside-content-head {
    font-size: 16px;
    font-family: 'RB-Bold';
    margin-bottom: 10px;
}

.rate-star {
    color: #ffc800;
}

.two-forms{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two-forms .form-control,
.three-forms .form-control {
    margin-bottom: 10px;
}

.client-Profile-content .three-forms .form-control {
    width: 100% !important;
}

.client-Profile-content .two-forms {
    margin-top: 20px;
}

.client-Profile-content .three-forms .form-group {
    margin: 0 5px;
}

.three-forms .form-control {
    width: 90%;
}

.client-Profile-card {
    /*direction: ltr ;*/
    /*text-align: left;*/
}

.client-Profile-adio .contact-us-content {
    /*text-align: right;*/
}

.client-Profile-adio .client-Profile-name {
    margin-bottom: 20px;
}

.client-Profile-adio .client-Profile-job {
    margin-bottom: 20px;
}

.order-details {
    padding: 50px 0 150px;
}

.order-details-content {
    /*display: flex;*/
    /*justify-content: space-between;*/
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .26);
    padding: 25px 25px;
    /*margin-top: 50px;*/
}

.order-details-content-main,
.order-details-content-sec {
    width: 100%;
    padding: 0 15px;
}

.detail-main {
    border-bottom: 1px solid #7da8a3;
    padding: 15px 0;
}

.detail-main .details-head {
    font-size: 16px;
    font-family: 'RB-Bold';
    margin-bottom: 10px;
}

.detail-main .details-paragraph {
    font-size: 14px;
    color: #7da8a3;
    word-break: break-word;
}

.third-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.third-detail-content-2 {
    /*margin-left: 75px;*/
}

.order-details-content .main-lik {
    /*float: left;*/
    /*margin-top: 50px;*/
}

.assess-content {
    text-align: center;
}

.assess-content .pop-up-item-inner-head {
    margin-bottom: 20px;
}

.assess-content .rate-star {
    margin-bottom: 20px;

}

.assess-content .rate-star i {
    color: #d2ceb5;
}

.add-sample-tit {
    color: #aeaeae;
    margin: 20px 0;
    font-size: 16px;
}

.include-sample {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    /*margin-top: 100px;*/
    font-family: 'RB-Bold';
}

.include-sample {

}

.include-sample .main-lik {
    background: #aeaeae;
    transition: all linear .3s;
}

.include-sample .main-lik:hover {
    background: #46716c;
    transition: all linear .3s;
}

.two-forms .form-focused {
    width: 48%;
}

.data-meat {
    color: #000;
    font-size: 16px;
    margin: 25px 0 30px;
}

.three-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #c5c5c5;
    line-height: 50px;
}

.three-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.three-forms .select2-container .select2-selection--single {
    height: 50px;
}

.three-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
}

.three-forms .select2-container {
    margin: 0 5px 25px !important;
    text-align: right;
}

.three-forms .select2-container--default .select2-selection--single {
    background: transparent !important;
    border-radius: 10px !important;
}

.form-group-inside textarea {
    height: 133px !important;
}

.ins-clints {
    margin-bottom: 75px;
}

.form-control {
    /*border-radius: 10px !important;*/
    /*direction: rtl;*/
}

textarea.form-control {
    border-radius: 10px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #000;
}


.form-op input::placeholder, .form-op textarea::placeholder {
    opacity: 0 !important;
    transition: all linear .5s;
    font-size: 12px !important;
}

.focused input::placeholder, .focused textarea::placeholder {
    opacity: 1 !important;
    transition: all .05s linear .5s;
}

.client-Profile .contact-us-content {
    margin-top: 0 !important;
}

.request-evening .client-Profile-content {
    box-shadow: none !important;
    padding: 50px 0
}

.request-evening .main-link {
    margin-right: 15px !important;
}

.request-vol .ideal-slider {
    margin-bottom: 75px;
}

.request-vol .client-Profile-content {
    box-shadow: none !important;
    padding: 50px 0
}

.two-forms .focused label {
    font-size: 14px;
}

.inside-lab {
    position: relative !important;
    top: 0 !important;
}

.req-rad-main {
    display: inline-block;
    margin-bottom: 25px;
}

.req-rad {
    display: block;
    margin-bottom: 10px;
}

.request-vol .form-group-inside textarea {
    height: 145px !important;
}

.container-table th h5 {
    font-size: 15px;
}

.container-table-content {
    border: 1px solid #d5ebe6;
    border-radius: 10px;
}

.container-table {
    text-align: center;
    width: 100%;
}

thead tr {
    border-bottom: 1px solid #d5ebe6;
}

.container-table tr {
    padding: 15px;
    text-align: center;
}

.container-table tr:not(:last-of-type) {
    border-bottom: 1px solid #d5ebe6;
    border-collapse: collapse;
}

.container-table th:not(:last-of-type) {
    border-left: 1px solid #d5ebe6
}

.container-table tr td:not(:last-of-type) {
    border-left: 1px solid #d5ebe6
}

.container-table td {
    font-size: 12px;
    color: #a2a2a2;
    font-family: 'RB-Bold';
    padding: 25px 15px;
}

.container-table td .main-link {
    width: 100px !important;
}

.container-table th:nth-child(1),
.container-table th:nth-child(2),
.container-table th:nth-child(3),
.container-table th:nth-child(5),
.container-table th:nth-child(8),
.container-table th:nth-child(9) {
    background: #e9f5f2;
}

.container-table th:nth-child(4) {
    background: #9cbbb4;
}

.container-table th:nth-child(6) {
    background: #aad0c7;
}

.container-table th:nth-child(7) {
    background: #73aa9d;
}

.container-table th {
    padding: 25px 5px;
}

.container-table td:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-table td:nth-child(4),
.container-table th:nth-child(4) {
    padding: 25px 5px;
}

.container-table td:nth-child(4) .main-link {
    margin-top: 20px;
}

.container-table td:nth-child(5) .main-link {
    margin-bottom: 20px;
}

.container-table td:nth-child(7) .main-link {
    background: #bdcbc8;
}

.contact-us-inside textarea {
    height: 120px !important;
}

.form-contact .form-control {
    border-radius: 35px !important;
}

.form-contact textarea {
    height: 215px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #7da8a3;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid #7da8a3;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.client-content .contact-us-content {
    text-align: right;
}

/*tracking edit*/
.tracking-select .select2-container {
    width: 100% !important;
    margin: 0 5px 25px !important;
    text-align: right;
}

.transfers-table .container-table td:nth-child(4),
.container-table th:nth-child(4) {
    padding: 25px 50px;

}

.audio .transfers-table th {
    width: 28% !important;
}

.tracking-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;

}

.tracking-select .select2-hidden-accessible {
    color: #c5c5c5;
    line-height: 50px;
}

.tracking-select .select2-container--default .select2-selection--single {
    height: 50px;
}

.transfers-table th {
    width: 33.3% !important;
}

.box-transfers {
    margin: 50px 0;
}

.box-transfers-content {
    border: 1px solid #d5ebe6;
    width: 350px;
    height: 100px;
    text-align: center;
    line-height: 50px;
}

.box-transfers-name {
    border-bottom: 1px solid #d5ebe6;
    width: 100%;
    background: #e9f5f2;
    font-family: 'RB-Bold';
}

.client-Profile-inside-content-link {
    margin-bottom: 15px;
}
.tooltipC {
    /*display: flex;*/
    position: relative;
}

.tooltipC input[type=text] {
    border-radius: 10px 10px 0 0;
    padding: 15px 5px;
    width: 100%;
    border: 2px dotted #7da8a3;
    text-align: center;
}

.tooltipC .main-link {
    border-radius: 0 0 10px 10px;
    position: relative;
    width: 100%;
}

.offer-clint-cont {
    margin-bottom: 10px;
}

.offer-clint-cont span {
    margin-inline-end: 15px;
}


.tooltipC .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: -31px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipC:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.two-forms .three-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.client-Profile-content .pop-up-item-inner-radio2 {
    justify-content: flex-start;
}

.client-Profile-content .pop-up-item-inner-radio2 .pop-up-item-inner-radio2-cont:first-child {
    margin-inline-end: 25px;
}


.input-file-container {
    position: relative;
    width: 100%;
}

.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #d5ebe6;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #7da8a3;
    color: #d5ebe6;
}

.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
    margin: 10px 0;
    color: #7da8a3;
}

.js .file-return:not(:empty):before {
    content: "\f058";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-style: normal;
    margin-inline-start: 25px;
    font-size: 18px;
}

/**********************************/
/*---* ++  responsive   ++ *---*/
/**********************************/
@media (max-width: 1024px) {
    .main-slider .slid-overlay {
        padding: 0 35px;
        width: 50%;
    }

    .slid-des {
        font-size: 36px;
    }

    .country .country-list > .link-country {
        /*width: 120px;*/
        /*height: 120px;*/
    }

    .clint {
        padding: 50px 0 25px;
    }

    .clint .main-clint {
        padding-bottom: 50px;
    }

    .contact-us {
        /*padding: 25px 0 200px;*/
    }

    footer {
        /*padding: 25px 0;*/
    }

    /*.country .no-padding {*/
    /*    padding: 0 60px;*/
    /*}*/
    .country .btn-scroll {
        font-size: 40px;
    }

    .country .nextscroll {
        right: 2%;
    }

    .country .prevscroll {
        left: 2%;
    }

    .selects-content .select2-selection--single {
        margin: 0 !important;
    }

    .nav-list > .link > a {
        padding: 12px !important;
    }
}

/**********************************/
/*---* ++  Nav Bar CSS   ++ *---*/
/**********************************/
@media (min-width: 992px) {
    .hidden-xs {
        display: none;
    }

    .hidden-sm {
        display: none;
    }

    .navbar {
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-top: 50px;
    }

    .nav-list {
        display: flex;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-list > .link {
        display: flex;
        align-items: center;
        position: relative;
        margin-inline-end: 10px;
    }

    .nav-list > .link {
        display: flex;
        align-items: center;
        position: relative;
    }

    .nav-list > .link > a {
        color: #fff;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        background: transparent;
        transition: all ease-in-out .3s;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, .0);
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .nav-list > .link > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        bottom: 0;
        background: #7da8a3;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .nav-list > .link.active a {
        background: #7da8a3;
        color: #fff;
        border-radius: 10px;
        transition: all ease-in-out .5s;
    }

    .nav-list > .link:hover a,
    .nav-list > .link.active a {
        color: #fff;
        border-radius: 10px;
        transition: all ease-in-out .5s;
    }

    .nav-list > .link > a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        border-radius: 10px;
        transition: all ease-in-out .5s;
    }

    .has_sub_menu {
        width: calc(100% - 25px);
    }

    .has_sub_menu ~ i {
        width: 15px;
        display: inline-block;
        text-align: center;
        color: #7da8a3;
    }

    .sub-list {
        background-color: #fff;
        padding: 20px;
        list-style: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        position: absolute;
        top: 100%;
        min-width: 230px;
        display: none;
        z-index: 4;
    }

    .sub-list li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }

    .sub-list li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
    }

    .sub-list li a.has_sub_menu {
        width: calc(100% - 30px);
        display: inline-block;
    }

    .sub-list li:hover {
        border-bottom: 1px solid #7da8a3;
    }

    .sub-list li a:hover {
        color: #7da8a3;
    }

    .sub-list li:last-child > a {
        margin-bottom: 0;
    }

    .sub-list .sub-link {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: all .5s linear;
    }

    .sub-list .sub-link:hover {
        background-color: #7da8a3;
    }

    .sub-list .sub-link:last-child {
        border-bottom: 0;
    }

    .nav-list .link:hover > .sub-list {
        display: block;
    }

    .sub-list .sub-list {
        top: 0;
    }

    .nav-list .link .sub-list .sub-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list .link .sub-list .sub-link:hover > .sub-list {
        display: block;
    }

    .nav-btn,
    .mobile-nav-list {
        display: none;
    }

    .has_sub_menu {
        margin-right: 5px;
    }

    .sub-list {
        left: 0;
    }

    .sub-list li a.has_sub_menu {
        margin-left: 5px;
    }

    .sub-list .sub-list {
        left: 100%;
    }
}

@media (max-width: 992px) {
    .nav-btn-logo {
        display: block !important;
    }

    .nav-btn-dorp {
        display: none !important;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-sm {
        display: none;
    }

    .nav-list {
        display: none;
    }

    .nav-btn {
        font-size: 25px;
        color: #fff;
        background-color: #cbe7e1;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 10px;
        text-align: center;
        outline: none;
    }

    .nav-btn:hover {
        color: #fff;
        background: #7da8a3;
    }

    .nav-btn:focus {
        outline: none !important;
        border: 0 !important;
    }

    .mobile-nav-list {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        height: 100%;
        width: 300px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        transform: translateX(100%);
        transition: all .5s linear;
    }

    .mobile-nav-list {
        right: 0;
        background-color: #fff;
        overflow-y: scroll;
        display: block;
    }

    .mobile-nav-list .link {
        
        position: relative;
        font-weight: bold;
    }

    .mobile-nav-list .link a {
        border-bottom: 1px solid #9cd3c8;
        color: #7da8a3;
        display: block;
        width: 100%;
        padding: 5px 15px;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .mobile-nav-list .link a.has_sub_menu {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .mobile-nav-list .link a:hover,
    .mobile-nav-list .link.active a {
        color: #7da8a3;
    }

    .mobile-nav-list .link i {
        color: #fff;
        background-color: #7da8a3;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .link i.open {
        transform: rotate(180deg);
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        transition: all .5s ease-in-out;
    }


    .mobile-nav-list .link a.has_sub_menu {
        margin-left: 5px;
    }

    .logo-mob {
        text-align: center;
        margin-bottom: 25px;
    }

    .sub-list .sub-list a {
        padding-right: 15px;
    }

    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }

    .sub-list.open {
    }

    .sub-list a {
        display: block;
        position: relative;
    }

    .sub-list .sub-link {
        border: 0;
        padding: 5px 20px;
        font-size: 14px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        white-space: nowrap;
    }

    .sub-list .sub-list a {
        display: block;
        position: relative;
    }

    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .head-home [class*="col"]:nth-child(3) {
        order: 1;
    }

    .head-home [class*="col"]:nth-child(2) {
        order: 2;
    }

    .head-dorp .btn-secondary {
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        font-size: 12px;
    }

}

.main-print {
    /*width: 50px;*/
    /*margin-inline-start: 25px;*/
}

.down-cont {
    display: inline-block;
    text-align: center;
}

.down-cont span {
    display: block;
}

.down-link {
    width: 50px;
    border-radius: 10px !important;

}


/* Always set the map height explicitly to define the size of the div
    * element that contains the map. */


/* Optional: Makes the sample page fill the window. */

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    text-indent: 50px;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
    text-overflow: ellipsis;
    width: 100%;
    top: 5px !important;
    left: 0 !important;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}


#map div {
    background: transparent !important;
}

.two-forms .modal-header {
    display: block;
}

.back-btn {
    position: absolute;
    top: 25px;
    left: 190px;
    z-index: 5;

}

.back-btn .main-link {
    height: 45px;
    line-height: 25px;
    font-size: 24px;

}


.cross {
    padding: 10px;
    color: #7da8a3;
    cursor: pointer;
    font-size: 23px
}

.comment-box h4 {
    color: #fff;
    margin-bottom: 25px;
}

.cross i {
    margin-top: -5px;
    cursor: pointer
}

.comment-box {
    padding: 5px
}

.comment-area textarea {
    resize: none;
    border: 1px solid #7da8a3
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    /*border-color: #ffffff;*/
    outline: 0;
}

.send {
    color: #fff;
    background-color: #7da8a3;
    border-color: #7da8a3
}

.send:hover {
    color: #fff;
    background-color: #4d90fe;
    border-color: #4d90fe
}

.rating {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse
}

.rating > input {
    display: none
}

.rating > label {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: #7da8a3;
    cursor: pointer
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important
}

.rating > input:checked ~ label:before {
    opacity: 1
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4
}


/*#map {*/
/*    height: 500px;*/
/*}*/

.client-Profile-card {
    position: relative;
    background-image: url(../images/slide.png);
    background-size: 100%;
    /*border-radius: 10px;*/
    padding: 30px;
}

.client-Profile-icon {
width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #7da8a3;
    color: #fff;
    font-size: 12px;
    margin-inline-end: 20px
}

.client-Profile-main,
.client-Profile-phone,
.client-Profile-web {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;

}

.client-Profile-head {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*flex-direction: column;*/
    position: relative;
    margin-bottom: 30px;
}

.client-Profile-head:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -20px;
    border: none;
    border-bottom: 2px solid #7da8a3;
    border-radius: 130px 50px/4px 2px;
    width: 100%;
}
.profile-qr-text{
    color: #fff;
}
.client-Profile-mid-content-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.card-site-logo {
    margin-bottom: 10px;
}

.card-site-logo img {
    width: 120px;
}

.profile-qr img {
    max-height: 100px;
}

.client-Profile-name {
    color: #46716c;
}

.client-Profile-mid-job {
    color: #7da8a3;
}

.client-Profile-card a {
    color: #fff;
    margin: 0;
    display: block;
    font-size: 14px;
}

.client-Profile-mid-content-logo .social-media {
    margin-top: 20px;
}

.client-Profile-mid-content-logo .social-media i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 1px;
}

.card-download {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 0;
}

.card-download .main-link {
    width: 100%;
}

/**********************************/
/*---* ++  responsive   ++ *---*/
/**********************************/
@media (max-width: 768px) {
    .main-slider .mainItem {
        height: auto !important;
    }

    .transfers-table .container-table td:nth-child(4),
    .container-table th:nth-child(4) {
        padding: 25px 30px;
    }

    .container-table-content {
        overflow-y: scroll;
    }

    .two-forms .form-focused label {
        font-size: 11px;
    }

    .include-sample {
        flex-direction: column;
        /*margin-top: 50px;*/
    }

    .include-sample div {
        margin-bottom: 25px;
    }

    .order-details {
        padding: 50px 0;
    }

    .detail-main .details-head {
        font-size: 14px;
    }

    .order-details-content {
        padding: 0;
        flex-direction: column;
    }

    .order-details-content .main-lik {
        /*float: none;*/
        /*margin: 25px auto;*/
        /*display: table;*/
    }

    .client-Profile-content-contact-us .contact-us-content {
        margin-top: 20px !important;
    }

    .client-Profile-content {
        margin-bottom: 50px;
    }

    .requirements-radio {
        flex-direction: column;
    }

    .requirements-inp {
        margin-bottom: 25px;
    }

    .requirements {
        padding: 25px 0 25px;
    }

    .requirements-content {
        column-count: 1;
        padding: 50px 0 25px;
    }

    .adopting-links {
        display: flex;
        margin: 15px 0 0;

    }

    .change-password .pop-up-item:before {
        /*display: none;*/
    }

    .contact-us-inside {
        padding: 50px 0 !important;
    }

    .code-form {
        /*text-align: center;*/
    }

    .head-dorp .btn-secondary {
        height: 30px;
        border-radius: 5px;
        padding: 0 5px;
        font-size: 12px;
    }

    .pop-up-item-name {
        font-size: 24px;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-sm {
        display: none;
    }

    .head-home [class*="col"]:nth-child(3) {
        order: 1;
    }

    .head-home [class*="col"]:nth-child(2) {
        order: 2;
    }

    .slid-des {
        font-size: 24px;
    }

    .ideal-slider {
        margin-top: 35px;
    }

    .audio-name {
        font-size: 14px;
    }

    .clint {
        padding: 25px 0 25px;
    }

    .main-link {
        /*width: 120px;*/
    }

    .contact-us {
        /*padding: 0 0 200px;*/
    }

    .clint .main-clint {
        padding-bottom: 35px;
    }

    .contact-us {
        /*padding: 0 0 25px;*/
    }

    .logo-footer {
        display: table;
        margin: 0 auto 30px;
    }

    .social-media {
        justify-content: center;
    }

    .pop-up-item {
        padding: 70px;
    }

    .about-image {
        margin: 0 0 25px;
        text-align: center;
    }

    .about-items {
        /*padding: 50px 0 50px;*/
    }

    .inside-footer {
        margin-top: 0;
    }

    .about-items [class*="col"]:nth-child(2) {
        order: 1;
    }

    .about-items [class*="col"]:nth-child(1) {
        order: 2;
    }

    .pop-up-item-inner, .pop-up-item-inner-footer {
        flex-direction: column;
    }

    .pop-up-item-inner-img {
        margin-bottom: 25px;
    }

    .change-password {
        /*padding: 20px;*/
    }

    .change-password .change-password-content {
        /*padding: 50px 25px 100px;*/
    }

    .audio-inside {
        padding: 50px 0 50px;
    }

    .pop-up-item-inner-img img {
        /*max-width: 180px;*/
    }

    .login-inside .pop-up-item-inner {
        padding: 30px 30px 50px !important;
    }

    .register-user-inside .pop-up-item-inner {
        padding: 30px 30px 50px !important;
    }

    .change-password .main-lik {
        /*margin-bottom: 15px;*/
    }

    .request-evening .contact-us-content {
        margin-top: 0 !important;
    }

    .request-evening .client-Profile-content {
        padding: 25px 0;
    }

    .client-Profile-adio {
        padding: 50px 0 50px;
    }

    .ins-link {
        margin: 0 auto;
    }

    .request-vol .ideal-slider {
        margin-bottom: 25px;
    }

    .main-slider .slid-overlay {
        width: 100%;
        padding: 0;
    }
    
    .country .btn-scroll {
     position: static; 
     top: 0; 
     transform: translateY(0); 
       
    }
    .country-list-btns{
        display: flex;
    align-items: center;
    justify-content: center;
    }
     .country-list-btns .btn-scroll{
         margin: 0 10px;
     }
}

@media (max-width: 460px) {

    .change-password .change-password-content {
        /*padding: 50px 25px 50px;*/
    }

    .contact-us {
        /*padding: 0 0 25px;*/
    }

    .pop-up-item {
        margin-bottom: 35px;
        padding: 30px 30px 60px 30px;
    }

    /*.country .country-list > .link-country {*/
    /*    width: 135px;*/
    /*}*/
    .country h2.text-center {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .contact-us .ins-link {
        /*margin: 0 auto;*/
    }

    .selects-content {
        flex-direction: column-reverse;
    }

    .selects-content .select2-selection--single {
        margin: 0 0 20px !important;
    }

    .video-content {
        margin: 0 0 20px;
    }

    .video .video-header {
        font-size: 26px;
    }

    .footer-powerd {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .footer-pages {
        margin-bottom: 10px;
    }

    .info-text-footer i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;

    }
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo {
    display: flex;
    align-items: center;
}

#logo img {
    max-height: 120px;
}

.dropdown-toggle::after {
    margin-left: auto;
    margin-right: 0.255em;
}

.payment-page {
    /*background-color: #fff;*/
    /*padding: 50px 0 100px;*/
}

.page-tit {
    margin-bottom: 35px;
    text-align: center;
}

.sec-padding {
    padding: 70px 0;
}

.client-item {

    width: 160px;
    height: 160px;
    border: 2px solid #7da8a3;
    border-radius: 100%;
    padding:25px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-item img {
    max-height: 100%;
}

@media screen and (max-width: 768px) {
    .slider:after,
    .inside-head:after,
    footer:before {
        height: 40px;
    }

    footer {
        padding: 50px 0 25px;
    }
}

.news-item:not(:last-of-type){
    margin-bottom: 30px;
}
.news-item{
    color: #fff;
    background-color: #7da8a3;
    padding: 15px;
    border: 2px solid #04413e;
}
.news-item-tit a{
    color:#fff;
}
.print-btns{
    margin-top: 20px;
}
.print-btns button{
    margin-inline-end: 10px;
}

.accordion_main:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

.accordion .accordion_head {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #7da8a3;
    padding: 20px 25px;
    transition: all 0.2s ease-in-out;
}

.accordion .accordion_head:after {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 25px;
    top: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    color: #6d7082;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.accordion .accordion_head.active {
    background-color: #04413e;
}

.accordion .accordion_head.active:after {
    content: "\f062";
    transition: all 0.2s ease-in-out;
}

.accordion .accordion_body {
    display: none;
    color: #000;
    background-color: #f5f5f5;
    padding: 25px;
}

/**/
.bill-head{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:2px solid #eee;
}
.bill-logo{
    margin-bottom:20px;
}
.bill-customer-info h3{
    margin-bottom:15px; 
}

.bill-customer-info ul li:not(:last-of-type){
    margin-bottom:10px;
}


.bill-order-detail-item{
    border-bottom:1px solid #eee;
    padding-bottom:15px;
    margin-bottom:15px; 
}

.bill-total{
    direction: rtl;
    text-align: right;
}

.bill-order-detail-item-tit{
    /*word-spacing: 3px;*/
}

.order-sample-form{
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
 .custom-file-label::after {
    right: auto;
    left: 0px;
    content: "المرفقات";
    background-color: rgb(233, 236, 239);
    border-left: none;
    border-right: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem 0px 0px 0.25rem;
}