@media screen and (max-width: 767px) {

    /* fontsize */
    .font-48-32 {
        font-size: 2rem;
    }

    .font-48-28 {
        font-size: 1.75rem;
    }

    .font-48-24 {
        font-size: 1.5rem;
    }

    .font-36-16 {
        font-size: 1rem;
    }
	.font-32-16 {
        font-size: 1rem;
    }

    .font-28-24 {
        font-size: 1.5rem;
    }

    .font-28-20 {
        font-size: 1.25rem;
    }

    .font-24-20 {
        font-size: 1.25rem;
    }

    .font-24-16 {
        font-size: 1rem;
    }

    .font-24-14 {
        font-size: 0.875rem;
    }

    .font-20-14 {
        font-size: 0.875rem;
    }

    .font-18-14 {
        font-size: 0.875rem;
    }
	.font-24-12{
		font-size: 0.75rem;
	}

    .font-16-12,.font-14-12 {
        font-size: 0.75rem;
    }

    /* End fontsize */
    .section-margin-bottom {
        margin-bottom: 1rem;
    }

    .section-margin-top {
        margin-top: 2.5rem;
    }

    .hero-bg {
        min-height: 555px;
		border-radius: 0 0 15px 15px;
		background-position: center !important
		
    }
	.logo-container{
		img{
			width: 60%
		}
	}


    .hero-content {
        padding-top: 4.5rem !important;
		text-align: center;
        p{
            padding: 0 33px;
        }
    }

    .subtitle {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .subpara {
        font-size: 0.9rem;
        line-height: 1.2rem;

    }

    .why-carousel {}

    .riskSection img {
        width: 100px !important;
        height: 100px !important;
    }

    .btn-main-primary,
    .btn-main-primary-white {
        font-size: 1rem;
    }

    .font-48 {
        font-size: 1.5rem;
    }

    .font-28 {
        font-size: 1.25rem;
    }

    .normalpara {
        font-size: 0.9rem;
    }

    .ready-to-start {
        .card-body {
            min-height: 80px;
            padding: 1rem;
        }
    }

    .border-24 {
        border-radius: 12px;
    }

    .ready-to-start {
        .card-text {
            max-width: 70%;
            font-size: 1rem;
            line-height: 1.1rem;
        }
    }

    .ready-to-start {
        .card-bottom-pattern {

            width: 20%;
        }
    }

    .font-24-16 {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .font-20-12 {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .pr-c {
        padding-right: 0;
    }

    
    .z-10 {
        z-index: 10;
    }

    .z-1 {
        z-index: 1;
    }

    .pattern-2 {
        transform: translate(0px, -176px);
        max-width: 150px;
    }

    .pattern-4 {
        max-width: 100px;
    }

    .pattern-5 {
        transform: translate(0px, 70px);
        max-width: 150px;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 18px;
    }

    
    .nav {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
        scrollbar-width: none;
        /* Firefox */
        scroll-behavior: smooth;
    }

    .nav::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .nav-item {
        flex: 0 0 auto;
        /* prevent shrinking */
    }

    .nav-link {
        display: inline-block;
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .horizontal-scroll {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .main-nav .nav-link {
        padding: 10px 20px;
    }

    .main-nav .nav-item.active .nav-link {
        background-color: #121414;
        text-align: center;
        border-radius: 30px;
        color: #fff;
    }

    .main-nav .nav-item .nav-link {
        border: 1px solid #121414;
        text-align: center;
        border-radius: 30px;
        color: #121414;
    }

    .facts-carousel{
		.item{
			padding: 1rem
		}
	}
    
  .checkbox-container{
	  flex-wrap: wrap;
	.form-check{
		padding-right: 1rem
	}
}

   
}


/* Desktop styles for expandable text */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* fontsize */
    .font-48-32 {
        font-size: 2.5rem;
    }

    .font-48-28 {
        font-size: 2.5rem;
    }

    .font-48-24 {
        font-size: 1.75rem;
    }

    .font-36-20 {
        font-size: 1.5rem;
    }
	
    .font-28-24 {
        font-size: 1.5rem;
    }

    .font-28-20 {
        font-size: 1.4rem;
    }

    .font-24-20 {
        font-size: 1.4rem;
    }

    .font-24-16 {
        font-size: 1.25rem;
    }

    .font-24-14 {
        font-size: 1rem;
    }
	.font-24-12{
		font-size: 0.875rem;
	}

    .font-20-14 {
        font-size: 1rem;
    }

    .font-18-14 {
        font-size: 1rem;
    }

    .font-16-12 {
        font-size: 0.8rem;
    }

    /* End fontsize */


    /* Page styles */
    .hero-content {
		h1 {
			font-size: 5rem;
			line-height: 1
		}
	}
    .show-more-container {
        display: none;
    }

    .pattern-1 {
        max-width: 180px;
    }

}

@media screen and (min-width: 768px) {
    .show-more-container {
        display: none;
    }
	.hero-bg{
		img{
			margin-top: -35px
		}
	}
    
}

@media screen and (max-width: 360px) {
	
	.weightloss-journey{
		.card-body{
			height: 118px
		}
	}
}