@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
div,p,img {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}
* {
	box-sizing: border-box;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-----------------------
CSS FOR TOP SECTION
------------------------*/
.logo {float: left;width: 200px;margin-top: 3px;}
.h-secure {float: right;margin-top: 12px;}
/*========================
THANK_YOU_PAGE
===========================*/
.up-top-hdng {
	background-image: url(../images/top-bg.png?v1);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 50px 0;
	text-align: center;
	float: left;
	width: 100%;
	background-size: cover;
}
.up-top-hdng .header1 {
	background: #000;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 50px;
}
.topHeading {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 1;
	letter-spacing: 0.7px;
	padding: 0px 0 10px 0;
	font-weight: 600;
}
.up-top-hdng .h-secure {
	font-size: 26px;
	line-height: 43px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.up-top-hdng .h-secure:hover {
	text-decoration: none;
}
.up-top-hdng .h-secure img {
	margin-right: 20px;
}
.ty-hdng-txt1 {
	float: left;
	width: 100%;
	font-size: 42px;
	font-weight: 900;
	line-height: 60px;
	position: relative;
	background: radial-gradient(circle, rgba(159,67,1,1) 0%, rgba(41,37,37,1) 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ty-hdng-txt1 span {
	font-size: 76px;
	display: block;
}
.ty-hdng-txt2 {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #000000;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 0.7px;
	padding: 15px 0 0 0;
}
.ty-hdng-txt2 small {
	display: block;
}
.thank-sec {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.thankBox {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	border-radius: 0;
	/*box-shadow:0px 0px 10px 1px rgb(0 0 0 / 10%);
	background: #fff;*/
	padding: 0;
	margin-top: 20px;
	position: relative;
	/*	overflow: hidden;*/
}
.arrowdiv {
	position: absolute;
	left: -15%;
	top: -15%;
}
.arrowdiv img {
	width: 150px;
}
/*.ty-cont li img {
	display: block;
	margin: 0 auto 5px;
}*/
.btnDiv {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}
.btnDiv a {
	margin: 0 20px;
}
.btnDiv a img{width:200px;}
@media(max-width:991px) {
	.ty-hdng-txt2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 40px;
	}
}

.ftr-logo {
	width: auto;
}

.ftr-logo {
	width: auto;
}
.noteDiv{
	width:100%;
	float:left;
}
.noteDiv p{
	font-size:20px;
	line-height:30px;
	text-align:center;
	padding:40px 0;
}
/*--------------------
CSS FOR FOOTER
---------------------*/
.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 50px 0;
	border-top: 1px solid #c6c6c6;
}
.ftr-logo {
	margin: 0 auto 20px;
	display: block;
	width: 120px;
	filter: brightness(0);
}
.ftr-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 10px;
}
.footer .ftr-txt a {
	padding: 0 8px;
	color: #333333;
	position: relative;
	text-decoration: none;
}
/*---------Media Querry---------*/
@media only screen and (max-width:1185px) {
	.container {
		width: 1004px;
	}
	.arrowdiv {
		left: -25%;
		top: -15%;
	}
}
@media only screen and (max-width:1023px) {
	.container {
		width: 750px;
	}
	.arrowdiv {
		left: -15%;
		top: -19%;
	}
	.arrowdiv img {
		width: 120px;
	}
	/*.h-secure {
	display: none;
}*/
	.ty-hdng-txt1 {
		font-size: 36px;
		line-height: 50px;
	}
	.ty-hdng-txt1 span {
		font-size: 60px;
	}
}
@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 10px;
		max-width: 600px;
		box-sizing: border-box;
	}
	.ty-hdng-txt1 span {
		font-size: 36px;
	}
	/*.logo {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}*/
	/*=========THANK_YOU==============*/
	.ty-hdng-txt1 {
		font-size: 23px;
		line-height: 28px;
	}
	.ty-hdng-txt2 {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.3px;
		margin-top: 7px;
	}
	/* .thank-sec {
		padding-bottom: 25px;
		margin-top: -88px;
	} */
	.thankBox {
		max-width: 100%;
		padding: 0;
		margin:0;
	}
	.footer {
		padding: 20px 0 25px;
	}
	.ftr-logo {
		width: 100px;
		margin: 0 auto 5px;
	}
	.footer .ftr-txt a {
		padding: 0 3px;
	}
	.ftr-txt {
		font-size: 12px;
		line-height: 16px;
		margin-top: 10px;
	}
	/* .up-top-hdng .h-secure{ display:none;}	 */
	.arrowdiv {display:none;}
	.btnDiv a img {
		width: 150px;
	}
	.noteDiv p {
		font-size: 16px;
		line-height: 25px;
	}

}
@media only screen and (max-width:515px) {
	.ty-hdng-txt1 span {
		font-size: 28px;
	}
	.ty-hdng-txt1 {
		font-size: 20px;
	}
}
@media(max-width:767px) {
	/* .order_top{
		padding-top:100px;
	} */
}
@media(max-width:767px) {
	.logo {
		width: 100px;
	}
	.up-top-hdng .h-secure {
		font-size: 16px;
		line-height: 0;
	}
	.up-top-hdng .h-secure img {
		margin-right: 0px;
		width: 25px;
	}
	.up-top-hdng .header1 {
		margin-bottom: 18px;
	}
}
@media print {
	.header1 {
		text-align: center;
	}
	.logo {
		width: 400px;
	}
	.h-secure,
	.ty-hdng-txt1,
	.ty-hdng-txt2,
	.footer {
		display: none;
	}
	.thankBox {
		display: block;
		vertical-align: top;
		width: 100%;
		max-width: 870px;
		border-radius: 10px;
		box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
		background: #fff;
		padding: 15px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.up-top-hdng {
		background: #001f37 !important;
	}
}

@media(max-width:1400px) {
	.logo {
		width: 150px;
		margin-top: 5px;
	}
	.up-top-hdng .h-secure img {
        margin-right: 0;
        width: 30px;
    }
	.up-top-hdng .header1 {
        padding: 5px 0;
        margin-bottom: 10px;
    }
	.topHeading {
        font-size: 14px;
    }
	.ty-hdng-txt1 span {
        font-size: 55px;
        display: block;
        font-weight: 900;
        line-height: 1;
    }
	.ty-hdng-txt2 {
        font-size: 18px;
        margin-bottom: 2px;
        padding: 0;
    }
	.thankBox {
        width: 57%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .ty-hdng-txt1 span {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .ty-hdng-txt2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .logo {
        margin-top: 0;
    }
	.ty-hdng-txt1 span {
        font-size: 36px;
    }
	.ty-hdng-txt2 {
        font-size: 14px;
    }
	.thankBox {
        width: 100%;
    }
}
@media only screen and (max-width: 515px) {
    .ty-hdng-txt1 span {
        font-size: 28px;
    }
}