body{
    font-family: irs-normal !important;
}


a:hover{
    text-decoration: none !important;
}

.header-top{
    background-color: rgb(240, 240, 240);
}

.header-top-row{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.header-top-left{
    padding-top: 2px;
}

.header-top-content{
    color: rgb(75, 75, 75);
    padding: 0 3px;
    font-family: irs-500;
    font-size: 12px;
  //  border-right: 3px solid #cd2122;
}

.header-top-icon{
    background:#54545417;
    padding: 4px 8px 0px 3px;
    border-radius: 5px;
    color: black;
    margin: 0 2px;
}

.header-top-icon:hover{
    color: rgb(205 ,33 ,34) !important;
    background-color: white;
    transition: 0.5s;
}


.header-top-icon i{
    font-size: 21px;
}

.header-body{
    background-color: #700405;
}

.search-header-2{
    display: flex;
    align-items: center;
}

.containe {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.video-news-item img{
    width: 100%;
}

.image-header--{
    display: flex;
}

.right-image-header img , .left-image-header img{
    width: 100%;
}

.span-time{
    position: absolute;
    top: 19px;
    color: white;
    font-family: 'irs-bold';
    font-size: 13px;
}


.img-ghaboos-logo img{
    width: 100%;
}

.header-body-content{
    display: flex;
    justify-content: space-between;
}

.header-body-content .nav-link{
    color: white;
    font-family: 'irs-bold';
  //  border-right: 1px solid #f5d10e;
    padding: 0px 0px;
    margin: 4px 0px;
}

.navbar-header .dropdown-toggle::after{
    position: absolute;
    top: 13px;
}

.header-body-content .navbar-nav{
    padding: 0!important;
}

.navbar-header .navbar-toggler{
    padding: unset;
}

.navbar-header i{
   font-size: 34px;
   color: white;
}

.navbar-header .navbar {
    padding-right: 0;
    padding-bottom: 0;
}

.navbar-header .nav-item:hover{
    background: #e6e6e64d;
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
}

.search-header-1{
    display: none;
}

.search-header .input-group-text{
    background-color: #e2e2e2;
    border-radius: 5px 1px 1px 5px;
    width: 36px;
    height: 31px;
    color: rgb(205 33 34);
    cursor: pointer;
}

.search-header .form-control{
    background-color: #e2e2e2;
    border: unset;
    color: rgb(0, 0, 0) !important;
    width: 180px !important;
    height: 31px;
}


.img-ghaboos-logo{
    display: none;
    width: 100%;
    justify-content: center;
    max-width: 30%;
    align-items: center;
}


.search-header .form-control:focus{
    background-color: #ececec;
}

.search-header .form-control::placeholder{
    color: rgb(0, 0, 0);
}

/* .search-header{
    padding-top: 18px;
} */

.header-barkcamp{
    background-color: #ffffff;
}

.barkcamp-row{
    display: flex;
}

.brakcamp-link{
    color: #700405;
    border-right: 1px solid #cd2122;
    font-size: 14px;
    padding: 0px 10px;
    font-family: 'irs-300';
    white-space: nowrap;
    margin: 3px 0px;
}

.brakcamp-link:hover{
    color: black;
}

.barkcamp-news-span{
    background-color: #364fff;
    color: white;
    padding: 1px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.barakcamp-adress{
    color: dimgrey;
    font-size: 13px;
    font-family: 'irs-normal';
}

.barakcamp-adress p{
    margin-bottom: unset !important;
    padding-top: 3px;
}

.navbar-toggler-icon:focus-visible,:focus{
    outline: unset !important;
}

.form-control:focus{
    box-shadow: unset !important;
}

.img-ghaboos-logo p{
    display: inline;
    font-size: 1.8rem;
    font-family: kalameh-normal;
    color: white;
    margin-left: 5px;
}
.img-ghaboos-logo span{
    font-size: 2.1rem;
    font-family: kalameh-normal;
    color: rgb(255, 158, 30);
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111111;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .span-navbar{
    display: none;
    cursor: pointer;
  }
  .div-close-btn{
      text-align: left;
      padding: 0 0 5px 10px;
  }

  .closebtn{
      font-size: 34px;
      color: white;
  }

  .closebtn:hover{
    font-size: 34px;
    color: white;
  }

  .sidenav{
    z-index: 999999999;
  }

  .sidenav .nav-item{
      padding-right: 10px !important;
  }
  .sidenav .nav-item:hover{
      border-radius: unset;
  }
  #overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
    background-color: rgba(74, 74, 74, 0.43);
}
#mySidenav .dropdown-menu{
    background-color: #ffa6a6 ;
}

.navbar-header .dropdown-menu{
    background-color: #ffa6a6 ;
}

.navbar-header .dropdown-item:hover{
    background-color: #ff6161 ;
}



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


#mySidenav .navbar-nav{
    display: flex !important;
    flex-direction: column;
}

.fa-stop{
    color: #cd2122 !important;
}




@media (max-width: 1290px){
    #navbarNavDropdown{
        display: none !important;
    }
    .span-navbar{
        display: block;

    }
    #mySidenav .navbar-nav{
        display: flex !important;
        flex-direction: column;
    }
}

