html{
	font-family: Lato, Helvetica, sans-serif !important;
}

body{
	background: transparent;
	font-size:16px;
	color:#123c69 !important;
  	font-family:  sans-serif;
}

main{
	background: #ac3b61;
}

footer{
	background: #bab2b5;
}

a {
	text-decoration: none !important;
	color:var(--primary) !important;
}

a:hover {
	color:orange !important;
	font-color: white !important;
}

ul{
	list-style-type: none;
}

label{
	font-size: .95rem;
	color: #000080 !important;
}

input, select{
	font-size: 1rem !important;
	color: gray !important;
}

img {
    display: block;
}
pre{
	font-family: Lato, Helvetica, sans-serif !important;
}

.reqd{
	color: red;
	font-size: 1.25rem;
	font-weight: 600;
}

#menubars{
	font-size:34px; 
	color:lightgray;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: .85rem;
  	color: dimgray;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: .85rem;
  	color: dimgray;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: .85rem;
  	color: dimgray;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: .85rem;
  	color: dimgray;
}

.flagim-reg{
	width:30px;
}

#langflagsdiv{
	margin:10px auto 10px auto;
}

#langdiv{
	margin:10px 50% 10px 50%;
	text-align:center;
}

#toplangdiv{
	position: fixed;
	width:100px;
	top: 0;
	right: 0;
}

.not_me_btn{
	padding: 0px;
	font-size: 0.75rem;
	color: white;
	height: 20px;
	min-width: 100px;
	max-width: 150px;
	background-color: DarkOrange;
	border-radius: 5px;
	cursor: pointer;
	margin: auto;
	text-align: center;
}

.not_me_btn:hover{
	padding: 0px;
	font-size: 0.75rem;
	color: white;
	height: 20px;
	min-width: 100px;
	max-width: 150px;
	background-color: DarkGoldenRod;
	border-radius: 5px;
	cursor: pointer;
	margin: auto;
	text-align: center;
}

.redborder{
	border: 2px solid red;
}

.error{
	font-style: italic;
	font-size: 0.65rem;
	color: red;
}

#pills_content{
	min-height: 300px;
}

#btnwrapper{
	margin: 20px 0px 0px 0px;
}

#tab_pills{
	max-height: 100%;
	padding: 0px 4px 0px 4px !important;
}

.rounded-circle {
	margin-right: 15px !important;
	padding: 5px 12px 5px 12px !important;
	background-color: white !important;
	border: 1px solid orange !important;
	z-index: 100;
}

.quote_pill{
	z-index: 100;
}

.pline{
	position: absolute;
	left: 36px;
	border-left: 1px solid black;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	background-color:orange ;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	transition: background 0.5s;
}

.active_quote_pill_one{
	color: orange;
	background-color: #eeeeee;
	border-bottom: 1px solid lightblue;
	border-color: orange !important;
	border-radius: 5px;
	z-index: 100;
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: inline-flex;
}

.active_quote_pill_two{
	color: orange;
	background-color: #eeeeee;
	border-bottom: 1px solid lightblue;
	border-color: orange !important;
	border-radius: 5px;
	z-index: 100;
	content: '';
	margin: 20px 0px 20px 0px;
	display: inline-flex;
}

.active_quote_pill_three{
	color: orange;
	background-color: #eeeeee;
	border-bottom: 1px solid lightblue;
	border-color: orange !important;
	border-radius: 5px;
	z-index: 100;
	content: '';
	margin: 20px 0px 20px 0px;
	display: inline-flex;
}

.active_quote_pill_four{
	color: orange;
	background-color: #eeeeee;
	border-bottom: 1px solid lightblue;
	border-color: orange !important;
	border-radius: 5px;
	z-index: 100;
	content: '';
	margin: 20px 0px 20px 0px;
	display: inline-flex;
}

.active_quote_pill_quote{
	color: orange;
	background-color: #eeeeee;
	border-bottom: 1px solid lightblue;
	border-color: orange !important;
	border-radius: 5px;
	z-index: 100;
	content: '';
	margin: 20px 0px 0px 0px;
	display: inline-flex;
}

h1{	
	font-size: 24px;
}

h2{	
	font-size: 18px;
}

input[type=file]::-webkit-file-upload-button {
	border: 2px solid #6c5ce7;
	padding: .2em .4em;
	border-radius: .2em;
	background-color: #a29bfe;
	transition: 1s;
}

input[type=file]::file-selector-button {
	border: 2px solid #6c5ce7;
	padding: .2em .4em;
	border-radius: .2em;
	background-color: #a29bfe;
	transition: 1s;
}

input[type=file]::-webkit-file-upload-button:hover {
	background-color: #81ecec;
	border: 2px solid #00cec9;
}

input[type=file]::file-selector-button:hover {
	background-color: #81ecec;
	border: 2px solid #00cec9;
}

.buy_now{
	color: white !important;
}

#working {
	display: none;
}

.purple-btn{
	background-image: url("/assets/img/purple_button.png");
	background-repeat: no-repeat;
	background-color: transparent;
}

.redtxt{
	color:red;
}

.ptitle{
	font-size:2.65rem;
	font-weight:900;
	color: var(--gray) !important;
}

.ptitle2{
	font-size:2rem;
	font-weight:900;
	color: var(--gray) !important;
}

