@charset "utf-8";

.mobile-menu-trigger {
  display: flex;
  height: 50px;
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #e6af5d;
  top: -2px;
}

.mobile-menu-trigger span {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 24px;
  position: relative;
}

.mobile-menu-trigger span:before,
.mobile-menu-trigger span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mobile-menu-trigger span:before {
  top: -6px;
}

.mobile-menu-trigger span:after {
  top: 6px;
}

.get-quote {
  color: #fff;
  text-transform: uppercase;
}

.bg-yellow-new {
  font-weight: 600;
  line-height: 2;
  font-size: 13px;
  padding: 3px 15px;
  width: auto;
  border: 1px solid #d68d21;
  background: #e6af5d;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}

.bg-yellow-new-1 {
  font-weight: 600;
  line-height: 2;
  font-size: 15px;
  padding: 5px 40px 5px 10px;
  width: auto;
  border: 1px solid #0d426a;
  background: #0F4D7E;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}

.bg-yellow-new-1:hover {
  border: 1px solid #d68d21;
  background-color: #d68d21;
  color: #fff;
}

.bg-yellow-new-1 a:hover {
  color: #fff;
}

.bg-yellow-new:hover {
  border: 1px solid #d68d21;
  background-color: #0F4D7E;
  color: #fff;
}

.bg-yellow-new a:hover {
  color: #fff;
}

header .bg-yellow-new i {
  font-size: 14px;
  margin-left: 10px;
}

/* Menu Css =============================== */

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

.blue-bg {
  background-color: #00427a;
}

.mega_items .fa {
  font-size: 15px;
}

/* 02. Element */
.button {
  background: #25262a;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 300px;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 100%;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper .search_container {
  display: block;
}

.offcanvas_menu_wrapper .language_currency {
  display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
  text-align: unset;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
  text-align: unset;
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #232323;
}

.offcanvas_main_menu li a:hover {
  color: #25262a;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.offcanvas_footer span a {
  font-size: 14px;
  color: #232323;
}

.offcanvas_footer span a:hover {
  color: #25262a;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #25262a;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 50%;
  background: #e6af5d;
}

.canvas_close a:hover {
  background: #00427a;
  color: #fff;
}

.canvas_open {
  position: fixed;
  left: 90%;
  top: 16px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 0px;
    top: 15px;
    display: inline-block;
    width: 36px;
    left: 80%
  }
}

.canvas_open a {
  font-size: 26px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #232323;
}

@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 35px;
    font-size: 22px;
  }
}

.canvas_open a:hover {
  color: #25262a;
  border-color: #25262a;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgb(255 255 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;

}

/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sticky-header.sticky {
    padding: 5px 0;
    background: #fff
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header.sticky {
    padding: 14px 0;
    background: #fff
  }
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: #fff;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: #fff;
    opacity: inherit;
  }
}

.sticky-header.sticky .search_widget {
  top: 50px;
}

.sticky-header.sticky .dropdown_account {
  top: 50px;
}

.sticky-header.sticky .mini_cart {
  top: 155%;
}

.sticky-header.sticky .dropdown_search {
  top: 157%;
}

/*header css heer*/
@media (max-width: 991px) {
  .main_header {
    /* padding: 15px 0 20px;*/
    position: fixed;
    z-index: 99;
    width: 100%
  }
}


.header_top {
  padding: 11px 105px;
  background: #232323;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_top {
    padding: 11px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top {
    padding: 11px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}

.header_contact_info>ul>li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info>ul>li {
    margin-right: 0;
    padding-right: 0;

  }

  .header_contact_info>ul>li::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_contact_info>ul>li {
    margin-right: 0;
    padding-right: 0;
  }

  .header_contact_info>ul>li::before {
    display: none;
  }
}

.header_contact_info>ul>li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}

.header_contact_info>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header_contact_info>ul>li:last-child::before {
  display: none;
}

.header_contact_info>ul>li>a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

