@media (max-width: 1199px) {
    .navbar-nav li a,
    .esCreateAccount,
    .esLogIn {
        margin: 0 2px;
    }
     :root {
        --18: 16px;
        --16: 14px;
        --20: 18px;
        --45: 40px;
    }
    .esSlider .esSildeContant {
        padding: 0px 0;
    }
    .shopping {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .esNavBar {
        flex-direction: column;
    }
    .esLogIn a {
        padding: 6px 0px 16px;
    }
    .esFooterHeading h4 {
        font-size: 20px;
    }
    .esFooterPara p,
    .esFooterLinks ul li a {
        font-size: 14px;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        background: #0b0b0b;
        width: 250px;
        left: 0;
        bottom: 0;
        height: 100vh;
        padding: 0 20px;
        transition: all 0s ease;
    }
}

@media (max-width: 767px) {
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
     :root {
        --45: 35px;
    }
    .esSlider .carousel-item {
        padding: 60px 0px;
    }
	.main-content .row .col-md-4 {
    margin-bottom: 30px;
}
}

@media (max-width: 575px) {
     :root {
        --18: 14px;
        --16: 12px;
        --20: 16px;
        --45: 28px;
    }
    .esJumbotron,
    .esJumbotronThird {
        margin-bottom: 0px !important;
    }
    /* .esSportzPay {
        padding-top: 0;
    } */
    .shopping {
        font-size: 26px;
    }
	.esSlider-content {
    padding-left: 0;
}
}

@media (min-width: 768px) {
    .esHeightThird {
        height: 100%;
    }
}