/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
.disable-home{display: none;}
@import url('https://fonts.googleapis.com/css2?family=Almarai&family=Reem+Kufi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*
font-family: 'Almarai', sans-serif;
font-family: 'Reem Kufi', sans-serif;
font-family: 'Tajawal', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
.disable-home{display: none; visibility: hidden;}
.my-inline{display: inline-block;}
.block-superfish{width: auto; float: right; margin-top: 0px;}
ul.sf-menu.rtl .sf-sub-indicator{left: 0 !important;}
ul.sf-menu .sf-sub-indicator{height: 17px !important; width: 17px !important;}

.language-switcher-language-url li{display: inline !important;}
.language_en .language-switcher-language-url .en{display: none !important;}
.language_ar .language-switcher-language-url .ar{display: none !important;}


.language-switcher-language-url li a{display: inline; background-color: #FFF; color: #EA4335 !important; font-weight: bold; padding: 4px;}
body{
font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{ font-family: 'Open Sans',sans-serif;}
h2{font-size: 45px;}

a.vr-location {
    border: solid 1px #00deff;
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #ffab00;
    width: 80%;
    color: #FFF;
}
.language_ar *{font-family: 'Tajawal', sans-serif;}
#navigation{background-color: #000;}
.fixed-hed{position: fixed;
z-index: 999;
top: 0;
left: 0;
background-color: #FFF;
width: 100%;
height:80px;
-webkit-box-shadow: 0 5px 5px 1px rgba(0,0,0,0.3);
box-shadow: 0 5px 5px 1px rgba(0,0,0,0.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fixed-hed .logo{max-height: 65px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fixed-hed .logo img{height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.fixed-hed #superfish-main li{
    margin-left:17px !important;
}
.fixed-hed #superfish-main li a, .fixed-hed #superfish-main li .nolink{
    line-height: 10px !important;
} 
.myhed {
    height: 110px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*box-shadow: 0px 9px 10px 0px rgb(0 0 0 / 10%);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0px 10px 0px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #c69531;
}
.myhed *{color: #fff; font-size: 18px;}
.myhed ul.links li{display: inline-flex; list-style: none;}
.myhed a.language-link {
    vertical-align: top;
    display: inline-flex;
    padding: 5px;
    vertical-align: top;
    border: solid 1px #d3a566;
    min-width: 37px;
    text-align: center;
    display: block;
}
.hotline {
    font-size: 32px;
    line-height: 3;
    color: #d3a566;
    background-color: #FFF;
}
.logo{
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 90px;}
.logo img{
height: 100%;
    position: relative;  
}
#superfish-main {
    margin-top: 0px;
}
#superfish-main li{
position: relative;
    float: left;
    margin-left: 17px;
}
#superfish-main li a, #superfish-main li .nolink{
position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    padding: 32px 0 38px 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#superfish-main a.is-active, #superfish-main a.sf-depth-1:hover {
    color: #ffb301;
    opacity: 1;
    -webkit-transition: background 1s ease-in-out;
-moz-transition: background 1s ease-in-out;
-ms-transition: background 1s ease-in-out;
-o-transition: background 1s ease-in-out;
transition: background 1s ease-in-out;
}

#superfish-services {
    margin-top: 20px;
}

.special-link {
    border-radius: 35px 0;
    padding: 22px 15px !important;
    color: #FFF !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.special-link:hover{background-color: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}
.special-link.orange {
    background-color: #ffb301 !important;
    color: #FFF !important;
    border-radius: 35px 0px !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.special-link.blue{
    background-color: #c0252d !important;
    border-radius: 35px 0px !important;
    color: #FFF !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.special-link.green{
    background-color: #333 !important;
    border-radius: 35px 0px !important;
    color: #FFF !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.special-link:hover{background-color: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}
.special-link.orange:hover {
    background-color: #ffb301 !important;
    color: #FFF !important;
    border-radius: 0px 35px !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.special-link.blue:hover{
    background-color: #1c01ff !important;
    border-radius: 0px 35px !important;
    color: #FFF !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.special-link.green:hover{
    background-color: #8cc18d !important;
    border-radius: 0px 35px !important;
    color: #FFF !important;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

ul.sf-menu.sf-style-white li, ul.sf-menu.sf-style-white.sf-navbar{background-color: transparent;}
#hedtop{background-color: #EA4335; background-image:url(../images/layer-1.png); background-repeat: repeat-x; background-position:center bottom; line-height: 5;}
#hedtop li *{color: #FFF;}
#hedtop li{display: inline-flex; list-style: none;}
@keyframes fade {
  from{opacity: 0; top: 30px; }
  to{opacity: 1; top: 0; }
}
#slideshow .slick-active .slide__description{
    animation-name: fade;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    position: absolute;
    width: 100%;
    font-size: 24px;
}
#slideshow .slick-active .slide__description *{font-size: 24px; color: #FFF; font-weight: bold; line-height: 3}
#slideshow .slide__caption{position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    height: 250px;
    text-align: center;}
#slideshow .slide__caption {
    color: #FFF;
 }
#slideshow .field-content a{
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 29px;
    border-width: 2px;
    margin: 0px 20px 0px 0px;
    padding: 11px 32px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
        border-radius: 50px;
    background-color: #ffb301;
    border: 2px solid #ffb301;
}
#slideshow{position: relative; overflow: hidden;}
#slideshow .views_slideshow_controls_text{position: absolute; right: 0; bottom: 0; z-index: 9;}
#slideshow .views_slideshow_controls_text span a{text-indent: -999em; width: 43px; height: 60px; background-repeat: no-repeat; background-size: cover; display: inline-flex;}
#slideshow .views_slideshow_controls_text .views_slideshow_controls_text_pause{display: none;}
#slideshow .views_slideshow_controls_text .views_slideshow_controls_text_previous a{background-image: url(../images/left.jpg);}
#slideshow .views_slideshow_controls_text .views_slideshow_controls_text_next a{background-image: url(../images/right.jpg);}
#welcome {    position: relative;
    padding: 75px 0;}
.sec-title { 
position: relative;
    width: 140px;
    clear: both;
    margin: auto;
    text-align: center;
}
.sec-title .fontawesome-icon-inline svg{color: #EA4335; font-size: 30px; }
.sec-title .fontawesome-icon-inline:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '::::::';
    color: #000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .fontawesome-icon-inline:after {
   position: absolute;
    right: 0;
    top: 0;
    content: '::::::';
    color: #000;
    font-size: 14px;
    letter-spacing: 3px;
}
.list-items {
    display: inline-flex;
    width: 44%;
    margin-bottom: 11px;
    border-bottom: solid 1px #EEE;
    margin-right: 16px;
}
.list-items i{color: #EA4335}
.list-items a{color: #444;}
#homeblocks{background-image: url(../images/2.png); background-repeat: no-repeat;
    position: relative;
    padding: 60px 0 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-block .fontawesome-icons{display: flex; vertical-align: middle;}
.h-block .fontawesome-icon svg {
    font-size: 65px;
    position: relative;
    padding: 7px;
}
.h-block .fontawesome-icon{color: #ffb301;}
.h-block:first-child .fontawesome-icon{color:#EA4335 }
.h-block:last-child .fontawesome-icon{color:#630abb !important; }
#homeblocks .views-field-title .home-block{
overflow: hidden;
        position: relative;
    padding: 40px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgb(204 204 204);
    -moz-box-shadow: 0 0 12px 0 rgba(204,204,204,1);
    box-shadow: 0 0 12px 0 rgb(204 204 204);
}
#ourservices{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
position: relative;
    padding: 85px 0 100px;
    background-repeat: no-repeat;
    background-image: url(../images/services-image-1.png); background-repeat: no-repeat; background-size: auto;}
.service-container .my-icon svg {
    font-size: 40px;
    color: #000;
}
.service-container h3{ padding:0; margin:0;  }
.service-container{
    overflow: hidden;
    position: relative;
    padding: 40px 35px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}
.service-container:hover {
    border: 1px solid transparent;
        transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 25px 0 rgb(230 230 230);
    -moz-box-shadow: 0 0 25px 0 rgba(230,230,230,1);
    box-shadow: 0 0 25px 0 rgb(230 230 230);
}
.service-container:hover .my-icon svg{color: #EA4335;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.serv-decription{margin:40px auto;}

.page-node-type-services .field--name-field-icon {
    float: left !important;
    margin: 15px;
}

.page-node-type-services .field--name-field-gallery .field--item img{border:solid 2px #EEE;}
.page-node-type-services .field--name-field-gallery .field--item {
    display: flex;
    float: left;
    margin: 15px;
}

.inner-title {background-image: url('../images/7.jpg'); 
position: relative;
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.inner-title:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.8);
}
.inner-title h1{
        position: relative;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    word-break: break-all;
    border: none;
    float: left;
}
.inner-title .breadcrumb{
        position: relative;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 8px 24px;
    display: inline-block;
    border: 2px solid #fff;
    float: right;
    background-color: transparent;
}
.inner-title .breadcrumb *{color: #fff;}
.page-node-39 .inner-content{background-color: #F8F8F8; padding: 150px 0; margin-bottom: 30px;}
 #our-team .inner-box {
    position: relative;
    padding-bottom: 10px;
    box-shadow: 2px 2px 30px #ccc;
    transition-duration: .5s;
    text-align: center;
    margin-bottom: 20px;
}
#our-team .inner-box:hover {
    box-shadow: none;
}
#our-team .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    min-height: 44px;
}
.branch-row{overflow: hidden; margin-bottom: 20px; border-bottom: solid 1px #ccc; padding-bottom: 20px; position: relative; margin-top: 30px;}
.icon {
    font-size: 19px;
    line-height: 2;
}
.branch-row .get-direction {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 9;
    background-color: #000;
    padding: 5px;
    color: #FFF;
}
.branch-row .get-direction a{color: #ea4335; padding: 0 8px;}
#slick-views-services-page-page-1-1-slider .my-icon svg{font-size: 45px;}
#subscribe:before{
position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.8);
}
#subscribe{
    position: relative;
    padding: 80px 0 80px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
 background-image: url(../images/7.jpg); 
transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
#subscribe .form-type-processed-text{color: #FFF;}
#subscribe .form-type-processed-text .fontawesome-icon-inline{font-size: 22px;}
#subscribe .form-type-processed-text .fontawesome-icon-inline svg{margin-top: 20px;}
#subscribe .form-type-email{margin-right: 0; padding-right: 0;}
#subscribe .webform-actions{margin-left: 0; padding-left: 0; clear:none;}
#subscribe input {   position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 30px;
    height: 55px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;}
#subscribe button {   position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 30px;
    height: 55px;
    display: inline-block;
    font-size: 14px;
    background: #EA4335;
    border-radius: 0px 50px 50px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}
.webform-submission-contact-form input{
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 12px;
    height: 55px;
    color: #000;
    background: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #f0eff4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn-style-four {
    position: relative;
    padding: 11px 39px;
    line-height: 29px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #ffb301;
    border: 2px solid #ffb301;
}
footer{padding: 40px 0;}
footer #block-footerwelcom img{max-width: 200px; height: auto;}
footer h2 {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 25px;
}
footer #block-mainnavigation-2 ul{margin-left: 15px;}
footer #block-mainnavigation-2 li{
    list-style-position: outside;
    list-style-image: url(../images/paws.png);
    display: list-item;
    clear: both;
}
footer #block-mainnavigation-2 li a {
    padding: 5px 0 !important;
    background-color: transparent !important;
    color: #678e6b !important;
}

.page-node-type-branches .field--name-field-get-direction a {
    background-color: #8b2123;
    padding: 10px 15px;
    margin: 10px auto;
    display: block;
    width: 120px;
    color: #FFF;
    border-radius: 20px;
    border-bottom: solid 5px #631b1d;
}

.page-node-type-branches .field--name-field-get-direction a::before {

    content: "\f3e8"; /* Bootstrap Icon: geo-alt */
            font-family: "bootstrap-icons";
            margin-right: 8px;
            font-weight: bold;
}

/* Optional: Make the icon move slightly when hovering over the button */
.page-node-type-branches .field--name-field-get-direction a:hover::before {
    transform: translateY(-2px);
}

body {
            background-color: #f4f7f6;
            font-family: 'Lato', sans-serif;
            padding-top: 50px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
            text-transform: uppercase;
            font-weight: bold;
            color: #333;
        }

        /* Branch Card Styling */
        .branch-card {
            background: #fff;
            padding: 40px 20px;
            margin-bottom: 30px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: all 0.4s ease-in-out;
            border-bottom: 4px solid transparent;
            opacity: 0; /* Hidden initially for animation */
            scale: 1;
        }

        /* Hover Effect */
        .branch-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 20px rgba(0,0,0,0.15);
            border-bottom: 4px solid #337ab7; /* Bootstrap Primary Blue */
            scale:1.1;
        }

        /* Icon Styling */
        .branch-icon {
            font-size: 50px;
            color: #337ab7;
            margin-bottom: 20px;
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .branch-card:hover .branch-icon {
            transform: scale(1.2) rotate(5deg);
        }

        .branch-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #444;
        }

        .btn-more {
            margin-top: 15px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            border-radius: 20px;
            transition: background 0.3s;
        }

        /* KEYFRAME ANIMATIONS */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(40px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Apply animation to cards */
        .animate-fade-up {
            animation: fadeInUp 0.8s ease forwards;
        }

        /* Staggered delay for each card to create a smooth sequence */
        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.3s; }
        .delay-3 { animation-delay: 0.5s; }
        .delay-4 { animation-delay: 0.7s; }
        .delay-5 { animation-delay: 0.9s; }
        .delay-6 { animation-delay: 1.1s; }

        .btn-more a{color: #FFF;}

.language_ar #superfish-main li{float: right;}

.blog-container{ margin:20px auto; border:solid 1px #EEE; padding:15px; overflow:hidden; 
-webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.3);
box-shadow: 0 5px 15px 1px rgba(0,0,0,0.3);}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
@media (min-width: 250px) and (max-width: 550px) {
    ul#superfish-main-accordion li *{color: #333;}
    ul#superfish-main-accordion li a{border-radius: 0 !important;}
    ul#superfish-main-accordion li {
    background-color: #FFF;
    border-bottom: solid 1px #333;
}
    #subscribe button, #subscribe input{border-radius: 50px;}

    footer #block-mainnavigation-2 li {
    float: left;
    clear: none;
    margin: 0 14px;
}
    .block-grid > .grid{width: 100%;}
    #ourservices, #welcome{padding: 25px 0;}

    #navigation .logo{
    position: relative;
    padding: 0 15px;
    top: 0;
    z-index: 999;
    }
    #hedtop{line-height: 1.1;}
    .language-switcher-language-url{text-align: center;}
    div.sf-accordion-toggle.sf-style-white a{background-color: transparent; color: #c69531; border: none; text-indent: -9999em;}
    div.sf-accordion-toggle.sf-style-white a.sf-expanded, ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded{background-color: transparent;}
    ul.sf-menu.sf-style-white a, ul.sf-menu.sf-style-white a:visited, ul.sf-menu.sf-style-white span.nolink{color: #FFF;}
    div.sf-accordion-toggle.sf-style-white > a:after {
    text-indent: 0;
    color: #000;
    font-size: 66px;
}
.sf-expanded li ul li a{color: #c69531 !important;}
.block-superfish .sf-accordion-toggle{float:    right;}
    .block-superfish {
    width: 100%;
    float: right;
    margin-top: 0px;
    position: fixed;
    z-index: 99;}
ul.sf-menu.rtl.sf-accordion.sf-expanded, ul.sf-menu.rtl.sf-accordion li.sf-expanded > ul{background-color: #c69531;}
}

@media (min-width: 200px) and (max-width: 390px) {
    .myhed .top-contact *{font-size: 97%;}
}
@media (min-width: 768px) and (max-width: 3000px) {
    
  
}
@media (min-width: 992px) and (max-width: 1199px) {
    
   
}
