 body{
  margin:0;
  background: #111;
  font-family: tahoma;
  color:#fff;
 }
 @font-face{
  font-family:digital;
  src:url(fonts/digital-7.regular-webfont.ttf);
  font-style: normal;
 }
 .container{
  width:90%;
 max-width: 3600px;
  margin:auto;
  overflow: hidden;
 }
 .wide-con{
  width: 95%;
 }
 .header-area, .timer-area, .section-bottom{
  width: 100%;
  overflow: hidden;
  padding:30px 0;
 }
 .header-area .container{
  position: relative;
 }
 .logo-area, .switch-area{
  width:40%;
  float: left;
  overflow: hidden;
 }
 .logo-area img{
  width: 180px;
  height: auto;
  display: block;
 }
 .switch-area{
  width: 60%;
 }
 .switch-area{
  width: 60%;
  margin-top: 8px;
 }
 .timer-part .time, .colon{
  font-family: digital;
  font-weight: bold;
  font-size: 85px;
 }
 .btn-bfr-aft, .switch{
  float: left;
 }
 .btn-bfr-aft, .screen-tgl i{
  font-size: 22px;
  color: grey;
  text-decoration: none;
  display: inline-block;
 }
 .active {
  color: #fff;
 }
 .stp-page-active {
  color: white;
 }
 .screen-tgl{
  position: absolute;
  top: 5px;
  right: 0px;
  width: 25px;
  height: auto;
 }
 .screen-tgl i:hover{
  color:#2196F3;
 }
 .timer-area{
  text-align: center;
 }
 .timer-set-btn{
  padding:10px 0;
  overflow: hidden;
 }
 .timer-set-btn i, .section-bottom i{
  font-size: 20px;
  border: 2px solid #ff00e1;
  color: #ff00e1;
  background: #transparent;
  border-radius: 25px;
  height: 26px;
  width: 26px;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
 }
.section-bottom i{
  font-size: 26px;
}
 .timer-set-btn i:last-child, .section-bottom i:last-child{
  margin-right: 0;
 }
 .timer-set-btn i:hover, .section-bottom i:hover{
    color: #cc00b4;
  }
  .timer-set-btn i:last-child{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
  }
  .stp-page-bottom i{
    font-size: 26px;
    border: 2px solid #8dff00;
    color: #8dff00;
  }
   .stp-page-bottom i:hover{
    color: #75d201;
  }
 .timer-btn{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
 }
 .timer-part span{
  font-size: 20px;
 }
 .t{font-size: 200px !important;}
 .timer-part input{
  border: 0;
  background: transparent;
  font-size: 200px;
  font-family: digital;
  text-align: center;
  width: 100%;
  color: #424242;
 }
 .stp-timer-part input{
  color: #ff00cf;
 }
 .stp-page-timer input{
  color: #8dff00;
 }
 .timer-part h1, .colon{
  margin:0;
  color: #888;
 }
 .stp-timer-part{
  margin-right: 0;
 }
 .stp-timer-part h1{
  color: #ff00e1;
 }
 .stp-page-timer h1{
  color: #8dff00;
 }
 .time{
  background: #efefef;
  margin:10px 0;
 }
 .stopw-time{
  background: transparent;
  margin:10px 0;
 }
 .colon{
  font-size: 150px;
  color: #efefef;
 }
 .stopw-col{
  color: #ff00e1;
  margin-top: 0;
 }
 .stp-page-col{
  color: #8dff00;
  margin-top: 0;
 }
 .timer-btn button{
  float: right;
  background: #ff00e1;
  border: 2px solid #000;
  color: #fff;
  font-size: 25px;
  padding: 5px 40px;
  transition: 0.5s;
  cursor: pointer;
 }
 .timer-btn button:hover{
  background: #cc00b4;
 }
.section-bottom{
  padding: 30px 0;
}
.control-icons{
  width: 30%;
  margin:auto;
  padding: 5px;
}

