@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

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

@font-face {
    font-family: cocon;
    src: url(../fonts/coconnextarabic-light.ttf);
}

body {
    font-family: Tajawal;
    direction: rtl;
}

#blah,
#blah2 {
    width: 10em;
}

/************* back to top button ****************/
#button {
    display: inline-block;
    background-color: #ff5548;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button i {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/*############ start header ################*/
.header {}

/* top header */
.header .top-head {
    background: #84868a;
    color: #ffffff;
    padding: 5px 0;
}

.header .top-head span {
    font-size: 13px;
}

.header .container .row>.col-md-5 {
    text-align: left;
}

.header .container .row>.col-md-5 a {
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.header .container .row>.col-md-5 a span {
    font-size: 16px;
    color: white;
    transition: 0.5s;
    margin: 0 5px;
}

.header .container .row>.col-md-5 a:hover span {
    color: #ff5548;
}

/* bottom header */
.header .bottom-head {
    background: #595b5d;
}

.header .bottom-head nav {}

.header .bottom-head nav .logo-img {}

.header .bottom-head nav .nav-item {
    padding: 0 10px;
}

.header .bottom-head nav .nav-item a {
    font-size: 17px;
    color: #ffffff;
}

.header .bottom-head nav .nav-item a:hover {
    font-size: 17px;
    color: #ffffff;
}

.header .bottom-head nav .nav-item:after {
    display: block;
    content: '';
    border-bottom: solid 3px #ff5548;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.header .bottom-head nav .nav-item:last-child:after {
    display: none;
}

.header .bottom-head nav .nav-item:hover:after {
    transform: scaleX(1);
}

.header .bottom-head nav .nav-item .btn {
    background: #ff5548;
    font-weight: bold;
}

.header .bottom-head nav .nav-item .btn:hover {
    background: #ffffff;
    color: #ff5548;
}

/*############ end header ################*/
/*((________________________  home page  _____________________________))*/
/*############ start main section ( video and form section ) ################*/
.main-section {}

.main-section .form {
    background: url("../images/form-section2.webp") center center no-repeat;
    background-size: cover;
    height: 900px;
}

.main-section .video:last-child {
    background: url("../images/video-section2.jpeg") center center no-repeat;
    background-size: cover;
    height: 900px;
}

.main-section .nav-pills .nav-link {
    border-radius: 0;
    color: white;
    padding: 25px 0;
}

.main-section .nav-pills .nav-link.active {
    background: #84868a;
}

.main-section .nav-pills>li {
    width: 33%;
    text-align: center;
}

/******/
/* form section */
.main-section .form .form-title {
    background: #d8312a;
    padding: 35px 0;
    color: #ffffff;
    font-size: 31px;
    font-family: cocon;
}

.form .half-input {
    width: 49.5%;
    display: inline-block
}

.form-kind {
    background: #262829;
}

.form .new-input {
    border-radius: 7px;
    border: 0;
}

.form-content {
    /*margin-top: 8em;*/
    margin-top: 15px;
}

.form-content .form-group {
    margin-bottom: 0;
}

.form-content label {
    color: #ffffff;
    font-family: cocon;
    font-size: 17px;
    padding: 7px;
    margin-bottom: 0;
}

.form-content .shipping-btn {
    border-radius: 7px;
    width: 100%;
    margin-top: 40px;
    background: #333537;
    color: #ffffff;
    padding: 14px 0;
    font-weight: bold;
}

.form-content .shipping-btn:hover {
    border-radius: 7px;
    width: 100%;
    margin-top: 40px;
    background: #ffffff;
    color: #333537;
    border-color: #333537;
    padding: 14px 0;
    font-weight: bold;
}

/** video section **/
.video {
    position: relative
}

.video .video-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.video .video-content p {
    font-family: cocon;
    font-size: 30px;
    color: #ffffff;
}

.video .video-content .video-button {
    margin-top: 50px;
}

.video .video-content .video-button button {
    background: #333537;
    border: none;
    padding: 5px 35px 15px 35px;
    font-size: 20px;
    border-radius: 9px;
    margin-bottom: 50px;
}

.video .video-content .video-button .play-hover {
    display: none;
}

.video .video-content .video-button img {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    height: 100%;
    transform: translate(-50%, -30%);
}

.video .video-content .video-button .video-image {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 30px;
}

.video .video-content .video-button button:hover {
    background: white;
    color: #333537;
}

.video .video-content .video-button .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .0);
}

.video .video-content .video-button button:hover .play-hover {
    display: block;
}

.video .video-content .video-button button:hover .play {
    display: none;
}

.video .video-content span {
    font-size: 18px;
    color: white;
}

