
@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        height: auto;
        padding: 5px 10px;
    }

    .header__info ul {
        justify-content: center;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .header__top__right__social-link {
        justify-content: center;
        gap: 8px;
    }

    .header__top__right__social-link li a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .header__info ul {
        font-size: 12px;
    }

    .header__top__right__social-link {
        gap: 5px;
    }

    .header__top__right__social-link li a {
        font-size: 12px;
    }
}

@media(max-width:992px)
{
    .header-top {
        flex-direction: column;
        height: auto;
        padding: 5px 10px;
    }

    .header__info ul {
        justify-content: center;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .header__top__right__social-link {
        justify-content: center;
        gap: 8px;
    }

    .header__top__right__social-link li a {
        font-size: 14px;
    }
}



/* ---------- Navbar --------- */
 
 .customer-care {
  display: flex;
  align-items: center;
  gap: 0.5rem;

}


@media (min-width: 992px) and (max-width: 1399px) {
  .navbar-nav .nav-link {
    font-size: 14px !important;   
    padding: 0.3rem 0.5rem !important;
  }

  
  .navbar-nav .nav-link i,
  .navbar-nav .nav-link svg {
    font-size: 12px !important;   
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px;            
  }

  
  .navbar-nav {
    gap: 12px !important;
  }
}

.navbar-nav .nav-link::before {
  font-size: 12px !important;
  margin-right: 4px !important;
}








@media (min-width: 992px) and (max-width: 1199px) {
  #mainNav { display: none !important; }
  .customer-care { 
    display: flex !important; 
    flex: 1; 
    justify-content: space-between; 
    margin-left: 0; 
    padding-right: 0 !important;
  }
  .navbar-toggler { display: block !important; margin-left: auto; }
}
@media (min-width: 576px) and (max-width: 991px) {
  .customer-care {
    margin-left: auto;  
    margin-right: 0;
    padding-right: 0;
  }
}
    @media (min-width: 1200px) {
      #mainNav { display: flex !important; }
      .customer-care { display: flex; margin-left: auto; }
      .navbar-toggler { display: none; }
    }

    
    @media (min-width: 992px) and (max-width: 1199px) {
      #mainNav { display: none !important; }
      .customer-care { display: flex; margin-left: auto; }
      .navbar-toggler { display: block !important; }
    }

    
    @media (min-width: 576px) and (max-width: 991px) {
      #mainNav { display: none !important; }
      .customer-care { display: flex; margin-left: auto;margin-right: 0; padding-right: 0 !important;}
      .navbar-toggler { display: block !important;  }
    }

    
    @media (max-width: 575px) {
      #mainNav { display: none !important; }
      .customer-care { display: none !important; }
      .navbar-toggler { display: block ; }
    }



    

/*=================================carousel=============================*/



.carousel__title {
  font-size: 2rem; /* default */
}

@media (min-width: 768px) {
  .carousel__title { 
    font-size: 3rem; 
   }
}

@media (min-width: 1200px) {
  .carousel__title { 
    font-size: 4rem; 
  }
}

@media (max-width: 767.98px) {
  .carousel-caption {
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: 90%; 
  }

  .carousel-caption h1,
  .carousel-caption p,
  .carousel-caption .btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-inner{
    height: 500px;
  }

  .carousel-item {
    height: 100%;
  }

  .carousel-item img {
    height: 100%;
    object-fit: cover;
  }

  .carousel-caption {
    top: 20%;
    left: 10%;
    transform: none;
    text-align: left;
  }

  .carousel__title {
    font-size: 2.5rem;
  }

  .carousel-para {
    font-size: 1.1rem;
  }

  .carousel-control-prev{
    left: 10px;
  }
  .carousel-control-next{
    right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .carousel-inner {
    height: 500px;
  }
  .carousel-control-prev{
    left: 10px;
  }
  .carousel-control-next{
    right: 10px;
  }
}


/*--------------------------------------features----------------------------------------------*/

@media (max-width: 576px) {
  .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .box-row {
    margin-top: 10px;
  }
}


/* Small screens (phones) */
@media (max-width: 767.98px) {
  .box {
    
    height: 120px ;
    min-height: unset !important;
    flex-direction: row;       
    align-items: flex-start;   
    text-align: left;
    padding: 14px 18px !important; 
  
  }
  .features {
    padding-left: 12px;
    padding-right: 12px;
  }

  .picture {
    width: 60px;
    height: 60px;
    padding: 6px;
  }

  .box-heading {
    font-size: 16px;
  }

  .box-para {
    font-size: 13px;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .features .row {
    justify-content: center;   
  }

  .box {
    padding: 18px 22px;
  }

  .picture {
    width: 75px;
    height: 75px;
  }

  .box-heading {
    font-size: 16px;
  }

  .box-para {
    font-size: 14px;
  }
}


@media (min-width: 992px) {
  .box {
    padding: 24px 28px;
  }

  .picture {
    width: 90px;
    height: 90px;
  }
}


@media (max-width: 375px) {
  .box {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;

    padding: 16px !important;
    height: auto !important;
    min-height: unset !important;
  }

  .box-row {
    margin-top: 10px;
    width: 100%;
  }

  .box-heading,
  .box-para {
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
  }
}

/*---------------------------------PRODUCT INTRODUCTION AND PRINCIPLES----------------------------*/


@media (max-width: 768px) {
  .container.product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .natural-bg-wrapper::before {
    left: 40px;
    top: -10px;
    width: 70%;
    height: 90%;
    border-radius: 10px;
  }

 
  .natural-wrapper {
    transform: scale(0.9);
    margin-left: 10px;
    margin-top: 10px;
    
  }

  #natural {
    left: 15%;
    width: 80%;

  }

  .natural-overlay {
    left: -10px;
    width: 45%;
    bottom: 15px;
  }

  
  .circle {
    top: 40px;
    right: -10px;
    height: 6rem;
    width: 6rem;
  }

  #circle-num {
    font-size: 2.5rem;
  }

  #circle-text {
    font-size: 0.5rem;
    margin-top: -10px;
  }


  .right-shap {
    width: 60px;
    height: 120px;
    right: -30px;
    top: -50px;
  }

  .right-shap img {
    width: 60%;
    height: 60%;
  }

  
  .product-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
   
  }

  #pro-head{
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
  }
  .product-content {
    align-items: center;
    
  }

  .product-data {
    margin-left: 0;
    margin-top: 30px;
  }

  .product-right-heading {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 4px;
  }

  .product-content-text {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
  }

  .section-title-block h6,
  .section-title-block h3 {
    text-align: center;
  }

  .product-icon {
    width: 50px;
    height: 50px;
  }

  .product-icon img {
    width: 30px;
    height: 30px;
  }

  