.header_contact_info>ul>li>a i {
  margin-right: 7px;
}

.header_contact_info>ul>li>a:hover {
  color: #fb6b70;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info>ul>li>a {
    color: #232323;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header_contact_info>ul>li>a {
    color: #232323;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}

.language_currency>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency>ul>li {
    margin-right: 11px;
    padding-right: 12px;
  }
}

.language_currency>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.language_currency>ul>li:last-child::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency>ul>li {
    margin-right: 7px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .language_currency>ul>li {
    margin-right: 7px;
    padding-right: 8px;
  }
}

.language_currency>ul>li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}

.language_currency>ul>li:hover ul.dropdown_currency,
.language_currency>ul>li:hover ul.dropdown_language {
  visibility: visible;
  max-height: 200px;
}

.language_currency>ul>li:hover>a {
  color: #fb6b70;
}

.language_currency>ul>li>a {
  text-transform: capitalize;
  line-height: 15px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency>ul>li>a {
    line-height: 14px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency>ul>li>a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .language_currency>ul>li>a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}

.language_currency>ul>li>a i.ion-ios-arrow-down {
  margin-left: 3px;
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency>ul>li>a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .language_currency>ul>li>a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}

.language_currency>ul>li>a img {
  margin-right: 5px;
  vertical-align: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency>ul>li>a img {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .language_currency>ul>li>a img {
    margin-right: 2px;
  }
}

.language_currency>ul>li:hover a:not([href]):not([tabindex]) {
  color: #25262a;
}

.dropdown_currency,
.dropdown_language {
  position: absolute;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
  min-width: 150px;
  text-align: left;
  top: 29px;
  right: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
  z-index: 9999;
  border-radius: 3px;
  visibility: hidden;
  max-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .dropdown_currency,
  .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}

@media only screen and (max-width: 767px) {

  .dropdown_currency,
  .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}

.dropdown_currency li a,
.dropdown_language li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  line-height: 28px;
  color: #232323;
}

.dropdown_currency li a:hover,
.dropdown_language li a:hover {
  color: #25262a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -10px;
  }
}


.header_middle {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 999;
}

/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_middle {
    padding: 15px 0;
  }
}*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_middle {
    padding: 12px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0;
    box-shadow: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}

/* 2.4 main menu css here */
.menu_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav>ul {
  display: flex;
  justify-content: center;
}

.main_menu nav>ul>li {
  position: relative;
  margin-right: 0;
  padding: 0 7px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .main_menu nav>ul>li {
    padding: 0 15px;
  }
}

.main_menu nav>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.main_menu nav>ul>li:hover ul.sub_menu {
  visibility: visible;
  max-height: 500px;
  padding: 24px 20px;
}

.main_menu nav>ul>li:hover .mega_menu {
  visibility: visible;
  max-height: 600px;
  overflow-y: scroll;
  padding: 25px 30px 30px 30px;
}

/* 
.main_menu nav > ul > li:hover > a {
     color:#222
}
*/

.main_menu nav>ul>li>a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  padding: 0px 13px;
  border-right: 1px solid #fff;
}

.main_menu nav>ul>li:last-child>a {
  border-right: 0px
}

.main_menu nav>ul>li>a i {
  margin-left: 3px;
}

.main_menu nav>ul>li>a.active {
  border-color: #1e1e1f;
}

.main_menu nav>ul>li ul.sub_menu {
  position: absolute;
  min-width: 220px;
  padding: 0 20px;
  background: #ffffff;
  /*  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); */
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 120%;
  text-align: left;
  color: #000;
}

.main_menu nav>ul>li ul.sub_menu li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 25px;
  padding: 5px 0;
  text-transform: capitalize;
  color: #000;

}

.main_menu nav>ul>li ul.sub_menu li a:hover {
  padding-left: 10px;
}

.main_menu nav>ul>li.mega_items {
  position: static;
}

.main_menu nav>ul>li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 0 30px 0 30px;
  background: #ffffff;
  /* box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); */
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 120%;
  text-align: left;
}

