@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: 'Montserrat', sans-serif;
}
.logox {
    padding-top: 20px;
}
#emailId,.box{
	margin: auto;
	min-height: 250px;
	max-width:300px;
	background: url(../images/group-23.png) #cce9ff;
	background-repeat: no-repeat;
	background-position: 86% 47%;
}
.box.thank {
    min-height: 250px;
    max-width: 300px;
	display: none;
}
.cus-form-box .form-control{
 width: 66%;
 display: inline-block;
 outline: 0;
border: 0;
box-shadow: none;
font-size: 12px;
line-height: 16px;

}
.cus-form-box{
	height: 36px;
	max-width: 300px;
    background-color: #fff;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-right: 3px;
	padding-top: 4px;
	border-radius: 4px;
}
.cus-form-box .cus-btn{
	height: 28px;
	max-width: 87px;
	background-color: #e21b22;
	color: #fff;
	outline: 0;
    border: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: -0.2px;
	text-align: center;
	text-transform: uppercase;
	float:right;
}  
.cus-btn:focus {
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6{}

h1{
	font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 11px;
}

h1 span{
	font-weight: normal;
	font-size: 24px;
}
.thank h1 {
	margin-top: 34px;
    margin-bottom: 11px;
	font-weight: normal;
}
p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height:1.40;
	letter-spacing: -0.2px;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.thank p {
	margin-bottom: 17px;
	
}

.sb-p{
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing:-0.2px;
	color: #1a1a1a;
	padding-bottom: 12px;
}
.sb-p a{
	color: #e21b22;
	text-decoration: none;
}
.sb-p a:hover{
	color: #1a1a1a;
	text-decoration: none;
}
/* .form-sec {
	padding: 20px 30px;
	margin: 0px 20px;
	width: 390px;
	background-color: rgba(255, 255, 255, 0.9);
  	border-radius: 15px;
	z-index: 9;
}

.form-sec h4 {
    color: #002e6b;
    text-align: left;
    font-size: 30px;
    padding: 0;
    margin: 0px 0 15px 0;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'vw_headbold';
}

.form-sec h4 span {
    font-size: 28px;
    display: inline;
    padding: 5px 0;
    color: #002e6b;
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'vw_headregular' !important;
    font-weight: 400;
}

.form-group label {
	color: #002e6b;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight:600;
}

.form-group label span {
	color: #002e6b;
	font-weight:600;
}

.btn-warning {
	background-color: #002e6b;
	border-color: #002e6b;
	font-size: 20px;
	color: #fff;
	font-family: vw_headbold;;
	border-radius: 0px;
} */

.sliderform .carousel-indicators{ bottom:40px;}

.sliderform .carousel-indicators li{
	width:8px;
	height: 8px;
	border-radius: 100%;
}

.sliderform .carousel-caption {
    top: 10%;
    text-align: left;
    left: 10%;
    color: #002e6b;
    right: 10%;
}

.sliderform .carousel-caption h3 {
    font-size: 75px;
    font-weight: bold;
    text-transform: capitalize;
	margin:0;
	line-height:1;
}

.sliderform .carousel-caption h4 {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
}

/*.carousel-caption {
	right: auto;
	left: 5%;
	top: 35%;
}

.carousel-caption p {
    padding: 0;
    font-size: 58px;
    width: 650px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 72px;
    text-shadow: 2px 2px 5px #000;
}

.carousel-caption p:after {
    content: '';
    position: relative;
    display: block;
    background-color: #fb6e09;
    width: 317px;
    height: 6px;
}

.carousel-caption ul{ list-style: none; text-align: left; }

.carousel-caption ul li{ font-size: 22px; font-weight: 800; vertical-align: middle; }

.carousel-caption ul li span{ padding-right: 5px; }

*/

/* .form-control {
	padding: 8px 0px;
	width: 100%;
	margin: auto;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	background-color: transparent;
	border-bottom: 1px solid #848282;
	color:#848282;
}

.form-control:focus{outline:none;
box-shadow: none;
background-color: transparent;
border-color: #848282;
	color:#848282;}

.form-control::-webkit-input-placeholder { 
  color: #848282;
}

.form-control:-ms-input-placeholder { 
  color: #848282;
}

.form-control::placeholder {
  color: #848282;
}

.form-check {
	margin: 10px 5px;
}

.form-box-ab {
	position: absolute;
	top: 50px;
	z-index: 9;
} */

.body-txt {
	font-size: 20px;
}

/* .check-form {
	width: 89%;
	margin: auto;
}

.check-form label {
	color: #fff;
	font-size: 14px;
	margin-right: 12px;
	margin-bottom: 5px;
}

.check-form label:last-child {
	margin-right: 0;
}

.checkbox-inline {
	position: relative;
	padding-left: 23px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




.checkbox-inline input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}




.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid #fff;
}


.checkbox-inline:hover input~.checkmark {
	background-color: transparent;
}


.checkbox-inline input:checked~.checkmark {
	background-color: #ffffff;
}


.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


.checkbox-inline input:checked~.checkmark:after {
	display: block;
}


.checkbox-inline .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #101010;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check-detail {
	width: 89%;
	margin: auto;
}

.check-detail span {
	color: #fff;
	font-size: 14px;
} */

.form-sec{position:relative;}

.form-sec .container{ padding:0;}

.form-sec{
	position:relative;	
	background: #000000;
}

.form-sec .container{ padding:0;}

.form-box {    
    padding: 20px 0px 5px;
    position:relative        
}

.form-box h3{
     font-size:22px; font-weight:bold; color: #fff; letter-spacing: 1.53px; margin-bottom: 24.5px; text-transform:uppercase; position: relative;
    }
.form-box h3::after{
    position: absolute;
    content: '';
    height: 23.3px;
    width: 4px;
    background-color: #e5cb00;
    top: 1px;
    margin-left: 18px;
}
.form-box h3::before{
    position: absolute;
    content: '';
    height: 23.3px;
    width: 4px;
    background-color: #e5cb00;
    top: 1px;
    margin-left: -18px;
}

.form-box h3 span{font-weight:500;font-size:20px;display:block;}
.form-box label{ color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control{
	border-radius: 4px;
  	border:4px;
  	background-color: #fff;
	height: 40px;
	font-weight: 400;
	font-size:14px;
	color:#000;
}
.form-group.col-md-12.btn-mob.text-center{margin-bottom:0px;}

.form-box .btn-firm, .form-box-cus .btn-firm{
    border-radius: 4px;
    /* background-color:#a57f38; */
	background-image: linear-gradient(to bottom, #fbd061, #eab34c 41%, #e0a541 82%, #f5c459);
    color: #fff;
    padding: 5px 40px;
    border: 0px;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
	cursor: pointer;
	width:100%;
	display: inline-block;
    text-align: center;
}
.btn-firm:hover, .btn-firm:focus {
    background-color:#ffffff;
	border-color: #ffffff;
	outline: none;
	color:rgb(0, 0, 0);
}
.form-group.form-check label{font-size:12px; color:#fff; font-weight: 600;}
.form-group.form-check label + a{font-size:12px; color:#fff; font-weight: 600;}

.form-box .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.form-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-box .form-control::placeholder {
  color: #666;
}

.form-box .form-group.col-md-12.countrycoderow select {
    width: 55%;
    display: inline-block;
    font-size: 14px;
    padding: 0px 7px;
}

.form-group.col-md-12.countrycoderow input {
    width: 43%;
    display: inline-block;
}
.form-sec .form-check{ padding-left:16px;}
.form-check{ padding-left:0px;}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfe2e6;
    background: #fff;
    border-radius: 0;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url("../images/tick.svg");
  background-position: 0% 0%;
  width:9px;
  height: 7px;	
  position: absolute;
  top: 0.40em;
  left: 0.33em;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dfe2e6;
}
#thankyou_message_top_Form {
    text-align: left;
    padding: 0em 0;
}
#thankyou_message_top_Form .space h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 2.41px;
    line-height: 39px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 10px 0;
	font-weight: 700;
}

#thankyou_message_top_Form .space p {
    color: #fff;
	font-size:26px;
	line-height: 45px;
	letter-spacing: 1.2px;
	font-weight: 500;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background-color: #002e6c;
	border-color: #ffffff;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}


.carousel-control-next, .carousel-control-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.69);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
    background-size: 64%;
	opacity: 1;
	color:#ccc !important;
	top:30%;
}
.carousel-control-prev {
    left: 6px;
}
.carousel-control-next {
    right: 6px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{color:#ccc;opacity: 1;}

.bottom {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

#myBtn .btn-warning {
    border-radius: 0;
    background-color: #042f5f;
    color: #fff;
    border-color: #042f5f;
}

.onloadpop .modal-header{ 
	display: block;
	border-bottom: 0px;
}

.onloadpop .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 11px;
    top: 5px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.onloadpop .modal-header h4.modal-title{
	font-size:48px;
	font-weight: 900;
	line-height: 1.3;
	color:#0068aa;
}

.onloadpop .modal-header h4.modal-title span{
	display: block;
	font-size:26px;
	font-weight: 600;
}

.onloadpop .modal-body{ 
	padding: 1rem 3rem;
}

.onloadpop .modal-body label {
    color: #0068aa;
    font-size: 18px;
    font-weight: 500;
}

.onloadpop .modal-body .form-control{
	background-color:#e0dbcf;
	
}

.popbtn {
    background-color: #0068aa;
    padding: 6px 50px;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #0068aa;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
}

.popbtn:hover, .popbtn:focus {
    background-color: #000;
	border-color: #000;
}

.onloadpop .modal-body .form-check-label{ font-size:14px;}

.onloadpop .modal-body label a{ color:#000;}

.celebration-sec{
	position:relative;
	padding: 30PX 0;
}

h3.heading{
	color:#797a7b;
	font-size: 40px;
}

p.sub-heading{
	font-size: 25px;
	color:#797a7b;
	line-height: 1.2;
}

.cele-icon{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.cele-icon h3{
	font-size:25px;
	color: #005faf;
	padding-top: 10px;
}

.ever-sec{
	position:relative;
	background-color: #f3f5f6;
	padding: 30px 0;
}

.ever-icon{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.ever-icon h3{
	font-size:25px;
	color: #005faf;
	padding-top: 10px;
}

.ever-icon p{
	color:#797a7b;
	font-size: 20px;
	padding: 30px 20px 0;
	line-height: 1.2;
}

.contact-sec{
	position:relative;
	padding: 20px 0;
	background-color: #0068aa;
}

.contact-sec h3.heading{
	color:#fff;
	margin-bottom: 20px;
}

.contact-sec h4 {
    color: #f3f5f6;
    margin: 0;
    font-size: 26px;
	padding: 5px 0;
}

.contact-sec .text-left{ border-right:4px solid #f3f5f6;}

.only-mob{display:none;}


/*-------Responsive------*/

/* @media (max-width:767px) {
	.form-box-cus {
		padding: 20px 0px;
	}
	.box{ width:100%;}
	.only-desk{display:none;}
	.only-mob{ display:block;}
	.sliderform .carousel-caption {top: -4%; text-align: left; left: 36%; color: #002e6b; right: 7%;}
	.sliderform .carousel-caption h3 {font-size: 32px; font-weight: bold; text-transform: capitalize;
    margin: 0; line-height: 1;}	
	.logo img{ width:40%;}
.sliderform .carousel-caption h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
.mob-title{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	padding-left: 15px;
	}
	.mob-title span, .form-box-cus .mob-title span{
		font-size: 18px;
		font-weight: normal;
		display: block;
		text-transform: capitalize;
	}
	.form-box-cus .mob-title {
     padding-left: 0;
	}
.form-sec{padding:0px 15px;padding-bottom: 10px;}
.form-box {
	position: relative;
	right: auto;
	padding:20px 25px;
	width: 100%;
	margin:-229px auto 0;
	top: auto;
	border-radius:2px; 
    background:#000000;
    bottom:0; 
	display:none;
    box-shadow: 0 1px 4px 0 rgba(250, 206, 96, 0.52);
}
.form-box .form-group.form-check label{font-size:12.6px; float: left;}
.form-box .form-group.form-check label + a {
	font-size: 12.6px;float: left;padding-left: 2px;
}
.form-group.col-md-3.btn-mob {
    order: 2;
}
.form-group {
    margin-bottom: 0rem;
}
.form-box .form-control,.form-sec .form-check{margin-bottom: 20px;}	
#thankyou_message_top_Form .space h2{      padding-top: 24px;  font-size: 34px; color: #fff; margin-bottom: 0;}
#thankyou_message_top_Form .space p{ margin-bottom: 0;
    font-size: 31px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;}
#thankyou_message_top_Form {padding: 0rem 1rem;
    text-align: center;}
div#thankyou_message_bottom_Form{padding:8em 0;}
#thankyou_message_bottom_Form .space h2{font-size:40px;}
#thankyou_message_bottom_Form .space p{font-size:24px; line-height: 1.6;}
	.sliderform .carousel-indicators{ bottom:0;}
label.form-check-label{ font-size: 12px !important; }
label.form-check-label + a{ font-size: 12px !important; }
	.onloadpop .modal-header {padding: 3rem 3rem 0rem;}
	.onloadpop .modal-header .close{ top:15px; right:15px;}
	.onloadpop .modal-body .form-check-label {font-size: 13px !important;}
	.modal-open .modal {overflow-x: hidden;overflow-y: hidden;}
	.onloadpop .form-check{ padding:5px 20px;}
	.onloadpop .form-check-input {margin-top: .2rem;}
	.contact-sec{ padding-bottom:60px;}
	.contact-sec .text-left, .contact-sec .text-right{ text-align:center !important; border-right:0px;}
	h3.heading{font-size:36px;}
	p.sub-heading{font-size:23px;}
	.cele-icon h3{font-size:22px;}
	.ever-icon h3{font-size:22px;}
	.contact-sec h4{font-size:22px;}
	.onloadpop .modal-header h4.modal-title{font-size:42px; line-height: 1;}
	button.btn.btn-primary.btn-warning.btn-block {margin: 20px 0;}

}

@media(min-width: 320px) and (max-width: 378px){
	h3.heading{font-size:28px;}
	p.sub-heading{font-size:18px;}
	.onloadpop .modal-header {padding: 3rem 3rem 0rem;}
	.onloadpop .modal-header .close{ top:15px; right:15px;}
	.cele-icon h3{font-size:22px;}
	.ever-icon h3{font-size:22px;}
	.ever-icon p{font-size:16px;}
	.contact-sec h4{font-size:22px;}	
}

@media(min-width:1440px) and (max-width:10000px){
	.box{max-width:1440px; min-width:1440px; margin: 0 auto; position: relative;}

}

@media(min-width: 1400px) and (max-width: 1500px){
	.carousel-inner{
		padding-top: 66px;
		background-color: #17093c;
	}
	.banner-sec .carousel-item{max-height:662px; min-height: 662px;}
}
@media(min-width: 1701px) and (max-width: 2200px){
	.carousel-inner{
		padding-top: 88px;
		background-color: #17093c;
	}
} */