.fancy-hover-btn {
  position: relative;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  align-items: center;
  background: #ff6d3c; 
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.fancy-hover-btn::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  width: 300%;
  height: 300%;
  background: var(--cl-color-bottle-green);
  border-radius: 50%;
  transition: all 0.6s ease;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
}

.fancy-hover-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
}

.fancy-hover-btn:hover {
  color: #fff;
  border: 1px solid var(--accent);
}
.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}


@media (min-width: 768px) and (max-width: 992px) {
  .product-section {
    flex-direction: column;
    align-items: center;
  }

  .product-right-heading,
  .pro-head,
  .product-content-text{
    padding: 0 12px;
  }
  .right-shap {
  width: 60px;
  height: 120px;
  right: 0;       
  top: 0;         
  pointer-events: none;
  position: absolute;
}

.right-shap img {
  width: 100%;     
  height: 100%;
}

  
  .col-lg-6:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .natural-wrapper {
    transform: scale(1);
    margin-left: 0;
  }

  
  .col-lg-6:last-child {
    width: 100%;
  }

  .product-data {
    margin-left: 0;
  }

 
  .product-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    padding: 0 20px;
  }

  .product-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .product-content {
    align-items: flex-start;
  }


  .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    
  }
}



@media (min-width: 993px) and (max-width: 1200px) {
  .container.product {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .product-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }


  .col-lg-6:first-child {
    width: 48%;
    display: flex;
    justify-content: flex-start;
  }

  .natural-wrapper {
    transform: scale(1);
    margin-left: 20px;
    margin-top: 0;
    max-width: 100%;
  }

  .natural-bg-wrapper::before {
    left: -60px;
    top: -10px;
    width: 75%;
    height: 90%;
  }

  .col-lg-6:last-child {
    width: 48%;
  }

  .product-data {
    margin-left: 20px;
    margin-top: 0;
  }

  .right-shap {
    width: 80px;
    height: 160px;
    right: -10px;
    top: 10px;
    position: absolute;
  }

  .right-shap img {
    width: 100%;
    height: 100%;
  }
}