.mega_menu_inner>li {
  /* width: 33.33%; 
  width: 20%;*/
  float: left;
}

.mega_menu_inner>li.header_banner_menu {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}

.mega_menu_inner>li.header_banner_menu img {
  transition: .3s;
}

.mega_menu_inner>li.header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}

.mega_menu_inner>li>a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.mega_menu_inner>li>a:hover {
  color: #25262a;
}

.mega_menu_inner>li>a img {
  transition: .3s;
}

.mega_menu_inner>li>a img:hover {
  opacity: 0.8;
}

.mega_menu_inner>li ul li {
  display: block;
}

.mega_menu_inner>li ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  text-transform: capitalize;
  color: #000;
  position: relative;
  transition: all 0.5s;
}

.mega_menu_inner>li ul li a:hover {
  padding-left: 10px;
}
.mega_menu_inner>li ul li a::before{
  
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 10px;
    height: 2px;
    background-color: #e6af5d;
    display: none;
  
}
.mega_menu_inner>li ul li a:hover::before {
  display: block;
}


/*main menu css end*/
.header_account_area {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_area {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_area {
    padding-right: 0;
  }
}

.header_account_list {
  margin-right: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header_account_list.search_list {
    margin-right: 11px;
  }
}

.header_account_list:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_list {
    margin-right: 15px;
  }
}

.header_account_list>a {
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  color: #232323;
}

.header_account_list>a:hover i {
  color: #25262a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list>a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list>a {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_list>a {
    font-size: 20px;
  }
}

.header_account_list>a i {
  transition: .3s;
}

.header_account_list span.item_count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #232323;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list span.item_count {
    left: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_list span.item_count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: -11px;
    left: 10px;
  }
}

.header_account_list>a.active .icon-magnifier:before {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  color: #d12023;
}



@media (min-width: 1400px) {
  .main_menu nav>ul>li>a {
    /* font-size: 11.8px; */
  }
}

@media (max-width: 1366px) {
  .main_menu nav>ul>li>a {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}


.dropdown_search {
  position: absolute;
  top: 208%;
  right: 0;
  z-index: 9;
  width: 370px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_search {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown_search {
    width: 240px;
    right: -40px;
  }
}

.dropdown_search form {
  position: relative;
  width: 100%;
}

.dropdown_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}

.dropdown_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
}

.dropdown_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
}

.dropdown_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
}

.dropdown_search form input {
  width: 100%;
  border: 0;
  background: inherit;
  height: 42px;
  color: #232323;
  padding: 0 50px 0 10px;
}

.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: inherit;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #232323;
}

.dropdown_search form button:hover {
  color: #25262a;
}

/*mini cart css here*/
.mini_cart_wrapper:hover .mini_cart {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}

.account_wrapper:hover .account_div {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account_wrapper:hover .account_div {
    padding: 10px 15px 20px;
    visibility: inherit;
  }

  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 15px 20px;
    visibility: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .account_wrapper:hover .account_div {
    padding: 10px 11px 20px;
    visibility: inherit;
  }

  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
    visibility: inherit;
  }
}

.icon_small {
  font-size: 14px;
  vertical-align: middle
}

.account_list li a {
  color: #000
}

.account_div,
.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 18px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 150%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ededed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.account_div {
  min-width: 200px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  .account_div,
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 15px 20px;
    min-width: 320px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}

@media only screen and (max-width: 767px) {

  .account_div,
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 11px 20px;
    min-width: 260px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}

.cart_img {
  width: 95px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
  width: 63%;
}

.cart_info a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  color: #25262a;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}

.cart_info a:hover {
  color: #25262a;
}

.cart_info p {
  font-size: 12px;
}

.cart_info p span {
  font-weight: 600;

}

.cart_remove a {
  font-size: 18px;
  display: block;
  line-height: 20px;
  text-align: center;
  color: #26272a;
}

