/*Font Family Used In Website*/
 @font-face {
font-family:euclidwu-bold;
src: url("../fonts/EuclidWU-Bold.ttf");
}


@font-face {
font-family:euclidwu-regular;
src: url("../fonts/EuclidWU-Regular.ttf");
}

@font-face {
font-family:universal;
src: url("../fonts/universal.otf");
}

body {
	background:#e0c200;
}

section , header , footer {
    float: left;
    width: 100%;
}

a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer !important;
    text-decoration: none !important;
}

header {
    background: black;
    position: fixed;
    top: 0px;
    z-index: 9999;
    padding: 15px 0px;
}
header .container a:nth-child(1) img {
    width: 275px;
}
header .container a:nth-child(2) img {
    width: 215px;
    float: right;
}
header .container a:nth-child(1) {
    display: inline-block;
    margin-top: 10px;
    float: left;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    background: black;
    padding: 10px 0px;
    text-align: right;
    direction: rtl;
}
.social-icons a {
    background: white;
    color: black;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding-top: 3px;
    border-radius: 100%;
    margin-left: 15px;
}

section.home-screen {
    float: left;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 50px;
    background: #e0c200;
    min-height: 95vh;
}

section.directions-screen {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background: black;
    min-height: 0px;
    margin-bottom:50px;
    border: 1px solid white;
}
.no-padding {
	padding:0px;
}
.home-screen-image img {
    width: 100%;
}

.home-screen-text {
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-top: 60px;
}
.home-screen-text h5 span {
    display: block;
    font-family: euclidwu-bold;
    font-size: 75px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-top: 3px;
}
.home-screen-text h5 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 27px;
    margin-bottom: 32px;
}

.home-screen-text p {
    color: black;
    font-family: euclidwu-regular;
    font-size: 25px;
    margin-bottom: 22px;
}

.home-screen-text h6 a img {
    width: 72px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.home-screen-text h6 a {
    float: Left;
    margin-right: 25px;
    text-align: center;
}

.home-screen-text h6 a {
    float: Left;
    margin-right: 25px;
    text-align: center;
    color: black;
    font-family: euclidwu-regular;
    font-size: 15px;
    letter-spacing: 0.9px;
    font-weight: 600;
}


.home-screen-form {
    float: left;
    width: 85%;
    padding-left: 50px;
    padding-top: 60px;
}
.home-screen-form-head h5 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 3px;
}
.home-screen-form-head p {
    color: black;
    font-family: euclidwu-regular;
    font-size: 24px;
    text-align: center;
}
.home-screen-form-head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.home-screen-form-data {
    float: left;
    width: 100%;
    padding: 0px 35px 0px 25px;
}
.form-field1 {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.form-field1 p {
    display: inline-block;
    float: left;
    width: 26%;
    color: black;
    font-family: euclidwu-regular;
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
}


.form-field1 input {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 73%;
    padding:0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color:black;
}


.form-field1 select {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 73%;
    padding:0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color:black;
}



span.videouploadtag {
    float: right;
    color: black;
    font-family: euclidwu-regular;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 600;
}
.form-button {
    float: right;
    margin-bottom: 35px;
}

.form-button button {
    background: black;
    color: white;
    font-family: euclidwu-regular;
    font-size: 21px;
    border: none;
    letter-spacing: 1.3px;
    padding: 7px 46px;
    border-radius: 30px;
}
span.videouploadtag a {
	color:black;
	border-bottom: 1px solid black
}
.terms-link {
    float: left;
    width: 50%;
    margin-bottom: 12px;
    margin-top: -8px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    padding-left: 35px;
}
.terms-link h6 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-left: 0px;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    background: #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    width: 24px;
    height: 24px;
    padding-top: 3px;
    margin-right: 12px;
}
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: black;
  border-color: black;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: black;
  border-color: black;
}


.thankyou-screen {
    float: left;
    width: 100%;
    padding: 46px 100px 45px 50px;
    text-align: center;
}
.thankyou-screen h5 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}


.thankyou-screen h1 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}


