* {
  scrollbar-width: thin;
  scrollbar-color: #fff #131515;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #131515;
}
*::-webkit-scrollbar-thumb {
  background-color: #fff; 
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
input, input:before, input:after, textarea, textarea:before, textarea:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
html, body{
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
body{
	text-rendering: optimizeLegibility;
}
input, textarea, select, .form-control{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input:hover, textarea:hover, select:hover, .form-control:hover, input:focus, textarea:focus, select:focus, .form-control:focus{
	box-shadow: none;
}
textarea{
	resize:none;
}
img{
	max-width:100%;
	height: auto;
}
html, body{
	background-color: #fff;
}
.content{
	margin-top: 80px;
}
.copyright{
	margin: 30px 0px 80px;
}
.content p, .copyright p{
	font-family: "Noto Sans Gujarati", sans-serif;
	font-size: 28px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.content p{
	margin: 5px 0px;
}
.red{
	color: #e1221c;
}
.blue{
	color: #29176f;
}