.cart_remove a:hover {
  color: #25262a;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}

.cart_total span {
  font-size: 14px;
  font-weight: 400;
}

.cart_total span.price {
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_button:first-child {
  margin-bottom: 15px;
}

.cart_button a {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  background: #c1c1bf;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
  border: 1px solid #ededed;
  color: #fff
}

.cart_button a:hover {
  background: #25262a;
  border-color: #c1c1bf;
  color: #fff;
}

.cart_button.theme_c1 a {
  background: #25262a;
}




/*mini cart css end*/
/*home two css here*/
.header_two .header_top {
  background: #e97810;
}

.header_two .header_contact_info>ul>li>a {
  opacity: 1;
}

.header_two .header_contact_info>ul>li::before {
  border-right: 1px solid #fff;
}

.header_two .language_currency>ul>li>a {
  opacity: 1;
}

.header_two .language_currency>ul>li::before {
  border-right: 1px solid #fff;
}

.header_two .header_bottom {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .header_bottom {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_two .header_bottom {
    display: none;
  }
}

.header_two .logo {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .logo {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_two .header_contact_info>ul>li {
    padding-right: 8px;
    margin-right: 6px;
  }

  .header_two .header_contact_info>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}

.header_free_shipping {
  text-align: center;
}

.header_free_shipping p {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}

.header_singinup ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.header_singinup ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header_singinup ul li:last-child::before {
  display: none;
}

.header_singinup ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  background: #6f6f6f;
  transform: translateY(-50%);
}

.header_singinup ul li a i {
  margin-right: 2px;
}

.header_singinup ul li a:hover {
  color: #e97810;
}

/*
.mega_menu_inner > li.h_banner_menu2 {
  width: 100%;
} */

.h_banner_menu2 {
  display: flex;
  margin-top: 18px;
}

.h_banner_menu2 .header_banner_menu {
  margin-right: 30px;
}

.h_banner_menu2 .header_banner_menu:last-child {
  margin-right: 0;
}

.h_banner_menu2 .header_banner_menu img {
  transition: .3s;
}

.h_banner_menu2 .header_banner_menu a {
  overflow: hidden;
}

.h_banner_menu2 .header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}

.menu_two nav>ul>li:hover .mega_menu {
  max-height: 550px;
}

.mega_menu_inner li h4 {
  font-size: 16px;
}

.color_two .dropdown_currency li a:hover,
.color_two .dropdown_language li a:hover {
  color: #e97810;
}

.color_two .header_account_list>a:hover i {
  color: #e97810;
}

.color_two .header_account_list span.item_count {
  background: #e97810;
}

.color_two .main_menu nav>ul>li:hover>a {
  color: #e97810;
  border-color: #e97810;
}

.color_two .main_menu nav>ul>li>a.active {
  color: #e97810;
  border-color: #e97810;
}

.color_two .main_menu nav>ul>li ul.sub_menu li a:hover {
  color: #e97810;
}

.color_two .mega_menu_inner>li>a:hover {
  color: #e97810;
}

.color_two .mega_menu_inner>li ul li a:hover {
  color: #e97810;
}

.color_two .cart_info a:hover {
  color: #e97810;
}

.color_two .cart_remove a:hover {
  color: #e97810;
}

.color_two .cart_button a:hover {
  background: #e97810;
  border-color: #e97810;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_three {
    background: #1e1e1f;
  }
}

@media only screen and (max-width: 767px) {
  .header_three {
    background: #1e1e1f;
  }
}

.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_transparent {
    position: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .header_transparent {
    position: inherit;
  }
}

.header_middle3.sticky-header.sticky {
  background: rgba(161, 129, 108, 0.75);
}

.header_middle3 .header_account_list>a {
  color: #fff;
}

.header_middle3 .header_account_list>a:hover {
  color: #25262a;
}

.header_middle3 .header_account_list span.item_count {
  background: #fff;
  color: #232323;
}

.header_top3 .header_contact_info>ul>li>a {
  opacity: 1;
}

.header_top3 .language_currency>ul>li>a {
  opacity: 1;
}

.menu_three nav>ul>li>a {
  color: #fff;
}

.menu_three nav>ul>li>a.active {
  border-color: #fff;
}

.menu_three nav>ul>li:hover>a {
  border-color: #fff;
}

.offcanvas_three .canvas_open a {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width:480px) {
  .header_contact_info>ul>li>a {
    padding-left: 10px
  }

  .logo img {
    max-width: 120px;
  }
}

@media (max-width:375px) {
  .header_contact_info>ul>li>a {
    padding-left: 0px
  }
}

.introsection {}



/* Menu Css =============================== */



.sub-menu li a:hover:before {
  width: 5px
}

.sub-menu li a:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #25262a;
  top: 11px;
  margin-top: 0;
  left: -10px;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all;
  transition: .2s ease all;
  position: relative
}


