a.back-to-top {
	bottom: 7rem ;
	}

.sec-padding { padding-top: 10rem !important;padding-bottom: 14.8rem !important;}
.sec-padding1 { padding-top: 8rem !important;padding-bottom: 6.05rem !important;}

@media screen and (max-width: 768px){
	
.navbar-brand {
	margin-top:1rem;
}
.div-first{
	overflow-x:hidden; 
}


}


@media only screen and (max-width: 600px) {
	.logo-font {
	  font-size: 14px;
	}
	.hide-mob{
  
		display: none !important;
	}
  
  }
  
  input[type="radio"]{
	width: 24px; /*Desired width*/
	height: 24px; /*Desired height*/
  }








::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #7c4dff; 
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #7c4dff; 
}
