@media only screen and (max-width: 767px){
.product_section .product_box {
    grid-template-columns: 100%;
}
.product_section .product_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.header-top .portfolio-login {
    font-size: 13px;
}
.header-top .top_right {
    margin: 10px 0;
}
.side_bar {
    display: none;
}
.grid-row {
    display: inherit;
    grid-template-columns: repeat(1, 1fr);
}
.grid-items:nth-child(2) {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 30px;
}
.grid-items:nth-child(2) img{
    width: 100%;
}
.header-nav #navbarNavDropdown .navbar-nav {
    float: none;
}
.header-nav .nav-item .nav-link {
    color: #ffffff !important;
}
.header-nav .navbar-toggler-icon {
    background-color: #fff;
    height: 2px;
    width: 35px;
    position: relative;
}
.header-nav .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 35px;
    top: -10px;
    left: 0;
}
.header-nav .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 35px;
    top: 10px;
    left: 0;
}
.header-nav .logo img {
    width: 120px;
}
.bottom-header {
    position: static;
}
.bottom-header .navbar-toggler {
    background-color: #7f9934;
    border: 1px solid #7f9934;
    position: relative;
    height: 40px;
}
.bottom-header .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background-color: #fff;
    position: relative;
}
.bottom-header .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
}
.bottom-header .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
}
.bottom-header .navbar-nav {
    position: absolute;
    z-index: 999;
    background-color: #4a4a4a;
    width: 100%;
    left: 0;
    top: 100%;
}
.bottom-header .menu_area .nav-link {
    text-align: left;
}
.pay_premium_row {
    grid-template-columns: repeat(2, 1fr);
}

}

@media only screen and (min-width: 1400px){


}
@media only screen and (min-width: 768px){

.header-nav.menu-bar #collapsibleNavbar {
    display: block !important;
    width: 100%;
    text-align: center;
}
.header-nav.menu-bar .navbar-nav {
    display: block;
    text-align: right;
}
.header-nav.menu-bar .navbar-nav .nav-item {
    display: inline-block;
}
.header-nav.menu-bar .nav-link {
    font-size: 15px !important;
    padding: 10px 8px !important;
    font-weight: normal;
}

.owl-text-overlay .owl-caption {
    width: 55%;
    margin: 0 auto;
}
.header-nav #navbarNavDropdown {
    display: block !important;
    width: 100%;
}


}