.link-widget ul {
    padding: 0;
}
.link-widget ul li {
    list-style: none;
    padding: 5px 0;
}
.link-widget ul li a {
    color: #2d4841;
}

.link-widget ul li a:hover,
.link-widget ul li a:focus {
    color: #029fd8;
}

.mlf {
    margin-left: 100px;
}

.announcement-bar {
    background-color: #ffffff;
}
.announcement-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    z-index: 13;
}
.announcement-bar {
    z-index: 10;
    position: relative;
    text-align: center;
}

.announcement-bar__message {
    padding: 0;
}
.announcement-bar__message {
    padding-left: 55px;
    padding-right: 55px;
}
.announcement-bar__message {
    display: block;
    padding: 11px 22px;
    font-size: 16px;
    font-weight: 400;
}

.announcement-bar__message p {
    color: #00a2cd;
}

.icon-cart-container {
    background-color: #00a4e3;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-top: -22px;
}

.text-color{
    color: #00a2cd !important;
}

@media all and (max-width: 768px) {
    .mlf {
        margin-left: 0px;
    }
	
	.announcement-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    z-index: 13;
}
	.announcement-bar__message {
    display: block;
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 400;
}

	
}

.desk_h {
    display: none;
}
.mobile_h {
    display: block;
}

@media all and (max-width: 768px) {
    .desk_h {
        display: block;
    }
    .mobile_h {
        display: none;
    }
}


.care,.care5 {
    position: relative;
    width: 100%;
    height: calc(100vw / 3);;
}


.care .cont_l,.care5 .cont_l {
 position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    box-sizing: border-box;
}

.care .cont_r,.care .cont_r {
 position: relative;
width: 1200px;
margin: 0 auto;
padding: 30px 0px 0px 650px;
box-sizing: border-box;
}

.care .cont_l .text, .care .cont_r .text {
    margin-top: 20px;
    font-size: 25px !important;
    line-height: 30px;
}
.care5 .cont_l .text, .care .cont_r .text {
    margin-top: 20px;
    font-size: 25px !important;
    line-height: 30px;
}



.pop_desc {
    background: 
rgba(255, 255, 255, 0.5);
color:
    #000;
    font-size: 12px;
    padding: 8px 20px;
    line-height: 20px;
    margin-top: 10px;
    display: none;
    height: 100px;
    overflow: auto;
    border-radius: 10px;
    width: 300px;
}

@media all and (max-width:1200px){
    .care,.care5 {
    position: relative;
    width: 100%;
    height: calc(100vw / 2);;
}
}
  @media all and (max-width:900px){

     .care {
    position: relative;
    width: 100%;
    height: calc(100vw + 150px);
}

 .care .cont_l {
  width: 100%;text-align: left;padding: 20px;position: absolute;top: 0px;margin: 0px auto;
}

.care .cont_r {
  width: 100%;text-align: left;padding: 20px;position: absolute;top: 0px;margin: 0px auto;
}

.care .cont_l .text, .care .cont_r .text {
    margin-top: 10px;
    font-size: 18px !important;
    line-height: 20px;
}

.icon-cart-container {
    background-color: #00a4e3;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-top: 2px;
}



}



@media all and (max-width:500px){

     .care {
    position: relative;
    width: 100%;
    height: calc(100vw + 150px);
}
}
/* Banner Heading*/
.banner-heading-black{
  padding-top: 20px;
font-size: 40px;
line-height: 45px;
color: #575757;
text-align: right;
}

.banner-heading-white{
   padding-top: 20px;
font-size: 40px;
line-height: 45px;
    color: #fff;
    text-align: right;
}


/* Banner Sub Heading*/
.banner-sub-black{
  padding-top: 20px;
font-size: 25px;
line-height: 30px;
color: #575757;
text-align: right;
}

.banner-sub-white{
    padding-top: 20px;
font-size: 25px;
line-height: 30px;
    color: #fff;
    text-align: right;
}

/* Banner Paragraph*/
.banner-p-black{
    padding-top: 25px;
font-size: 14px;
line-height: 20px;
color: #575757;
text-align: right;
}

.banner-p-white{
    padding-top: 25px;
font-size: 14px;
line-height: 20px;
    color: #fff;
    text-align: right;
}


.bt_group {
    width: 100%;
    font-size: 0;
    text-align: right;
    margin-top: 30px;
}

