@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100;200;300;400;500;600;700;800&display=swap');
 


* {
	margin: 0;
	padding: 0;
}
  
 

/*theme-btn start end*/
body,html {
	/*font-family: 'Anek Telugu', sans-serif;*/
	font-size: 17px;
	min-height: 100%;
	height: auto;
	background: #fff;
	overflow-x: hidden;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

.custom_container {
	max-width: 1498px;
	margin: 0 auto;
}
/*header-wrap*/
.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-wrap {
	background: #1e1d3c;
}

.logo-brand img {
	max-width: 415px;
}

.contant_info a {
	color: #d3e66c;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 27px;
	display: flex;
	align-items: center;
}

.contant_info a img {
	max-width: 32px;
	object-fit: cover;
	margin-right: 7px;
}

.contant_info h4 {
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 2px;
}
/*banner-form*/
.banner-form {
	background: url('../images/banner-bg.jpg');
	min-height: 100vh;
	background-size: cover;
}

.banner-content h1 {
	font-size: 100px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	display: flex;
    /* align-items: center; */
    /* justify-content: center; */
	line-height: 74px;
}

.banner-content p {
	margin-bottom: 0;
	font-size: 100px;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	font-weight: 400;
	line-height: normal;
}

.form-group {
	margin-bottom: 12px;
}

.banner-contetn-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 100vh;
	padding: 40px 0;
}

.form-header {
	background: linear-gradient(180deg, rgba(87,195,242,1) 0%, rgba(163,214,231,1) 100%);
}

.form-header h1 {
	color: #1e1d3c;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: normal;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}

.form-body {
	padding: 20px 26px 26px;
}

.formBox p {
	font-size: 30px;
	color: white;
	margin-bottom: 25px;
	line-height: 37px;
	font-weight: 400;
}

.thank-you   {
 padding:40px 0;
}

.thank-you p {
    font-size: 45px;
    max-width: 1000px;
    margin: 33px auto;
}

.formBox .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-bottom: 10px;
	min-height: 46px;
	line-height: 33px;
	font-size: 20px;
}

.btn-submit {
	background: linear-gradient(180deg, rgba(87,195,242,1) 0%, rgba(163,214,231,1) 100%);
	width: 100%;
	height: 70px;
	font-size: 37px;
	line-height: 53px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e1d3c;
	border: 1px solid transparent !important;
}

.btn-submit:hover {
	background: white;
}

.formBox {
	background: #1e1d3c;
	width: 468px;
	flex: 0 0 468px;
}

/*footer*/
footer {
	background: #1e1d3c;
	overflow: hidden;
}

footer h1 span {
	position: absolute;
}

footer h1 {
	font-size: 100%;
	position: relative;
	font-size: 140px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-bottom: 0 !important;
	letter-spacing: 15px;
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

footer h1 span {
	position: absolute !important;
	font-size: 25px;
	border: 1px solid;
	border-radius: 49px;
	width: 25px;
	height: 23px;
	top: 0;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	right: 0;
	padding: 17px;
	right: -11px;
	top: 21px;
	letter-spacing: unset;
} 
/* placeholder */
::-webkit-input-placeholder {
 /* Edge */
	color: #4E4E63;
}

:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #4E4E63;
}

::placeholder {
	color: #4E4E63;
}



.modal { 
    background: #0000005c;
	
}

.modal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 435px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
}
.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 466px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
	border:4px solid #1e1d3c;
    padding: 33px;
}
span.close {
    position: absolute;
    right: 0;
    top: -11px;
    background: red;
	cursor: pointer;
    opacity: 1;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    color: white;
}

.modal-content  h2 {
    color: #1e1d3c;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}
.modal-content p{
	font-size: 19px;
}

.modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }
    
    .modal-content {
      background-color: #fefefe;
      margin: 10% auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
    }
    
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

/*media-query*/
@media(max-width:1780px) {
	.banner-content h1,
	.banner-content p {
		font-size: 82px;
	}
	.thank-you p {
    font-size:30px !Important; 
    margin: 30px auto;
}
	.custom_container {
		max-width: 1419px;
		margin: 0 auto;
	}
}

@media(max-width:1680px) {
	.custom_container {
		max-width: 1280px;
		margin: 0 auto;
	}
	

}

@media(max-width:1367px) {
	.custom_container {
		max-width: 1200px;
		margin: 0 auto;
	}

	.banner-content h1, .banner-content p {
		font-size: 60px;
	}

	.logo-brand img {
		max-width: 325px;
	}

	.contant_info h4 {
		font-size: 22px;
	}

	.contant_info a {
		font-size: 20px;
	}

	.form-header h1 {
		font-size: 31px;
		padding: 11px 0;
	}

	.btn-submit {
		font-size: 31px;
	}

	.custom_container {
		max-width: 1096px;
		margin: 0 auto;
		padding: 0 36px;
	}
}

@media(max-width:1199px) {
	.banner-content h1, .banner-content p {
		font-size: 51px;
	}
}

@media(max-width:991px) {
	.banner-contetn-inner {
		flex-direction: column;
		padding: 39px 0px;
	}
 
	.banner-content h1, .banner-content p {
		font-size: 47px;
		text-align: center;
		justify-content: center;
		line-height: normal;
	}

	.formBox {
		margin-top: 39px;
	}

	.logo-brand img {
		max-width: 246px;
	}

	.contant_info h4 {
		font-size: 18px;
	}

	.contant_info a {
		font-size: 14px;
	}

	.contant_info a img {
		max-width: 22px;
		object-fit: cover;
		margin-right: 1px;
	}
}

@media(max-width:768px) {
	.banner-content h1, .banner-content p {
		font-size: 38px;
		text-align: center;
		justify-content: center;
		line-height: normal;
		margin-bottom: 0;
	}

	footer h1 {
		font-size: 100%;
		position: relative;
		font-size: 59px;
		letter-spacing: 4px;
		max-width: 258px;
	}

	footer h1 span {
		font-size: 15px;
		width: 16px;
		height: 16px;
		right: 0;
		padding: 12px;
		right: -11px;
		top: 10px;
	}
	.thank-you p {
    font-size:30px; 
    margin: 3px auto;
}
}

@media(max-width:575px) {
 
	.custom_container {
		max-width: 1096px;
		margin: 0 auto;
		padding: 2px 18px;
	}

	.banner-content h1, .banner-content p {
		font-size: 31px;
		text-align: center;
		justify-content: center;
		line-height: normal;
		margin-bottom: 0;
	}

	.form-header h1 {
		font-size: 25px;
		padding: 11px 0;
	}

	.formBox p {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

@media(max-width:480px) {
	.formBox {
		background: #1e1d3c;
		width: 100%;
		flex: 0 0 100%;
	}

	.logo-brand img {
		max-width: 188px;
	}

	.contant_info h4 {
		font-size: 13px;
	}

	.contant_info a {
		font-size: 10px;
	}

	.form-body {
		padding: 19px;
	}

	.btn-submit {
		font-size: 24px;
		height: 54px;
	}

	.formBox p {
		font-size: 22px;
		margin-bottom: 18px;
		line-height: normal;
	}
}

@media(max-width:376px) {
}





/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}