.thankyou-screen p {
    color: black;
    font-size: 20px;
    font-family: euclidwu-regular;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.thankyou-screen h6 a {
    display: block;
    color: black;
    font-family: euclidwu-bold;
    font-size: 18px;
    letter-spacing: 0.7px;
    width: 200px;
    margin: auto;
    margin-bottom: 0px;
    position: relative;
    height: 46px;
    padding-left: 35px;
    padding-top: 10px;
}
.thankyou-screen h6 a i {
    background: black;
    color: #e0c200;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 26px;
    vertical-align: middle;
    padding-top: 7px;
    margin-top: 0px;
    margin-right: -5px;
    float: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.thankyou-screen h6 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 8px;
}

.directions-computer {
    float: right;
    width: 75%;
    padding-right: 30px;
}
.directions-head {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 25px;
}
.directions-head h5 img {
    width: 80px;
    margin-right: 10px;
}
.directions-head h5 {
    color: white;
    font-family: euclidwu-bold;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.directions-data {
    float: left;
    width: 100%;
}
.directions-data h5 {
    color: white;
    font-family: euclidwu-bold;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 30px;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 35px;
}
.directions-data p {
    position: relative;
    color: white;
    font-family: euclidwu-regular;
    font-size: 14px;
    padding-left: 51px;
    margin-left: -25px;
    margin-bottom: 13px;
    float: left;
    width: 100%;
}

.directions-data p img {
    position: absolute;
    width: 40px;
    left: -1px;
    float: left;
    margin-bottom: 10px;
    margin-right: 11px;
}
.directions-data p:nth-child(5) img {
    top: -7px;
}
.directions-data p:nth-child(5) {
    margin-bottom: 28px;
    padding-top: 0px;
    margin-top: 8px;
}
.directions-data p:nth-child(6) img {
    top: -7px;
}
.directions-data p:nth-child(6) {
    margin-bottom: 28px;
    padding-top: 0px;
    margin-top: 8px;
}



.directions-mobile {
    float: right;
    width: 100%;
    background: #ddc301;
    padding-left: 45px;
    padding-right: 30px;
    min-height: 960px;
}

.directions-mobile .directions-head h5 img {
    width: auto;
    height: 65px;
}
.directions-mobile .directions-head {
    padding-left: 35px;
}

.directions-mobile .directions-head h5 {
    color:black;
}

.directions-mobile .directions-data h5 , .directions-mobile .directions-data p {
    color:black;
}

.directions-mobile .directions-data p:nth-child(9) {
    margin-bottom: 28px;
    margin-top: 18px;
}
.directions-mobile .directions-data p:nth-child(5) {
    margin-bottom: 12px;
    padding-top: 0px;
    margin-top: 8px;
}

.directions-mobile .directions-data p:nth-child(3) {
    margin-bottom: 18px;
    margin-top: 12px;
}
.directions-mobile .directions-data p:nth-child(3) img {
    margin-top: -5px;
}
.directions-mobile .directions-data p:nth-child(2) img {
    margin-top: -5px;
}

.directions-mobile .directions-data p:nth-child(11) {
    margin-bottom: 19px;
    margin-top: 6px;
}
.directions-mobile .directions-data p:nth-child(11) img {
    margin-top: -5px;
}

.terms-conditions {
    float: left;
    width: 100%;
    padding: 30px 40px 30px 40px;
}


.terms-head h5 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.terms-head h6 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 18px;
}
.terms-data1 {
    float: left;
    width: 100%;
}

.terms-head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.terms-data1 p {
    color: black;
    font-family: euclidwu-regular;
    font-size: 15px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
.terms-data1 p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    background: black;
    border-radius: 100%;
    top: 10px;
}

.terms-data1 ul {
    float: left;
    width: 100%;
    padding-left: 70px;
    margin-top: -10px;

}
.terms-data1 ul li {
    color: black;
    font-family: euclidwu-regular;
    font-size: 15px;
    position: relative;
    margin-bottom: 5px;
}
.terms-data1 ul li span {
    float: right;
    color: black;
    width: 200px;
}

.terms-data1 ul li span b {
    margin-right: 5px;
}

.terms-data1 ol {
    float: left;
    width: 100%;
    list-style: disc;
}
.terms-data1 ol li {
    color: black;
    font-size: 16px;
    font-family: euclidwu-regular;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.terms-data1 ol span {
    color: black;
    font-family: euclidwu-regular;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}
.terms-data1 ol li {
    color: black;
    font-size: 16px;
    font-family: euclidwu-regular;
    text-transform: uppercase;
    margin-bottom: 3px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 18px;
}
.terms-data1 ol {
    float: left;
    width: 100%;
    list-style: disc;
    margin-top: -25px;
}
li.small-li {
    list-style: none;
    text-transform: none !important;
    font-size: 15px !important;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px !important;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0px !important;
}

 
li.small-li span {
    width: 5px;
    height: 5px;
    background: black;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 100%;
}

.terms-conditions {
    float: left;
    width: 100%;
    padding: 30px 40px 50px 40px;
    height: auto;
    overflow-x: auto;
    margin-top: 0px;
    background: #e0c200;
    border-radius: 10px;
}


.terms-conditions::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.terms-conditions::-webkit-scrollbar
{
    width: 12px;
    background-color: #00b22d;
}

.terms-conditions::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: black;
}
section.cookies {
    position: fixed;
    bottom: 50px;
    background: black;
}

.cookies p {
    color: white;
    font-family: euclidwu-regular;
    font-size: 15px;
    margin-top: 12px;
    float: left;
    width: 75%;
}

.cookies span a {
    background: white;
    font-family: euclidwu-bold;
    color: black;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 12px;
    float: right;
}

.man-image {
    background-image: url(../images/top25.jpg);
    background-size: cover;
    background-position: top right;
    height: 83vh;
    position: absolute;
    width: 50%;
}
section.home-screen {
    float: left;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 50px;
    background: #e0c200;
    min-height: auto;
    position: relative;
}
.no-padding {
    position: static;
    padding: 0px;
}



.regis-image {
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top right;
    height: 80vh;
    position: absolute;
    width: 50%;
}

.terms-image {
    min-height: 100vh;
    background-image: url(../images/man3.jpg);
    background-size: cover;
    background-position: top right;
}

.cookies .container {
    width:100%;
    max-width:1170px;
}


.no-display {
    display:none;
}

.modal {
    z-index:999999999;
}
.direc-icons a {
    padding-top: 7px;
}
.terms-link.terms-static {
    position: static;
    width: 100%;
    margin-bottom: 8px;
}

.terms-link h6 a {
    font-family: euclidwu-regular;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: black;
}

.bigmod .modal-lg {
    width: 90%;
    max-width: 1250px;
}
.close {
    color: black !important;
    opacity: 1 !important;
    text-shadow: none;
    font-size: 26px;
    margin-bottom: -25px;
    position: relative;
    margin-right: 8px;
}
.bigmod button.close {
    opacity: 1;
    margin: 0px;
    top: 14px;
    margin-bottom: -16px;
    z-index: 99999;
    position: relative;
    background: white;
    width: 30px;
    padding: 0px !important;
    line-height: normal !important;
    vertical-align: middle;
    border-radius: 100%;
    padding-bottom: 6px;
    height: 30px;
    right:1px;
    border-radius: 0px;
}
.bigmod .close span {
    line-height: 12px !important;
    display: inline-block;
    margin-top: -6px !important;
    position: absolute;
    top: 13px;
    right: 9px;
}


@media screen and (max-width:10000px) and (min-width:1600px) {
    
    .man-image {
    background-image: url(../images/man.jpg);
    background-size: cover;
    background-position: top right;
    height: 95vh;
    position: absolute;
    width: 50%;
}


    .regis-image {
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top right;
    height: 95vh;
    position: absolute;
    width: 50%;
}

}


/*Media Queries Of Website*/


@media screen and (max-width:1350px) and (min-width:993px) {
    .man-image {
    min-height: 85vh;
    background-image: url(../images/man.jpg);
    background-size: cover;
    background-position: top right;
}


.regis-image {
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top right;
    height: 85vh;
    position: absolute;
    width: 50%;
}
   
   
     .terms-image {
    min-height: 85vh;
    background-image: url(../images/man3.jpg);
    background-size: cover;
    background-position: top right;
}
   .terms-link {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: -8px;
    position: static;
    right: 0px;
    bottom: 10px;
    padding-left: 0px;
}
.terms-link h6 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-left: 0px;
}
    
}


