/* ---------------- CSS RESET ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mar-20 {
    margin: 0px 35px;
	padding: 20px 0px;
	border: none;
}

.mar-21 {
    margin: 0px 35px;
	padding: 20px 0px;
	border: none;
}

/* ---------------- CSS RESET ---------------- */
.content{
	padding: 10px 0px;
	text-align: center;
}

.content img{
 display: inline-block;
	height: auto;
}

.show {

    display: block;
    padding: 4% 9%;
}

.nav.navbar-nav.menus {

    padding: 0px 15px;

}
.pullcenter{
	display: inline-block;
	margin-top: -7px;
}
.show p {
    float: none;
    text-align: left !important;
}
#footer {
    padding: 10px 0px 20px 0px;
}
.show a{
   text-decoration: underline;
	color:#d13543;
	padding-left: 5px;
}
.foot h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin: 0px auto;

}
.foot p {

    text-align: center;
    padding: 1% 13%;
    color: #fff;
    margin: 0px;
	line-height: 24px;
	font-size: 15px;

}
html .text-color-primary:not(.no-skin), html .text-primary:not(.no-skin) {
    color: #2388ed !important;
}
.lead {

    font-size: 1.2em;
    line-height: 1.8;
    color: #777;

}
 

.foot p span{
	font-weight: 700 !important;
}
.links a {
    color: #fff;
    padding-bottom: 0px;
}
.content h1 {
		font-size: 28px;

		padding: 50px 0px;

		text-align: center;

		font-weight: 700;

		line-height: 25px;
}
.content h1 span{
}

.price .pays{font-weight: 600;}

.bolder{font-weight: 700!important;}.

.clrs{
	color:#d93131;
	font-weight: 300;
}
.row-centred{
	text-align: center;
	float: none;
}
.col-centred{
 float: right;
}
.logoarea {

    background:#e5e1e0;
    padding: 12px 20px 25px 30px;
    text-align: center;
    position: relative;

}

.price a img{
	margin-top: 0px;
}
.logoarea img{
  display: inline-block;
}
.contentarea {

    background: #fff;
padding: 45px 20px 0px 20px;
    text-align: center;

}
.price span {
 float: left;
 padding-top: 0px;
 color: #d93131

}
.price span::after {
  content: ' ';
	right:0px

}
.txc{
	color:#000 !important; 
	float: left;
    font-weight: 600;
}
.pays{
	color:#000 !important;
}
.price img {

    max-width: 100%;
    height: auto;
    transition: opacity .3s ease-in;

}
.price {
    font-size: 14px;
    border-bottom: 1px solid #dedbcf;
    padding: 5px 0px;
	background: #fff;
}.price {
    font-size: 14px;
    border-bottom: 1px solid #dedbcf;
    padding: 5px 0px;
	background: #fff;
}
.prices {
    font-size: 14px;
    padding: 5px 0px;
	background: #fff;
}
.prices1 {
    font-size: 14px;
    padding: 5px 0px;
	background: #fff;
	 border-bottom: 1px solid #dedbcf;
}
.contentarea p{
	font-size: 13px;
	line-height: 22px;
	text-align: right;
}
.price p{
	font-weight: 700;
}

