@charset "utf-8";
/* CSS Document */

@media (max-width:1200px){
    .navigation .navbar-default .navbar-nav {
    float: right;
    margin-right: -20px;
}
  .navigation .navbar-default .navbar-nav li {
    margin: 0 2px;
  }
  .navigation .navbar-default .nav-left li{
    padding: 0 3px;
  }
  .navigation .navbar-default .navbar-nav li a,
  .navigation .navbar-default .nav-left li a{
    font-size: 13px;
  }
  .navigation .navbar-default .nav-left li a{
    font-size: 14px;
  }
  .navigation .navbar-default .nav-left li a.btn{
    width: 100px;
    font-size: 13px;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a,
  .navigation .navbar-default .nav-left li.menu-item-has-children .sub-menu li a {
    font-size: 12px !important;
  }
  .footer-top ul.info li {
    font-size: 12px;
  }
  .footer-top p {
    width: 100%;
    font-size: 12px;
  }

  .hero .text{padding: 100px 0;}
  .hero .text h1{font-size: 30px;}
  .hero .text p{margin: 30px 0;}
  .new_offers .offer_block .right{width: 65%;}
}

@media (max-width:992px){
	.navigation .navbar-default .nav-left li:nth-of-type(1){display: block;}
    .clicker {
    display: table !important;
    cursor: pointer;
    font-size: 18px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 15px 5px;
  }
  .logo2 img {
    margin: 20px auto;
    display: table;
  }
  .navbar-default {
    padding-bottom: 0 !important;
  }

  #body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
  }
  .navigation .navbar-default .navbar-nav li a:hover {
    color: #fff !important;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999;
    right: 0;
    top: 0;
    background-color: #1F826F !important;
    overflow-y: hidden;
    transition: 0.5s;
    padding: 0;
    min-height: 0;
    border-radius: 0;
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 6px 15px !important;
    text-decoration: none;
    font-size: 36px;
    color: #fff !important;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  .navigation .navbar-default .navbar-nav li:hover a {
    padding-right: 30px !important;
  }
  .navigation .navbar-default .navbar-nav li:hover:after {
    right: -12px;
  }
  .navigation .navbar-default .navbar-nav li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navigation .navbar-default .navbar-nav li:after {
    content: "";
    height: 37px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -23px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-default .navbar-nav li a {
    padding: 0 15px !important;
    line-height: 37px !important;
  }
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover,
  .overlay a:focus {
    color: #a5140b !important;
    background-color: transparent;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
    color: #fff !important;
    z-index: 99999;
    /* display: none; */
  }
  .overlay .closebtn:hover {
    color: #fff !important;
  }
  .width {
    width: 0 !important;
  }

  .navigation .navbar-default .nav-left {
    float: right;
    margin: 0 auto!important;
    width: 95%;
    display: table;
}
  .navigation .navbar-default .nav-left li.menu-item-has-children .sub-menu {
    left: auto;
    right: 0;
    transform: none;
  }
  .navigation .navbar-default .nav-left.client-nav li:first-child {
    margin-left: 0;
  }
  .navigation
    .navbar-default
    .nav-left
    li.menu-item-has-children
    .sub-menu
    li
    a {
    color: #000 !important;
  }
  .navigation .navbar-default .nav-left li a {
    color: #fff !important;
    padding: 0 12px !important;
  }
  .navigation .navbar-default {
    margin-top: 0;
  }
  .menu-item-has-children span {
    color: #fff;
    font-size: 10px;
    line-height: 37px;
    position: absolute;
    top: 0;
    left: 175px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li.menu-item-has-children:hover span {
    left: 160px;
    color: #fff !important;
  }
  .sub-menu {
    top: 30px;
    max-height: 200px;
    overflow: auto;
}
  .navigation .navbar-default .navbar-nav li .sub-menu li:after {
    display: none !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a {
    padding: 0 15px !important;
    font-size: 12px !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a:hover {
    background-color: rgb(206, 41, 31) !important;
    color: #fff !important;
    padding: 0 15px !important;
  }
  .mysearch .search-input {
    width: 15%;
    margin-right: 20px;
  }
  .header {
    padding: 10px 0;
  }
  .navigation .navbar-default .nav-left li a.btn {
    width: 119px;
  }
  .navigation .navbar-default .nav-left li a .caret{
    margin-left: -10px;
  }
  .saudi {
display:none;
    }
    ul.list-inline.nav-left li {
    display: none;
}
li.primary-action {
    display: block !important;
}
.navigation .navbar-default .nav-left li a.btn{width: 100% !important;}
.navigation .navbar-default .nav-left li .sub-menu li{display: block !important;}
.header-extra{height: 78px;}

  footer .footer-nav {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .icons {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .footer-nav li a {
    line-height: 40px;
  }
  footer .icons li span {
    line-height: 40px;
  }
  footer {
    padding: 10px 0;
  }

  .new_offers .title{width: 80%;}
  .hero .text{padding: 60px 0;}
  .hero .text h1{font-size: 25px;line-height: 35px;}
  .hero .text p {
    font-size: 14px;
    margin: 20px 0;
}
  .hero .text .btn{width: 200px;height: 55px;line-height: 55px;margin-bottom: 20px;}
  .new_offers .img_container,.new_offers .img_container .offers_img{height: 317px;margin-bottom: 145px;}
  .new_offers .img_container .offers_shape {
    bottom: -130px;
    left: -77px;
}
.new_offers .offer_block{padding: 20px 30px;}
.new_offers .offer_block h1{font-size: 25px;}
.new_offers .offer_block p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.new_offers .offer_block h2{font-size: 30px;margin-bottom: 20px;}
.new_offers .offer_block .btn{width: 180px;line-height: 50px;height: 50px;}

}


@media (max-width:768px){
  .logo .logo1{height: 40px;}
  .hero .text h1 br{display: none;}
  .new_offers .title{width: 100%;}
  .new_offers .img_container .offers_shape {
    bottom: -100px;
    left: -47px;
}
.new_offers .banner{border-radius: 15px;}
.footer-top h4{margin: 20px 0;}
}

@media (max-width:640px){
    .footer-top ul.bottom-nav {
    list-style: none;
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
  }
  .footer-top h1 {
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .hero .text{width: 100%;}
  .hero .hero_img {
    opacity: 0.08 !important;
    max-width: 60%;
    top: -100px;
    left: 0;
}
.new_offers .img_container{width: 100%;}
.new_offers .img_container .offers_shape{display: none;}
.new_offers .img_container, .new_offers .img_container .offers_img {
    width: 80%;
    height: 190px;
    margin-bottom: 95px;
}
.new_offers .img_container .offers_img{
  width: calc(100% + 30px);
  left: 20px;
  top: 20px;
}
.new_offers .offer_block {
    padding: 20px 20px;
    flex-direction: column;
    text-align: center;
}
.new_offers .offer_block .right{width: 100%;}
.hero .whatsapp_icon, .hero .phone_icon {
    width: 60px;
    height: 60px;
    line-height: 66px;
    font-size: 24px;
}

.new_offers .offer_block .btn {
    width: 160px;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
}
.new_offers .offer_block h2{font-size: 25px;}

}

@media (max-width:460px){
    footer .footer-nav li a {
    font-size: 12px;
    padding: 0;
  }
  footer .icons li span {
    padding: 0;
  }
  .new_offers .offer_block h1{font-size: 20px;}
  .hero .text h1{font-size: 20px;}
  .hero .text .btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

}

@media (max-width:360px){
    footer .footer-nav li a {
    line-height: 20px;
  }
  footer .icons li span {
    font-size: 15px;
  }
}


 @media (min-width: 768px) {
        .saudi_popover_mobile {
    left: 0 !important;
    width: 100%;
    }}
        @media (max-width: 767px) {
        .saudi_popover_mobile {
    left: 0 !important;
    width: 180%;
    }}
    @media (max-width: 484px) {
        .saudi_popover_mobile {
    width: 195%;
    }}
@media (min-width: 992px) {
        .contact_mobile {
    display:none;
    }}