@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
    font-family: 'Roboto', sans-serif;

}
.h1 {
	
}
/* Breakpoint XS */

h1,h2,h3  {
font-family: 'Roboto', sans-serif;
font-weight:400;

}
.maintext {
	padding: 20px 50px;
}
.maintext h2 {
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-size: 22px;
	padding-bottom: 15px;
}

.maintext h4 {
	text-transform:normal;
	color: #000000;
	text-align: left;
	font-size: 16px;
}

.maintext p {
	text-transform:normal;
	color: #000000;
	text-align: left;
	font-size: 15px;
	line-height: 26px;
}

.formmain {
	background: #f9d5d5;
	padding: 30px;
	font-size: 14px;
}

.formmain h5 {
		text-transform:normal;
	color: #000000;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
}
/* .formmain label {
	text-transform:normal;
	color: #000000;
	text-align: left;
	font-size: 15px;
	line-height: 28px;
} */

.formmain label {
	text-transform:normal;
	color: #000000;
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	width:100%;
}


.formmain label span {
	text-transform:normal;
	color: #ff001f;
	text-align: left;
	font-size: 14px;
}
.new1 {
  border-top: 5px solid #ff001!important;
}
.selectwrap {
	appearance: auto!important;
}
.file-upload input[type='file'] {
  display: none;
}
.form-control label {
	line-height: 1.5;
}
.formtext p {
	font-size: 12px;
	line-height: 28px;
}
.checkbox {
	font-size: 14px;
}
.btn-submit {
	background: #fe0000;
	padding: 10px 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	text-decoration: none;
}
.btn-submit:hover {
	background: #000;
	padding: 10px 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	text-decoration: none;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
hr.style1{
	border-top: 2px solid #ff001f;
	margin: 20px auto;
	width: 92%;
	
	
}
.thanks {
	padding: 15% 0px;
}
.thanks h4 {
	text-transform:normal;
	color: #000000;
	text-align: center;
	font-size: 16px;
}

.socialmain {
	text-align: right;
	font-size: 18px;
}
.socialmediaicons {
	display: flex;
	justify-content: flex-end;
}

.socialmediaicons i {
	margin: 5px;
	width: 40px;
	height: 40px;
	border:solid 1px;
	border-radius: 100px;
	text-align: center;
padding: 10px;
}

.fb {
	color: #296fa2;
	border-color: #296fa2;
}
.fb:hover {
	color: #fff;
	border-color: #296fa2;
	background: #296fa2;
}

.insta {
	color: #cc2e60;
	border-color: #cc2e60;
}
.insta:hover {
	color: #fff;
	border-color: #cc2e60;
	background: #cc2e60;
}
.twitter {
	color: #05b3e5;
	border-color: #05b3e5;
}
.twitter:hover {
	color: #fff;
	border-color: #05b3e5;
	background: #05b3e5;
}
.youtube {
	color: #fb372b;
	border-color: #fb372b;
}
.youtube:hover {
	color: #fff;
	border-color: #fb372b;
	background: #fb372b;
}
.in {
	color: #007eb1;
	border-color: #007eb1;
}
.in:hover {
	color: #fff;
	border-color: #007eb1;
	background: #007eb1;
}
.footerlinks a{
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	color: #000;
}
.footerlinks a:hover{
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	color: #ff0116;
}
.homebtns {
	padding: 20px 0px;
}
.homebtns a{
	background: #fe0000;
	padding: 10px 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	line-height: 28px;
}
.homebtns a:hover {
	background: #000;
	padding: 10px 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	text-decoration: none;
}
.homemain {
	padding: 8% 0px;
	text-align: center;
	width: 50%;
	margin: 0px auto;
	
}
.whatsapp a {
	color: #000;
	font-size:18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
.whatsapp a i {
	color: #1da211;
	font-size: 40px;
	padding-left: 10px;
}
@media (max-width: 768px){
	
	.maintext {
	padding: 20px 20px;
}
	.socialmain {
	text-align: left;
	font-size: 18px;
}
	.socialmediaicons {
	display: flex;
	justify-content: flex-start;
}
	.homemain {
	padding: 8% 0px;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	
}
}


input[type="file"] { 
	z-index: -1;
	position: absolute;
	opacity: 0;
  }
  
  input:focus + label {
	/* outline: 2px solid; */
  }