@media(max-width: 767px){
    .kshitii-address-card-header{
        margin-bottom: 25px;
    }
    .page-id-17 .site-header--hero .btn-icon svg{
        stroke: var(--color-text);
    }
    .page{
        padding-left: 5px;
        padding-right: 5px;
    }
    .page-id-17 .site-header--hero .navbar-brand,
    .page-id-17 .site-header--hero .nav-main .nav-link,
    .page-id-17 .site-header--hero .btn-icon,
    .page-id-17 .site-header--hero .btn-icon svg{
        color: #111 !important;
    }
    .txt_box,
    .section-label,
    .section-title,
    #benefits,
    .testimonial-card{
        text-align:center;
    }
    .benefit-item{
        display: block !important;
    }
    .d-flex{
        justify-content: center;
    }
    .page-id-17 .site-header--hero .navbar-brand{
        color: #141111 !important;
    }
    .page-id-17 .site-header--hero .navbar-brand.white-logo{
        display: none !important;
    }
    .page-id-17 .site-header--hero .navbar-brand.dark-logo{
        display: block !important;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-color: #111;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .social-links{
        justify-content: flex-start !important;
    }
    .top-featires{
        padding-bottom:10px !important;
    }
    .banners{
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    .about-section-three{
        padding-top:20px !important;
    }
	.header-style-3 .header-wrap.header-space-between{
		border-top:none;
	}
    .hero-slider-1 img{
        width: 100%;
        height: auto !important;
    }
    .mb-none{
        display: none !important;
    }
    .mb-show{
        display: block !important;
    }
    .single-item{
        padding-left: 10px;
    }
    .why_us{
        display: inline-block;
    }
    .why_us li{
        display: inline-block;
        width: 49%;
    }
    .single-content h1{
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .single-content.ptb-70{
        padding:30px 0px !important;
    } 
    .page-header .page-title{
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    h1.section-title{
        font-size: 30px;
        line-height: 42px;
    }
    h3.section-title {
        font-size: 30px;
        line-height: 42px;
    }
    .singular .entry-title{
        font-size: 30px;
        line-height: 42px;
    }
    .page-header{
        padding-bottom:20px !important;
    }
    .product-tabs{
        padding-bottom:0px !important;
    }
}
@media(min-width: 1199px){
    .about-section-three .image-2 img{
        border-left: 15px solid #fff;
        border-top: 15px solid #fff;
        border-radius:15px;
    }
    .home-slider{
        height: 600px;
    }
    .return-to-shop{
        max-width: 250px;
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .sinlge-banner img{
        width:100%;
        height:600px;
    }
	.testimonial{
		height: 330px;
	}
}






/* Mobile: ≤767px */

@media (max-width: 767px) {
    .navbar{
        background-color: #fff;
    }
    body {
        padding-top: 64px;
    }
    .hero {
        margin-top: -64px;
        min-height: 85vh;
        padding-top: 5rem;
    }
    .nav-main {
        text-align: center;
        padding: 1rem 0;
    }
    .nav-icons {
        justify-content: center;
        padding-bottom: 1rem;
    }
    .hero__title {
        font-size: 2.25rem;
    }
    .benefits-grid .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .step-card {
        text-align: center;
    }
    .commitment-section {
        padding: 70px 0;
    }
    .main-title {
        font-size: 38px;
    }
    .sub-text {
        font-size: 18px;
    }
    .box-title {
        font-size: 18px;
    }
    .box-text {
        font-size: 14px;
    }
}


@media(min-width: 1199px){
    .container.v2{
        --bs-gutter-x: 4.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }
}