@media (min-width: 1024px) and (max-width: 1366px) {
  .natural-wrapper {
    transform: scale(1);
    margin: 150px auto; 
    display: block; 
    max-width: 600px; 
    position: relative;
    left: 50px;
  }

    
  .product-data {
    margin-left: 15px;
  }

  .right-shap {
    width: 70px;
    height: 140px;
    right: 0;
    top: 10px;
  }

  .right-shap img {
    width: 90%;
    height: 90%;
  }
  
  .product-item {
    gap: 6px;
    margin-bottom: 10px;
   
  }

  #pro-head{
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
  }
  

  .product-data {
    margin-left: 0;
    margin-top: 30px;
  }

  .product-right-heading {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 4px;
  }

  .product-content-text {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
  }

  .section-title-block h6,
  .section-title-block h3 {
    text-align: center;
  }

  .product-icon {
    width: 50px;
    height: 50px;
  }

  .product-icon img {
    width: 30px;
    height: 30px;
  }

}



@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 700px) {
  .container.product {
    padding-left: 30px;
    padding-right: 30px;
  }

  
  .natural-wrapper {
    transform: scale(1);
    margin-left: 50px;
  }

  .natural-bg-wrapper::before {
    left: -90px;
    top: -10px;
    width: 75%;
    height: 90%;
  }
  .product-data {
    margin-left: 10px;
  }

  .right-shap {
    width: 60px;
    height: 120px;
    right: 5px;
    top: 5px;
  }

  .right-shap img {
    width: 85%;
    height: 85%;
  }
  .product-content-text {
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px;
  }

}


@media (min-width: 1250px) and (max-width: 1366px) and (max-height: 850px) {
  .natural-wrapper {
    transform: scale(0.9);
    margin-left: 15px;
  }

  .product-data {
    margin-left: 20px;
  }

  .right-shap {
    width: 75px;
    height: 150px;
    right: 0;
    top: 8px;
  }

  .right-shap img {
    width: 95%;
    height: 95%;
  }
}


/*-------------------------------------------five circular divs--------------------------------------------*/


@media (max-width: 1024px){
  .circle-section{
    margin-top: 50px;
  }
  .circle-svg-wrapper {
    position: relative;
    width: 320px; 
    height: auto; 
  }
  .circle-section-card-content-title {
    font-size: 0.8rem;
    line-height: 20px;
  }
  
  .top-right-shape {
    width: 12%;
    top: -100px;
  }
}