#header .header-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
    z-index: 0;
}
#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 104px;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}
#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}
.pays{
	margin-top: 5px;
}
.clr {

    background: #e5e1e0;
    border-bottom: 2px solid #485254;
    position: relative;
    text-align: center;

}
.card a {

    text-align: center;
    padding: 10px 0px;

}
.card ul li {

    list-style: none;
    clear: both;
    padding: 27px 0px;
    border-bottom: 1px solid #dedbcf;

}
.card ul li a {

    float: left;
    padding: 0px 0px;

}
.modal-dialog.privacy-g {
    text-align: left;
    width: 93%;
	max-width: 1200px;
	margin-top: 100px;
}
.modal-content.privacy-c {

    border: 3px solid #d93131;
}
.modal-header {
    border-bottom: 0 solid #d93131;
}
button.close {

    background: #d93131 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    padding: 15px 20px !important;
    position: absolute;
    right: -12px;
    top: -10px;

}
.privacy-b p{
	margin: 0px;
	padding: 3px;
}
.privacy-b h3{
	margin: 0px;
	padding: 3px !important;
}
#footer{
	padding: 10px 0px 20px 0px;
}
.modal-title {
    margin: 0px;
    line-height: 1.42857143;
    color: #d93131;
    font-size: 40px;
    font-weight: 600;
    text-align: center;

}
/*
.btn{
	background: transparent;
	border: 1px solid #d93131;
	padding: 10px 15px;
	color: #d93131;
}
*/

.btn-success{
    color: #fff !important;
    background: #92c847;
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
    border-radius: 5px;
    border: none;}

.btn:hover{
	background:#d13543;
    border: none;
	color: #fff;
}
.privacy-g h3 {
    font-size: 20px;
    font-weight: 600;
    color: #d93131;
    padding: 10px 0px;
}
.afford {
    position: absolute;
    bottom: -36px;
   	left: 0px;
    right: 0px;

}
.padd-0{
	padding: 0px;
}
.card {
    padding: 10px 10px !important;
}
.paddr-0{
	padding: 0px 0px 0px 15px;
}
.paddr-0{
	padding-right: 0px !important;
}
#features{
	background: #fff;
}
#response-message {
    display: none;
    padding: 5px 15px;
    background: #2388ed;
    color: #fff;
    margin: 2% 0%;
    border-radius: 10px;
    text-align: center;
}
.col h2{
	color: #1c1f21;
	font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 15px 0 !important;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.5px;
}
.btn-rounded {

    border-radius: 50px;

}
.btn-4 {

    padding: 11.076px 35.692px !important;
    padding: 0.6923076923rem 2.2307692308rem !important;

}
.affordable {
	background: #fff;

	font-size: 16px;

	position: absolute;

	bottom: -2px;

	border: 3px solid #d13543;

	border-radius: 50%;

	color: #d13543;

	height: 40px;

	width: 40px;

	line-height: 35px;

	left: 0px;

	right: 0px;

	margin: 0px auto;
}
.navbar-default {
	background-color: #fff !important;
	border-color: #fff !important;
	margin-bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 9999;
	height: auto;
	min-height:auto !important;
}
.shows {
	text-align: center;
	margin-top: 20px;
	display: inline-block;

}
.shows1 {
		text-align: center;
		margin-top: 0px;
		padding: 5px 0px 15px;
}
.header-alt {
  background-color: rgba(255,255,255, 0.8);
  position: fixed;
	border-bottom: 1px solid #000;
  top: 0px;
  width: 100%;
	left: 0px;
  transition: all 0.5s;
	z-index: 9999999;
}

.shows a:first-child{
	padding: 5px 33px;
	border: 2px solid #e04e5a;
	border-radius: 15px;
	text-decoration: none;
	color: #e04e5a;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.shows a:first-child:hover{
	background:#e04e5a;
     color: #fff;
}
.features li {
    display: inline;
	list-style: none;
	padding: 5px;
    font-weight: 600;
	color: #000;
	line-height: 25px;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 12px;

}
.features1 li {
    display: inline;
	list-style: none;
	background-color: #dcdcdc;
	padding: 1px 10px;
	border: 1px solid #d2d2d2;
	color: #000;
	line-height: 25px;
	float: right;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	border-radius:5px;

}
.features2 li {
  list-style: none;
	color: #000;
	line-height: 25px;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
	text-align: left;
}
.features2 li span{
	font-size: 22px;
	color: #d93131;
	padding-right: 10px;
}
.features1 li:nth-child(6) {
    display: inline;
	list-style: none;
	background-color: transparent;
	padding: 1px 10px;
	border: 0px solid #d2d2d2;
	color: #000;
	line-height: 25px;
	float: right;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	border-radius:15px;

}
.features1 li:nth-child(6) a{
	text-decoration: underline;
    color: #f00;
    font-weight: 700;
}
.features li img{
	width: 20px;
}


