
.directionnn {
    direction: rtl;
}
.sideSocial {
    position: fixed;
    left: 0;
    bottom: 110px;
    z-index: 9;
    /* transform: translateY(-50%); */
    flex-direction: column;
    justify-content: end;
    direction: ltr;
}

.sideSocial a {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003356;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
    border-top-right-radius: 16px;
}

a:hover {
    /* color: #000000; */
}

defaultBtn:hover {
    text-decoration: none;
    color: #2f2e7a;
}

.sideSocial a:hover {
    border-radius: 0 16px 16px 0;
    width: 48px;
    background: #dc3545;
    color: #fff;
}

.sideSocial a:last-child {
    border-bottom-right-radius: 16px;
}

  .sideSocial button {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21b6e4;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff26;
}
 .sideSocial button:last-child {
    border-bottom-right-radius: 16px;
}
.sideSocial button:hover {
    border-radius: 0 16px 16px 0;
    width: 48px;
    background: black;
    color: #fff;
}


 
.whats {
    position: fixed;
    bottom: 170px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #28a745;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 0 0 #4CAF50;
    -webkit-animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
        box-shadow: 0 0 0 15px #4caf5078;
    }

    to {
        transform: scaleX(1);
        box-shadow: 0 0 0 0 #4caf5073;
    }
}
.whats:hover {
    background: #21b6e4;
    color: #222222;
}

:-webkit-scrollbar {
            width: 8px;
            height: 6px;
            border-radius: 0px !important;
        }

        :-webkit-scrollbar-thumb {
            background-color: #999;
            outline: none;
            border-radius: 20px !important;
        }

        :-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 0px !important;
        }::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #003356;
  outline: none;
  border-radius: 20px !important;
}

.backicon {
    background: #2d455e1c;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #2d455e;
}

 



.static-media2 .media-body{margin-right: 10px;}

 .static-media-section {
    background: #eff3f7;
    direction: rtl;
}
 

.offer-card {
    padding: 70px 40px;
    border-radius: 30px;
    /* background-position: center; */
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}.offer-card .box-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}.text-theme {
    color: #ffc107 !important;
}.offer-card .box-title {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 17px;
    color: #ffc107 !important;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
} 

 

.mega-hover {
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
    direction: rtl;
    text-align: right;
    margin-bottom: 20px;
}

.mega-hover:after,.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255,255,255,0.2)
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255,255,255,0.3)
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

 .radius {
    border-radius: 30px !important;
}

  .backimgoffer {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}

.tm-button,a.tm-button,button.tm-button {
    display: inline-block;
    height: 50px;
    min-width: 129px;
    background: #003356;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 0px 35px;
    vertical-align: middle;
    font-size: 16px
}

.tm-button::before,a.tm-button::before,button.tm-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    background: #dc3545;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.tm-button:hover::before,a.tm-button:hover::before,button.tm-button:hover::before {
    top: 0
}

.tm-button.tm-button-dark,a.tm-button.tm-button-dark,button.tm-button.tm-button-dark {
    background: #111
}

.tm-button.tm-button-dark::before,a.tm-button.tm-button-dark::before,button.tm-button.tm-button-dark::before {
    background: #13788a
}
 .bckbtn {
    background: #003356 !important;
}

.tm-button.tm-button-white,a.tm-button.tm-button-white,button.tm-button.tm-button-white {
    background: #fff;
    color: #111
}

.tm-button.tm-button-white::before,a.tm-button.tm-button-white::before,button.tm-button.tm-button-white::before {
    background: #13788a
}

.tm-button.tm-button-white:hover,a.tm-button.tm-button-white:hover,button.tm-button.tm-button-white:hover {
    color: #fff
}

.tm-button.tm-button-transparent,a.tm-button.tm-button-transparent,button.tm-button.tm-button-transparent {
    background: 0 0;
    color: #13788a;
    border: 1px solid #13788a
}

.tm-button.tm-button-transparent::before,a.tm-button.tm-button-transparent::before,button.tm-button.tm-button-transparent::before {
    background: #13788a
}

.tm-button.tm-button-transparent:hover,a.tm-button.tm-button-transparent:hover,button.tm-button.tm-button-transparent:hover {
    color: #fff
}

.tm-button.tm-button-transparent.tm-button-white,a.tm-button.tm-button-transparent.tm-button-white,button.tm-button.tm-button-transparent.tm-button-white {
    border-color: #fff;
    color: #fff
}

.tm-button.tm-button-transparent.tm-button-white::before,a.tm-button.tm-button-transparent.tm-button-white::before,button.tm-button.tm-button-transparent.tm-button-white::before {
    background: #fff
}

