*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    font-size: 16px;
}
html,body{
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

.tb-green{
background-color: #11390a;
}
.bg-brown{
background-color: #501a1a;
}
.fs-18{
    font-size: 18px;
}
/* css for slider */
#lp_sec_1 .basmati_rice_slider ul.slick-dots li button, #lp_sec_1 .basmati_rice_regions_slider ul.slick-dots li button {
    background: #f9f9f9;
    border-radius: 50px;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before{
    display: none;
}
#lp_sec_1 .basmati_rice_slider ul.slick-dots {
    bottom: 20px;
}
#lp_sec_1 .basmati_rice_slider ul.slick-dots li.slick-active button{
    background: #ea6f01;
}
 /* slider css ends */
 
.common-title{
    margin-bottom: 60px;
}
.magic-brew-bg{
    background: url('./../images/magic-brew-bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    padding: 60px 0px;
}
.goodness-logo-wrap img{
    max-width: 90%;
    max-height: 325px;
    
}
.indian-tea .logo img{
    height: 120px;
    margin-bottom: 24px;
    display: block;
    margin-inline: auto;
}
.indian-tea-feature{
    margin-top: 60px;
}
.common-pt-60 {
    padding-top: 60px;
}
.common-pb-60{
    padding-bottom: 60px;
}
.geographical  p{
    text-align: justify;
}
.geographical-logo img{
    max-width: 180px;

}
h2 {
    text-align: center;
    font-size: 46px;
    color: #3f5e02;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.atulya-bharat-logo img{
    max-height: 243px;
    display: block;
    margin-inline:auto;
    margin-bottom: 50px;
}
.diversity{
    background: #dfdad2;

}
.diversity-card-img-wrap .content{
    background-color: #206501;
    border-radius: 8px;
    max-width: 388px;
    position: relative;
    border-bottom-left-radius: 8px;
    background-repeat: no-repeat;
    padding: 16px;
    min-height: 200px;
    border-bottom-left-radius: 9px;
}

.diversity-card-img-wrap .content:after{
    content: url('./../images/bg-diversity.png');
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 97%;
    left: 0;

}

.diversity-card-img-wrap .content .title{
    color: white;
    font-size: 32px;
}
.diversity-card-img-wrap .content .para-yellow{
    color: #c9ca66;
    font-size: 18px;
    max-width: 90%;;
}
.tea-img-wrap{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(80%, -50%);
    width: 60%;
}
.diversity-card-img-wrap {
    margin-bottom: 54px;
}
.diversity .read-more{
    color: #8a0707;
    font-size: 22px;
}
.diversity .read-more:hover{
    cursor: pointer;
}
.diversity .card{
    /* max-width: 70%; */
    background: none;
}

.diversity-title {
    color: #501a1a;
}
.diversity-card-gap.gx-5{
    --bs-gutter-x: 8rem; 
}

.tea-board .content{
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
}
.tea-board{
    background: url('./../images/tea-board-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-top: 76px;
    background-position: bottom;
    
}
.tea-brand img{
    max-width: 200px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
#darjeeling-banner{
    /* background: url('/assets/images/Darjeeling-Tea.jpg'); */
    background-size: cover;
    height: 495px;
}
.text-justify{
    text-align: justify;
}
.list-style-bullet li{
    list-style-type: disc!important;
}
.variety-gap.gx-5{
    --bs-gutter-x: 7rem;
}
.variety-content.gx-5{
    --bs-gutter-x: 5rem;
}
.variety-content{
    /* background: url('/assets/images/variety-content-bg.jpg'); */
    /* background-size: cover; */
    /* min-height: 100vh */
}
.tea-brand .slick-slide {
    margin-right: 20px; 
  }
  .geographical-row.gx-5{
    --bs-gutter-x: 8rem;
  }
.logo-gold-standard img{
    max-width: 50%;
}
.blog-list{
    color: white;
    font-size: 28px;
    font-weight: 400;
}
.blog-card .card-body img{
    max-height: 300px;
    width: 100%;
}
.bg{
    background: url('./../images/variety-content-bg.jpg');
    background-size: cover;
    min-height: 100vh;
}

  @media(max-width:1399px){
    .goodness-logo-wrap img{
        max-width: 100%;
        margin-bottom: 24px;
        width: 80%;
        display: block;
        margin-inline: auto;
    }
    .tea-img-wrap{
        width: 58%;
        
    }
    .tea-img-wrap img {
        width: auto;
        max-width: 100%;
    }
    .diversity-card-gap.gx-5 {
        --bs-gutter-x: 0;
    }
    .diversity-card-img-wrap .content .para-yellow{
        font-size: 16px;
    }
    .diversity-card-img-wrap .content .title{
        font-size: 24px;
    }
    .diversity-card-img-wrap .content{
        min-height: 180px;
    }
    .geographical-logo img {
        max-width: 100%;
    }
    .basmati_rice_slider img {
        width: 100%;
        height: auto;
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots li button{
        width: 20px;
        height: 20px;
        
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots {
        bottom: 20px;
    }
    .common-title {
        margin-bottom: 24px;
        font-size: 28px;
    }
    .indian-tea .logo img{
        height: 120px;
    }
    .tea-brand img {
        max-width: 100%;
    }
    .tea-board .content{
        font-size: 18px;
    }
    .tea-board{
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }
    .geographical-icon-wrapper {
        margin-top: 24px;
    }
    .atulya-bharat-logo img{
        margin-bottom: 24px;
    }
    .diversity .card .diversity-card-img-wrap {
        max-width: 70%;
     
    }
    
    }
    @media(max-width:1200px){
        .diversity .card .diversity-card-img-wrap {
            max-width: 60%;
        }
        .diversity .read-more {
            font-size: 18px;
        }
        .fs-18 {
            font-size: 16px;
        }
    }
  @media(max-width:1023px){
    .goodness-logo-wrap img{
        max-width: 100%;
        margin-bottom: 24px;
        width: 80%;
        display: block;
        margin-inline: auto;
    }
    .tea-img-wrap{
        width: 58%;
        
    }
    .tea-img-wrap img {
        width: auto;
        max-width: 100%;
    }
    .diversity-card-gap.gx-5 {
        --bs-gutter-x: 0;
    }
    .diversity-card-img-wrap .content .para-yellow{
        font-size: 16px;
    }
    .diversity-card-img-wrap .content .title{
        font-size: 24px;
    }
    .diversity-card-img-wrap .content{
        min-height: 180px;
    }
    .geographical-logo img {
        max-width: 100%;
    }
    .basmati_rice_slider img {
        width: 100%;
        height: auto;
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots li button{
        width: 10px;
        height: 10px;
        
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots {
        bottom: 0px;
    }
    .common-title {
        margin-bottom: 24px;
        font-size: 28px;
    }
    .indian-tea .logo img{
        height: auto;
    }
    .tea-brand img {
        max-width: 100%;
    }
    .tea-board .content{
        font-size: 18px;
    }
    .tea-board{
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }
    .geographical-icon-wrapper {
        margin-top: 24px;
    }
    .atulya-bharat-logo img{
        margin-bottom: 24px;
    }
    
    
    }
  @media(max-width:991px){
   
    .diversity .read-more {
        font-size: 18px;
    }
    .goodness-logo-wrap img{
        max-width: 100%;
        margin-bottom: 24px;
        width: 80%;
        display: block;
        margin-inline: auto;
    }
    
    .diversity-card-gap.gx-5 {
        --bs-gutter-x: 0;
    }
    .diversity-card-img-wrap .content .para-yellow{
        font-size: 16px;
    }
    .diversity-card-img-wrap .content .title{
        font-size: 24px;
    }
    .diversity-card-img-wrap .content{
        min-height: 180px;
    }
    .geographical-logo img {
        max-width: 100%;
    }
    .basmati_rice_slider img {
        width: 100%;
        height: auto;
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots li button{
        width: 10px;
        height: 10px;
        
    }
    #lp_sec_1 .basmati_rice_slider ul.slick-dots {
        bottom: 0px;
    }
    .common-title {
        margin-bottom: 24px;
        font-size: 28px;
    }
    .indian-tea .logo img{
        height: auto;
    }
    .tea-brand img {
        max-width: 100%;
    }
    .tea-board .content{
        font-size: 18px;
    }
    .tea-board{
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }
    .geographical-icon-wrapper {
        margin-top: 24px;
    }
    .atulya-bharat-logo img{
        margin-bottom: 24px;
    }
    .fs-18{
        font-size: 16px;
    }
    .container{
        padding-inline: 12px;
    }
    .tea-brand img {
        max-width: 80%;
        display: block;
        margin-inline: auto;
    }
    .indian-tea-feature .logo{
        transform: none;
    }
    .indian-tea-feature .logo img{
      
        height: 100px;
    }
    .blog-list{
        font-size: 18px;
    }
    .blog-card .card-body img{
        max-height: 160px;
        min-height: 160px;
        object-fit: cover;
    }

    }
 
@media(max-width:767px){
.goodness-logo-wrap img{
    max-width: 100%;
    margin-bottom: 24px;
    width: 70%;
    display: block;
    margin-inline: auto;
}
.tea-img-wrap img {
    width: 65%;
}
.diversity-card-gap.gx-5 {
    --bs-gutter-x: 0;
}
.diversity-card-img-wrap .content .para-yellow{
    font-size: 16px;
}
.diversity-card-img-wrap .content .title{
    font-size: 24px;
}
.diversity-card-img-wrap .content{
    min-height: 130px;
}
.geographical-logo img {
    max-width: 80%;
    display: block;
    margin-inline: auto;
}
.basmati_rice_slider img {
    width: 100%;
    height: auto;
}
#lp_sec_1 .basmati_rice_slider ul.slick-dots li button{
    width: 10px;
    height: 10px;
    
}
#lp_sec_1 .basmati_rice_slider ul.slick-dots {
    bottom: 0px;
}
.common-title {
    margin-bottom: 24px;
    font-size: 28px;
}
.indian-tea .logo img{
    height: 80px;
}

.tea-board .content{
    font-size: 18px;
}
.tea-board{
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
}
.geographical-icon-wrapper {
    margin-top: 24px;
}
.atulya-bharat-logo img{
    margin-bottom: 24px;
}
.indian-tea .logo img {
    margin-bottom: 16px;
}
.magic-brew-bg{
    padding: 40px 0;
}
.geographical-row.gx-5 {
    --bs-gutter-x: 0;
}
.tea-img-wrap {
    width: 80%;
}
.logo-gold-standard img {
    max-width: 50%;
}
.common-pt-60{
    padding-top: 40px;
}
.common-pb-60{
    padding-bottom: 40px;
}
p{
    font-size: 16px;
}
.diversity .card {
    max-width: 100%;
}
.indian-tea-feature {
    margin-top: 0px;
}
section.tea-brand-sec {
    padding-top: 60px;
}
.diversity-card-img-wrap .content:after{
    top: 95%;
}
.container{
    padding-inline: 12px;
}
.list-style-bullet{
    padding-left: 24px;
}
.diversity .card .diversity-card-img-wrap {
    max-width: 70%;
}

}