@media (min-width: 768px) {    
    .product__slider-thmb {
       margin-top: -30px;
    }    
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }    
    
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner-section h1 {
        font-size: 48px;
        line-height: 1.2;
    }
    .banner-section h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-section p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    
    
}

@media (min-width: 1200px) and (max-width: 1280px) { 
    .btn-black-step {
        min-width: 120px !important;        
    }
}

@media (min-width: 992px) and (max-width: 1199px) {    
    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0px 15px;
    }
    .banner-section::before {
        width: 70%;
        height: 100vh;
    }
    .banner-section h1 {
        font-size: 48px;
        line-height: 1.1;
    }
    .banner-section p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .step-list .label {
        font-size: 15px;
    }
    #cap-select-slider .carousel-indicators li img {       
        max-height: 40px;
        margin-bottom: 10px;
    }
    #cap-select-slider .carousel-indicators {
        bottom: -130px;
    }
    .btn-black-step {
        min-width: 100px !important;        
    }

}

@media (max-width:991px) {
    #top-nav-fixed, #top-nav-fixed.sticky,
    #top-nav-fixed.inner-header {
        background-color: #fff;
        box-shadow: 0 0 7px rgb(0 0 0 / 10%);
        height: auto;
    }
    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        color: #000;
        margin: 10px 20px;
    }
    header .navbar-light .navbar-nav .active>.nav-link, header .navbar-light .navbar-nav .nav-link.active {
        color: #000;
    }
    header .btn-white {
        background-color: #000;
        min-width: 200px;
        color: #fff !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }
    header .navbar-nav {
        padding-bottom: 20px;        
    }
    header .navbar-nav li.nav-item {
        border-bottom: 1px solid #ddd;
    }
    header svg path {
        fill: #fff;
    }
    .banner-section {
        background-color: #000;
        color: #fff;
        padding-top: 140px;
        height: auto;
        padding-bottom: 40px;
        text-align: center;
    }
    .banner-section::before {
        display: none;
    }
    .we-provide-text .list-unstyled {
        margin-bottom: 60px;
    }

    .inner-pages {
        padding-top: 80px;
    }
    .step-list {
        padding: 20px 0;
        display: flex;
    }
    .step-list:after {
        height: 1px;
        width: 100%;
        right: 0;
        top: 62px;
    }
    .step-list li {
        display: block;
        padding: 0 8px;
        width: 20%;
        margin-bottom: 40px;
    }
    .step-list .label {
        flex: 1 1 0%;
        margin-right: 0px;
        font-size: 10px;
        line-height: 100%;
        display: block;
        text-align: center;
        min-height: 25px;
    }
    .step-list .step-icon {
        width: 36px;
        height: 36px;
        margin: auto;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .phone-email {
        font-size: 22px;
    }
    .step-list .label {        
        font-size: 12px;        
    }
    .step-list .step-icon {
        width: 40px;
        height: 40px;       
    }
    #cap-select-slider .carousel-indicators li {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 14px;
    }
    #cap-select-slider .carousel-indicators li img {
        max-height: 40px;
        margin-bottom: 5px;
    }
    #cap-select-slider .carousel-indicators {
        bottom: -120px;
    }
    .btn-black-step {
        min-width: 100px !important;
    }
    /*.login-page {
        padding-top: 40px;
    }*/
}

@media (max-width:767px) { 
    #top-nav-fixed .navbar-brand img {
        max-width: 140px;
    }    
    .banner-section h1 {
        font-size: 30px;
    }
    .banner-section p, .banner-section h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .btn-white {
        padding: 10px 25px !important;
    }
    .banner-section .btn-white {
        min-width: 160px;
    }
    .section {
        padding: 50px 0;
    }
    .we-provides-section {
        padding-bottom: 110px;
    }
    .text-29 {
        font-size: 20px;
    }
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .we-provide-text li {
        font-size: 16px;
        list-style: outside;
    }
    .we-provide-text .list-unstyled {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .btn-black {
        min-width: 160px;
    }
    footer {        
        padding: 60px 0;        
    }
    .footer-text {
        font-size: 16px;
        margin-bottom: 40px !important;
    }
    .phone-email {       
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .section.product-step {
        padding-bottom: 50px;
    }
    .sec-title {
        font-size: 26px;
    }
    .product-single {
        margin-top: 12%;
    }
    .product-thumbs {
        min-height: inherit;
    }
    .pro-type-title {
        text-align: center;
        margin-bottom: 15px;
    }    
    #cap-select-slider .carousel-inner .carousel-item > img {    
        max-height: 300px;
    }
    #cap-select-slider .carousel-indicators li {        
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    #cap-select-slider .carousel-indicators li img {
        max-height: 26px;
        margin: 0 auto 5px;
    }
    #cap-select-slider .carousel-inner .carousel-item {
        padding-bottom: 35px;
        background-size: 60%;
    }
    #cap-select-slider .carousel-indicators {
        bottom: 20px;
    }
    .right-select-side {
        border-left: 0;
        text-align: center;
        border-top: 1px solid #ccc;
        padding-top: 40px;
    }
    .btn-step-main {
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-top: 10px;
    }
    .right-select-inner {
        height: auto;
        overflow: inherit;
    }
    #thankyou-page h2 {
        font-size: 40px;
    }
    #thankyou-page h3 {
        font-size: 28px;
    }
    .login-page {
        padding-top: 0px;
        overflow:auto;
        overflow-y:hidden;
    }
    body {
        font-size: 16px;
    }
    .top-main-section {
        margin-top: 120px !important;
    }
    .col-md-8.login_div, .login_div{
        padding: 20px 15px 20px;
    }

    
}

@media (max-width: 575px) {
    #cap-select-slider .carousel-inner .carousel-item {
        background-size: 75%;
    }
}