/*Small Laptops*/
@media screen and (max-width:992px) and (min-width:768px) {
    .terms-link {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: -8px;
    position: static;
    right: 0px;
    bottom: 10px;
    padding-left: 35px;
}
    .regis-image {
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top right;
    height: 650px;
    position: static;
    width: 100%;
}


    .man-image {
    background-image: url(../images/man.jpg);
    background-size: cover;
    background-position: top right;
    height: 650px;
    position: static;
    width: 100%;
}

header .container a:nth-child(2) img {
    width: 192px;
    float: right;
}
header .container a:nth-child(1) img {
    width: 250px;
}
.directions-computer {
    float: right;
    width: 89%;
    padding-right: 30px;
    padding-bottom: 50px;
}
section.home-screen {
    float: left;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
    background: #e0c200;
    min-height: 95vh;
}
.terms-conditions {
    float: left;
    width: 100%;
    padding: 30px 40px 50px 40px;
    height: auto;
    overflow-x: auto;
    margin-top: 0px;
}

.home-screen-text {
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.directions-mobile {
    float: right;
    width: 100%;
    background: #ddc301;
    padding-left: 100px;
    padding-right: 30px;
    min-height: 0px;
}

}





/*Tablet Devices*/
@media screen and (max-width:767px) and (min-width:551px) {
header .container a:nth-child(1) img {
    width: 200px;
}

header .container a:nth-child(2) img {
    width: 170px;
    float: right;
}
.directions-computer {
    float: right;
    width: 100%;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 50px;
}
section.home-screen {
    float: left;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 50px;
    background: #e0c200;
    min-height: 95vh;
}
.home-screen-form {
    float: left;
    width: 100%;
    padding-left: 25px;
    padding-top: 60px;
    padding-right: 35px;
}
 
 .form-field1 p {
    display: inline-block;
    float: left;
    width: 28%;
    color: black;
    font-family: euclidwu-regular;
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.form-field1 select {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 70%;
    padding: 0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color: black;
}

.form-field1 input {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 70%;
    padding: 0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color: black;
}
.home-screen-text {
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.home-screen-text h5 span {
    display: block;
    font-family: euclidwu-bold;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-top: 3px;
}
.terms-conditions {
    float: left;
    width: 100%;
    padding: 30px 40px 50px 40px;
    height: auto;
    overflow-x: auto;
    margin-top: 0px;
}
.terms-head h5 br {
    display: none;
}
.thankyou-screen h5 br {
    display: none;
}
.thankyou-screen {
    float: left;
    width: 100%;
    padding: 20px 50px 20px 50px;
    text-align: center;
}
.man-image {
    min-height: 500px;
    background-image: url(../images/man.jpg);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: static;
    height: 500px;
}


.regis-image {
    min-height: 500px;
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top center;
    position: static;
    height: 500px;
    width: 100%;
}

.terms-image {
    min-height: 500px;
    background-image: url(../images/man3.jpg);
    background-size: cover;
    background-position: top center;
}
.terms-link {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: -8px;
    position: static;
    right: 0px;
    bottom: 10px;
    padding-left: 35px;
}
}


/*Mobile Devices*/
@media screen and (max-width:550px) and (min-width:320px) {
    .terms-link {
    float: right;
    width: 100%;
    margin-bottom: 12px;
    margin-top: -8px;
    position: static;
    right: 0px;
    bottom: 10px;
    padding-left: 35px;
}
    .cookies p {
    color: white;
    font-family: euclidwu-regular;
    font-size: 15px;
    margin-top: 12px;
    float: left;
    width: 100%;
}
.cookies span a {
    background: white;
    font-family: euclidwu-bold;
    color: black;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 0px;
    float: left;
}
.man-image {
    min-height: 400px;
    background-image: url(../images/man.jpg);
    background-size: cover;
    background-position: top center;
    position: static;
    width: 100%;
    height: 400px;
}
    
    
.regis-image {
    min-height: 500px;
    background-image: url(../images/man2.jpg);
    background-size: cover;
    background-position: top center;
    position: static;
    height: 400px;
    width: 100%;
}
    
    
     .terms-image {
    min-height: 400px;
    background-image: url(../images/man3.jpg);
    background-size: cover;
    background-position: top center;
    }

header .container a:nth-child(1) img {
    width: 150px;
}
header .container a:nth-child(2) img {
    width: 120px;
    float: right;
}
.directions-computer {
    float: right;
    width: 100%;
    padding-right: 30px;
    padding-left: 20px;
    padding-bottom: 60px;
}
section.home-screen {
    float: left;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 50px;
    background: #e0c200;
    min-height: 95vh;
}
.directions-data {
    float: left;
    width: 100%;
    padding-left: 40px;
}
.directions-data h5 {
    font-size:19px;
}

.home-screen-form {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 60px;
    padding-right: 20px;
}
.home-screen-form-head h5 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 3px;
}
.home-screen-form-head p {
    color: black;
    font-family: euclidwu-regular;
    font-size: 20px;
    text-align: center;
}
.form-field1 p {
    display: inline-block;
    float: left;
    width: 33%;
    color: black;
    font-family: euclidwu-regular;
    font-size: 16px;
    text-align: right;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.form-field1 input {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 65%;
    padding: 0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color: black;
}
.form-field1 select {
    float: right;
    background: none;
    border: 1px solid black;
    height: 38px;
    width: 65%;
    padding: 0px 10px;
    outline: none !important;
    font-family: euclidwu-regular;
    color: black;
}
.terms-link h6 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-left: 0px;
}
.home-screen-text {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.home-screen-text h5 span {
    display: block;
    font-family: euclidwu-bold;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-top: 3px;
}
.home-screen-text h5 {
    color: black;
    font-family: euclidwu-regular;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left:8px;
}
.home-screen-text h6 a {
    float: left;
    margin-right: 0px;
    text-align: center;
    color: black;
    font-family: euclidwu-regular;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 20%;
    padding-right: 10px;
}
.home-screen-text p {
    padding-left:8px;
}
.home-screen-text h6 a img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    max-width: 55px;
}
.terms-conditions {
    float: left;
    width: 100%;
    padding: 10px 20px 50px 20px;
    height: auto;
    overflow-x: auto;
    margin-top: 0px;
}
.thankyou-screen {
    float: left;
    width: 100%;
    padding: 30px 20px 45px 20px;
    text-align: center;
}
.thankyou-screen h5 {
    color: black;
    font-family: euclidwu-bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}
.thankyou-screen br {
    display: none;

}
.thankyou-screen p {
    color: black;
    font-size: 18px;
    font-family: euclidwu-regular;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
.thankyou-screen h6 {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    margin-top: 8px;
}
.directions-head h5 {
    font-family: euclidwu-bold;
    font-size: 18px;
    letter-spacing: 0.8px;
}
 .directions-head {
    padding-left: 0px;
}
.directions-mobile .directions-head {
 
    padding-left: 0px;
}

.directions-head h5 img {
    width: 50px;
    margin-right: 10px;
}

.directions-mobile .directions-head h5 img {
    width: auto;
    height: 55px;
}
.home-screen-form-data {
    float: left;
    width: 100%;
    padding: 0px 15px 0px 15px;
}
.terms-data1 ul {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-top: -10px;
}
.terms-data1 ul li span {
    float: right;
    color: black;
    width: 38%;
}
}


.step2{
    display: none;
}

.terms-link.error label, .terms-link.error label a {
    color: red;
}
.form-field1.error p{
    color:red;
}

.form-field1.error input{
    border: solid 1px red;
}