@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
	
.fl{ float:left;}
.fr{ float:right;}
.show-tab, show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.topStrip{
	float:left;
	width:100%;
	padding:7px 0 9px;
	background:#bb9b62;
	}
.top-strip-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.5px;
	}

/*====TOP=FIX-BAR====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#050505;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logoBox{
	float:left;
	text-align:left;
	margin-top:16px;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	margin-top:0;
	}
.logoBox p{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    line-height: 20px;
    color: #fff;
    border-left: 1px solid #acacac;
    padding-left: 15px;
    margin-left: 15px;
	padding-top:2px;
	letter-spacing:0.5px;
	}	
.logoBox p span{ color:#bb9b62;}			
.header-call-sec{
	float:right;
	margin-top:14px;
	}
.header-call-text{
	display:inline-block;
	vertical-align:middle;
	padding-left:12px;
	color:#fff;
	font-size:18px;
	line-height:25px;
	font-weight:400;
	text-align:left;
	position:relative;
	letter-spacing:0.5px;
	}
.header-call-text:before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	bottom:5px;
	border-left:1px solid #292929;
	}
.header-call-text span{ font-weight:600;}
.call-icon{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	}
.select-hdr-strip{
	display:inline-block;
	vertical-align:middle;
	margin:19px auto 0;
	}
/*=====package-section=====*/
.package-section{
	float:left;
	width:100%;
	padding:80px 0 60px;
	background:#fff;
	}
.select-package-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:870px;
	}
.package{
	width:405px;
	border:2px solid #bb9b62;
	padding:0 15px 15px;
	text-align:center;
	}
.package.left{ float:left;}
.package.right{ float:right;}
.pkg-top-strip{
	display:inline-block;
	vertical-align:top;
	margin:-20px 0 0 0;
	font-size:20px;
	line-height:26px;
	color:#202020;
	max-width:210px;
	width:100%;
	padding:5px 0;
	border:2px solid #bb9b62;
	background:#fff;
	border-radius:50px;
	text-transform:uppercase;
	letter-spacing:0.3px;
	}
.pkg-heading{
	float:left;
	width:100%;
	font-size:35px;
	line-height:42px;
	color:#bb9b62;
	font-weight:bold;
	margin-top:12px;
	letter-spacing:0.3px;
	}
.pkg-due-text{
	float:left;
	width:100%;
	font-size:25px;
	line-height:32px;
	color:#202020;
	font-weight:600;
	margin-top:6px;
	position:relative;
	padding-bottom:15px;
	letter-spacing:0.3px;
	}
.pkg-due-text:after{
	position:absolute;
	content:"";
	width:100px;
	border-bottom:3px solid #bb9b62;
	left:50%;
	margin-left:-50px;
	right:0;
	bottom:0;
	}

.pkg-prod-box{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
.pkg-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-price-box{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
    background: #161616;
    margin: 23px 0 0 0;
	padding:15px 25px;
	}
.ret-price{
	float:left;
    width:100%;
    font-size:20px;
    line-height:26px;
    color:#ffffff;
	font-weight:normal;
	letter-spacing:0.3px;
	}
.strikeout{
    position:relative;
	}
.strikeout::after {
    border-bottom:.1em solid red;
    content:"";
    left:0;
    margin-top:calc(0.125em/2 * -1);
    position:absolute;
    right:-3px;
    top:54%;
    transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
	}
.price-text{
	float:left;
	width:100%;
	font-size:45px;
	line-height:45px;
	font-weight:bold;
	color:#fff;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.ship-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:15px;
	}
.ship-icon{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	}
.select-pkg-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:430px;
	width:100%;
	height:65px;
	margin-top:15px;
	border:none;
	background:#bb9b62;
	text-align: center;
	font-size:25px;
	line-height:65px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight:700;
	}
.no-charge-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin-top:10px;
	}
.no-crg-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
	}
.guarantee-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:600px;
	padding:0 30px 30px;
	border:1px solid #dbb256;
	background:#161616;
	margin-top:90px;
	}
.dollar-icon{
	display:inline-block;
	vertical-align:top;
	margin:-37px auto 0;
	}
.gurn-box-head{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#bb9b62;
	margin-top:10px;
	letter-spacing:0.3px;
	font-weight:bold;
	}
.gurn-box-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:300;
	margin-top:20px;
	letter-spacing:0.5px;
	}

/*======footersec======*/
.footer-sec{
	float:left;
	width:100%;
	padding:40px 0;
	background:#000000;
	}	
.footer-logo{
	display:inline-block;
	vertical-align:top;
	margin:15px auto 0;
	}
.footer-link-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:30px;
	}
.footer-link-text a{
	padding:0 8px;
	position:relative;
	color:#fff;
	}
.footer-link-text a:after{
	position:absolute;
	right:-2px;
	top:3px;
	bottom:3px;
	border-right:1px solid #b8b8b8;
	content:"";
	}
.footer-link-text a:last-child:after{ display:none;}
.footer-text1{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #b4b4b4;
    padding: 20px 60px;
    border: 1px solid #2e2e2e;
    margin-top: 30px;
    letter-spacing: 0.5px;
	}
