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


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px
}
p {
	margin: 0px;
	padding: 0px
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
ul li {
	margin: 0px;
	padding: 0px
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.topMenuBox {
	background: #fb7b30;
	padding: 16px;
	position: relative;
}
.save {
	position: absolute;
	right: 3%;
	padding: 0;
	border-radius: 110px;
	top: 72px;
}
.saleImage {
	position: absolute;
	top: 58px;
	right: 32.3%;
}
.save p {
	color: #fff;
	position: relative;
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
}
.topMenuBox ul li {
	display: inline-block;
	margin-right: 58px;
}
.topMenuBox ul li a {
	font-size: 19px;
	color: #fff;
}
.top_box {
	background-size: cover;
	padding: 10px;
	margin: 0px 0px 20px;
	background-color: #C0392B;
}
.box_botal h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	padding: 10px 0px 0px;
}
.box_botal h2 span {
	font-weight: 600;
}
.box_botal h2 span:first-child {
	color: #d87469;
}
.box_botal h2 span:last-child {
	color: #f57c00;
}
.botl_box, .package_selector {
	box-shadow: 0px 2px 10px #CCC;
	cursor: pointer;
	margin: 20px 0px;
}
.head {
	background: #ffb7b0ab;
	border-bottom: 1px solid #d87469;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}
.head h3 {
	font-weight: 700;
	font-size: 23px;
	text-transform: uppercase;
	color: #c0392b;
	padding: 8px 0px 8px 51px;
}
.head p {
	color: #FFF;
	text-align: right;
	font-weight: 600;
	font-size: 20px;
	padding: 8px 12px;
}
.head p span {
	background: #C0392B;
	padding: 3px 25px 5px;
	border-radius: 30px;
}
.best_offer {
	position: absolute;
	top: -7px;
	left: -7px;
}
.botal_img img {
	margin: 0px auto;
}
.botl_text {
	background: #FFF;
	padding: 10px 0px;
	border-radius: 0px 0px 5px 5px
}
.aro {
	padding: 60px 0px 0px;
	text-align: center
}
.aro .fa {
	font-size: 41px;
	color: #c0392b
}
.aor1 {
	padding: 70px 0px 0px;
	text-align: center;
	display: none
}
.aro1 .fa {
	font-size: 41px;
	color: #c0392b
}
.botal_img {
	padding: 0;
	height: 160px;
}
.botal_img img {
	height: 100%;
	width: auto;
}
.botal_text {
	background: #ffb7b0ab;
	border-radius: 6px;
	padding: 20px 0px;
	margin: 10px 0px;
}
.botal_text h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d32f2f;
	text-align: center;
}
.botal_text p {
	color: #f00;
	font-size: 16px;
	text-align: center;
	padding: 4px 0px;
}
.botal_text h2 {
	font-size: 20px;
	color: #f00;
	text-align: center;
	padding: 0px 0px 5px;
}
.botal_text h2 span {
	font-size: 30px;
	color: #d32f2f;
	font-weight: 700;
}
.botal_text h4 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #000
}
.btn_text1 {
	text-align: center;
	padding: 10px 0px 0px;
}
.btn_text {
	background: #F3A31B;
	border: 1px solid #e17e00;
	border-radius: 2px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 6px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0px 0px 2px #000000;
}
.botl_box a:hover .head {
	background: #ff8d82
}
.botl_box a:active .head, .botl_box a:focus .head, .package_selector a:active .head, .package_selector a:focus .head {
	background: #ff8d82
}
.botl_box a:hover .botal_text {
	background: #ff8d82
}
.botl_box a:active .botl_box, .botl_box a:focus .botal_text {
	background: #ff8d82
}
.botal_box1 h3 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
/* TABLES */
table.table>thead {
	color: #c0392b;
	background-color: #ffb7b0ab;
	font-weight: 700;
}
table.table>thead>tr>th {
	border-bottom: 1px solid #449D44;
	padding: 10px 15px;
	font-size: 18px;
}
table.table>tbody>tr>td {
	padding: 5px 15px;
}
table.table>tbody>tr>td+td {
	width: 1px;
}
table.table select {
	float: right;
	height: 1.5em;
	padding: 0 0.15em;
}
table.table input {
	float: right;
	height: 1.5em;
	padding: 0 0.5em;
}
table.table input+.input-group-addon {
	height: 1em;
	padding: 0 0.75em;
}
.table-container {
	background: #fff;
	border: 1px solid #449D44;
	border-radius: 4px;
	overflow: hidden;
}
.text-bold {
	font-weight: 600;
	font-size: 17px;
}
.bodytext {
	font-weight: 700;
	font-size: 20px;
}
.text-red {
	color: #d32f2f
}
/*****form*******/
.form_box {
	padding-right: 13px;
}
.stap_img img {
	width: 100%;
}
.form_box1 {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	background: #fff;
}
.shio {
	text-align: center;
}
.shio a {
	font-weight: 600;
	font-size: 16px;
}
.shio h2 {
	font-weight: 400;
	font-size: 25px;
	color: #000;
	text-align: center;
	padding: 5px 0px 10px;
}
.control-label {
	padding: 5px 0px 0px 15px;
	font-size: 15px;
}
.form-group {
	margin-bottom: 6px;
}
.fom {
	padding: 0px 11px 0px 0px;
}
.fom select {
	background-color: #ffb7b0ab;
	border: 1px solid #c0392b;
	box-shadow: 0 0 8px #c0392b;
}
.bling h2 {
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	padding: 6px 0px;
}
.lableche {
	text-align: center;
	font-size: 15px;
}
.blin_fom {
	padding: 10px 11px 0px 0px;
}
.control-label {
	text-align: right;
}
.valid:after, .valid:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 150%;
	margin: 0!important;
	position: absolute;
	right: -.4em;
	top: .3em;
}
.valid:after {
	color: #c0392b;
	content: "\f00c";
}
.btn_box {
	padding: 10px 0px 10px;
}
.btn_box .btn {
	background: #F3A31B;
	border-color: #F3A31B;
	width: 100%;
	color: #FFF;
	text-shadow: 0px 0px 3px #000000;
	border-color: rgba(0,0,0,0.1)!important;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.35);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	transition: .5s!important;
}
.btn_box .btn:hover {
	background-color: #ef6c00;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15)!important;
}
.garnti {
	text-align: center;
}
.garnti h2 {
	color: #D32F2F;
	font-size: 18px;
	font-weight: 600;
}
.text p {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
}
.text {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	border-color: #ddd;
	padding: 15px;
	margin: 10px 10px 20px;
}
.text img {
	margin: 10px auto;
}
.last_img img {
	margin: 0px auto;
}
.form_box {
	margin: -77px 0px 0px 0px;
}
#footer {
	padding: 30px 0px
}
.fot_text p {
	text-align: center;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
}
/*.botl_box i:before {
	content: "\f05d";
}*/
.botl_box i.selected:before, .package_selector i.selected:before {
	content: "\f05d";
}
.botl_box .selected i:before, .package_selector .selected i:before {
	color: #c0392b;
	content: "\f10c";
}
.expYear {
	display: inline-block;
	width: 45%;
	border-radius: 0 4px 4px 0;
	border-left-width: 0;
	padding: 6px;
	margin-left: -5px;
}
.ccnumber {
	padding-left: 0;
}

