/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1440px) {
  .menu {
    width: unset;
  }
  .menu > li > a {
    font-size: 12px;
    padding: 15px 10px;
  }
  .megamenus {
    width: 800px;
  }
  .navbar > ul > li {
    margin: 0px 10px 0 0 !important;
  }
  .sub_list > h6 {
    font-size: 14px;
  }
  .menu ul li a {
    font-size: 12px;
    padding: 5px !important;
  }
  .phone_widget a span {
    font-size: 12px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .navbar {
    display: none !important;
  }

  .menuToggler {
    display: none !important;
  }
  .megamenus {
    width: 700px !important;
  }

  .nav_support {
    padding: 0px 5px;
  }
  .accessNav a button span {
    display: none;
  }
  .accessNav a button {
    width: unset;
  }
  .border_left p {
    font-size: 14px;
}
.subscrib_box h3 {
  font-size: 20px;
}
.h_card {
  padding: 15px 5px;
}
.padd_y {
  padding-top: 30px;
}
}
/* Medium devices (landscape medium, 992px and up) */
@media only screen and (max-width: 992px) {
  .sub_ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .megamenus {
    width: 400px !important;
  }
  .media_details form {
    width: 180px;
  }
  .phone_widget a span {
    font-size: 12px;
  }
  .megamenus {
    width: 100% !important;
    height: 30vh;
    overflow-y: scroll;
  }
  .list_line > a > i {
    color: #000;
    float: right;
  }

  .menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
    background: #fff;
    padding: 5px;
    margin-top: 10px;
  }

  .responsive-menu {
    display: block;
    color: #b7a16e;
  }

  nav {
    margin: 0;
    background: none;
  }

  .menu li {
    display: block;
    margin: 0;
  }

  .menu li a {
    background: #fff;
    color: #000;
  }

  .menu li a:hover,
  .menu li:hover > a {
    background: #b7a16e;
    color: #fff !important;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }

  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }

  .menu ul ul {
    left: 0;
    transform: initial;
  }

  .menu li > ul ul:hover {
    transform: initial;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* .mainWrap {
      width: 768px;
    } */

  .menu ul {
    top: 37px;
  }

  .menu li a {
    font-size: 12px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .media_details {
       flex-wrap: wrap;
    }
    .media_details form {
        width: 100%;
        border: 2px solid #b7a16e31 !important;
    }
    .phone_widget{
        border: unset !important;
        padding: 8px 6px;
    }
    .media_details {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-revers{
      flex-direction: column-reverse;
    }
    .gift_box {
      align-items: center;
  }

    
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .card-body {
    min-height: 188px;
}
  img.banner-image{
    display: none !important;
  }
.subscrib_box {
 
  flex-direction: column;
}
.subscrib_box h3 {
 text-align: center;
}
.subscrib_box form {
  width: unset !important;
  margin-top: 10px;
}
.last {
  justify-content: center;
  flex-direction: column;
}
.last p {
 text-align: center;
}
.bn_text {
  padding: 20px 0px;
}
.client_v h1 {
  color: #b7a16e;
  font-size: 35px;
  font-family: "PoppinsBold";
}
#main {
  width: 100%;
  height: 300px;
 
}
.nav_support , .media_details form{
  display: none;
}
.res-search{
  display: block;
}
.mainf_logo,
.ssl_1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot_logo > img {
  height: 70px;
  width: 60% !important;
  margin: auto;
}
.detail_boxx {
  justify-content: space-evenly;
}
.tab button.active{
  border-bottom: unset !important;
}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 470px) {
  .phone_widget a span {
    font-size: 10px;
}
}
