@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
#header-region {
  background: none;
  border: 0 none;
  font-size: 15px;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 111;
  color: #4f4f4f;
  background: #fff;
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.2);
}
.header-region .navbar-nav > li > a {
  background-color: transparent;
  color: #3b3b3b;
  font-weight: 500;
  line-height: 42px;
  padding: 0 3px;
  z-index: 111;
  font-size: 14px;
  margin-right: inherit;
  width: inherit;
  height: inherit;    font-family: 'Roboto', sans-serif;
}

.header-region .navbar-nav > li > a.stu-login {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 5px;
  background-color: #e85222;
  color: #fff;
}
.header-region .navbar-nav > li > a.stu-login:hover {
  background-color: #e85222!important;
  color: #fff!important;
}
.header-region .navbar-nav > li > a.stu-login1 {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 5px;
  background-color: #fff;
  color: #000;
}
.header-region .navbar-nav > li > a.stu-login1 img {
  width: 20px;
}

.header-region .navbar-nav > li > a.stu-login img {
  width: 20px;
}

  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #3b3b3b!important;
    background-color: transparent!important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #3b3b3b!important;
  background-color: transparent!important;
}

  .header-region .navbar-right > li {margin: 0 5px;}
  .header-region .navbar-nav > li > .dropdown-menu {top: calc(100% + 10px);min-width: 220px;border-radius: 0;padding: 0;border: none;}
  .header-region .navbar-nav > li > .dropdown-menu li a {line-height: 35px;font-size: 15px;border-bottom: 1px solid #f2f2f2;}
  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: transparent;border-color: #337ab7;font-weight: bold;}
  
  .navbar-brand > img {max-height: 38px;}
  .navbar-brand {height: auto;padding-bottom: 1px;padding-top: 1px;}
  
  /* .header-region .navbar-nav>li.iconforweb>a img {height: 22px;float: left;margin-top: 15px;margin-right: 7px;} */
  .callphoneno2, .callphoneno3, .callphoneno4 {display: none;}
  .header-call .popup-header-link {background: 0 0;color: #4f4f4f;width: auto;float: left;margin-right: 15px;position: relative;}
  .header-region .navbar-nav>li.iconforweb>a b {
      font-weight: 500;
  }
  
  .header-region .navbar-nav > li > a.btnsamecont {
      background-color: #ff692e;
      border-radius: 3px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      padding: 0px 30px;
      line-height: 41px;
      margin-top: 5px;}
    
  #header-region.fixedheader { position: fixed;  left: 0;  width: 100%;  top: 0;}	
  .callphoneno2, .callphoneno3, .callphoneno4 {display: none;}
  
  
  
  
  .header-region .navbar-nav > li > .dropdown-menu li {
      list-style: none;
  }
  .header-region .navbar-nav > li > .dropdown-menu li a {
      line-height: 38px;
      font-size: 15px;
      border-bottom: 1px solid rgba(0 , 0, 0, 0.1);
      padding: 0 25px;
  }
  .header-region .navbar-nav > li > .dropdown-menu li a {
      color: #000!important;
  }
  .header-region .dropdown-submenu > a::before {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-left-color: transparent;
      border-style: solid;
      border-width: 4px 0 4px 4px;
      border-left-color: #333;
      margin-top: 5px;
      margin-right: -10px;
      margin-top: 15px;
  }
  #header-region .dropdown-menu {
      border: none;
  }
  
  .header-region .navbar-nav > li > .dropdown-menu li ul {
      min-width: 260px;
      border-radius: 0;
      padding: 0;
      background-color: #fff;
      left: 100%;
      top: 0px;
  }

  
#header-region ul li i.fa.fa-whatsapp {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    background: #20ab4b;
  }
  #header-region ul li i.fa.fa-phone {
  color: #ffffff;
  background: #f15e29;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  }
  #header-region ul li i {
    font-size: 17px;
    font-weight: 600;
  }
  .carts img{vertical-align: middle;
    height: 26px;}

    .mbil {
      display: none;
    }


    @media only screen and (max-width: 992px) {

      #header-region.navbar-inverse #navbar-collapse-1.navbar-collapse{
        display: block !important;
      width: auto;
      border: none !important;
      margin: 0 !important;
      float: right;
      box-shadow: none !important;
      position: absolute;
      right: 0;
      top: 10px;
      }

      #header-region.navbar-inverse #navbar-collapse-1.navbar-collapse ul > li{
        display: none;
      }
      li a.stu-login img {
        width: 18px;
        display: initial;
    }

      
      }