.modal button {
    width: 100%;
    background: #333537;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 9px;
}

/*############ end main section ( video and form section ) ################*/
/*############ start how-use section  ################*/
.how-use {
    padding: 50px 0;
    background: #f7f5f5;
}

.how-use .how-use-title {
    margin-bottom: 40px;
}

.how-use .how-use-title h4 {
    font-family: Tajawal;
    font-size: 25px;
    color: #464646;
    font-weight: bold;
    text-align: center;
}

.how-use .nav-pills .nav-link {
    background: #e6e6e6;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    font-family: Tajawal;
    margin-bottom: 30px;
}

.how-use .nav-pills .nav-link.active {
    background: #2fafe5;
    transform: scaleX(1.1);
    color: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.how-use .nav-pills>li {
    width: 49%;
    text-align: center;
}

.how-use .how-use-body {}

.how-use .how-use-body ul.how-use-steps {
    text-align: center;
    padding-inline-start: 0px;
}

.how-use .how-use-body ul.how-use-steps li {
    display: inline-block;
    padding: 40px 17px 20px 17px;
    margin: 0 7px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 10px;
    vertical-align: top;
}

.how-use .how-use-body ul.how-use-steps li:hover {
    background: #ffffff;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.how-use .how-use-body .how-use-steps img {
    margin-bottom: 40px;
}

.how-use .how-use-body .how-use-steps p {
    font-family: Tajawal;
    font-weight: bold;
    font-size: 20px;
    width: 175px;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*############ end how-use section  ################*/
/*############ start services section  ################*/
.services {
    padding: 50px 0;
}

.services .services-dots {
    font-size: 20px;
    font-weight: bold;
    color: #e5372f;
}

.services .services-title {
    font-size: 30px;
    font-weight: bold;
    font-family: Tajawal;
    color: #e5372f;
    width: 60%;
    margin: 15px 0;
}

.services .services-subtitle {
    font-size: 22px;
    font-family: cocon;
    color: #6b6b6b;
}

.services ul {
    list-style-image: url('../images/check.png');
    padding-inline-start: 20px;
}

.services ul li {
    font-family: cocon;
    font-size: 18px;
    color: #909090;
}

.services .services-video {
    border-radius: 10px;
    overflow: hidden;
}

.services .services-video video {
    width: 100%;
    height: 100%;
    background: transparent url('../images/video-img.jpeg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*############ end services section  ################*/
/*############ strat partners section  ################*/
.partners {
    padding: 50px 0;
}

.partners .partners-title {
    background: #f7f7f7;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 25px;
    color: #464646;
}

.partners .partners-tabs {
    margin: 20px 0;
}

.partners .nav-pills .nav-link {
    background: transparent;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    font-family: Tajawal;
}

.partners .nav-pills .nav-link.active {
    background: transparent;
    color: #464646;
    position: relative;
    z-index: 2;
}

.partners .nav-pills .nav-link.active:after {
    z-index: 1;
    position: absolute;
    bottom: 2px;
    content: " ";
    text-align: center;
    border-bottom-style: solid;
    color: #db3e37;
    border-bottom-width: 6px;
    display: table-cell;
    width: 100px;
    border-radius: 100px;
}

.partners .nav-pills>li {
    width: 49%;
    text-align: center;
}

.partners .nav-pills span {
    border-left: 1px solid #6b6b6b;
    height: 20px;
    margin-top: 12px
}

.partners .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

/*############ end partners section  ################*/
/*((________________________  home page  _____________________________))*/
/*############ start footer   ################*/
footer {}

/* top-footer*/
footer .top-footer {
    background: #949398;
    padding: 40px 0 30px 0;
}

footer .top-footer span {
    color: #ffffff;
    font-size: 18px;
}

footer .top-footer ul {
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
}

footer .top-footer ul li {
    display: inline-block;
}

footer .top-footer .social-list li a {
    background: #ffffff;
    padding: 10px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

footer .top-footer .social-list li a {
    color: #c4c4c4;
    transition: 0.5s;
}

footer .top-footer .social-list li a.face {
    padding-right: 8px;
}

footer .top-footer .social-list li a.face:hover {
    color: #046ee5;
    background: transparent;
    border: none;
}

footer .top-footer .social-list li a.twitter:hover {
    color: rgb(29 161 242);
    background: transparent;
    border: none;
}

footer .top-footer .social-list li a.youtube:hover {
    color: #ff0000;
    background: transparent;
    border: none;
}

footer .top-footer .social-list li a.insta:hover {
    color: white;
    background: transparent;
    border: none;
}

footer .top-footer .social-list li a.insta:hover .fa-instagram:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    border-radius: 3px;
    padding: 0 1px;
}

footer .top-footer .social-list li a.linked:hover {
    color: #25D366;
    background: transparent;
    border: none;
}

footer .top-footer .social-list li a.rss:hover {
    color: #f99b39;
    background: transparent;
    border: none;
}

footer .top-footer .payment-list li {
    margin: 0 10px 0 10px;
}

footer .top-footer .payment-list img {
    width: 78px;
}

/* center-footer*/
footer .center-footer {
    background: #595b5d;
    padding: 30px 0;
}

footer .center-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

footer .center-footer a:hover {
    color: #db3e37;
    font-weight: bold;
}

/* bottom-footer*/
footer .bottom-footer {
    padding: 10px 0;
    background: #ff5548;
}

footer .bottom-footer span,
footer .bottom-footer span a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-family: cocon;
}

footer .bottom-footer span a:hover {
    color: #6b6b6b;
    transition: 0.5s;
}

/*############ end footer   ################*/

/*  ((__________________ start web page _____________________)) */
.web-page {
    padding: 20px 0 80px 0;
}

.web-page .page-banner {
    height: 380px;
    width: 100%;
    background: url('../images/page-banner.png') center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.web-page .page-banner .back {
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.6);
    top: 0;
    position: absolute;
}

.web-page .page-banner .banner-title {
    background: rgba(3, 3, 3, 0);
    position: absolute;
    margin: 0;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.web-page .page-banner .banner-title:after {
    z-index: 1;
    content: " ";
    position: absolute;
    text-align: center;
    border-bottom-style: solid;
    color: #ff5548;
    border-bottom-width: 6px;
    display: table-cell;
    width: 430px;
}

.web-page .page-banner .banner-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.web-page .page-title {
    font-size: 30px;
    font-weight: bold;
    font-family: Tajawal;
    color: #e5372f;
    width: 30%;
    margin: 25px 0;
    text-transform: capitalize;
}

.web-page .page-subtitle {
    font-size: 22px;
    font-family: cocon;
    color: #6b6b6b;
}

.web-page .page-content {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    font-size: 20px;
    font-family: cocon;
    color: #6b6b6b;
}

/*  ((__________________ end web page _____________________)) */
/*  ((__________________ start companies page _____________________)) */
.companies-page {
    padding: 10px 0 20px 0;
}

/** company-section **/
.companies-page .company-section {
    position: relative;
    width: 21.8em;
    height: 305px;
    border-radius: 10px;
    overflow: hidden;
    background: #f24437;
    margin-bottom: 20px;
}

.companies-page .company-section .company-section-image img {
    position: absolute;
    object-fit: fill;
    width: 100%;
    height: 95%;
    border-radius: 10px;
    z-index: 1;
}

.companies-page .company-section .back {
    z-index: 2;
    position: absolute;
    background: rgba(242, 18, 16, 0.4);
    height: 100%;
    width: 100%;
    bottom: 100%;
    border-radius: 10px;
    transition: 0.5s;
}

.companies-page .company-section:hover .back {
    bottom: 14px;
}

.companies-page .company-section .company-section-content .company-section-content-back {
    z-index: 3;
    position: absolute;
    background: #f24437;
    height: 25%;
    border-bottom: 4px solid #cb3b33;
    width: 100%;
    bottom: 0%;
    border-radius: 0 0 15px 15px;
    transition: 0.5s;
}

.companies-page .company-section:hover .company-section-content>.company-section-content-back {
    bottom: -22%;
}

.companies-page .company-section .company-section-content h3 {
    z-index: 5;
    position: absolute;
    width: 100%;
    bottom: 8%;
    text-align: center;
    color: #ffffff;
    transition: 0.5s;
    font-size: 24px;
    font-family: Tajawal;
    font-weight: bold;
}

.companies-page .company-section .company-section-content span {
    z-index: 5;
    position: absolute;
    width: 100%;
    bottom: 4%;
    text-align: center;
    color: #ffffff;
    transition: 0.5s;
    font-size: 12px;
    font-family: Tajawal;
    font-weight: bold;
}

.companies-page .company-section:hover h3 {
    bottom: 11%;
}

.companies-page .company-section:hover span {
    bottom: 7%;
}

/*  ((__________________ end companies page _____________________)) */
/*  ((__________________ start contact us page _____________________)) */
.contact-body {
    border: 1px solid #f6f6f6;
    padding: 20px;
}

.contact-body .content-small-title img {
    background: #ff5548;
    padding: 12px 8px;
    color: #ffffff;
}

.contact-body .content-small-title span {
    border-bottom: 2px solid #444444;
    padding: 0 3px 7px 3px;
    margin: 0 10px;
    font-size: 18px;
    font-family: Tajawal;
    font-weight: bold;
    color: #444444;
}

.contact-body .info-list {
    list-style: none;
    padding-inline-start: 0;
    margin: 20px 0;
}

.contact-body .info-list .fonto {
    font-size: 20px;
    color: #505050;
}

.contact-body .info-list li {
    padding: 5px 0;
}

.contact-body ul.contact-social {
    list-style: none;
    display: inline-block;
    padding-inline-start: 10px;
}

.contact-body .contact-social li {
    display: inline-block;
}

.contact-body .contact-social li a {
    background: #a5a6a6;
    padding: 3px 5px 5px 5px;
    margin-right: 5px;
    width: 27px;
    height: 27px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}

.contact-body .contact-social li a {
    color: #ffffff;
    transition: 0.5s;
}

.contact-body .contact-social li a.face {
    padding-right: 8px;
}

.contact-body .contact-social li a.face:hover {
    color: #046ee5;
    background: transparent;
    border: none;
}

.contact-body .contact-social li a.twitter:hover {
    color: rgb(29 161 242);
    background: transparent;
    border: none;
}

.contact-body .contact-social li a.youtube:hover {
    color: #ff0000;
    background: transparent;
    border: none;
}

.contact-body .contact-social li a.insta:hover {
    color: white;
    background: transparent;
    border: none;
}

.contact-body .contact-social li a.insta:hover .fa-instagram:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    border-radius: 3px;
    padding: 0 1px;
}

.contact-body .contact-social li a.linked:hover {
    color: #25D366;
    background: transparent;
    border: none;
}


.contact-body .content-small-title i {
    background: #ff5548;
    padding: 10px 10px;
    font-size: 20px;
    color: #ffffff;
}

.contact-body .content-form form {
    margin: 20px 0;
}

.contact-body .content-form form input,
.contact-body .content-form form textarea {
    border-radius: 0;
    background: #f9f9f9;
    border-color: #f4f4f4;
}

.contact-body .content-form form input::placeholder,
.contact-body .content-form form textarea::placeholder {
    color: #979797;
    opacity: 1;
}

.contact-body .content-form form input:-ms-input-placeholder,
.contact-body .content-form form textarea:-ms-input-placeholder {
    color: #979797;
}

.contact-body .content-form form input::-ms-input-placeholder,
.contact-body .content-form form textarea::-ms-input-placeholder {
    color: #979797;
}

.contact-body .content-form form .btn {
    background: #ff5548;
    font-weight: bold;
    border: 1px solid transparent;
    color: #ffffff;
    transition: 0.5s;
    font-weight: lighter;
}

.contact-body .content-form form .btn:hover {
    background: #ffffff;
    color: #ff5548;
    border: 1px solid #ff5548;
}

/*  ((__________________ end contact us page _____________________)) */
/*  ((__________________ start company page _____________________)) */
.company-page {
    padding: 20px 0 200px 0;
}

.company-page .company-banner {
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.company-page .company-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-page .company-banner .back {
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.4);
    top: 0;
    position: absolute;
}

.company-page .company-banner .banner-title {
    background: rgba(3, 3, 3, 0);
    position: absolute;
    margin: 0;
    bottom: 0%;
    text-align: center;
    width: 100%;
    background: #ff5548;
    padding: 5px 0;
}

.company-page .company-banner .banner-title span {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
}

.company-page .company-title {
    font-size: 28px;
    font-weight: bold;
    font-family: Tajawal;
    color: #e5372f;
    width: 30%;
    margin: 25px 0;
}

.company-page .company-subtitle {
    font-size: 22px;
    font-family: cocon;
    color: #6b6b6b;
}

.company-page .company-content {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 0.5);
    font-size: 20px;
    font-family: cocon;
    color: #6b6b6b;
}

.company-page .company-service-title {
    margin: 20px 0;
    background: #f1f1f1;
    border-radius: 10px 10px 10px 0;
}

.company-page .company-service-title span {
    background: #ff5548;
    border-radius: 0 10px 10px 0;
    padding: 15px 25px;
    display: inline-block;
    margin-block-end: 0em;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.company-page .company-service-content span {
    font-family: cocon;
    font-size: 20px;
    color: #7f7f7f;
}

/*  ((__________________ end company page _____________________)) */
/*  ((__________________ end offer-search page _____________________)) */
.search-page {
    background: #f7f5f5;
}

.search-page .form-title {
    margin: 5px 0 30px 0;
}

.search-page .form-title h3 {
    color: #ff5548;
    font-size: 25px;
    font-family: Tajawal;
    font-weight: bold;
}

.search-page .form-title span {
    color: #393939;
    font-size: 19px;
    font-family: Tajawal;
}

/* form section */
.search-form {
    background: #ffffff;
    padding: 60px 0;
    border-radius: 10px;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.search-page .half-input {
    width: 49.5%;
    display: inline-block
}

.form-kind {
    background: #595b5d;
}

.search-page .new-input {
    border-radius: 7px;
    border: 0;
}

.search-page input,
.search-page select {
    background: #f4f4f4;
}

.search-page .form-group {
    margin-bottom: 0;
}

.search-page label {
    color: #4a4a4a;
    font-family: cocon;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 0;
}

.search-page .shipping-btn {
    border-radius: 7px;
    width: 100%;
    margin-top: 40px;
    background: #333537;
    color: #ffffff;
    padding: 14px 0;
    font-family: cocon;
}

.search-page .shipping-btn:hover {
    border-radius: 7px;
    width: 100%;
    margin-top: 40px;
    background: #ffffff;
    color: #333537;
    border-color: #333537;
    padding: 14px 0;
    font-weight: bold;
}

.search-page select {
    color: #606060;
    font-family: cocon;
}

.search-page form input::placeholder {
    color: #606060;
    opacity: 1;
    font-family: cocon;
}

.search-page form input:-ms-input-placeholder {
    color: #606060;
    font-family: cocon;
}

.search-page form input::-ms-input-placeholder {
    color: #606060;
    font-family: cocon;
}

.search-page form input::-moz-placeholder {
    color: #606060;
    font-family: cocon;
}

.search-page form input:-moz-placeholder {
    color: #606060;
    font-family: cocon;
}

/*  ((__________________ end offer-search page _____________________)) */
/*  ((__________________ start dashboard page _____________________)) */
.dashboard-logo {
    border-left: 5px solid #2d2d2e;
    padding: 20px 0 20px 50px;
}

.dashboard-navbar {
    padding: 0;
}

.dashboard-navbar .user-name a {
    text-decoration: none;
}

.dashboard-navbar .user-name a img {
    transition: 0.5s;
}

.dashboard-navbar .user-name a:hover img {
    transform: scale(1.1);
}

.dashboard-navbar .user-name span {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 15px;
}

.dashboard-page {
    background: #deddde;
}

.dashboard-page .nav-pills {
    background: white;
}

.dashboard-page .nav-pills a {
    padding: 15px 20px 15px 20px;
}

.dashboard-page .nav-pills>span {
    padding: 15px 20px 15px 20px;
    font-size: 13px;
    color: #eb3437;
    font-weight: bold;
}

.dashboard-page .nav-pills .nav-link i {
    color: #ec2d32;
}

.dashboard-page .nav-pills .nav-link span {
    color: #444444;
    font-size: 12px;
    font-family: Tajawal;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    border-radius: 0;
    background: #f5f5f5;
}

/* my collapse */
.panel-heading {
    position: relative;
    cursor: pointer;
}

.panel-heading[data-toggle="collapse"] i {
    position: absolute;
    color: #ec2d32;
    font-size: 18px;
    line-height: 22px;
    left: 0;
    top: calc(50% - 10px);
}

.panel-heading[data-toggle="collapse"].collapsed i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.my-collapse-body {
    display: none;
}

/*end my collapse **/
.dashboard-page .card {
    border-radius: 0;
}

.dashboard-page .first-card {
    height: 150px;
    width: 450px;

}

.dashboard-page .first-card .counter-top span {
    font-size: 35px;
    color: #c2c2c2;
}

.dashboard-page .first-card .counter-top img {
    margin-top: -15px;
}

.dashboard-page .first-card .counter-down span {
    font-size: 15px;
    font-family: cocon;
    color: #606060;
}

.dashboard-page .first-card .card-title {
    font-size: 13px;
    font-family: Tajawal;
    font-weight: bold;
    color: #606060;
}

.dashboard-page .first-card .info {
    padding-top: 20px;
}

.dashboard-page .first-card .info span {
    font-size: 15px;
    font-weight: bold;
    color: #606060;
    margin: 0 15px;
}


.dashboard-page .profile-card .card-header {
    background: #f0f0f0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #393939;
}

.dashboard-page .profile-card .card-text {
    color: #505050;
}

.dashboard-page .profile-card .btn {
    float: left;
    background: #ff5548;
    color: #ffffff;
}

.dashboard-page .profile-card span {
    font-weight: bold;
}

.dashboard-page .profile-card .btn:hover {
    background: #ffffff;
    color: #ff5548;
    border-color: #ff5548;
}


.dashboard-page .orders-card .card-header {
    background: #f0f0f0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #393939;
}

.dashboard-page .orders-card .card-text {
    color: #505050;
}

.dashboard-page .orders-card .btn {
    float: left;
    background: #ff5548;
    color: #ffffff;
}

.orders-small-card {
    border-radius: 5px !important;
    border: none;
    overflow: hidden;
    margin-bottom: 40px;
}

.orders-small-card .card-header {
    /*background: #fecc00!important;*/
    border: none;
    overflow: hidden;
}

.orders-small-card .card-body table thead {
    background: #f7f5f5;
    font-family: cocon;
    color: #606060;
    font-size: 12px;
    font-weight: lighter;
}

.orders-small-card .card-body table tbody {
    font-family: cocon;
    color: #2e2e2e;
    font-size: 18px;

}

.orders-small-card .card-body table tbody .price {
    font-family: cocon;
    color: #ff5548;
    font-size: 21px;
    font-weight: bold;
}

.orders-small-card {
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.orders-small-card .table th,
.orders-small-card .table td,
.orders-small-card .table thead th {
    border: none;
}

.message-card .card-header {
    background: #f0f0f0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #393939;
}

.message-card .table thead {
    background: #f0f0f0;
}

.message-card .table {
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.message-card .table i {
    color: green;
}

/*  ((__________________ end dashboard page _____________________)) */
/*  ((__________________ start select user kind page _____________________)) */
.select-kind {
    background: #f7f5f5;
}

.select-kind .card {
    padding: 50px 20px;
    border: none;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.select-kind .title h3 {
    color: #ff5548;
    font-size: 22px;
    font-weight: bold;
}

.select-kind .title span {
    color: #393939;
    font-size: 18px;

}

.select-kind input[type="radio"][id^="myCheckbox"] {
    display: none;
}

.select-kind label {
    border: 1px solid #919191;
    padding: 50px 0px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.select-kind label i {
    margin-bottom: 20px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    color: #919191;
    font-weight: lighter;
}

.select-kind :checked+label {
    border-color: #ddd;
    background: #6d6d6d;
    color: #ffffff;
}

.select-kind label div {
    color: #363636;
    font-weight: bold;
    font-family: cocon;
    font-size: 22px;
}

.select-kind :checked+label i,
.select-kind :checked+label div {
    transform: scale(1.2);
    z-index: -1;
    color: #ffffff;
}

.select-kind .btn {
    background: #ff5548;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: Tajawal;
    padding: 10px 50px;
}

.select-kind .btn:hover {
    background: #ffffff;
    color: #ff5548;
    border-color: #ff5548;
}

.select-kind .multiselect,
.select-kind .btn-group {
    width: 100%;
    background: #f4f4f4;
    border-radius: 5px;
    color: #919191;

    font-size: 1rem;
    font-weight: 400;
}

.select-kind .multiselect-container {
    width: 100%;
}

.select-kind .input-form input {
    background: #f4f4f4;
    border: none;
}

.multiselect-container>li>a>label.checkbox {
    border: none;
    background: #ffffff;
}

/*  ((__________________ end select user kind page _____________________)) */
/*  ((__________________ statr user sign form page _____________________)) */
.select-kind .input-form input {
    background: #f4f4f4;
    border: none;
}

.input-form input::placeholder {
    color: #979797;
    opacity: 1;
    font-family: cocon;
    font-size: 17px;
}

.input-form input:-ms-input-placeholder {
    color: #979797;
    font-family: cocon;
    font-size: 17px;
}

.input-form input::-ms-input-placeholder {
    color: #979797;
    font-family: cocon;
    font-size: 17px;
}

.input-form label {
    margin: 0;
}

.input-form span {
    color: #979797;
    font-family: cocon;
    font-size: 17px;
    padding: 5px 5px 0 0;
}

.input-form .upload {
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
    border-radius: 5px
}

.input-form .upload .btn {
    font-size: 10px;
    display: inline;
    border-color: red;
}

.success-page .btn {
    background: #17a55d;
}

.success-page .btn:hover {
    color: #17a55d;
    background: #ffffff;
    border-color: #17a55d;
}

/*  ((__________________ end user sign form page _____________________)) */
/*  ((__________________ start order accept page _____________________)) */
.order-page {
    background: #f7f5f5;
}

.order-page .order-page-content {}

.order-page .order-page-content .card {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.order-page .order-page-content .card .card-header {
    height: 60px;
    justify-content: space-between;
    display: flex;
    background: #e22319;
}

.order-page .order-page-content .card .card-header span {
    font-size: 15px;
    font-family: Tajawal;
    font-weight: bold;
    color: white;
    line-height: 35px;
    margin: 0 20px;
}

.order-page .order-page-content .card .card-header img {
    height: 100%;
    margin: 0 100px;
}

.order-page .order-page-content .card th {
    font-family: cocon;
    font-size: 15px;
    color: #606060;
    border: none;
}

.order-page .order-page-content .card td {
    font-family: cocon;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: bold;
    border: none;
}

.order-page .order-page-content select {
    border: none;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    font-size: 16px;
    font-family: cocon;
    color: #606060;
}

.order-page .order-page-content .btn {
    background: #333537;
    color: #ffffff;
    border-radius: 5px;
    padding: auto 20px;
    font-size: 15px;
    font-family: cocon;
    padding: 10px;
}

.order-page .order-page-content .btn:hover {
    background: #ffffff;
    color: #333537;
    border-color: #333537;
    border-radius: 5px;
}

#banks {
    display: none;
}

#pulse {
    position: absolute;
    animation: pulse 0.5s ease-in infinite;
    color: blue;
    top: 10px;
}

@keyframes pulse {
    25% {
        margin-top: 10px
    }

    75% {
        margin-top: 0px
    }
}

.policy {
    font-size: 18px;
    color: #393939;
}

.policy a {
    color: #393939;
    text-decoration: none;
    transition: 0.2s;
}

.policy a:hover {
    color: #ff5548;
    text-decoration: none;
}

.order-page .order-page-content .card th {
    position: relative;
}

/*  ((__________________ end order accept page _____________________)) */
/*  ((__________________ start search results page _____________________)) */
.results-page {
    background: #f7f5f5;
}

.results-page .cart {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    -moz-box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
    box-shadow: 9px 9px 9px -5px rgba(209, 202, 209, 1);
}

.results-page .cart .card-header {
    height: 50px;
    border: none;
}

.results-page .cart table {
    margin: 0;
}

.results-page .cart table tbody {
    background: #ffffff;
}

.results-page .cart table th {
    font-family: cocon;
    color: #606060;
    font-size: 15px;
}

.results-page .cart table td {
    font-family: cocon;
    color: #2e2e2e;
    font-size: 18px;
}

.results-page .small-cart .card-header {
    background: #ffffff;
    font-family: cocon;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.results-page .small-cart {
    border-radius: 10px 10px 0 0;
}

.results-page .small-cart .cart-body h3 {
    padding: 5px 0;
    color: #ff5548;
    font-family: cocon;
    font-size: 25px;
    font-weight: bold;
}

.results-page .btn {
    padding: 7px;
    background: #333537;
    color: #ffffff;
    width: 100%;
    font-family: cocon;
    font-size: 15px;
}

.results-page .btn:hover {
    background: #ffffff;
    color: #333537;
    border-color: #333537;
}

/*  ((__________________ end search results page _____________________)) */
/** start pages path **/
.page-path {
    padding: 20px 0;
}

.page-path a,
.page-path span {
    color: #6b6b6b;
    font-family: cocon;
    font-size: 20px;
    text-decoration: none;
}

.page-path a:hover {
    transition: 0.5s;
    color: #e5372f;
}

/** end pages path **/
/** loading screen **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') center no-repeat #fff;
}

/** end loading screen **/
/** start scroll **/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #838288;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff5548;
}

/** end scroll **/
/** errors **/
label.error {
    color: #c30000;
    font-size: 15px;
    font-weight: bolder;
}

/******** doba edit ************/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: rgba(51, 53, 55, 0.82);
}

.dropdown-item:hover {
    background: transparent;
}

.header .bottom-head nav .nav-item a {
    transition: 0.5s;
}

.header .bottom-head nav .nav-item a:hover {
    color: #ff5548;
}

.dropdown-toggle {
    border: none;
}

.btn:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.messages {
    position: fixed;
    left: 5%;
    top: 15%;
    z-index: 1000;
    width: 15em;
    opacity: 0.85;
}

.messages .alert-danger {
    border: 2px solid #cd0000;
}

.messages .alert-success {
    border: 2px solid #006c00;
}

/********************************************/
#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #94CFC9;
    color: #fff
}

#pagination li a:hover:not(.active),
.sub-pagination .page-item:last-child .page-link:hover,
.sub-pagination .page-item:first-child .page-link:hover {
    background-color: #94CFC9;
}

#pagination .pagicon,
.next.page-item .page-link,
.previous.page-item .page-link,
.sub-pagination .page-item:last-child .page-link,
.sub-pagination .page-item:first-child .page-link {
    background-color: #4699B7;
    color: white;
    border-radius: .25rem;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.disabled.page-item .page-link {
    background-color: #dddddd !important;
    color: gray !important;
    border-color: white;
    border-radius: .25rem;
}

.page-item.active .page-link {
    border-radius: 8px;
    border: 2px solid white;
    background-color: #94CFC9;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.page-item .page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: #94CFC9;
    border: 2px solid white;
    border-radius: 8px;
    color: #fff;
}

.page-link,
.sub-pagination .page-item {
    color: #000000;
    border: 2px solid white;
    /*border-radius: 8px;*/
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background-color: #4699B7;
    color: white;
    border-radius: .25rem;
}

#pagination .num {
    background-color: #fff;
    color: black;
    padding: 2px 10px;
    border-radius: 5px;
}

.paginate_button.page-item .page-link {
    margin: 0 5px;
}

#example_previous .page-link,
#example_next .page-link {
    margin: 0 0 !important;
}

.paginate_button.page-item,
.sub-pagination .page-item {
    background: white;
}

#example .totalshob,
.example .totalshob {
    margin: 5px 0;
}

.table td {
    /*padding: 0;*/
}

#example .thead,
.example .thead {
    display: none;
}

.dataTables_length {
    display: none;
}

#example_info {
    display: none;
}

#example_wrapper .col-md-6:first-child {
    display: none;
}

#example_wrapper .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#example_wrapper .col-md-6 label {
    width: 100% !important;
}

#example_wrapper .col-md-6 input {
    padding: 20px;
    margin-bottom: 20px;
}