.lgtxt{
	font-size:1.5rem;
	color: var(--gray) !important;
}

.social-icons{
	font-size:44px;
	color:var(--info);
	margin:5px 5px 5px 5px;
}

.social-icons:hover{
	color:var(--gray);
}

.start_btn_lg{
	width:100%;
	height:75px;
	background-color: var(--success);
	color:var(--light);
	weight:900;
	cursor:pointer;
	border-radius: 1rem;
}

.btn:hover {
	/*-webkit-transform: translateY(-1px) translateX(-1px);
	transform: translateY(-1px) translateX(-1px);*/
	color: var(--white);
	background-color: var(--warning) !important;

}

.disclosure{
	background-color: #dadada; 
	color: var(--secondary);
	border-radius: 1rem;
}

.cashierbtn.hover{
	color:red;
}

.cursor{
	cursor:pointer;
}

.dropdown-menu{
	background-color: #ac3b61 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #BA4068 !important;
}
/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity: .75;
	background: #fff url("/assets/img/preloader.gif") no-repeat center center;
}
/* Prelaoder */
#gdpr_wrap {
	position: fixed;
	left: 0;
	bottom: -100px;
	z-index: 99999;
	width: 100%;
	height: 100px;
	overflow: visible;
	background: #000;
	color: white;
}

#progressbar {
    background: green;
    height: 25px;
    width: 0px;
}

.ebookform{
	width: 60%;
	border: 80px solid black;
	border-radius: 20px;
}

.ebook_btn{
	position:absolute; 
	bottom:-60px;
}

.ebkbtnimg{
	width:45px;
}

#ebook_internal_form{
	background-image: url("/assets/img/ebook_form_bg.png");
	background-color: #fff;
	opacity: 1;
}

.navbar a, .navbar li > a, .navbar {
	color: white !important;
}

.navbar a:hover, .navbar li:hover > a, .navbar {
	color: #03C4EB !important;
}

#ebooklnk {
	transition: transform .7s ease-in-out;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 85px;
	display:none;
}

#ebooklnk:hover {
	background-color: transparent;
	transform: rotate(360deg);
}

#compare_now_img{
	transition: transform .7s ease-in-out;
	width: 90px !important;
}

#compare_now_img:hover{
	background-color: transparent;
	transform: rotate(-360deg);
}

#compare_quotes_btn:hover{
	background-image: url("/assets/img/quotes_now_bg_hover.png");
  	background-repeat: no-repeat;
	width: 250px !important;
	height: 82px !important;
	font-weight: 800;
	color: #ffffff;
}

#provcnt{
	position: absolute;
	top: -5px;
	left: 2px;
	font-size: 3.5rem;
	font-weight: 800;
	z-index: 100;
}

.btn:hover {
/*	-webkit-transform: translateY(-3px) translateX(-3px);
	transform: translateY(-3px) translateX(-3px);*/
}
.navbar-brand{
	margin-left: 20px;
}


.rows {
    display: table;
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.columns {
    display: table-cell;
    background-color: transparent; /*Optional*/
}

.headerimg {
    position: relative;
    display: inline-block;
}

.caption {
    position: absolute;
    top: 30px;
    right: -30px;
    transform: translate( -10%, -10% );
    text-align: right;
    color: white !important;
    font-size: 200%;
	line-height: 50%;
    font-weight: 400;
}

.caption > a {
    color: white !important;
}

.maincaption {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate( -10%, -10% );
    text-align: left;
    color: white !important;
    font-family: 'Bonheur Royale', cursive;
    font-size: 500%;
	line-height: 1;
    font-weight: 400;
}

#provrack{
	min-width: 100%;
	overflow: auto;
}

.provimgbank {
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.provimgbank {
	opacity: 0.3;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.provimgbank:hover {
	opacity: 1;
} 

.masthead{
	height: 100%;
}

.site_motto{
	font-size: 1rem;
	color: white;
}

#site_motto_div{
	border-bottom: 1px solid #a85571;
	font-style: italic;
}

#footer .company {
	text-align: center;
	color:#0f0f0f;
	font-size:.75rem;
}

#compare_now_floater_div{
    position: absolute;
    top: 100px;
	left: 50%;
	margin-left: -63px;
    width: 125px;
	display: none;	
    z-index: 999;
}

#compare_now_floater {
    margin: 0 auto;
}

#compare_now_floater a {
    position: relative;
}

#compare_now_floater_img{
	width: 125px;
}

#tog_comp_div{
	position: absolute;
	background-color: orange;
	width: 25px;
	height: 25px;
	top: -5px;
	right: -5px;
	font-size: 1rem;
	color: red;
	font-weight: 600;
	border: 1px solid red;
	border-radius: 50%;
	z-index: 10000;
}

.tr:nth-child(odd) {background: #eee}
.tr:nth-child(even) {background: #fff}

.thead{ background: #ddd }

.tr:hover{
	background-color: #F0F8FF;
}

.form-check-input{
	/*position: relative;*/
}

input,
button,
select,
optgroup,
textarea {
	/*margin: 0!important;*/
	font-family:  sans-serif!important;
	font-size: 1rem!important;
	line-height: 1.5rem!important;
}

.lbl{
	font-size:.7rem!important;
	margin-top: 2px!important;
	margin-bottom: 5px!important;
}