@media only screen and (max-width: 767px) {
    .dropdown-menu {
        left: 0!important;
      }
      .navbar-toggle .icon-bar {
        background-color: #000;
      }
      .navbar-inverse.header-region .navbar-toggle .icon-bar {
        background-color: #000;
      }
      .navbar-inverse.header-region .navbar-toggle:focus, .navbar-inverse.header-region .navbar-toggle:hover {
        background-color: transparent;
      }

      #header-region {   
        font-size: 16px;
        margin-bottom: 0;
        padding: 10px 0px;
    
    }
    #header-region .navbar-toggle {
      margin-bottom: 0px;
      margin-right: 6px;
      margin-top: 5px;
      display: none;
    }
    .navbar-toggle {
      background-color: transparent;
      border-color: transparent!important;
      padding: 10px 0px 3px;
      margin-top: 0px;
    }
	
	.header-region .navbar-nav > li > .dropdown-menu li ul li a {
    color: #727272!important;
    font-size: 14px;
}
	.header-region .navbar-nav > li > .dropdown-menu li ul {
    background-color: transparent;
   
}
    
    .callphoneno2, .callphoneno3, .callphoneno4 {
      position: relative;
      z-index: 999;
      display: inline!important;
      bottom: inherit;
  }
  .callphoneno2 .menu-head-link, .callphoneno3 .menu-head-link, .callphoneno4 .menu-head-link {
    margin-left: 0;
    width: 50%;
    position: fixed;
    left: 0;
    bottom: 0;
}
    .menu-head-link {float: left;}
    .callphoneno2 .header-call .popup-header-link {background-color: #fc0;}
    .callphoneno4 .header-call .popup-header-link {background-color: #fc0;}
    .callphoneno2 .header-call .popup-header-link, .callphoneno3 .header-call .popup-header-link, .callphoneno4 .header-call .popup-header-link {
        width: 100%;padding: 7px 8px;margin-right: 0;border-radius: 0;min-height: inherit;line-height: 20px;}
    /* .callphoneno4 {position: relative;width: 32%;z-index: 999;display: inline!important;top: inherit;} */
    /* .callphoneno4 .menu-head-link {
      margin-left: 0;
      width: 33.33%;
      left: 120px;
      bottom: 0;
    } */
    .callphoneno4 .header-call .popup-header-link {background-color: #03a5ff;}
    .callphoneno2 .header-call .popup-header-link .icon-header, .callphoneno3 .header-call .popup-header-link .icon-header, .callphoneno4 .header-call .popup-header-link .icon-header {
        float: left;padding-right: 6px;color: #000;font-size: 22px;line-height: 16px;}
    .callphoneno2 .header-call .popup-header-link .icon-header img, .callphoneno3 .header-call .popup-header-link .icon-header img, .callphoneno4 .header-call .popup-header-link .icon-header img {max-height: 22px;}
    .callphoneno3 .menu-head-link { right: 0; left: initial;}
    .callphoneno3 .header-call .popup-header-link {  background-color: #0da501;}
    .callphoneno2 .header-call .popup-header-link b { color: #000;}
    .popup-header-link b {
      font-size: 14px;
      line-height: 20px;
      vertical-align: top;
      float: left;
      font-weight: 600;
      color: #000;
    }
    

    .twnd{left: 50%!important;}
    .thrsd{left: 66%!important;}
    .header-region .navbar-nav>li.iconforweb {
      display: none;
    }
    

    li a.stu-login {
      border: 1px solid #e85222;
      border-radius: 5px;
      line-height: 32px;
      padding: 0 10px;
      margin-top: 5px;
      background-color: #e85222;
      color: #fff;
      font-size: 14px;
      display: inline-block;
      float: right;
      margin-right: 10px;
  }
  li a.stu-login img {
    width: 18px;
}
li a.stu-login1 {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 10px;
  margin-top: 5px;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-right:0px;
}
li a.stu-login1 img {
width: 18px;
}
li.suty {
  list-style: none;
}

.mbil {
  position: absolute;
  right: 15px;
  display: block;
}



}


@media (min-width: 992px) { /* Apply only on desktop */
  .dropdown-submenu {
      position: relative;
  }

  .dropdown-submenu .dropdown-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: -1px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
      display: block;
  }
}