.tm-button.tm-button-transparent.tm-button-white:hover,a.tm-button.tm-button-transparent.tm-button-white:hover,button.tm-button.tm-button-transparent.tm-button-white:hover {
    color: #111
}

.tm-button.tm-button-transparent.tm-button-dark,a.tm-button.tm-button-transparent.tm-button-dark,button.tm-button.tm-button-transparent.tm-button-dark {
    border-color: #111;
    color: #111
}

.tm-button.tm-button-transparent.tm-button-dark::before,a.tm-button.tm-button-transparent.tm-button-dark::before,button.tm-button.tm-button-transparent.tm-button-dark::before {
    background: #111
}

.tm-button.tm-button-transparent.tm-button-dark:hover,a.tm-button.tm-button-transparent.tm-button-dark:hover,button.tm-button.tm-button-transparent.tm-button-dark:hover {
    color: #fff
}

.tm-button.tm-button-small,a.tm-button.tm-button-small,button.tm-button.tm-button-small {
    height: 45px;
    line-height: 45px;
    min-width: 100px;
    padding: 0 25px
}

@media only screen and (max-width: 767px) {
    .tm-button,a.tm-button,button.tm-button {
        height:45px;
        line-height: 45px;
        min-width: 100px;
        padding: 0 15px;
        margin-left: 5px;
    }
}
.tm-padding-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

 

.tm-pricebox-badge {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #dc3545;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 2px 60px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(30%,-85%);
    -ms-transform: rotate(45deg) translate(30%,-85%);
    transform: rotate(45deg) translate(30%,-85%);
    direction: ltr;
}

 .bottom-offer {
    top: inherit;
    bottom: 0;
    background: linear-gradient(to bottom,transparent,#323131);
    opacity: 1;
    width: 100%;
    position: absolute;
    right: 0;
    transform: translate(0, 0%);
    text-align: center;
    padding-bottom: 20px;
}

.section-title h2 .sec-title-border {
    width: 150px;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-top: 2px solid #003356;
    right: 0;
    height: 0;
    margin: auto;
}



.product__area {
    position: relative;
    background: #eef0f1;
    background-size: cover;
}
 
.bck-section {
    position: relative;
    background: #f6f7f7;
    /* z-index: -1; */
}
.bck-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: url(../img/shape2-left.png) left top no-repeat; */
}
.bck-section:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: url(../img/shape2.png) right top no-repeat; */
    /* opacity: .2; */
}
.foot-i {
    /* position: absolute; */
    right: 0;
    top: 3px;
    color: #ffffff !important;
    font-size: 13px !important;
    background: #ffffff00 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
}

 .footer-widget .footer-menu li i {
    /* position: absolute; */
    /* right: 0px; */
    /* top: 13px; */
    color: #003356;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
}

.perfum1 {
    position: absolute;
    top: -11px;
    background: #f6f7f7;
    width: 27px !important;
    left: 45%;
    margin: 0 auto;
}
.c-relative {
    position: relative;
    z-index: 9;
}

.back-head {
    position: relative;
    background: #f1f3f4;
  }

.product-thumbnail {
     overflow: hidden;
}

 .single-brand {
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #cbc6c62e;
    /* border-bottom: 6px solid #d28c1180; */
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.about-image {
    padding-left: 100px;
    padding-right: 0;
}
.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
} 

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}.about-image img:nth-child(2) {
    left: 10px;
    right: auto;
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: -35px;
    z-index: 1;
}
.about-image img {
    border-radius: 5px;
}
.bckabout {
    position: relative;
    background: #f8f9fa8c;
    /* z-index: -1; */
}
.bckabout:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-2.webp) right top no-repeat;
}

.bckhome {
    position: relative;
    background: #f8f9fa8c;
    /* z-index: -1; */
}
.bckhome:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/shape2.png) right top no-repeat;
}
@media only screen and (max-width: 767px)
{ 
    .about-image {
    padding-right: 0;
    padding-bottom: 0;
}
.about-image img:nth-child(2) {
    position: relative;
    right: 0;
    margin-top: 20px;
}
    .about-image img {
    width: 100%;
}
    .about-image {
    padding-left: 0!important;
}
}
 
.radius-img{/* border-radius: 40px; */}

@media only screen and (max-width: 479px)
{
.column-reverse {
    flex-direction: column-reverse;
}}

