:root{

}

body{
    font-family: 'Space Grotesk', sans-serif;
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
}
.errors{
	color: red;
}
.errorClass { 
    border:  1px solid red !important; 
}
a, .btn {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer{
    color: #fff;
    font-size: 13px;
    flex: auto;
    display: flex;
    align-items: flex-end;
}
.inside-ffoter{
    background: #2C2D2D;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
}
.privacy ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.privacy ul li {
    list-style: none;
    margin-right: 30px;
}
.privacy ul li:not(:last-child){
    margin-right: 30px;
}
.privacy ul li a{
    color: #ffffff;
    text-decoration: none;
}
html,body{
    height: 100%;
}

.main-sec-bg{
    background: url('../images/banner-bg.png') no-repeat center/contain;
    width: 100%;
    background-color: #000;
    padding-bottom: 3%;
    background-position: center center;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 930px;
}
}
/*header*/
.d-fd-acc {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.centerSectionpart{
    padding-top: 1.9rem;
}
.inextiontext{
    font-size: 1.95rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.inextiontext span{
    font-style: italic;
    color: #C5001A;
}
.form-wrap{
    background: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.head-4{
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
}
.form-control,.form-select{
    border: none;
    border-bottom: 1px solid #7C7C7C;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    box-shadow: none !important;
}
.btn-primary,
input[type="submit"],
.btn-secondary,
.btn-secondary2 {
    background: #C1031C !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 7px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-color: #C1031C;
    font-weight: 600;
    outline: 0;
    border: 0;
}
.media{
    display: flex;
    justify-content: center;
}
.media a{
    margin-right: 1rem;
}
.media a img{
    width: 18px;
}

@media only screen and (max-width: 991px) {
    .main-sec-bg{
        background: url("../images/banner-bg-mobile.png") no-repeat bottom/contain;
        padding-bottom: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer{
        font-size: 12px;
    }
    .head-4{
        font-size: 0.85rem;
    }
    .inextiontext{
        font-size: 1.15rem;
    }
    .form-control, .form-select{
        font-size: 13px;
    }
    .main-sec-bg{
        background: url("../images/banner-bg-mobile.png") no-repeat bottom/contain;
        padding-bottom: 100%;
    }
    .spartsec{
        width: 70vw;
    }
    .media a img {
        width: 14px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (min-width: 992px) {	
	.form-wrap{
		align-items: center;
		display: flex;
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}
}