.modal-titlex a img{display: inline; }
.modal-titlex{font-size: 22px ; font-weight: 600}



.imgss{
	display: inline-block;
}
.shows a:nth-child(2){
	    margin-left: 25px;
}
.rating {

    float: left;
    font-size: 20px;
    color: #17313b;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    position: relative;
    top: 1px;

}
	
.shows a:nth-child(2) img{
   padding: 10px 0px;
}
.marg-30{
	margin: 30px -15px;
}
.head{
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	padding: 15px 0px;
	line-height: 30px;
}
.affordable1{

    background: #fff;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: -7px;
    margin: 0% 0% 0% 39%;
    border: 3px solid #d13543;
    border-radius: 50%;
    color: #d13543;
    height: 40px;
    width: 40px;
    line-height: 35px;

}
.padds-30{
	padding: 30px 0px 0px 0px;
}
.padd-15{
	padding-left: 15px;
	padding-right: 15px;
}
.affordable2{

    background: #fff;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: -7px;
    margin: 0% 0% 0% 42%;
    border: 3px solid #d13543;
    border-radius: 50%;
    color: #d13543;
    height: 40px;
    width: 40px;
    line-height: 35px;

}
.heatp{
	text-align: center;
	padding: 10px 0px 15px 0px;
}
.heatp img{
  display: inline-block;
	width: 135px;
}
.btts{
	padding-top: 15px;
}
.btts a{
	padding: 10px 15px;
	border-radius: 50px;
	color: #d93131;
	float: right;
		border: 2px solid #d93131;

}
.btts a:hover{
    color: #fff;
	background: #d93131;
	text-decoration: none;

}
.bgc{
	background:#f1f3f7;
}
#contact{
	background:#fff;
}
form.form-style-2 .form-control {

    background-color: #f1f3f7;

}
.textl{
	text-align: left !important;
}
.Website{
	text-transform: uppercase;
}
.paddtp{
	    padding-top:38px;
}
.padd-0{
	padding: 0px;
}
.paddtp span {
    padding-left: 5px;
	font-size: 14px;
}
.menus li:first-child {
    padding: 0px 15px 0px 0px;

}
.paddtp i{
	font-size: 20px;
	color:#d93131;
	float: left;
	padding-left: 15px;
	line-height: 13px;
}
.menus li{
	list-style: none;
	display: inline-block;
	 padding: 0px 15px;	
}
.menus li a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding-left: 1.1em;
	padding-right: 1.1em;
	color: #000;
	border-top: 3px solid #fff;
	padding-top: 5px;
    padding-bottom: 5px;
}
 .navbar  ul > li:hover > a::before,  .navbar  ul > li:focus > a::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    border-top: 3px solid #d93131;
	color:#d93131 !important; 
}
.menus li a:hover{
	color: #d93131 !important;
}
.icon-box.icon-box-style-1 {

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

}
.text-4 {

    font-size: 17.6px !important;
    font-size: 1.1rem !important;
	font-weight: 700;

}
.icon-box.icon-box-style-1 .icon-box-info p {
    color: #707070;

line-height: 1.9;

margin: 0 0 1.2em;
	font-size: 0.9rem;

}
form.form-style-2 .form-control {

    background-color: #f1f3f7;

}
.btn-default { font-size: 15px!important; }

@media(max-width:520px){
.features1 li,	.features li {
    display: inline;
list-style: none;
padding: 2px;
color: #000;
line-height: 20px;
float: left;
margin-left: 3px;
margin-bottom: 5px;
font-size: 10px;
}
}