.bck {
    position: relative;
    background: #f8f9fa8c;
    /* z-index: -1; */
}.bck:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-1.webp) left top no-repeat;
    opacity: .4;
}.bck:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-2.webp) right top no-repeat;
    opacity: .4;
}.radius-img{border-radius: 40px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.card-vision {
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 forwards;
    animation: fadeIn 1s ease-in-out 0s 1 forwards;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
    border-radius: 20px;
    /* padding: 18px; */
    border-radius: 40px;
    direction: rtl;
    border: 1px solid #dee2e6;
    border-bottom: 6px solid #d28c117a;
    min-height: 435px;
}.vision-title {
    text-align: center;
    color: #d28c11;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 14px;
}.vision-pargraph {
    /* text-align: justify; */
    color: #040404;
    line-height: 30px;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    padding-bottom: 15px;
}

.single-contact-block i {
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    /* margin-left: 20px; */
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #003356;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.single-contact-block i::after {
    position: absolute;
    right: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #003356;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.3;
}

.single-contact-block .media-body {
    margin-right: 15px;
}

 
.align-items-center {
    align-items: center!important;
}

.tm-log {
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px dotted #d28c11;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 6px solid #d28c1161;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.tm-register {
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px dotted #465d75;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 6px solid #38516b75;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.login-form-container h4 {
    margin-top: -7px;
    text-align: center;
    font-size: 22px;
    color: #d28c11;
    direction: ltr;
    font-weight: 600;
}

 .img-icon {
    width: 40px;
}
.img-icon1 {
    width: 25px;
}

.account__login--divide {
    text-align: center;
    position: relative;
    padding: 1rem 0;
}.account__login--divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #bcc1c06b;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}.account__login--divide__text {
    padding: 0 0.8rem;
    background: white;
    position: relative;
    font-weight: 500;
    color: #212529;
}

.account__social--link {
    padding: 0 4.5rem;
    margin-left: 2rem;
}

.account__social--link.facebook:hover {
    background: #212529;
    color: #fff;
}
.account__social--link.google:hover {
    background: #212529;
    color: #fff;
}
.account__social--link.facebook {
    background: #4867aa;
    color: #fff;
}
.account__social--link {
    height: 2.7rem;
    line-height: 2.7rem;
    padding: 0 2.5rem;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 600;
    margin-left: 1rem;
}
.account__social--link.google {
    background: #e94235;
    color: #fff;
}
.signup-content .default-btn:hover {
    background-color: transparent;
    color: #5e9591;
    border-color: #5e9591;
}

 .clr-register {
    color: #901f27;
}
.clr-register:hover {
    color: #212529;
}
 .clr-policy {
    color: #d28c11;
}

 .clr-policy:hover {
    color: #000;
}

 .left-sidebar {
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 18px;
    /* border-radius: 40px; */
    border: 1px solid #c1bdbd36;
    border-bottom: 6px solid rgba(34,34,34,.15);
}


.font-size {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: right;
    color: #000;
}.log-check {
    color: #d28c11 !important;
}.log-check:hover {
    color: #000 !important;
}

 .imgtotal {
    width: 90px;
    border: 1px solid #958c8c5e;
    border-radius: 5px;
}

.your-order h4 {
    border-bottom: 1px solid #dc3545;
    font-size: 20px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    width: 100%;
    color: #dc3545;
    direction: ltr;
}.tm-checkout-orderinfo {
    background: #f9fafc;
    padding: 30px;
    text-align: right;
    /* background: #fff; */
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* border-top: 2px dotted #21b6e4; */
    margin-bottom: 20px;
    text-align: right;
    /* border-bottom: 6px solid #21b6e461; */
    /* border-top-right-radius: 20%; */
    /* border-bottom-left-radius: 20%; */
}.tm-checkout-ordertable thead th {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    background: #dee2e6;
    padding: 10px;
}.tm-checkout-ordertable tbody {
    border-top: 2px solid #ebebeb;
}.tm-checkout-ordertable tbody tr {
    border-bottom: 1px solid #ebebeb;
}.tm-checkout-ordertable tbody td {
    padding: 10px 0;
}.tm-checkout-ordertable tbody td+td {
    text-align: center;
    color: #003356;
    vertical-align: middle;
}

.tm-checkout-ordertable tbody td {
    padding: 10px 7px;
}.tm-checkout-ordertable tfoot tr:first-child td {
    padding-top: 25px;
    color: #003356;
    font-weight: 600;
    font-size: 16px;
}.tm-checkout-ordertable tfoot tr td+td {
    text-align: right;
}.tm-checkout-shipping td, .tm-checkout-subtotal td {
    font-size: 16px;
    padding: 5px 0;
    color: #003356;
    font-weight: 600;
}.tm-checkout-ordertable tfoot tr td+td {
    text-align: right;
}
.tm-checkout-shipping td+td, .tm-checkout-subtotal td+td {
    /* color: #111; */
    font-weight: 700;
}.tm-checkout-total td {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dc3545;
}.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: center;
}.mr-pay {
    margin-right: 7px;
}.tm-form-field {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; margin-top: 15px;
}.ml-20 {
    margin-left: 20px;
}

