*{
    margin: 0;
    padding: 0;
}
.adx_wrapper{
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    position: relative;
    background: url(//creatives.adxbird.com/2026/february/dettol/v4/images/bg.png) no-repeat;
    background-size: 100% 100%;
}
#adx_container {
    width: 300px;
    height: 168px;
    top: 0px;
    left: 0;
    perspective: 1500px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.adx_dettol {
    width: auto;
    height: 35px;
    left: 26px;
    bottom: 18px;
    position: absolute;
}
.adx_text_1 {
    width: auto;
    height: 40px;
    right: 19px;
    bottom: 19px;
    position: absolute;
}
      #adx_video {
          width: 300px;
         height: 168px;
         top: 0;
        left: 0;
        position: relative;
      }
      video{
         /* width: 100%;
  height: 100%; */
  /* object-fit: cover; */
      }
      .adx_video-controls {
        top: -35px;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
      }

      .adx_sound {
        float: right;
        background: 0 0;
        color: #fff;
        border: none;
        outline: 0;
      }

      .adx_toggle {
        background: 0 0;
        color: #fff;
        border: none;
        outline: 0;
      }
.adx_white {
    width: 183px;
    height: 55px;
    left: 19px;
    top: 183px;
    position: absolute;
    border-radius: 5px;
    /*display: none;*/
}
      /* countdown start  */
.adx_countdown_container {
    width: 300px;
    height: 82px;
    left: 0px;
    top: 168px;
    position: absolute;
    

}
.adx_1 {
    width: auto;
    height: 21px;
    left: 0px;
    top: 1px;
    position: absolute;
}
.adx_2 {
    width: auto;
    height: 21px;
    left: 0px;
    top: 1px;
    position: absolute;
    display: none;
}
.adx_3 {
    width: auto;
    height: 21px;
    right: 0px;
    top: 1px;
    position: absolute;
}
.adx_4 {
    width: auto;
    height: 21px;
    right: 0px;
    top: 1px;
    position: absolute;
    display: none;
}
.adx_box_1 {
    width: auto;
    height: 27px;
    left: 66px;
    top: 34px;
    position: absolute;
}
.adx_box_2 {
    width: auto;
     height: 27px;
    left: 112px;
        top: 34px;
    position: absolute;
}
.adx_box_3 {
    width: auto;
     height: 28px;
    left: 159px;
         top: 33px;
    position: absolute;
  
}
.adx_h {
    width: auto;
    height: 7px;
    left: 74px;
    bottom: 13px;
    position: absolute;
}
.adx_m {
    width: auto;
    height: 8px;
    left: 118px;
    bottom: 13px;
    position: absolute;
}
.adx_s {
    width: auto;
    height: 6px;
    left: 163px;
    bottom: 13px;
    position: absolute;
}
.patch_box {
    height: 250px;
    width: 300px;
    background-size: 300px 250px;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
  }
.patch_countdown {
    height: 36px;
    width: 162px;
    top: 32px;
    left: 60px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: "solaimanlipi";
    position: absolute;
}
  .patch_countdown > .hour {
    left: 0px;
    top: 1px;
    bottom: 0;
    width: 40px;
    height: 37px;
    position: absolute;
  }
  .patch_countdown > .minute {
    left: 46px;
    right: 0;
    top: 1px;
    bottom: 0;
    width: 40px;
    height: 37px;
    position: absolute;
  }
  .patch_countdown > .second {
    left: 95px;
    top: 1px;
    bottom: 0;
    width: 40px;
    height: 37px;
    position: absolute;
  }
.adx_text {
    width: 138px;
    height: 14px;
    top: 17px;
    left: 59px;
    position: absolute;
    background: url(//creatives.adxbird.com/2026/february/dettol/v4/images/ifter2.png) no-repeat;
    background-size: 100% 100%;
}
.float{
    animation-name: float;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
  
}
.float2{
    animation-name: float;
    animation-duration: 5s;
    animation-delay: .5;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
  
}
@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {

		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {

		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}