@media(max-width:420px){
	.shows a:first-child {
    font-size: 12px;
    padding: 5px 7px;

}
	.features2{
		display: block;
		float: none;
		margin: 20px 0px;
	}
	.content h1 {

    font-size: 25px;
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    line-height: 35px;

}
	.clrs {

    color: #d93131;
    font-weight: 300;
		font-size: 17px !important;

}
	.txc{
		float: left;
padding-right: 5px;
	}
	.shows {

    text-align: center;
    margin-top: 24px;
    display: inline-block;
    margin-bottom: 10px;

}
	.mb-4 {

    padding: 10px;

}
	.paddr-0 {

    padding: 0px 0px 0px 0px;
        padding-right: 0px;

}
.features1 li,	.features li {
    display: inline;
list-style: none;
padding: 2px;
color: #000;
line-height: 20px;
float: left;
margin-left: 3px;
margin-bottom: 5px;
font-size: 10px;
}
	.features li img {

    width: 12px;

}
	.menus li{
		display: block;
	}
	.shows a:nth-child(2){
	    font-size: 12px;
    padding: 5px 7px;
}
	.navbar-nav {

    margin: 7.5px 0px;

}
	.menus li:first-child {

    padding: 0px 15px 0px 15px;

}
	.price a img {

    margin-top: 8px;
    width: 155px;

}
	.padd-15{
	padding-left: 0px;
	padding-right: 0px;
}
	.heatp {

    border-bottom: 1px solid #000;
    padding: 0px 5px !important;

}
	.btts {
    padding-top: 20px;
		text-align: center;
		padding-bottom: 20px;
}
	.btts a {
		float: none;
	}
.paddtp {

    padding: 10px 0px;
    text-align: center;

}
	.paddtp i {
    font-size: 20px;
    color: #d93131;
	}
	.paddtp span {

    padding-left: 10px;
    font-size: 16px;

}
	.header {
    border-bottom: 1px solid #ededee;
    background: #fff;
    padding: 15px 0px;
    height: 170px !important;

}
	
}
.header{
	background: #fff;
	border-bottom: 1px solid #ededee;
}


.blink_me {
    animation: blinker 1s linear infinite;
    color: #00c100;
    font-size: 22px;
    font-weight: 600;
}
.blink_me2 {
    animation: blinker 1s linear infinite;
    color: #fff ;
    background-color: #d93131;
    font-size: 22px;
    font-weight: 600;
}
.gif_row{margin: 10px 0 20px;}

.p{line-height: 23px;}

.gs-logo{
    width: 135px;
    vertical-align: middle;
}

.fb_btn {
    color: #fff;
    background: #da2f30;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
}
.fb_btn:hover {
    background: #3ecc68;
    color: #fff;
}

.privacy_content {
    padding: 70px 0px;
    background: #fff;
}

.privacy_content h3 {
    font-size: 20px;
    margin: 20px auto 0;
    line-height: 26px;
    font-weight: 600;
    color: #333;
}

.privacy_content p {
    font-size: 15px;
    line-height: 24px;
}






/*Cookie bar*/
.cc-window.cc-banner {
    padding: 8px 12px !important;
    
}

.cc-floating.cc-theme-classic {
    padding: 10px !important;
    border: 1px solid #92c847 !important;
}
.cc-link {

    display: block !important;
    font-size: 14px !important;
    float: right !important;
    color: #575757 !important;
    margin-top: 20px !important;
    text-decoration: none !important;
    

}
.cc-theme-classic .cc-btn:last-child{
    min-width: auto !important;
    color: #92C847 !important;
    float: left !important;
    border: none !important;
    padding: 0px !important;
    
}

.cc-btn.cc-dismiss{
    background: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    color: #92C847 !important;
    margin-top: -25px !important;
    
}
.cc-floating .cc-message {
    margin-bottom: 0px !important;
    color: #575757 !important;
    line-height: normal !important;
}
.cc-compliance{
    max-width: 50% !important;
}