@media (max-width: 1280px) and (min-width: 1025px) {
  .circle-section {
    margin-top: 0px !important;
  }

  .circle-section-card-content-title {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .left-column {
    height: 900px; 
}


@media (max-width: 1024px) {
  .left-column {
    height: auto; 
  }
}



 
@media (max-width: 992px) {
  
  .circle-svg-wrapper {
    position: relative;
    width: 300px; 
    height: auto; 

  }
  .circle-section{
    margin-top: 50px;
  }

 
  .circle-svg-wrapper svg {
    width: 100%; 
    height: auto;
  }

  
  .circle-section-card-content-title {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .circle-section-icon{
    margin-bottom: 12px;
  }

  .circle-section-icon img {
    max-width: 25px;
    height: auto;
  }

  
  .top-right-shape {
    width: 150px; 
    top: -150px;
  }


  .row.row--custom {
    justify-content: center;
  }
}




@media (max-width: 576px) {
  .row.row--custom {
    flex-direction: column;
    align-items: center;
  }

  .left-shape img{
   height: 8rem;
   width: auto;
  }

  .col-sm-6, .col-md-6, .col-lg-4, .col-xl-3, .col-xxl-3 {
    max-width: 100%;
    flex: 0 0 100%;
    
  }

  .circle-svg-wrapper {
  position: relative;
  width: 350px;
  height: 300px;
  margin-bottom: 20px;
  
}

.circle-svg-wrapper svg {
  width: 100%;
  height: 100%;
}
  
  .circle-section-card-content-title {
    font-size: 1rem;
    line-height: 26px;
  }

  .circle-section-icon{
    margin-bottom: 20px;
  }
  .circle-section-icon img {
    max-width: 40px;
    
  }

  .top-right-shape {
    width:6rem;
    top: -90px;
  }
}

/*--------------------------------------------time-line---------------------------------------*/


@media (max-width: 767px) 
{
  
  
  .time-line-section { 
    padding: 60px 0 30px ; 
    margin-bottom: 0 !important;
  } 
  
  .time-line-section .section-title-block__heading { 
    font-size: 24px; 
  } 
    .info-shape{ 
       height: 80px;
       width: 80px;
    } 
    .info-shape img{
      height: 60px;
      width: 60px;
    }
    .time-line-card { 
      margin-bottom: 80px; 
      padding: 15px 10px 20px; 
      height: auto; 
    } 
    .time-line-section .time-line-cards .col-xs-10, 
    .time-line-section .time-line-cards .col-sm-6, 
    .time-line-section .time-line-cards .col-xl-3 { 
      position: relative; padding-top: 60px; 
    } 
    .time-line-card-number { 
      position: absolute; 
      top: 60; 
      left: 50%; 
      transform: translateX(-50%); 
      font-size: 18px; 
      z-index: 3; 
      display: flex; 
      flex-direction: column; 
      align-items: center; 
    } 
      .time-line-card::before { 
        content: ""; 
        position: absolute; 
        top: 30px; 
        left: 5%; 
        width: 90%; 
        height: 2px; 
        border-top: 2px dashed var(--cl-color-primary); 
        z-index: 2; 
        margin-bottom: 20px;
       } 
        
        .time-line-card-content-img { 
          display: none; 
        } 
        .time-line-card-content-icon{
          margin-top: 40px;
          margin-bottom: 0;
        }
         .time-line-card-content-icon img 
         { 
          width: 40px; 
          height: 40px; 
          
        } 
        .time-line-card-content-title { 
          font-size: 16px; 
        } 
        .time-line-card-content-text { 
          font-size: 12px; 
          line-height: 1.4;
         } 
        }

        @media (max-width: 992px)
        {
          .time-line-section { 
    padding: 60px 0 30px; 
  } 
  .time-line-section .section-title-block__heading { 
    font-size: 24px; 
  } 
    .info-shape{ 
       height: 80px;
       width: 80px;
    } 
    .info-shape img{
      height: 60px;
      width: 60px;
    }
    .time-line-card { 
      margin-bottom: 80px; 
      padding: 15px 10px 20px; 
      height: auto; 
    } 
    .time-line-section .time-line-cards .col-xs-10, 
    .time-line-section .time-line-cards .col-sm-6, 
    .time-line-section .time-line-cards .col-xl-3 { 
      position: relative; padding-top: 60px; 
    } 
    .time-line-card-number { 
      position: absolute; 
      top: 60; 
      left: 50%; 
      transform: translateX(-50%); 
      font-size: 18px; 
      z-index: 3; 
      display: flex; 
      flex-direction: column; 
      align-items: center; 
    } 
      .time-line-card::before { 
        content: ""; 
        position: absolute; 
        top: 30px; 
        left: 5%; 
        width: 90%; 
        height: 2px; 
        border-top: 2px dashed var(--cl-color-primary); 
        z-index: 2; 
        margin-bottom: 20px;
       } 
        
        .time-line-card-content-img { 
          display: none; 
        } 
        .time-line-card-content-icon{
          margin-top: 40px;
          margin-bottom: 0;
        }
         .time-line-card-content-icon img 
         { 
          width: 40px; 
          height: 40px; 
          
        } 
        } 


        @media (max-width: 1024px)
        {
          .time-line-section { 
    padding: 60px 0 30px; 
  } 
  .time-line-section .section-title-block__heading { 
    font-size: 24px; 
  } 
    .info-shape{ 
       height: 80px;
       width: 80px;
    } 
    .info-shape img{
      height: 60px;
      width: 60px;
    }
    .time-line-card { 
      margin-bottom: 80px; 
      padding: 15px 10px 20px; 
      height: auto; 
    } 
    .time-line-section .time-line-cards .col-xs-10, 
    .time-line-section .time-line-cards .col-sm-6, 
    .time-line-section .time-line-cards .col-xl-3 { 
      position: relative; padding-top: 60px; 
    } 
    .time-line-card-number { 
      position: absolute; 
      top: 60; 
      left: 50%; 
      transform: translateX(-50%); 
      font-size: 18px; 
      z-index: 3; 
      display: flex; 
      flex-direction: column; 
      align-items: center; 
    } 
      .time-line-card::before { 
        content: ""; 
        position: absolute; 
        top: 30px; 
        left: 5%; 
        width: 90%; 
        height: 2px; 
        border-top: 2px dashed var(--cl-color-primary); 
        z-index: 2; 
        margin-bottom: 20px;
       } 
        
        .time-line-card-content-img { 
          display: none; 
        } 
        .time-line-card-content-icon{
          margin-top: 40px;
          margin-bottom: 0;
        }
         .time-line-card-content-icon img 
         { 
          width: 40px; 
          height: 40px; 
          
        } 
        } 

/*---------------------------counter block-------------------------------------*/
       
        
@media (max-width: 768px) {
  .counter-block {
    padding: 80px 15px 40px; 
    margin-top: 20px !important;
    
  }

  .counter-block__top-shape{
    display: none;
  }
  .counter-block .text-center h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  
  .counter-block__left-shape,
  .counter-block__right-shape {
    display: none;
  }

  
  .counter-block__top-shape {
    top: -50px; 
    width: 100%;
    height: auto;
    z-index: 2;
  }

  .counter-block__top-shape img {
    width: 100%;
    height: auto;
    display: block;
  }
}*/


/*---------------------------gallery-block---------------------------------------*/

.swiper-pagination-bullet {
  background: var(--cl-color-bottle-green); 
  opacity: 0.5; 
  width: 12px;       
  height: 12px;
  margin-top: 20px !important;     
  margin: 0 6px;    
  border-radius: 50%;
  transition: all 0.3s ease; 
  cursor: pointer;
}


.swiper-pagination-bullet-active {
  background: var(--cl-color-bottle-green); 
  opacity: 1;       
  width: 16px;     
  height: 16px;
  transform: scale(1.2); 
}


.gallery-card__image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}


.gallery-grid .gallery-card {
  flex: 0 0 calc(33.333% - 20px);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gallery-title-block__subtitle span{
    font-size: 14px;
  }
  .gallery-title-block__heading{
    font-size: 22px;
  }
  .gallery-title-block__para{

    font-size: 16px;
  }
  .gallery-block{
    padding-top: 50px;
  }
  .gallery-block__shape-1{
    display: none;
  }
  .slider-arrow {
    height: 10px;
    width: auto;
    justify-content: center;
    margin: 40px 0;
  }
  .gallery-title-block__middle-shape{
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .gallery-title-block__middle-shape img{
    height: 30px !important;
    width: 80px;

  }
}

@media (max-width: 768px){
  .video-swiper-wrapper{
    padding-top: 0px !important;
  }
  .video-block__shape-1{
    display: none;
  }
}


/* ------testimonial--------- */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
  }

  .testimonial-section .container {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }


  .testimonial-right {
    order: 1; 
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-left {
    order: 2; 
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
    text-align: left;
  }


  .testimonial-left h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .testimonial-left ul {
    list-style: disc;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 20px;
  }

  .testimonial-left ul li {
    color: #fff;
  }

  .testimonial-left p {
    line-height: 1.7;
    font-size: 14px;
    color: #f5f5f5;
  }
}



@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    text-align: left;
  }
  .testimonial-left,
  .testimonial-right {
    width: 100%;
  }
  .testimonial-right {
    margin-top: 30px;
  }
}

