@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);
}
.headers {
    position: static;
}
.header-top .portfolio-login {
    font-size: 13px;
}
.header-top .top_right {
    margin: 10px 0;
}
.side_bar {
    display: none;
}
/*.headers.stickyhead .header-top {
    position: static;
}*/
.header-nav .logo img {
    width:100%;
}
.owl-text-overlay {
    width: 100%;
    top: 54%;
    transform: translateY(-50%);
    padding-bottom: 0;
    padding-top: 15px;
}
.owl-text-overlay .owl-title {
    font-size: 22px;
}
.owl-text-overlay .owl-caption {
    display: none;
}
.owl-text-overlay .btn-primary {
    width: 100px;
    font-size: 15px;
    margin: 20px auto;
    padding: 5px;
}
.owl-dots {
    display: none;
}
.bannerslider {
    margin-bottom: 20px;
}

.sip-calculator-section table {
    margin: 0;
    width: 100%;
}
.sip-calculator-section table tr:nth-child(6) td > div{
   display: inline-block;
}

.sip-calculator-section table tr td {
    margin: 0;
    padding: 0 5px !important;
}
.sip-calculator-section table tr td:nth-child(1) {
    width: 25% !IMPORTANT;
}
.sip-calculator-section table tr td:nth-child(2) {
    width: 50% !IMPORTANT;
}
.sip-calculator-section table tr td:nth-child(3) {
    width: 25% !IMPORTANT;
}
.sip-calculator-section table tr td h4 {
    font-size: 14px !important;
}
.sip-calculator-section table tr td h4 div {
    font-size: 14px !important;
}
.sip-calculator-section .ui-slider {
    margin: 0 !important;
}
.header-top .social {
    padding: 5px 10px 5px 0;
}
.header-top .top_left a {
    margin-right: 5px;
}

.bottom-menu .navbar {
    flex-direction: row-reverse;
}
.header-nav .navbar-toggler {
    width: 50px;
    padding: 5px 0;
    border-radius: 5px;
}
.header-nav .navbar-toggler i {
    font-size: 30px;
}

.header-nav .menu_col{
    position: static;
}
.header-nav .bottom-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
}
.header-nav .navbar-toggler {
    margin-right: 15px;
}
.header-nav .navbar-nav li a {
    text-align: left;
    padding: 10px 15px !important;
}
.header-nav #collapsibleNavbar {
    position: absolute;
    width: 100%;
    top: 51px;
    z-index: 999;
}

}


@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;
}
/*.header-nav.menu-bar .nav-link:hover {
    background-color: #009170;
}*/
.owl-text-overlay .owl-caption {
    width: 55%;
    margin: 0 auto;
}
}