.timer-area ul{
  margin:0;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.timer-area ul li{
  display: inline-block;
  width: 25%;
}
.timer-area ul li:nth-child(even){
  width: 10%;
}
.timer-area ul li:nth-child(even) .time{
  background: transparent;
}
.timer-area ul li:nth-child(even) input{
  color: #efefef;
}
.stopwt-area ul li:nth-child(even) input{
  color: #ff00cf;
}
.stpwt-page-area ul li:nth-child(even) input{
  color: #8dff00;
}.even-trans, .even-trans i, .even-trans i:hover{
  border: none;
  color: transparent;
  background: transparent;
  cursor:default;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 31px;
  margin:0 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bababa;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/*input:checked + .slider:before {
  -webkit-transform: translateX(49px);
  -ms-transform: translateX(49px);
  transform: translateX(49px);
}*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

/***************************************
    *******Media Query starts here****
****************************************/
/*@media only screen and (max-width: 768px){
	  .acis{left:185px !important;
  top:27px!important;width:31px!important;height:347px!important;}
   .acim{
  top:30px!important;height:341px!important;}
   .acih{
  top:68px!important;height:265px!important;}
}
@media only screen and (min-width: 769px)and (max-width:1025){
	.acis{
  top:27px!important;width:31px!important;height:347px!important;}
   .acim{
  top:30px!important;height:341px!important;}
   .acih{
  top:68px!important;height:265px!important;}
}
@media only screen (min-width:1026px) and (max-width: 1441px){
	.acis{
  top:230px!important;height:440px!important;}
   .acim{
  top:250px!important;height:400px!important;}
   .acih{
	   
 top:300px!important;height:300px!important;}
 }
@media only screen and (min-width: 1442px) and (max-width: 2561px){
	.acis{left:417px!important;
  top:67px!important; width:66px!important;height:767px!important;}
   .acim{left:401px !important;
  top:89px!important;height:724px!important;width:97px !important;}
   .acih{
	   left:405px !important;width:88px !important;
 top:196px!important;height:509px!important;}
}
@media only screen and (min-width: 2562px) and (max-width: 3800px){
	.acis{left:417px!important;
  top:67px!important; width:66px!important;height:767px!important;}
   .acim{left:401px !important;
  top:89px!important;height:724px!important;width:97px !important;}
   .acih{
	   left:405px !important;width:88px !important;
 top:196px!important;height:509px!important;}
}*/


@media only screen and (max-width: 768px){
  .container{
    width: 95%;
  }

  .logo-area, .switch-area {
    width: 100%;
    float: none;
    text-align: center;
    padding:10px 0;
  }
  .logo-area{
    margin-bottom: 50px;
  }
  .logo-area img{
    display: inline-block;
  }
  .btn-bfr-aft, .switch {
    float: none;
  }
  .btn-bfr-aft, .screen-tgl i {
    font-size: 20px;
  }
  .switch {
    width: 70px;
    height: 26px;
  }
  .slider:before {
    height: 18px;
    width: 18px;
  }
  /*input:checked + .slider:before {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
  }*/
  .timer-part input {
    font-size: 125px;
  }
  .t{font-size: 125px !important;}
  .header-area, .timer-area, .section-bottom{
    padding: 30px 0;
  }
  .timer-set-btn i, .section-bottom i {
    font-size: 18px;
    height: 20px;
    width: 20px;
  }
  .section-bottom {
    padding: 0;
  }
  .timer-area ul li {
    width: 24%;
  }
  .timer-area ul li:nth-child(2n) {
    width: 6%;
  }
}

@media only screen and (min-width: 1200px){
  .logo-area img {
    width: 250px;
  }
   
  
  .btn-bfr-aft, .screen-tgl i {
    font-size: 30px;
  }
  .switch {
    width: 125px;
    height: 40px;
  }
  .slider::before {
    height: 30px;
    width: 30px;
    left: 6px;
    bottom: 5px;
  }
 /* input:checked + .slider:before {
    -webkit-transform: translateX(84px);
    -ms-transform: translateX(84px);
    transform: translateX(84px);
  }*/
  .timer-part span {
    font-size: 35px;
  }
  .t{font-size: 280px !important;}
  .timer-part input {
    font-size: 280px;
  }
  .timer-area ul li {
    width: 28%;
  }
  .timer-area ul li:nth-child(2n) {
    width: 7%;
  }
  .timer-set-btn i, .section-bottom i {
    font-size: 30px;
    border: 3px solid #ff00e1;
    height: 35px;
    width: 35px;
    margin-right: 10px;
  }
  .even-trans, .even-trans i, .even-trans i:hover {
    border: none;
    color: transparent;
    background: transparent;
    cursor: default;
  }
  .ext-section-btm i{
    font-size: 34px;
  }
  .stp-page-bottom i {
    border: 3px solid #8dff00;
    color: #8dff00;
  }
  .screen-tgl {
    width: 50px;
  }
}
@media only screen and (min-width: 1900px){
  .header-area, .timer-area, .section-bottom {
    padding: 100px 0;
  }
   
  .logo-area img {
    width: 350px;
  }
  .btn-bfr-aft, .screen-tgl i {
    font-size: 50px;
  }
  .switch {
    width: 160px;
    height: 55px;
    margin:0 25px;
  }
  .slider::before {
    height: 43px;
    width: 43px;
    left: 8px;
    bottom: 6px;
  }
  /*input:checked + .slider:before {
    -webkit-transform: translateX(102px);
    -ms-transform: translateX(102px);
    transform: translateX(102px);
  }*/
  .timer-part span {
    font-size: 45px;
  }
  .t{font-size: 350px !important;}
  .timer-part input {
    font-size: 350px;
  }
  .timer-area ul li {
    width: 28%;
  }
  .timer-area ul li:nth-child(2n) {
    width: 7%;
  }
  .timer-set-btn i, .section-bottom i {
    font-size: 50px;
    border: 5px solid #ff00e1;
    height: 55px;
    width: 55px;
    margin-right: 20px;
    border-radius: 50px;
  }
  .even-trans, .even-trans i, .even-trans i:hover {
    border: none;
    color: transparent;
    background: transparent;
    cursor: default;
  }
  .ext-section-btm i {
    font-size: 55px;
  }
  .stp-page-bottom i {
    border: 5px solid #8dff00;
    color: #8dff00;
  }
  .screen-tgl {
    width: 100px;
  }
}

@media only screen and (min-width: 3800px){
  .header-area, .timer-area, .section-bottom {
    padding: 125px 0;
  }
  
  .switch-area {
    margin-top: 45px;
  }
  .logo-area img {
    width: 550px;
  }
  .btn-bfr-aft, .screen-tgl i {
    font-size: 65px;
  }
  .switch {
    width: 220px;
    height: 70px;
    margin:0 40px;
  }
  .slider::before {
    height: 55px;
    width: 55px;
    left: 10px;
    bottom: 7px;
  }
  /*input:checked + .slider:before {
    -webkit-transform: translateX(144px);
    -ms-transform: translateX(144px);
    transform: translateX(144px);
  }*/
  .screen-tgl {
    top: 54px;
  }
  .timer-part span {
    font-size: 60px;
  }
  .t{font-size: 500px !important;}
  .timer-part input {
    font-size: 500px;
  }
  .timer-area ul li {
    width: 20%;
  }
  .timer-area ul li:nth-child(2n) {
    width: 7%;
  }
  .timer-set-btn {
    padding: 40px 0;
}
  .timer-set-btn i, .section-bottom i {
    font-size: 70px;
    border: 5px solid #ff00e1;
    height: 75px;
    width: 75px;
    margin-right: 40px;
    border-radius: 50px;
    padding: 8px;
  }
  .even-trans, .even-trans i, .even-trans i:hover {
    border: none;
    color: transparent;
    background: transparent;
    cursor: default;
  }
  .ext-section-btm i {
    font-size: 75px;
    padding: 8px;
  }
  .stp-page-bottom i {
    border: 5px solid #8dff00;
    color: #8dff00;
  }
  .screen-tgl {
    width: 100px;
  }
}