#example_filter input {
    margin-top: 20px;
}

.dataTables_wrapper .col-md-6:first-child {
    display: none;
}

.dataTables_wrapper .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.dataTables_wrapper .col-md-6 label {
    width: 100% !important;
}

.dataTables_wrapper .col-md-6 input {
    padding: 20px;
    margin: 20px 0;
}

#example,
.dataTables_wrapper,
.example {
    width: 100% !important;
}

#example thead {
    display: none;
}

.dataTables_info {
    display: none;
}

.glyphicon-chevron-right svg.fa-angle-left {
    transition: 0.5s;
}

.glyphicon-chevron-down svg.fa-angle-left {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 0.5s;
}

tr {
    transition: 0.9s;
}

.goods,
.cars,
.furniture,
.goods-furnitures,
.form-body {
    display: none;
}

.form-body {
    width: 100%;
}

.shipping-btn {
    color: white !important;
}

.shipping-btn:hover {
    color: #333537 !important;
}


.notifications {
    min-width: 420px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading,
.notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {

    font-size: 1.3rem;
    color: #000;

}

.notifications a.content {
    text-decoration: none;
    background: #ccc;

}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 4px;
    transition: 0.5s;
}

.notifications-wrapper .content {
    text-decoration: none;
}

.notifications-wrapper a.content:hover .notification-item {
    background: rgba(195, 0, 0, 0.5);
}

