@media only screen and (min-width: 300px) and (max-width: 600px){
    .p-mo{
        padding: 0px;
    }
    .navbar-brand img{
        width: 151px;
        height: 41px;
    }
    .nav-logo-btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: baseline;
        padding: 0px 20px;
    }    
    .mo-nanve-menu{
        display: block;
        width: 112px;
        margin-left: -25px;
    }
    .nav-item.border-0 img{
        width: 20px;
        height: 20px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: baseline;
        background: var(--Nuetral-Almost-White, #FAFAFA);
        gap: 16px;
        padding: 24px 24px;
        margin-top: 12px;
        height: 425px;
        overflow: scroll;
    }
    .mo-nanve-menu ul {
        list-style: none;
        display: flex;
        padding-left: 0px;
        margin-bottom: 0px;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 136px;
    }
    .mo-nanve-menu .btn-red {
        border-radius: 60px;
        background: var(--Accent-Red-Accent, #9F0000);
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        padding: 12px 8px;
        width: 94px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-toggler{
        border: 0px;
        padding: 0px;
    }
    .document-drop {
        padding: 2px 0px 8px;
        min-width: 236px;
        width: 320px;
        max-width: 100%;
        border: 0px;
    }
    .dropdown-divider {
        height: 0;
        margin: 0px 0px 0px;
        overflow: hidden;
        border-top: 1px solid var(--bs-dropdown-divider-bg);
        opacity: 0;
    }
    .document-drop .dropdown-item {
        color: var(--Darker-Grey, #151515);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.39px;
        text-transform: uppercase;
        padding: 0px 0px 12px;
    }
    .cuur-drop {
        padding: 2px 0px 8px;
        width: 300px;
        max-width: 100%;
        border-radius: 12px;
        border: 0px solid var(--Nuetral-Stroke, #BEBEBE);
        background: var(--Nuetral-Almost-White, #FAFAFA);
    }    
    .nav-item  .btn{
        display: none;
    }
    .mo-nanve-menu .btn{
        display: flex;
        margin-right:0px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: baseline;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
    }
    .nav-item{
        width: 100%;
        border-bottom: 1px solid #BEBEBE;
        padding-bottom: 10px;
    }
    .dropdown-toggle::after {
        content: "";
        background: url(../image/CaretDown.svg) no-repeat;
        background-size: cover;
        background-position: center center;
        border: 0px;
        border: 0px;
        width: 20px;
        height: 21px;
        position: absolute;
        right: 0px;
        top: 7px;
    }   
    .shopping-cart {
        position: absolute;
        border-radius: 12px;
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        background: var(--Nuetral-Almost-White, #FAFAFA);
        padding: 24px 24px;
        right: 0rem;
        top: 3.4rem;
        width: 475px;
        max-width: 100%;
        width: 330px;
        margin: auto;
        left: 0px;
        display: none;
    } 
    .product-info h5 {
        color: var(--Darker-Grey, #151515);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .product-info p {
        color: var(--Darker-Grey, #151515);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 112%;
        letter-spacing: 0.36px;
        margin-bottom: 0px;
    }
    .shopping-cart-main-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        gap: 12px;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 23px;
        height: 18px;
    }
    .shopping-cart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }
    .shopping-cart-total {
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
        border-top: 1px solid #BEBEBE;
    }
    .shopping-cart-header h3 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }
    .qty-box h6 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }
    .shopping-cart-btn .btn {
        border-radius: 60px;
        background: var(--Accent-Red-Accent, #9F0000);
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        padding: 10px 24px;
        height: 41px;
    }

    .shopping-cart-main .product-img img{
        width: 24px;
        height: 24px;
    }
    .shopping-cart-main-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
        gap: 12px;
    }

}
@media only screen and (min-width: 300px) and (max-width: 600px){
    .home-bannar::after {
        display: none;
    }
    .home-main{
        background: url(../image/main-home-mo.png) no-repeat;
        background-position: center center ;
        background-size: cover;
        padding-top: 90px;

    }
    .why-choose-main .owl-nav, .additional-benifitts .owl-nav{
        display:none;
    }
    .home-bannar {
        padding: 48px 24px;
        margin-top: 100px;
        height: 822px;
    }
    .home-bannar .bg-image {
        top: 0;
        left: 0;
        width: 91%;
        height: 725px;
        z-index: -1;
        max-width: 100%;
        margin: auto;
        right: 0px;
        object-fit: cover;
        border-radius: 27px
    }
    .home-bannar-text h1 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    .home-bannar-text .multple-div{
        display: none;
    }
    .multple-div {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 740px;
        bottom: 1rem;
        max-width: 100%;
    }
    .multple-div h5 {
        color: var(--Darker-Grey, #151515);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%;
        letter-spacing: 0.565px;
        margin-bottom: 0px;
    }
    .multple-content {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
    .multple-div {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 549px;
        bottom: 1rem;
        max-width: 100%;
        margin: auto;
        left: 17px;
        right: 30px;
        gap: 25px;
        padding: 24px 0px;
    }
    .multple-div-two{
    }
    .multple-content img{
        width: 31px;
        height: 31px;
    }
    .home-bannar-text p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 138%;
        letter-spacing: 0.36px;
        margin-bottom: 24px;
    }
    .home-bannar-text h5 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Sulphur Point";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0.8px;
        margin-bottom: 12px;
    }
    .home-bannar-text .btn-white {
        border-radius: 60px;
        background: #FAFAFA;
        color: #9F0000;
        font-family: "DM Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        padding: 19px 12px;
        width: 155px;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 19px
    }
    .home-bannar-text .div-btn .btn-red {
        width: 173px;
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        border-radius: 60px;
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        background: rgb(220 161 155 / 40%);
       padding: 9px 19px
    }


    .just-three-simple {
        padding: 0px 24px 32px;
    }
    .just-three-simple .card {
        background: transparent;
        padding: 0px 0px 0px 38px;
        border: 0px;
        margin-bottom: 13px;
    }
    .just-three-simple h3 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 122%;
        text-transform: capitalize;
        width: 800px;
        max-width: 100%;
        margin-bottom: 26px;
    }
    .just-three-simple .card h4 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .just-three-simple .card p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.36px;
        margin-bottom: 0px;
    }  
    .card-step1::after {
        content: "";
        background: url(../image/Slider-1.svg) no-repeat;
        background-size: contain;
        background-position: center center;
        width: 25px;
        height: 124px;
        position: absolute;
        top: 5px;
        left: 3px;
        bottom: 0px;
        margin: auto;
    } 
    .card-step2::after {
        content: "";
        background: url(../image/Slider-2.svg) no-repeat;
        background-size: contain;
        background-position: center center;
        width: 25px;
        height: 124px;
        position: absolute;
        top: 5px;
        left: 3px;
        bottom: 0px;
        margin: auto;
    } 
    .card-step3::after {
        content: "";
        background: url(../image/Slider-3.svg) no-repeat;
        background-size: contain;
        background-position: center center;
        width: 25px;
        height: 124px;
        position: absolute;
        top: 5px;
        left: 3px;
        bottom: 0px;
        margin: auto;
    }  
    .just-three-simple .card h5 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Sulphur Point";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%;
        letter-spacing: 0.3px;
        margin-bottom: 8px;
    }
    .just-three-simple .row {
        border-radius: 24px;
        background: #9F0000;
        padding: 20px 0px 7px;
    }
    .choose-from-lang {
        padding: 28px 24px;
    }
    .choose-from-lang .what-popular-content-p {
        border-radius: 24px 24px 0px 0px;
        background: #9F0000;
    }    
    .choose-from-lang .what-popular-img img {
        height: 236px;
        width: 357px;
        border-radius: 0px 0px 24px 24px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
        margin-top: -2px;
    }
    .choose-from-lang .what-popular-content h2 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 122%;
        text-transform: capitalize;
    }
    .choose-from-lang .what-popular-img {
        padding: 0px 0px 0px 0px;
    }
    .choose-from-lang .what-popular-content p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.4px;
        margin-bottom: 24px;
    }   
    .what-popular-content-p p {
        color: #9F0000;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.4px;
        margin-bottom: 26px;
    } 
    .features-card-two .col {
        display: flex;
        justify-content: space-around;
        gap: 12%;
        width: 993px;
        max-width: 100%;
        overflow: scroll;
    }
    .features-card-two .features-himg {
        position: relative;
        width: 126px;
    }
    .features-card-two .features-himg::after {
        content: "";
        position: absolute;
        background: url(../image/OtherIcons-w.svg) no-repeat;
        background-size: cover;
        background-position: center center;
        width: 14px;
        height: 14px;
        right: 15px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
    .title-div {
        width: 754px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
        text-align: center;
    }
    .why-choose-main h2 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 12px;
    }
    .why-choose-main p {
        color: var(--Darker-Grey, #151515);
        text-align: center;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.36px;
        padding: 0px 24px;
    }
    
    .why-choose-main .card p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        text-align: center;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.36px;
        margin-bottom: 24px;
    }
    #why-owl-carousel .owl-dots{
        width: 100px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 34px;
    }
    .why-choose-us {
        padding: 32px 0px;
    }
    .features-card-two {
        background: var(--Accent-Red-Accent, #9F0000);
        padding: 16px 24px;
    }
    .features-card-two h2 {
        color: #FAFAFA;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .what-popular-content-p .btn {
        width: 405px;
        max-width: 100%;
        font-size: 11px;
        padding: 11px 10px;
    }
    .what-popular-content-p {
        border-radius: 20px 20px 0px 0px;
        background: #FFF;
        padding: 26px 32px 40px;
    }
    .what-popular {
        background: var(--Accent-Red-Accent, #9F0000);
        padding: 31px 24px ;
    }
    .what-popular-img {
        padding: 0px 0px 0px 0px;
    }
    .what-popular-img img {
        height: 236px;
        width: 357px;
        border-radius: 0px 0px 20px 20px;
        object-fit: cover;
        width: 380px;
        max-width: 100%;
        margin-top: -2px;
    } 
    .what-popular-content h2 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        padding: 0px 0px;
        margin-bottom: 14px;
    }       
    .features-card .col{
        display: flex;
        justify-content: space-around;
        gap: 12%;
        width: 993px;
        max-width: 100%;
        overflow: scroll;
    }  
    .features-card .row-flex {
        display: flex;
        justify-content: space-around;
        gap: 12%;
        width: 1027px;
        max-width: 100%;
        overflow: scroll;
    }
    .features-himg {
        position: relative;
        width: 194px;
    }
    .features-himg::after {
        content: "";
        position: absolute;
        background: url(../image/OtherIcons.svg) no-repeat;
        background-size: cover;
        background-position: center center;
        width: 24px;
        height: 24px;
        right: -19px;
        top: 4px;
        bottom: 0px;
        margin: auto;
    }
    .features-card {
        padding: 16px 17px;
        background: #fff;
    }    
    .features-card h2 {
        color: #9F0000;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .additional-benifitts{
        padding: 32px 0px;
        height: 524px;
    }
    .additional-benifits-content h2 {
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .contain-box{
        margin-top: 24px;
    }
    .owl-dots button{
        width: 8px;
        height: 8px;
        border-radius: 32px;
        background: var(--Nuetral-Stroke, #BEBEBE) !important;
    }
    .contain-box .owl-dots{
        display: flex;
        justify-content: space-between;
        width: 98px;
        gap: 12px;
        margin: auto;
        margin-top: 29px;
        transition: width 0.8s;
    }
    .owl-dot.active{
        width: 30px;
        background: var(--Accent-Red-Accent, #9F0000) !important;
    }
    .contain-box .card{
        border-radius: 18px;
        border: 1px solid #BEBEBE;
        background: var(--Accent-Red-Accent, #9F0000);
        width: 327px;
        padding: 24px;
        max-width: 100%;
    }
      .contain-box h6{
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Sulphur Point";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 14.7px */
        letter-spacing: 0.3px;
        margin-bottom: 16px;
      }
      .contain-box h5{
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 23px */
        text-transform: capitalize;
        margin-bottom: 12px;
      }
      .contain-box p{
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 112%; /* 20.16px */
        letter-spacing: 0.36px;
        margin-bottom: 0px;
      }
      .additional-benifits-content p {
        color: var(--Darker-Grey, #151515);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: 0.36px;
        margin-bottom: 16px;
    }
    .why-choose-main .card {
        text-align: center;
        height: 353px;
        padding: 24px 24px;
    }
    .card-body img {
        width: 144px;
        height: 67px;
        margin: auto;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .additional-benifits-content .btn-white-border {
        border-radius: 60px;
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        background: rgba(255, 255, 255, 0.40);
        color: var(--Accent-Red-Accent, #9F0000);
        font-family: "DM Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        height: 41px;
        width: 221px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 18px;
        margin-left: 16px;
    }
    .additional-benifits-content .btn-red {
        background: #9F0000;
        color: #EAEAEA;
        padding: 12px 24px;
        width: 193px;
        height: 41px;
        font-family: "DM Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
    }
    .additional-benifits-content{
        padding: 0px 16px;
    }
    .discover-benifits .btn-white {
        border-radius: 60px;
        background: #FAFAFA;
        color: #9F0000;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        letter-spacing: 0.36px;
        text-transform: uppercase;
        padding: 27px 12px;
        width: 155px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .discover-benifits {
        height: 442px;
        padding: 48px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    .discover-benifit-content h2 {
        font-family: DM Sans;
        font-size: 32px;
        font-weight: 700;
        line-height: 39px;
        text-align: center;
        color: #FAFAFA;
        margin-bottom: 24px;
        padding: 0px 24px;
    }
    .discover-benifit-content p {
        font-family: DM Sans;
        font-size: 13px;
        font-weight: 400;
        line-height: 20.16px;
        letter-spacing: 0.02em;
        text-align: center;
        color: #EAEAEA;
        margin-bottom: 11px;
    }
    .discover-benifit-content {
        display: flex;
        width: 870px;
        max-width: 100%;
        height: 337px;
        padding: 0px 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: auto;
        background: transparent;
        border-radius: 27px;
    }
    .discover-benifit-content div {
        text-align: center;
        border-radius: 18px;
        background: #9F0000;
        padding: 22px 17px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 300px) and (max-width: 600px){
    .footer {
        background: url(../image/footer-main-bg.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: -1;
        padding: 0px 0px;
    }
    .col-container-bg {
        background: url(../image/Module-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 40px 12px;
    }
    .col-border-top {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 2px solid #fafafa3d;
    }
    .footer-social {
        width: 60px;
        max-width: 100%;
        display: flex;
        gap: 15px;
        float: inline-start;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer .master-card{
        margin-bottom: 24px;
    }
    .footer-box h5 {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .footer-box li {
        list-style: none;
        margin-bottom: 8px;
    }
    .footer-menu-two {
        padding-left: 0px;
        column-count: 1;
    }  
    .footer-box p{
        color: var(--Nuetral-Light-Gray, #EAEAEA);
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 112%;
        letter-spacing: 0.36px;
        margin-bottom: 8px;
    }  
    .col-border-top p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        text-align: left;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 112%;
        letter-spacing: 0.36px;
    }
}
@media only screen and (min-width: 1090px) and (max-width: 1180px){

}   