.bt_group .black_line {
      border: 2px solid #333 !important;
    background: transparent;
    color: #333;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}


.bt_group .black_line:hover, .bt_group .black_line:focus {
    border: 2px solid #333;
    background: #333;
    color: #fff;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}


.bt_group .blue_line {
      border: 2px solid #00a2cd !important;
    background: #00a2cd;
    color: #fff;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}


.bt_group .blue_line:hover, .bt_group .blue_line:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #00a2cd;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}

.bt_group .white_line {
    border: 2px solid #fff !important;
    background: transparent;
    color: #fff;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}


.bt_group .white_line:hover, .bt_group .white_line:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #333;
    width: 150px;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}


.readmore_btn{
  color: #0b6282;
  margin: 0 10px;
  font-weight: bold;
}

.readmore_btn:hover,
.readmore_btn:focus{
  color: #333;
}


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

}


@media all and (max-width:500px){
 .banner-heading-black{
  padding-top: 20px;
font-size: 22px;
line-height: 25px;
color: #575757;
text-align: right;
margin-bottom: 0;
}

.banner-heading-white{
   padding-top: 20px;
font-size: 22px;
line-height: 25px;
    color: #fff;
    text-align: right;
    margin-bottom: 0;
}


/* Banner Sub Heading*/
.banner-sub-black{
  padding-top: 30px;
font-size: 14px;
line-height: 20px;
color: #575757;
text-align: right;
 margin-bottom: 0;
}

.banner-sub-white{
    padding-top: 30px;
font-size: 14px;
line-height: 20px;
    color: #fff;
    text-align: right;
     margin-bottom: 0;
}

/* Banner Paragraph*/
.banner-p-black{
    padding-top: 30px;
font-size: 12px;
line-height: 15px;
color: #575757;
text-align: right;
 margin-bottom: 0;
}

.banner-p-white{
    padding-top: 30px;
font-size: 12px;
line-height: 15px;
    color: #fff;
    text-align: right;
     margin-bottom: 0;
}


.bt_group {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.bt_group .black_line {
      border: 2px solid #333 !important;
    background: transparent;
    color: #333;
    width: 115px;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
}


.bt_group .black_line:hover, .bt_group .black_line:focus {
    border: 2px solid #333;
    background: #333;
    color: #fff;
    width: 115px;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
}

.bt_group .white_line {
    border: 2px solid #fff !important;
    background: transparent;
    color: #fff;
    width: 115px;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
}


.bt_group .white_line:hover, .bt_group .white_line:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #333;
    width: 115px;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
}

.bt_group .blue_line {
    border: 2px solid #00a2cd;
    background: #00a2cd;
    color: #fff;
    width: 115px;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
}


.bt_group .blue_line:hover, .bt_group .blue_line:focus {
    border: 2px solid #fff;
    background: #fff;
    color: #00a2cd;
    width: 115px;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
}

}

.coway-video-banner{background-image:url(../../images/home/Airmega-150-video.jpg);background-repeat:no-repeat;background-position:right top;background-size:1900px;}
.coway-video-banner-new{background-image:url(../../images/home/Airmega-150-Main-Video.jpg);background-repeat:no-repeat;background-position:right top;background-size:1900px;}
.about-coway-banner{background-image:url(../../images/home/About-Coway-d.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:1900px;}
.why-air-purifier{background-image:url(../../images/home/Why-Air-purifier.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:1900px;}
.beauty-with-imagination{background-image:url(../../images/home/Beauty-of-imagination-d.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:1900px;}

@media all and (max-width:1200px){
  .coway-video-banner{background-image:url(../../images/home/Airmega-150-video.jpg);background-position:right top;width: 100%;}
  .coway-video-banner-new{background-image:url(../../images/home/Airmega-150-Main-Video.jpg);background-position:right top;width: 100%;}
.about-coway-banner{background-image:url(../../images/home/About-Coway-d.jpg);background-position:center top;width: 100%;}
.why-air-purifier{background-image:url(../../images/home/Why-Air-purifier.jpg);background-position:center top;width: 100%;}
.beauty-with-imagination{background-image:url(../../images/home/Beauty-of-imagination-d.jpg);background-position:center top;width: 100%;}
}

@media all and (max-width:900px){
  .coway-video-banner{background-image:url(../../images/home/Airmega-150-video-m.jpg);background-position:center top;width: 100%;background-size: cover;}
  .coway-video-banner-new{background-image:url(../../images/home/Airmega-150-Main-Video-m.jpg);background-position:center top;width: 100%;background-size: cover;}
.about-coway-banner{background-image:url(../../images/home/About-Coway-m.jpg);background-position:center top;width: 100%;background-size: cover;}
.why-air-purifier{background-image:url(../../images/home/Why-Air-purifier-m.jpg);background-position:center top;width: 100%;background-size: cover;}
.beauty-with-imagination{background-image:url(../../images/home/Beauty-of-imagination-m.jpg);background-position:center top;width: 100%;background-size: cover;}
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255);
  background-color: rgba(255,255,255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 50%;
 text-align: justify;
  margin-top: 30px;
  margin: 0px auto;
  background: rgb(35, 31, 31);
  padding: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 767px) {
.overlay-content {
  position: relative;
  top: 15%;
  width: 85%;
  text-align: justify;
  margin-top: 30px;
  margin: 0px auto;
}
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media all and (max-width:400px){
    .care-m{
        height: 450px !important;   
    }
    
    .care-m .banner-heading-black{
        padding-top: 0px;
        font-size: 25px;
        line-height: 30px;
        color: #151313 !important;
    }
    
    .care-m .banner-sub-black{
        padding-top: 5px;
        font-size: 18px;
        line-height: 25px;
        color: #000 !important;
    }
    
    .care-m  .cont_r{
        text-align: center !important;width: 100%
    }
}



.overlay-heading{
    color: #00a7e4;
    font-size: 25px;
}
.read_heading{
color: #8e8989;
font-size: 17px;
 font-weight: 800;
}
.read_more_txt{
    color: #fff;
font-size: 17px;
}


 .s_slide::before {
    content: "";
    border-radius: 50%;
    width: 23.5%;
    height: 100%;
    background-color: #00a2cd;
    position: absolute;
    top: 46%;
    right: 0;
    left: 0;
    opacity: 0.6;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.s_slide img{
    width: 100%;
}

.caption {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 35%;
}

.caption h2{
  color: #fff;
  font-size: 35px;
line-height: 40px;
}
.caption p{
  color: #fff;
  font-size: 25px;
line-height: 30px;
}


@media all and (max-width: 768px) {
.s_slide::before {
    content: "";
    border-radius: 50%;
    width: 50%;
    height: 35%;
    background-color: #00a2cd;
    position: absolute;
    top: 70%;
    right: 0;
    left: 25%;
    opacity: 0.6;
    transform: scale(3);
    transition: all 0.3s linear 0s;
    bottom: 0;
}

.s_slide img{
    width: 100%;
}

.caption {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.caption h2{
  color: #fff;
  font-size: 20px;
line-height: 22px;
}
.caption p{
  color: #fff;
  font-size: 14px;
line-height: 20px;
}


}



.banner-heading-center{
  padding-top: 20px;
font-size: 40px;
line-height: 45px;
color: #575757;
text-align: center;
margin-bottom: 0;
}

.banner-sub-center{
 padding-top: 20px;
font-size: 25px;
line-height: 30px;
color: #575757;
text-align: center;
 margin-bottom: 0;
}

.banner-p-center{
padding-top: 20px;
font-size: 14px;
line-height: 20px;
color: #575757;
text-align: center;
 margin-bottom: 0;
}

.bt_group_center {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.bt_group .center_line {
      border: 2px solid #333 !important;
    background: transparent;
    color: #333;
    width: 115px;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
}


.bt_group .center_line:hover, .bt_group .center_line:focus {
    border: 2px solid #333;
    background: #333;
    color: #fff;
    width: 115px;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
}

@media all and (max-width: 768px) {
    .why-air-purifier .cont_r{
  width: 100%;text-align: left;padding: 20px;position: absolute;top: 52%;margin: 0px auto;
}

.cont_r_top{
  top: 0 !important;
}
.banner-heading-center{
  padding-top: 15px;
font-size: 22px;
line-height: 25px;
color: #575757;
text-align: center;
margin-bottom: 0;
}

.banner-sub-center{
  padding-top: 15px;
font-size: 14px;
line-height: 20px;
color: #575757;
text-align: center;
 margin-bottom: 0;
 font-weight: 700;
}

.banner-p-center{
    padding-top: 15px;
font-size: 12px;
line-height: 15px;
color: #575757;
text-align: center;
 margin-bottom: 0;
}
}


.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; 
} 
.video-container iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}




  .center{
    text-align: center !important;
  }

  .left{
      text-align: left !important;
  }

  .right {
      text-align: right !important;
  }

  .imagination_txt{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 30%;
    text-align: center;
  }

  .imagination-heading-white{
    padding-top: 20px;
font-size: 60px;
line-height: 70px;
color: #fff;
text-align: left;
  }

  .imagination_txt .bt_group{
    text-align: left  !important;
  }

  @media all and (max-width:767px){
.imagination_txt{
    position: absolute;
    left: 0%;
    top:1%;
    width: 100%;
    text-align: center;
  }

  .imagination-heading-white{
    padding: 20px;
font-size: 25px;
line-height: 30px;
color: #fff;
text-align: center;
  }

  .imagination_txt .bt_group{
    text-align: center !important;
  }
}


 .icon{
    text-align: center;
  }
  .icon img{
    margin: 0px auto 26px auto;
width: 75px;
height: 75px;
object-fit: contain;
object-position: center center;
  }

  .icon-title
  {
    color: #4A4A4A;
font-size: 20px;
text-align: center;
  }

  .icon-desc{
    color: #4A4A4A;
font-size: 16px;
text-align: center;
padding: 20px 50px;
  }

.coway-feature{
  padding: 30px 0px 10px;
  min-height: 260px;
}

.odd_color{
  background-color: #fafafa;
}

.stat-heading{
  color: #00a2cd;
  font-size: 120px;
text-align: center;
}

.stat-desc{
  color: #4A4A4A;
  font-size: 16px;
text-align: center;
padding: 20px 50px;
}

.statistics-section{
  background-image:url(../../images/home/stats-section-d.jpg);background-repeat:no-repeat;background-position:right top;height: 500px;
}

.coway-statistics{
  padding-top: 50px;
}



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

  .icon-title
  {
    color: #4A4A4A;
    font-size: 16px;
    text-align: center;
  }
.icon-desc{
    color: #4A4A4A;
font-size: 14px;
text-align: center;
padding: 20px 20px;
  }

  .statistics-section{
  background-image:url(../../images/home/stats-section-m.jpg);background-repeat:no-repeat;background-position:right top;height: auto;padding-top: 0px;padding-bottom: 0px;
}

.stat-heading{
  color: #00a2cd;
  font-size: 90px;
text-align: center;
line-height: 90px;
}

.stat-desc{
  color: #4A4A4A;
  font-size: 13px;
text-align: center;
padding: 20px 20px;
}
.coway-statistics{
  padding-top: 30px;
}
  }


   .product-section{
   
  }
  .l_p{
        width: 70%;margin: 0px auto;margin-top: 50px;margin-bottom: 50px;border: 1px solid #fff;border-radius: 10px;
  }
  .r_p{
       width: 70%;margin: 0px auto;margin-top: 50px;margin-bottom: 50px;border: 1px solid #fff;border-radius: 10px;
  }

  .l_p:hover,.r_p:hover{
    border: 1px solid #e7f1f7;border-radius: 10px;
  }

  .product_title{
    text-align: center;padding-top: 30px;
  }

  .product_image{
      text-align: center;
  }

  .product_image img{
     height: 350px;text-align: center; padding-top: 20px;
  }

  .product_price{
      margin: 30px 0;
  }

  .mrp_txt{
    text-align: left;color: #29282d;margin: 10px 0;font-size: 20px;

  }

  .price_txt{
    text-align: right;color: #29282d;margin: 10px 0;font-size: 20px;
  }

.product_price .bt_group{
  margin-top: 10px !important;
}
  .product_price .black_line{
    width: 100% !important;
  }

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.play-btn {   
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.6;
    height: 200px;
    z-index: 99;
}

.play-btn:hover {
    opacity: 1;
}



.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=90);
    opacity: .9;
}

  @media all and (max-width:1200px){
     .r_p{
       width: 90%;margin: 0px auto;margin-top: 50px;margin-bottom: 50px;border: 1px solid #fff;border-radius: 10px;
    }
}
     @media all and (max-width:500px){
     .r_p{
       width: 96%;margin: 0px auto;margin-top: 50px;margin-bottom: 50px;border: 1px solid #fff;border-radius: 10px;
    }

    .product_title{
    text-align: center;padding-top: 5px;font-size: 20px;
  }

  .product_image{
      text-align: center;
  }

  .product_image img{
     height: 250px;text-align: center; padding-top: 2px;
  }

  .product_price{
      margin: 30px 0;
  }

  .mrp_txt{
    text-align: left;color: #29282d;margin: 5px 0;font-size: 15px;

  }

  .price_txt{
    text-align: right;color: #29282d;margin: 10px 0;font-size: 15px;
  }
 
  }




  


@media all and (max-width:900px){
    .play-btn {   
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.6;
    width: 100%;
    height: auto;
    z-index: 99;
}
}

.line-th{
			text-decoration: line-through;
		}