.circle {
    background: red;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff !important;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

/******** login home ************/


/*Modal*/
#login h4 {
    font-weight: bold;
    color: #fff;
}

#login .close {
    color: #fff;
    transform: scale(1.2)
}

#login .modal-content {
    font-weight: bold;
    background: linear-gradient(to bottom right, #595b5d, #ff5548);
}

#login .form-control {
    margin: 1em 0;
}

#login .form-control:hover,
.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

.form-group #email,
.form-group #password {
    border-color: #ced4da;
}

#login .username,
.password {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #eee;
    padding-left: 0;
    font-weight: normal;
    background: transparent;
}

#login .form-control::-webkit-input-placeholder {
    color: #eee;
}

#login .form-control:focus::-webkit-input-placeholder {
    font-weight: bold;
    color: #fff;
}

#login .login {
    padding: 6px 20px;
    border-radius: 20px;
    background: none;
    border: 2px solid #FAB87F;
    color: #FAB87F;
    font-weight: bold;
    transition: all .5s;
    margin-top: 1em;
}

#login .login:hover {
    background: #FAB87F;
    color: #fff;
}

.badge-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
}

.badge-wrapper .beta-badge {
    height: 30px;
    background: red;
    width: 214px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(45deg);
    position: relative;
    top: 20px;
    left: 70px;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}

.footer-payment {
    align-items: center;
}

.vs__actions {
    align-items: center;
    display: flex;
    padding: var(--vs-actions-padding);
    gap: 15px;
    padding-left: 10px !important;
}

.dropdown-item {
    text-align: left;
}

.frontend-page-container .container {
    margin: 3rem auto !important;
}