/*************************/
@media (min-width: 1200px) {
}
 @media (min-width: 992px) and (max-width: 1199px) {
}
 @media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
.head h3 {
	text-align: center;
	padding: 5px 0px;
}
.head p {
	text-align: center;
	padding: 4px 0px 11px 0px;
}
.aro {
	padding: 20px 0px;
}
.botal_img {
	padding: 10px 0px;
}
.form_box {
	margin: 20px 0px 0px 0px;
}
}
@media (max-width: 627px) {
}
@media (min-width: 481px) and (max-width: 626px) {
}
@media (max-width: 767px) {
.save {
	position: relative;
	right: auto !important;
	padding: 0;
	border-radius: 110px;
	top: 0 !important;
	left: auto !important;
	margin-top: 16px;
	text-align: center;
}
}
 @media (max-width: 360px) {
}
 @media (max-width: 320px) {
}
.special-offers img {
	width: 90%;
	margin: 0;
}
 @media screen and (max-width:767px) {
.save > p {
	margin-top: 0 !important;
	font-size: 28px !important;
	-webkit-text-stroke-width: 1px !important;
	-webkit-text-stroke-color: #ddd !important;
}
}
.save p {
	font-family: fantasy;
	color: #C0392B;
	font-size: 42px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	margin-top: -54px;
}
.package-heads {
	color: #c0392b;
	font-size: 20px;
	font-weight: 800;
}
.package-heads .aro {
	padding: 20px 0;
}
.totalsection-font-sm td {
	font-size: 14px;
	color: #666;
}
.sub-total td, .grand-total td {
	color: #C0392B;
	font-weight: 700;
}
.disclaimer-text p {
	font-size: 15px;
}
.shipping-handling-text {
	font-size: 12px !important;
	color: #000 !important;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.special-offers img {height:auto; margin:0 auto;}
	.botal_img {height:auto;}
	
}

