#cookieModal {
  display: block;
}
.dropdown-menu{font-size: 0.85rem;}

/* LEFTPANEL-FEATURE.HTML */

#divJanParichayFeatures img{  font-size: 3em!important;}
 .authenticatiionDef .images-white{display:none!important}
/*  .authenticatiionDef:hover {background-color: #007bd9!important}
 .authenticatiionDef:hover img:first-child{display:none!important}
 .authenticatiionDef:hover .images-white{display:inline-block!important}
 .authenticatiionDef:hover p, .authenticatiionDef:hover h6{color: #fff!important;} */
/* LEFTPANEL-FEATURE.HTML ENDS */

/* LEFTPANEL-SERVICE.HTML */
.modal-banner{position: absolute; bottom: 2rem; left: 0;}
.modal-banner1{position: absolute; bottom: 6px; right: 0; height: fit-content; width: 10px; -webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);}
.modal-banner2{position: absolute; bottom: 0; height: fit-content;z-index:5;}
.modal-banner3{position: relative; bottom: 6px; height: fit-content; width: 10px; -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);}
.divServiceInfo-1{position: relative}
/* LEFTPANEL-SERVICE.HTML ENDS */



/* USERNAMECONTAINER.HTML */
#userNameContainer .fa-user-circle-o{font-size: 2.5rem!important}
/* USERNAMECONTAINER.HTML ENDS */

/* OTPCONTAINER */
.email{font-size: 0.9rem;
  line-height: 1.3;padding-top: .25rem;}
#welcomeTxt{font-size: 0.9rem;}
/* OTPCONTAINER ENDS */


.info-img{height: 17px;}

/* MENU */



/* #menu-container{position: absolute;} */

#menu1 button, #nav1 button {border: 2px solid #eee;}
#menu1 button img, #menu button img, #nav1 button img {height: auto;width:44px;z-index:999;}

#menu, #nav{border-radius: 3px;border: 2px solid #eee;}
#menu #menu-header{border-bottom: 2px solid #eee;}
#menu button {border-right: 2px solid #eee;}

#menu_list ul li img, #nav ul li img {height: 20px;}
/* #menu_list li:hover {padding-left: .25rem!important; margin-right: 0!important; border-bottom: 1px solid #ccc!important;} */
#menu_list li:hover, #nav li:hover {margin-left: .25rem!important; margin-right: 0!important; border-bottom: 1px solid #ccc!important;}
/* MENU ENDS */




@keyframes redirectPulse {
  0% {
    width: 90px;
    height: 90px;
  }
  25% {
    width: 105px;
    height: 105px;
  }
  50% {
    width: 130px;
    height: 130px;
  }
  75% {
    width: 110px;
    height: 110px;
  }
  100% {
    width: 90px;
    height: 90px;
  }
}

#redirect-counter-container{
	position: relative;
	margin-bottom:1.25rem!important ;
	/* height: 140px; */
}
#redirect-counter-box {
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  width: 60px;
  height: 60px;
	font-size: .25rem!important;
  /* background-color: #017bd1; */
 border: 6px solid #ccc;
	border-top-color: #017bd1;
  border-radius: 50%;
 
  visibility: none;
  display: none;
  animation: round 3s linear infinite;
}

@keyframes round{
	from{transform: rotate(0deg);border-top-color: #017bd1;}
	to{transform: rotate(360deg);border-top-color: #03005a}
}

#redirect-counter-box:hover {
  opacity: 1;
  cursor: pointer;
}

#redirect-counter-num {
  position: absolute;
  text-align: center;
	
	right: 47.5%;
  margin: 0px;
  padding: 0px;
  top: 46%;
  transform: translate(0%, -50%);
  color: #ccc;
	font-size: 3rem!important;
}

#mobileradio .custom-switch .custom-control-label::before{
  border-radius: 1rem!important;
  height: 1.1rem!important;
}

#mobileradio .custom-switch .custom-control-label::after{
  border-radius: 1rem!important;
  height: calc(.75rem + 1px)!important;
  top: calc(.26rem + 1.55px)!important;
  font-size: .6rem!important;
  padding: 0 .35rem!important;
  -webkit-transform: translateX(.1rem)!important;
  transform: translateX(.1rem)!important;
}

#mobileradio .custom-switch .custom-control-input:checked~.custom-control-label::after{
  -webkit-transform: translateX(.99rem)!important;
  transform: translateX(.99rem)!important;
}


#mobileradio .fa-window-close, #mobileradio .fa-check-square, #mobileradio .fa-trash{
  font-size: 1rem;
}

#mobileradio .custom-control-label::before{
/* border: #fff solid 1px!important;
background-color: #fff!important;
margin-left: 7px!important  ; */
  width: 13.5!important;
  height: 13.5!important;
  display: none!important;
}
#mobileradio .custom-control-label::after{
  background-color: #6c757d!important;
  border: #fff solid 3px!important;
  border-radius: 50%!important;
  width: 13.5px!important;
  height: 13.5px!important;
  top: 0.2rem!important;
  margin-left: 7.5px!important;
  display: table!important;
}

#mobileradio .custom-control-input:checked~.custom-control-label::before{
  background-color: #fff!important;
}
#mobileradio .custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-color: #007bd9!important;
  border-radius: 50%!important;
  background-image: none;
  /* background-color: #fff!important; */
}



#footerDiv {	position: fixed;  }

.logo-button{width:auto!important}

.logo-button img{
	padding:0px 10px;
	transition: transform .5s;
	height: 32px
	}
.logo-button:hover{
	transition: transform .5s;
  transform: scale(1.5) !important; 
  cursor:pointer;
/*   background: #f7f7f7 */
  
}
.logo-button div{
	font-size: 10px;
	position: relative;
	font-weight: 500
}