/*----------blogs-----------*/

    @media (max-width: 768px) {
      .blogs-block .container{
        padding:  0 20px ;
      }
      .blogs-block__shape-1{
        display: none;
      }
      .blogs-block__subtitle{
        margin-top: 0;
        font-size: 18px;
      }
      .blogs-block__shape-2 {
  position: absolute;
  top: 30px;         
  right: 50px;       
  z-index: 1;  
  display: flex; 
  justify-content: flex-end; 
  pointer-events: none; 
}
      .blogs-block__shape-2 svg{
        width: 100px;
      }
      .blogs__date-info{
        height: 50px;
      }
      .blogs-block__heading {
        font-size: 20px;
        
      }
      .blogs__thumbnail img{
        width: 110%;
      }
      .blogs__card{
        width: 100%;
      }

      .view-button {
        position: relative;
        display: inline;
        margin: 20px auto 30px;
        right: 0px;
        top: 120px;

        font-size: 12px;
       font-weight: 500;
       text-decoration: none;
       border-radius: 5px;
       transition: all 0.3s ease;
      }

      .blogs__thumbnail img {
        height: 200px;
      }
    }


    /*---------------footer-----------------*/
    
@media (max-width: 992px) {
  .footer__top {
    padding: 60px 0 40px;
  }
  .footer__widget {
    margin-bottom: 30px;
  }
  .mobile-center,
  .mobile-center1 {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .whatsapp-wrapper {
    bottom: 15px;
    right: 15px;
  }
  .footer-whatsapp {
    width: 50px;
    height: 50px;
  }
  .whatsapp-tooltip {
    font-size: 12px;
    padding: 6px 12px;
  }
}


@media (min-width: 1600px) {
  .footer__area .container-fluid,
  .footer__copyright .container-fluid {
    max-width: 1440px;
  }
}
}