/*-- nice --*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 28px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: inherit !important
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 70%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 99
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}






/* Deepak Editing */
.subhead {
  font-size: 14px;
  color: #c34b53;
  font-weight: 400;
}

.product_image {
  margin-bottom: 20px;
  text-align: center;
  background: #ccc
}

.color_icon {
  color: #fcad30
}

.checkout_btn {
  text-align: center
}

.one_layout {
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 20px;
  font-size: 15px;
  height: 100%;
}

.cart_details_section .one_layout {
  height: auto;
}

.crosstext {
  color: #999;
  text-decoration: line-through;
  padding: 5px;
}

.cart_overview {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
}

.cart_overview .align_left {
  text-align: left;
  display: inline-block;
}

.cart_overview .align_right {
  text-align: right;
  display: inline-block;
  float: right;
}

.one_layout.customize {
  box-shadow: none;
  border: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #eee;
}

.lr_control {
  position: relative;
  display: inline-block;
  width: 100%;
}

.lr_control .align_left {
  text-align: left;
  display: inline-block;
}

.lr_control .align_right {
  text-align: right;
  display: inline-block;
  float: right;
}

.cartpage_bottom_div {
  margin-top: 20px;
}

.one_layout hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blacktext {
  color: #000;
}

.checkout_summary {
  padding: 20px;
  border: 1px solid #e1e1e1;

}

.mgb10 {
  margin-bottom: 10px;
}