.heart-icon {
    border: 1px solid #21b6e4;
    padding: 15px 15px;
    border-radius: 5px;
    color: #21b6e4!important;
    font-size: 16px;
    background: #f4f8f9;
}.heart-icon:hover {
    background-color: #21b6e4;
    color: #f9f4f4 !important;
}

 .white {
    background: #f6f6f6;
}

.call {
    position: fixed;
    bottom: 230px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #333;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call:hover {
    background: #21b6e4;
    color: #222222;
}
 

.services .service .serviceImg {
    position: relative;
    width: 100%;
    height: 100%;
} 
.services .service .serviceImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}.services .service .serviceImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#19875430, #212529cf);
    border-radius: 10px;
}

 
.services .service .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 90%;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    /*transform: translateY(60px);*/
}

.services .service .details h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.items__count {
    position: absolute;
    left: -1rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    background: #dc3545;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
span{display: inline-block;}
.offcanvas__stikcy--toolbar {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    display: none;
    visibility: hidden;
}

 

 .logoo {
    width: 87px;
}

 .logoof {
    width: 110px;
}
 
b, strong {
    font-weight: bolder;
    color: #003356;
}
.pb-160 {
    padding-bottom: 160px;
}

.pt-160 {
    padding-top: 160px;
}
.about-us {
    position: relative;
    display: block;
    padding: 70px 0px;
    direction: rtl;
}
.aboutright {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
    position: relative;
    margin-bottom: 25px;
}
.aboutright:after {
    content: '';
    background-color: #0033561f;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 43%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
}
.aboutimg1 {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
    position: relative;
    margin-bottom: 25px;
}
.aboutimg1:after {
    content: '';
    background-color: #0033561f;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    /* border-bottom-right-radius: 210px; */
}
 .backmid {
    background: #f8f9fa;
    z-index: 0;
}
 .lang {
    color: #ffffff !important;
}
 .lang:hover {
    color: #dc3545!important;
}

.read-more-text {
  max-height: 19.9em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

.read-more-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
  /* border-bottom: 1px solid; */
  background: #dc3545;
  padding: 10px 20px;
  border-radius: 9px;
}
.read-more-btn:hover {color: #ffffff;background: #003356;}
 .padarea {
    background: #ffffff;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
.table-responsive {
      white-space: nowrap;
}
hr {
     color: rgb(195 195 195);
 }
  .about-us h3 {
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

 
@media (min-width: 0px) and (max-width: 991px) 
{
    .product-slider-init .slick-list .slick-slide {
    padding: 0 5px;
}
    .product-price {
     font-size: 16px; 
}.old__price {
    font-size: 15px;
 }
    .actions {
     margin-bottom: 0px; display: none !important;
}
.bck:after{display: none !important;}
     .flex-direction {
    flex-direction: column-reverse;
}
    .aboutright {
        height: 320px;
    }
    .aboutimg1 {
        height: 320px;
    }
    .pt-160
  {
    padding-top: 75px;
}

.pb-160 {
    padding-bottom: 75px;
}
    
.bck-section1:after{display:none; }   
 .bck-section1:before   {display:none; } 
  .pb1-50 {
    padding-bottom: 30px;
}
.pt-70 {
    padding-top: 30px;
}  
    
 .padarea {
     padding: 30px 30px 30px 30px;
 }   
    
  .py-15
  {
    padding-top: 4px;
    padding-bottom: 4px;
}  
   #sticky.is-isticky {
    position: relative;
 } 
 .grid-view-list .product-thumbnail img, .grid-view .product-thumbnail img {
     margin: 0 auto 0px;
 }   
    
    
    
    
}

 

@media only screen and (min-width: 500px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 40px;
    }
}
@media only screen and (min-width: 768px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 60px;
    }
}
@media only screen and (max-width: 991px) {
     .backleft {
    position: fixed;
    bottom: 250px;
    left: 2px;
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #dc3545;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
  .backleft:hover 
  { background: #585354;} 
    
    .offcanvas__stikcy--toolbar {
        display: block;
        visibility: visible;
    }
}
.offcanvas__stikcy--toolbar__btn {
    position: relative;
    text-align: center;
}
.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
    background: #333;
    color: #fff;
}
.offcanvas__stikcy--toolbar__icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: #003356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}
.offcanvas__stikcy--toolbar__label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 6px;
    color: #003356;
}

}
































 