@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background-image: url(../logo/useinsider-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
a {
	outline: none;
	border: 0px;
}
header {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	background: white;
	box-shadow: 1px 1px 1px #e7e7e7;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}
.clear {
	clear: both;
}
.container {
	max-width: 1140px;
	margin: 0px auto;
}
.logo {
	width: 22%;
	float: left;
	height: auto;
	overflow: hidden;
}
.logo img {
	width: 85px;
}
.logo2 {
	width: 22%;
	float: left;
	height: auto;
	overflow: hidden;
}
.logo2 img {
	width: 97px;
}
section.section {
	margin-top: 9%;
}
section.section h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
section.section p.padding_right {
	font-size: 14px;
    line-height: 23px;
    padding-right: 0px;
    display: block;
    padding-top: 0px;
    font-weight: normal;
    color: #333;
}
.section_left {
	width: 41%;
	float: left
}
.section_left h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
.section_left h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-top: 22px;
}
.section_left p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding-right: 30px;
	margin-top: 24px;
}
.section_left p a {
	color: #666;
}
.section_left p a:hover {
	color: #999;
	text-decoration: none;
}
.left_form {
	-webkit-box-shadow: 0 2px 3px rgba(213,218,223,0.35);
	-moz-box-shadow: 0 2px 3px rgba(213,218,223,0.35);
	box-shadow: 0 2px 3px rgba(213,218,223,0.35);
	border: 1px solid #d5dadf;
	border-radius: 3px;
	border-radius: 0.1875rem;
	background: white;
	padding: 24px;
	font-family: 'Poppins', sans-serif;
}
label a.icon-question {
	position: absolute;
	right: 0;
	background-color: #000;
	color: #CCC;
	width: 200px;
}
.left_form .form-lab label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.left_form .form-lab input {
	-webkit-box-shadow: 0 1px 0px rgba(213,218,223,0.25);
	-moz-box-shadow: 0 1px 0px rgba(213,218,223,0.25);
	box-shadow: 0 1px 0px rgba(213,218,223,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #d5dadf;
	color: #495055;
	font-size: 14px;
	padding: 12px 4%;
	display: block;
	width: 92%;
	margin-bottom: 12px;
	display: block;
	float: left;
	color: #666;
	font-weight: normal;
}
.left_form .form-lab input[type="checkbox"] {
	width: auto;
	margin-top: 2px;
	margin-right: 10px;
}
.tooltip {
	position: relative;
	display: inline-block;
	border: solid 2px #000;
	border-radius: 30px;
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 12px;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color: black;
	color: #fff;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -58px;
	right: -240px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	padding: 10px 10px;
	text-align: left;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip b {
	font-weight: bold;
	margin-top: -84% !important;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
	right: 0;
}
.half {
	width: 48%;
	float: left;
}
.half.right {
	width: 48%;
	float: right;
}
button.btn-primary {
	/*background: #ff525d;
    display: block;
    margin: 8px auto 10px auto;
    color: #fff;
    width: 100%;
    border: 0px;
    height: 46px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    float: left;
    cursor: pointer;
    border-radius: 200px !important;*/
	    background: #ff525c;
    display: inline-block;
    color: #fff;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    float: none;
    cursor: pointer;
    border-radius: 43px;
    position: relative;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 10px;
}
.first-section-information {
	border-bottom: 1px solid #d5dadf;
	padding: 16px 0 8px;
	margin-bottom: 3px;
	display: block;
	width: 100%;
	float: left;
}
.discountOffer {
	border-bottom: 1px solid #d5dadf;
	padding: 16px 0 5px;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.margin {
	margin-top: 8px;
}
.section_right {
	width: 57%;
	float: right;
	padding: 0px 0px;
}
.pixel-mobile {
	background-image: url(../logo/pixel-2.png);
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 363px;
	height: 743px;
	padding: 0;
	display: block;
	margin: 0px auto;
	right: 0px;
	left: 0px;
	font-family: 'Roboto', sans-serif;

}
.pixel-mobile-inner {
	margin-top: 49px;
	float: left;
	width: 323px;
	padding-left: 17px;
	padding-right: 17px;
	margin-left: 1px;
}
.mobile-top {
	background-color: #da4336;
	padding: 5px 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}
.mobile-top img {
	float: left;
	margin-top: 2px;
	margin-right: 36px;
}
.mobile-top:before {
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 35px;
    top: 73px;
    background-image: url(../logo/search.png);
    background-size: 80%;
    background-repeat: no-repeat;
}
.top_logo {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	border-radius: 100%;
}
.top_logo img{
	width:100%;
	height:100%;}

.mobile-view {
	font-size: 14px;
	height:auto;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #eee;
	position:relative;
}
.pixel-mobile-inner h4 {
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 15px;
}
.image_size {
	width: 242px !important;
    height: 62px !important;
    overflow: hidden;
    border-radius: 3px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 5px;

}

.pixel-mobile .phone-screen {
	display: block;
	width: 281px;
	position: absolute;
	top: 57px;
	right: 206px;
	z-index: 300;
}
.legal-notice {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.mobile-view table {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
p.offer_td {
	margin: 4px 0px 0px 0px;
}
.ex {
	display: block;
	width: 100%;
	padding: 12px 0px 11px 0px;
	border-bottom: solid 1px #eee;
}
.ex-left {
	display: block;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}
.ex-left span {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.ex-left span.e {
	background-color: #39C;
}
.ex-left span.l {
	background-color: #ef7f1b;
}
.ex-left span.m {
	background-color: #0CC
}
.ex-left span.b {
	background-color: #F99;
}
.ex-left span.p {
	background-color: #d50000;
}
.ex-right {
	float: left;
	position: relative;
	display: inline-block;
	width: 77%;
}
.ex-right:before {
	content: '';
	background-image: url(../logo/star.png);
	position: absolute;
	width: 15px;
	height: 14px;
	right: 0;
	top: 30px;
}
.ex-right h5 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 500;
}
.ex-right p.bold {
	font-size: 13px !important;
	color: #333;
	font-weight: 500 !important;
}
.ex-right p {
	font-size: 13px;
	margin: 4px 0px;
	color: #999;
	font-weight: normal;
}
.date {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 11px;
	color: #037cd5;
	font-weight: 500;
}
.msg {
	background-color: #da4336;
	width: 45px;
	height: 45px;
	color: #fff;
	border-radius: 33px;
	position: absolute;
	right: 40px;
	bottom: 95px;
	text-align: center;
	cursor: pointer;
}
.msg i.fas.fa-pen {
	margin-top: 13px;
}
section.second {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 100px;
	margin-bottom: 100px;
}
section.second a{
	color:#ff525d;
	text-decoration:none;}
section.second a:hover{
	text-decoration:none;}

.second h3 {
	display: block;
	margin: 10px 0px;
	font-size: 20px;
	font-weight: 400;
}
.second h3::after {
	content: " ";
	color: #fff;
	display: block;
	border-bottom: 3px #A6B6B7 solid;
	margin: 20px 0 30px;
	margin: 1.25rem 0 1.875rem;
	width: 20px;
	width: 1.25rem;
}
.second p {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	padding-right: 30px;
}
p#fnames {
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	font-size: 15px;
	font-weight: 500;
}
p#sublines {
	margin: 0px;
	margin-top: 0px;
	font-size: 13px !important;
	color: #333;
	font-weight: 500 !important;
}
label#offers {
	background-color: #00ac4d;
	padding: 3px 5px;
	color: white;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 15px 0px 0px;
}
label#offcodes {
	background-color: #dedede;
	padding: 3px 5px;
	color: #888;
	border-radius: 5px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
span.code {
	padding: 3px 0px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	color: #aaa;
}
small {
	text-align: left;
	font-size: 10px;
	color: #9aa0a6;
	margin-top: 1px;
	display: block;
	text-transform:none;
}
p.days {
	position: absolute;
    right: 8px;
    top: 30px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}
span.color {
	color: #faae53;
	display: inline;
}
.dhir-regis-popup {
	font-family: poppins;
}
.dhir-regis-popup-1 {
    width: 48%;
    float: left;
    margin: 4px 1%;
}
.dhir-regis-popup-1 label {
	width: 100% !important;
	height: auto;
	overflow: hidden;
	display: block;
	font-size: 14px;
	margin-bottom: 1% !important;
}
.dhir-regis-popup-1 input {
	width: 96%;
    height: 35px;
    padding: 0px;
    overflow: hidden;
    padding-left: 3%;
	font-size:13px;
}
.dhir-regis-popup-1 select {
	width: 100%;
	height: 38px;
	overflow: hidden;
	font-family: poppins;
	color: #000;
}
.dhir-regis-popup-1 input::placeholder {
 font-family: poppins;
}
.container-1 {
	max-width: 40%;
}


.dhir-regis-popup .btn-primary.popov_form_submit_btn {
	width: 90%;
	text-align: center;
	float: left;
	margin: 10px 4%;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
#popov_div, #popov_div_2 {
background-color: #FFF;
    padding: 25px 15px;
    border-radius: 10px;}

.popov_div_close, .popov_div_2_close{
	position: absolute;
    right: -14px;
    top: -14px;
    width: 28px;
    height: 28px;
    background-color: #ff525c;
    color: #fff;
    text-align: center;
    border-radius: 27px;
    border: 0px !important;
	}
	
	
	
	
.navi-dh {
	width: 77%;
	float: right;
	height: auto;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}
.navi-dh ul {
	margin: 0;
	padding: 0;
	float: right;
}
.navi-dh ul li {
	float: left;
	list-style: none;
	margin-left: 0%;
	padding: 15px 18px;
	font-size: 14px;
	color: #212121;
	font-weight: 500;
}
.navi-dh ul li a {
	text-decoration: none;
	color: #212121;
}
#popov_div button.btn-primary{
	background: #ff525c;
    color: #fff;
    border: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 40px;
    padding: 13px 0px;
    text-transform: uppercase;
    display: block;
    margin: 0px auto;
    width: 40%;
    margin-top: 24px;}










.dhir-nav {
	background: #ff525d;
	border-radius: 37px;
	color: white !important;
}
li.dhir-nav {
	padding: 10px 18px !important;
	margin-top: 0.39%;
}
li.dhir-nav a {
	color: white !important;
}
.mobile-container {
	max-width: 85%;
	margin: auto;
	height: auto;
	color: white;
	border-radius: 10px;
	display: none;
}
.topnav {
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.topnav #myLinks {
	display: none;
}
#myLinks {
	margin-top: 12%;
	background: #f5f5f5;
	padding: 3%;
	text-align: center;
}
#myLinks li {
	list-style: none;
}
#myLinks li a {
	color: black;
}
.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.topnav a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 2%;
}
.topnav a:hover {
	color: whitesmoke;
}
span.err_msg {
	color: #ff525d;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	position: relative;
	top: -7px;
}
.header_left {
	float: left;
}
.header_left img {
	width: 86px;
}
.header_right {
	float: right;
}
.header_right a {
	background-color: #ff525d;
	color: #fff!important;
	border-radius: 50px;
	padding: 12px 20px;
	margin-top: -2px;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

.second.thanks{
	text-align: center;
    margin-top: 30px;}
	
.section h1.heading{
	font-size: 36px;
    color: #ff525c;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	padding-top:10%;
    display: block;
	}


/*----------------------------------------------------------------------------RESPONSIVE------------------*/
@media (max-width: 768px) {
.header_right {
	float: right;
	margin-right: 12px;
}
.container {
	max-width: 90%;
	margin: 0px auto;
	padding: 0px 5%;
}
section.section h1 br {
	display: none;
}
.section_left {
	width: 100%;
	float: none;
	margin: 0px auto;
}
.section_right {
	width: 100%;
	float: none;
	padding: 0px 0px;
	margin: 0px auto;
	margin-top: 30px;
}
.pixel-mobile-inner{
	margin-top: 46px;
    float: left;
    width: 302px;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 0px;
	}
.ex-right p {
    font-size: 12px;
	}

.ex.mobile{
	display:none;}
	
.ex-left{
    margin-left: 11px;
    margin-right: 11px;}
	
section.section p.padding_right {
	font-size: 14px;
	line-height: 22px;
	padding-right: 0px;
}
section.section p.padding_right br {
	display: none;
}
section.section h1 {
	font-size: 18px;
}
section.section {
	margin-top: 22%;
}
.pixel-mobile {
	left: 0px;
	width: 340px;
	}
section.second {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 100px;
	text-align: center;
}
.second p {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	padding-right: 0px;
}
.container-1{
	max-width: 90%;}
.popov_div_close {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    background-color: #ff525c;
    color: #fff;
    text-align: center;
    border-radius: 27px;
    border: 0px !important;
}
#popov_div{
	padding: 20px 15px;
	}
#popov_div button.btn-primary{
	padding-top:15px;}
button.btn-primary {
    background: #ff525c;
    display: inline-block;
    color: #fff;
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: none;
    cursor: pointer;
    border-radius: 43px;
    position: relative;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 10px;
    margin-bottom: 20px;
}
.section h1.heading {
    font-size: 28px;
    color: #ff525c;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    padding-top: 0%;
    display: block;
    line-height: 26px;
    padding: 0px 10%;
}
.image_size {
    width: 228px !important;
    height: 60px !important;}

}