.footer-text2{
	float:left;
	width:50%;
	font-size:16px;
	line-height:22px;
	color:#b4b4b4;
	text-align:left;
	margin-top:30px;
	}
.ftr-card{
	float:right;
	margin-top:22px;
	}

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.footer-text1{ padding:20px 35px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header-call-sec{ margin-top:20px;}
.header-call-text{ font-size:15px; line-height:19px;}
.select-hdr-strip{ width:330px; margin-top:24px;}
.call-icon{ width:22px; margin-right:6px;}
.logo{ width:190px; margin-top:3px;}

.package{ width:360px;}
.pkg-prod-box{ padding:0 15px;}

.footer-text1{ padding: 20px 30px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.topStrip{ padding:6px 0 6px; overflow:hidden;}
.topStrip p{font-size:11px; line-height:15px;}


.logo{ width:145px; margin:-3px 0 0;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px; border-bottom:1px solid #292929;}
.select-hdr-strip{ display:none;}
.select-hdr-strip-m{ margin:5px auto 5px; max-width:95%;}
.header-call-sec{ margin-top:12px;}
.header-call-text{ font-size:13px; line-height:17px; padding-left:8px;}


.package-section{ padding:10px 0 30px;}
.package{ display:inline-block; vertical-align:middle; float:none; margin:35px auto 0; width:355px; max-width:100%;}
.package.left, .package.right{ float:none;}
.pkg-heading{ font-size:32px; line-height:38px;}
.pkg-prod-box{ padding:0 25px;}
.pkg-due-text{ margin-top:2px; font-size:22px; line-height:27px;}
.pkg-price-box{ padding:15px;}
.select-pkg-btn{ height:58px; line-height:58px; font-size:23px;}

.guarantee-box{ margin-top:50px; padding:0 15px 20px;}
.dollar-icon{ width:60px; margin:-30px auto 0;}
.gurn-box-head{ font-size:20px; line-height:26px; letter-spacing:0;}
.gurn-box-text{ font-size:17px; line-height:25px; letter-spacing:1px;}

.footer-sec{ padding:10px 0 28px;}
.footer-logo{ width:180px;}
.footer-text1{ padding: 10px 15px;margin-top:22px; letter-spacing:0.3px;}
.footer-text2{ width:100%; text-align:center; margin-top:20px;}
.ftr-card{ max-width:100%;}


#ctabtn-mob{
	background: #050505;
	padding:10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 9;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .btnBlk{ margin:0;}	
.cmn-btn-arrw{ right:18%;margin-top: -7.5px;}
}


/*CSS FOR EXIT POPUP*/
.glue_block_layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(0,0,0,0.7);
	}
.glue_container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow:auto;
	}
.glue_popup {
	position:absolute;
	width:600px;
	height:350px;
	background:#fff;
	left:50%;
	top:50%;
	margin:-175px 0 0 -300px;
	padding:35px 25px 25px;
	}
.exit-text1{
	float:left;
	width:100%;
	color:#7a7a7a;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	}
.exit-text2{
	float:left;
	width:100%;
	font-weight:bold;
	color:#000;
	font-size:30px;
	line-height:44px;
	margin-top:25px;
	}
a.cal-btn{
	display:inline-block;
	vertical-align:middle;
	margin-top:30px;
	width:480px;
	padding:10px 0;
	background: #1cb141;
    text-align: center;
    border-radius: 6px;
	}
a.cal-btn svg{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:80px;
	}
a.cal-btn svg path{
	fill:#fff;
	}
a.cal-btn  p{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	margin:10px 0 0 15px;
	letter-spacing:1px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	}
a.cal-btn  p span{
	display:inline-block;
	vertical-align:middle;
	font-size:34px;
	font-weight:bold;
	margin-bottom:10px;	
	}
.close-icon{
	position:absolute;
	right:0;
	top:0;
	color:#999;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	cursor:pointer;
	}
	
@media only screen and (max-width:767px){
.glue_popup{width:360px; margin:-175px 0 0 -180px; padding: 25px 20px 20px; height:290px;}
.exit-text2{font-size:24px; line-height:34px; margin-top:15px;}

a.cal-btn{max-width:90%; padding:15px 0; margin-top:20px;}
a.cal-btn svg{width:42px; height:42px;}
a.cal-btn p{font-size:13px; line-height:18px; margin: 2px 0 0 5px;}
a.cal-btn p span{font-size:23px; margin-bottom:5px;}
.close-icon{width:25px; height:25px; font-size:17px; line-height:25px;}
}
	
/*CSS3 animation keyframes.*/

@-webkit-keyframes zoomin {
0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	}

40% {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 1;
	}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}
}

@-ms-keyframes zoomin {
0% {
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	}
40% {
	-ms-transform: scale(1.02);	
	transform: scale(1.02);	
	opacity: 1;
	}
100% {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}

}

@keyframes zoomin {

0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	}

40% {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 1;
	}

100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}

}