@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'AmericanCaptain';
}

:root {
    --white-color: #fff9f7;
    --black-color: #000000;
    --yellow-color: #f8a40d;
    --gray-color: #999999;
}

body {
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    line-height: 1;
    color: var(--white-color);
    font-family: 'AmericanCaptain';
}

h2 {
	font-size: 130px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'AmericanCaptain';
	padding-top: 60px;
	margin-bottom: 15px;
}

h3 {
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
}

h3 span {
    font-family: 'AmericanCaptain';
    color: var(--yellow-color);
}

h4 {
	font-size: 30px;
	line-height: 40px;
	text-transform: capitalize;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: green;
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

span {
    display: inline-block;
}
.section-heading h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: green;
}

.section-heading h1 {
	font-size: 130px;
	line-height: 120px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

.section-heading p {
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	margin-bottom: 0;
}

.btn.btn-yellow {
	font-size: 35px;
	font-family: 'AmericanCaptain';
	padding: 10px 30px;
	background: #9c0012;
	color: #fff !important;
	width: 100%;
	border: none;
	display: block;
	max-width: 80%;
	font-weight: 700;
	margin: 0 auto;
	border-radius: 50px;
}
.content-box {
	max-width: 500px;
	margin: 0 auto;
}
#banner .box.box2 .button-box li {
	display: inline-block;
	width: 49%;
	margin-top: 35px;
}
.btn.btn-red img {
    max-width: 30px;
    margin-right: 10px;
}

/* common css */


/* banner css */
#banner {
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner .row {
	min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
#banner .box.box1 .img-box img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
#banner .box.box2 .content-box .logo-box img {
	width: 100%;
	max-width: 200px;
}
#banner .box.box2 .content-box .form-box .input-box .form-control {
	padding: 15px 30px 13px 65px;
	border-radius: 50px;
	border: none;
	font-size: 20px;
	text-transform: capitalize;
	color: #9B98A5;
	background-color: transparent;
	appearance: textfield;
	border: 1px solid #495057;
}
.form-control::placeholder {
    color: var(--gray-color);
}
#banner .box.box2 .content-box .form-box .input-box:first-child {
	margin-bottom: 15px;
}
#banner .box.box2 .content-box .form-box .button-box .link-box img {
	width: 100%;
	max-width: 60px;
}

#banner .box.box2 .content-box .form-box .button-box {
	text-align: center;
    margin: 15px 0;
}
#banner .box.box2 .content-box .form-box {
	margin-top: 15px;
}
#banner .row .col-lg-6:first-child {
	align-self: center;
	justify-content: center;
}
#banner .row .col-lg-6:last-child {
	align-self: center;
}
/* banner css */



#banner .box.box2 .content-box .form-box {
    padding: 22px;
    background: #ffffff1c;
    border-radius: 20px;
    border: 1px solid #495057;
  }
  #banner .box.box2 .content-box .form-box .input-box {
    position: relative;
    margin-bottom: 17px !important;
  }
  #banner .box.box2 .content-box .form-box .input-box span {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  #banner .box.box2 .content-box .form-box .input-box span img {
    max-width: 50px;
  }
  .box.box2 {
    max-width: 800px;
    margin: 0 auto;
  }
  

  a {
    color: #9630EF !important;
    font-weight: 400;
    margin: 1px;
  }
  label a{

      font-size: 17px;
    }
  label {
	display: inline-block;
	font-size: 17px;
	color: #FFF;
	font-weight: 400;
}

.end-text h4, .end-text a {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.footerContent h4 {
	font-size: 16px;
	text-align: center;
	max-width: 500px;
	margin: 10px auto 0;
    line-height: 1;
}
.footerContent h4 a {
	font-size: 16px;
}

.form-select {
	background: none !important;
}

select option {
    background-color: #fff;
    color: #000;
}


#banner .box.box2 .content-box .form-box .input-box span.indiaLogo {
    left: 65px;
    top: 9px;
  }
  #banner .box.box2 .content-box .form-box .input-box span.indiaLogo img {
    max-width: 80px;
    width: 100%;
  }

  #banner .box.box2 .content-box .form-box .input-box.indiaBox .form-control {
	padding-left: 155px;
}