@media (min-width: 1450px){
.containe {
    max-width: 1450px !important;
}
}

@media (max-width: 1200px){
    .header-body-img img{
        left: 40%;
    }
    .header-body-content .nav-link{
        font-size: 15px;
    }
    #mySidenav .navbar-nav{
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 991px){
    .header-body-img img{
        left: 37%;
    }
    #mySidenav .navbar-nav{
        display: flex !important;
        flex-direction: column;
    }
    #mySidenav .dropdown-menu{
        background-color: #b7ddff;
        margin-right: -4%;
    }
    #navbarNavDropdown{
        display: none !important;
    }
    .span-navbar{
        display: block;

    }
    .barkcamp-row{
        overflow-x: scroll;
    }
    ::-webkit-scrollbar {
        height: 5px;
        width: 5px;
      }
      
    ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    }
    
    ::-webkit-scrollbar-thumb {
    background: rgb(145, 0, 0); 
    border-radius: 10px;
    }
}

@media (max-width: 768px){
    .img-ghaboos-logo span{
        font-size: 1.6rem;
    }
    .img-ghaboos-logo p{
        font-size: 1rem;
    }
    .navbar-header{
        width: 100%;
        max-width: 15%;
    }
    .img-ghaboos-logo{
        display: flex !important;
        width: 100%;
        max-width: 44%;
        align-items: center;
        justify-content: center;
    }
    .brakcamp-link{
        padding: 7px 10px 7px;
    }

    .header-body-img img{
        left: 32%;
        width: 182px;
        top: -11px;
    }

    .search-header-1{
        display: block;
        padding-top: unset;
    }

    .image-header--{
        display: none;
    }

    .span-time{
        display: none;
    }

    .barkcamp-news-span{
        display: none;
    }

    .navbar-header .nav-item{
        padding: 5px 0;
    }
    .search-header .form-control{
        width: 90px !important;
        padding: 2px 3px;
    }
}

@media (max-width: 480px){
    .img-ghaboos-logo span{
        font-size: 1rem;
    }
    .img-ghaboos-logo p{
        font-size: 0.7rem;
    }
    .content-main-slider-item{
        position: unset !important;
        background-image: unset;
        background-color: rgb(41, 41, 41);
    }
    .brakcamp-link{
        padding: 2px 6px 2px;
    }
    .img-ghaboos-logo{
        max-width: 45%;
    }
    .search-header .form-control::placeholder{
        font-size: 12px;
    }
    .header-body-img img{
        left: 32%;
        width: 150px;
        top: 21px;
    }
    .header-top{
        display: none;
    }
    .search-header .form-control{
        width: 77px !important;
        padding: 2px 3px;
    }
}

@media (max-width: 400px){
    .header-body-img img{
        left: 22%;
        width: 150px;
        top: 21px;
    }
}


.main-contact-us .container {
    padding: 10px;
    background: #fff !important;
}