.checkout_summary .crosstext {
  padding: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.useful_links .links_item {
  margin-bottom: 0px;
}

.useful_links .links_item li {
  margin-bottom: 5px;
}

.links_item li a {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.links_item li a:hover {
  color: #fbb028;
}

.links_item li a:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #fbb028;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.img_adjust_div {
  margin-top: 25px;
}

[class^="hvr-"] {
  margin: 0;
}

.header-toggle-buttons {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-toggle-buttons .offcanvas-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  margin-top: 3px;
}

.header-toggle-buttons .offcanvas-toggle .bar {
  display: block;
  height: 3px;
  margin: 2px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 14px;
  background-color: #25262a;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(1) {
  width: 20px;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(2) {
  width: 15px;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(3) {
  width: 20px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(1) {
  width: 23px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(2) {
  width: 18px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(3) {
  width: 25px;
}

.header-toggle-buttons .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32px;
}

.header-toggle-buttons .menu-toggle .bar {
  display: block;
  width: 32px;
  height: 3px;
  margin: 2.5px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 14px;
  background-color: #0F0F0F;
}

.header-toggle-buttons .menu-toggle:hover .bar:nth-child(1) {
  width: 28px;
}

.header-toggle-buttons .menu-toggle:hover .bar:nth-child(2) {
  width: 24px;
}

.logo {
  z-index: 100;
  position: relative;
  max-width: 150px;
}


.main_menu nav>ul>li .mega_menu {
  position: relative;
}

.main_menu nav>ul>li:hover .mega_menu {
  max-height: 600px;
  overflow-y: hidden;
}

.full_menu_control {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  margin-top: 24px;
}

hr.megamenu_hr {
  border-top: 2px solid rgba(0, 0, 0, .30);
}



@media (max-width:1200px) {
  .main_menu nav>ul>li:hover .mega_menu {
    max-height: 500px;
    overflow-y: scroll;
  }
}




.ct_button {
  position: relative;
  background: #fff;
  z-index: 11;
}

.ct_title {
  display: none;
}


#sidebarMenu {
  height: 100%;
  position: absolute;
  left: 0;
  width: 300px;
  margin-top: 60px;
  transform: translateX(-150%);
  transition: transform 250ms ease-in-out;
  background: #fff;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

input[type="checkbox"]:checked~#sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}

#sidebarMenu .resources_control_panel {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}


@media (min-width:1360px) {
  .min_1400 {
    display: block
  }
}

@media (max-width:1360px) {
  .logo {
    max-width: 130px;
  }

  .header_account_list>a.active .icon-magnifier:before {
    font-size: 18px;
  }

  .header_account_list {
    margin-right: 10px;
  }

  .main_menu nav>ul>li>a {
    font-size: 12px;
    letter-spacing: 0
  }
}

@media (min-width:1290px) {
  .main_menu nav>ul>li>a {
    /* font-size: 10.75px; */
    letter-spacing: 0
  }
}



@media (min-width:1400px) {
  .know_more {
    right: 25%;
  }

  .center_head {
    padding: 30px 0 40px;
  }
}

@media (min-width:1500px) {
  .know_more {
    right: 25%;
  }

  .main_menu nav>ul>li>a {
    /* font-size: 13px; */
  }

  .index_header .header_middle {
    min-height: 80px;
    /* padding: 15px 0; */
  }

  .header_middle {
    /* padding: 15px 0; */
  }
}



@media (max-width:1250px) {
  .logo {
    max-width: 130px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .main_menu nav>ul>li {
    margin-right: 0;
    padding: 0 5px;
  }

  .main_menu nav>ul>li>a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .main_menu nav>ul>li {
    margin-right: 0px;
    padding: 0 7px;
  }

  .main_menu nav>ul>li>a {
    font-size: 11px;
  }

  .header_account_list>a {
    font-size: 18px;
  }

  .header_account_list {
    margin-right: 10px;
  }

  .header_middle {
    padding: 15px 0;
  }


}

@media (max-width:1024px) {
  .navbar-nav .nav-item a {
    margin: 0 4px;
    font-size: 13px
  }
}

@media (max-width:990px) {
  header {
    position: relative;
  }

  .logo {
    z-index: unset;
  }

  .header_middle {
    z-index: 10;
  }
}

@media (max-width:768px) {
  .logo {
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
  }

  .logo img {
    max-width: 100%;
  }

  .header_middle {
    position: relative;
  }

  .nav-tabs {
    margin-left: 0
  }

}

@media (max-width:480px) {
  .logo img {
    /* max-width: 60%; */
    margin-top: 0;
  }

  .header_account_list>a {
    font-size: 16px;
  }

  .header_account_list.search_list {
    margin-right: 10px;
  }

  .header_account_list {
    margin-right: 10px;
  }

  .nav .nav-tabs .nav-link {
    padding: .5rem 0rem;
  }

  .nav-tabs .nav-link img {
    margin-right: 5px;
  }

  .nav-tabs {
    margin-left: 0;
  }

  .nav-tabs .nav-item {
    border-right: none;
  }

}


@media (max-width:400px) {
  .logo img {
    /* max-width: 60%; */
    margin-top: 0;
  }

  .logo {
    max-width: 130px;
  }
}

@media (max-width:350px) {
  .logo img {
    /* max-width: 80%; */
    margin-top: 0;
  }

  .logo {
    max-width: 120px;
  }

  .last_download_div a {
    font-size: 15px;
  }
}

@media (max-width: @iphone-screen) {
  background-attachment:inherit;
  background-size:cover;
  -webkit-background-size:cover
}