@import url('https://fonts.googleapis.com/css?family=Rubik');
@font-face {
    font-family: 'Haettenschweiler';
    src: url('../fonts/Haettenschweiler.eot');
    src: url('../fonts/Haettenschweiler.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Haettenschweiler.woff2') format('woff2'),
    url('../fonts/Haettenschweiler.woff') format('woff'),
    url('../fonts/Haettenschweiler.ttf') format('truetype'),
    url('../fonts/Haettenschweiler.svg#Haettenschweiler') format('svg');
    font-weight: 500;
    font-style: normal;
}
body{
	font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #F9F9F9;
}
a {
    color: #333;
}
a:focus, a:hover {
    color: #21c395;
    text-decoration: underline;
}
input[type=text],input[type=email], input[type=password], select.form-control{
	    padding: 15px;
    height: 60px;
    font-size: 18px;
}
textarea.form-control{
	    padding: 15px;
    font-size: 18px;
}
.tophead{
padding-top: 10px;
    padding-bottom: 10px;
    background: #151515;
    color: #ffffff;
    background-image: url(https://xostudentdiscounts.co.uk/images/cross-background.png);
}
.topright{
	text-align: right;
	margin-top: 10px;
	padding-right: 0px;
}
.topright ul{
	display: flex;
	float: right;
	padding: 0px;
	list-style: none;

}
.topright ul li a{
	color: #ffffff !important;
	padding: 10px;
	font-size: 16px;
}
.topright ul li a:hover{
    opacity: 0.9;
}
.navbar-inverse .navbar-nav>li>a{
	color: #000000;
}
.navbar-nav>li>a{
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	background: none !important;
}
.navbar-nav>li.active,.navbar-nav>li:hover, .navbar-nav>li.current_page_item, .navbar-nav>li.current-menu-item{
	/*background: #21c395 !important;*/
}
.navbar-nav>li.active>a,.navbar-nav>li:hover>a, .dropdown-menu>li:hover>a{
    color: #21c395 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,.navbar{
	border: none;
}
.nav>li>a{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
.topright ul li a span{
	color: #21c395;
}
.hometopmsg{
    background: #ffffff;
    color: #000000;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border: 4px solid #21c395;
    border-radius: 5px;
    margin:30px 0 0 0;
}
.hometopmsg p{
	margin-bottom: 0px;
}
.homeslider{
	margin-top: 50px;
	border-radius:4px;
}
.homeslider .bx-wrapper{
	box-shadow: none;
}
.smdiscount .topimg{
    text-align: center;
}
.smdiscount .topimg img{
	max-width: 100%;
	border-radius: 10px 10px 0 0;
    height: 190px;

}
.smdiscount.lng .topimg img {
    height: 240px;
    min-width: 100%;
    object-fit: cover;
}
.smdiscount{
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 45px;
    height: 375px;
    box-shadow: 3px 3px 8px #e4e4e4;
}
 .smdiscount a label {
    cursor: pointer;
}

.smdiscount .midimg{
	text-align: center;
	margin-top: -60px;
	margin-bottom: 30px;
}
.smdiscount .midimg img{
	width: 33%;
	border: 4px solid #fff;
	box-shadow: 0 0 5px #ccc;
}
.smdiscount label{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	padding:0 20px;
}
.home_hotdis h3{
	margin-bottom: 40px;
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 6px 6px 10px -2px rgba(199,202,207,1);
    -moz-box-shadow: 6px 6px 10px -2px rgba(199,202,207,1);
    box-shadow: 6px 6px 10px -2px rgba(199,202,207,1);
}
.smdiscount.lng .midimg{
	text-align: left;
	margin-left: 20px;
	margin-top: -40px;
}
.smdiscount.lng label{
	width: 500px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-top: 60px;

}
.smdiscount.lng .midimg img{
	margin-bottom: 25px;
    width: 145px;
    height: 145px;
}
.ldmore{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.btnxodis{
	background: #21c395;
	color: #ffffff;

    padding: 15px 25px;
    font-size: 20px;
}
.topsearch .input-group{
	display: flex;
}
.topsearch .input-group .inputtext{
    padding: 10px;
    height: 47px;
    background: #283944;
    border: none;
    color: #ffffff;
}
.topsearch .input-group-append{
	background: #283944;
    color: #fff;
    padding: 0px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
}
.activeclassdiv{
	max-width: 620px;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	background: #ffffff;
	padding: 20px;
	border-radius:4px;
}
.activeclassdiv h3{
	margin-top: 10px;
}
.btnactvate{
	background: #21c395;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 20px !important;
	max-width:100%;
	text-align:center;

}
.activeclassdiv p a{
	text-decoration: underline;
	color: #000000;
	font-size: 16px;
}

.affiliateclassdiv{
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	background-color:#fff;
	border-radius:4px;
}
.affbanner, .retailerbgmain{
	background: url(../images/affiliate.jpg);
    background-size: cover !important;
    padding-top: 190px;
    padding-bottom: 190px;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.affbanner label, .retailerbgmain label{

	font-size: 26px;
}
.affbanner label span, .retailerbgmain label span{
	background-color: #ffffff;
    padding: 4px 15px;
    font-size: 30px;
    opacity: 0.8;
}
.affbtmform{
	margin-bottom: 30px;
    text-align: left;
    padding: 0 30px;
    font-size: 18px;
}
.affbtmform label{

}
.affformfields{
	margin-top: 40px;
}
.affformfields .row{
	margin-top: 30px;
	margin-bottom: 10px;
}
.commenu{
	margin-top: 50px;
}
.commenu ul{
	display: flex;
	list-style: none;
	padding-left: 0px;
}
.commenu ul li{

}
.commenu ul li a{
	color: #000000;
	padding: 20px 30px 20px 20px;
	font-size: 16px;
}
.commenu ul li.active a,.commenu ul li a:hover{
	background: #ffffff;
	text-decoration: none;
}
.comdetails{
	background: #ffffff;
	padding: 30px;
}
.btncomsave{
	width: 100%;
    background: #21c395;
    color: #ffffff;
    font-size: 22px;
    padding: 15px;
}
.btncomsave:hover{
	color: #ffffff;
	opacity: 0.8;
}
.comlogo img{
	max-width: 100%;
}
.comusercard > img{
	max-width: 100%;
}
.comlsmall{
	position: absolute;
	top: 20px;
	right: 20px;
}
img.comlsmall  {
    max-width: 150px;
    max-height:150px;
}
.comusercount{
	position: absolute;
    top: 200px;
    text-align: center;
    color: #fff;
    width: 330px;
    max-width: 100%;
}
.comusers .table{
	border-top: 1px solid #000000;
}
.comusers .table>thead>tr>th{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 20px;
	font-size: 16px;
}
.comusers .table>tbody>tr>td{
	border: none;
	padding: 15px 20px ;
}
td.checkconfirm{
	text-align: center;
}
td.checkconfirm i{
	font-size: 22px;
	color: #21c395;
}
td.checkconfirm.no i{
	color: #cccccc;
}
.userconfirmbox{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	background: #F8CCCC;
}
.userconfirmbox h3{
	font-size: 30px;
}
.userconfirmbox span{
	font-size: 40px;
}
.userconfirmbox p{
	font-size: 20px;
}
p.byconfirm{
	    font-size: 17px;
    text-align: center;
    margin: 20px auto;
    display: flex;
    width: 915px;
    max-width: 100%;
}
p.byconfirm i{
	color: #E2574C;
	font-size: 28px;
	margin-right: 12px;
}
.userconfirmbtn{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.userconfirmbtn .confall{
	padding: 10px 50px;
	background: #21c395;
	color: #ffffff;
	font-size: 20px;
}

.comdetails .smdiscount{
	background: #F9F9F9;
}

.savedheart{
	position: absolute;
    top: 15px;
    left: 30px;
    color: red;
    background: #ffffff;
    padding: 6px 5px 5px 5px;
    border-radius: 15px;
    font-size: 20px;
    width: 32px;
}
.userapps{
	margin-top: 20px;
}
.userapps img{
	width: 50px;
}
.userapps button{
	width: 200px;
    background: no-repeat;
    padding: 10px;
    font-size: 18px;
    height: 50px;
    margin-top: 0px;
    margin-left: 10px;
}
.userapps button:hover{
	color: #ffffff;
	background: #21c395;
}
label.uappinfo{
	font-size: 19px;
}
.chkper .btn.btn-success{
	background: none;
	border: 1px solid #000;
	padding: 5px 10px;
}
.chkper .btn.btn-success.active{
	background: #21c395;
	border: none;
}
.chkper{
	width: 100%;
	margin-bottom: 10px;
}
.chkper label{
	border-radius: 2px;
	margin-right: 10px;
}
.chkper p{
	margin-left: 10px;
	font-size: 18px;
}
.affiliateclassdiv.infopage{
	padding: 30px;
	text-align: left;
	font-size: 18px;
}
.affiliateclassdiv.infopage p{
	font-size: 18px;
	color: #cccccc;
}
#loginModal .modal-title, #loginModalDeal .modal-title{
	text-align: center;
	padding-top: 20px;
	font-size: 26px;
}
#loginModal .modal-header, #loginModalDeal .modal-header{
	border-bottom: none;
}
#loginModal .modal-body hr, #loginModalDeal .modal-body hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
#loginModal .modal-body label, #loginModalDeal .modal-body label{
	position: absolute;
    top: 3px;
    text-align: center;
    width: 95%;
}
#loginModal .modal-body label span, .loginpage label span, #loginModalDeal .modal-body label span{
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
#loginModal .fblogin, #loginModalDeal .fblogin{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.loginfields{
	margin-top: 30px;
}
#loginModal .modal-footer, #loginModalDeal .modal-footer{
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
#loginModal a,.loginpage a, #loginModalDeal a{
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.genderdiv{
	width: 100%;
    padding: 10px 0;
    border: 2px solid #E4E4E4;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.genderdiv.active{
	background: #E4E4E4;
}
.tremsdiv {
	float: left;
	width: 100%;
}
.tremsdiv label {
    font-size: 15px;
    margin-left: 10px;
    font-weight: normal;
    text-align: left;
    float: left;
    max-width: 85%;
}
}
input.signcheck{
	float: left;
	width: 18px;
	height: 20px;

}
.help-block.alert-danger{
	padding: 10px;
}
input.error{
	border-color:#ebccd1;
}
.payprice{
	font-size: 15px;
}
.totalprice{
	font-size: 18px;
	font-weight: bold;
}
.totalprice > div.text-right{
	padding-right: 0px;
}
.totalprice > div.text-right{

}
.totalprice > div.text-left{
	padding-left: 0px;
}

.totalprice > div label{
	border-top: 1px solid #000000;
	padding-right: 15px;
	padding-left: 15px;
}
.totalprice label{
	font-weight: bold;

}
.paymenttabs{
	margin-top: 20px;
	margin-bottom: 20px;
}
.paymenttabs span{
	padding: 0 20px;
	font-size: 18px;
	cursor: pointer;
}
.paymenttabs span.active{
	color: #21c395 !important;
}
.thankmsg{
	font-size: 16px;
}
.thankmsg>span {
    font-size: 85px;
    color: #21c395;
}
.thankmsg .alert{
	text-align: left;
	margin-top: 20px;
}
.alert.alert-success{
	color: #ffffff;
	background: #21c395;
}
 .form-control[readonly]{
	background: #ffffff;
}
.loginpage .row .overpl{
	position: absolute;
	top: 105px;
	left: 48%;
}
.loginpage .row .overpl.or{
	top: 195px;
}
.comusercount.user h1{
	font-size: 26px;
}
.comusercount.expires{
	top: 280px;
}
.comusercount.expires h3{
	color: #c9c9c9;
}
.comusercount.expires h1{
	font-size: 30px;
}
.comusercount h1{
	margin-top: 0px;
}
.dropdown-item{
	width: 100%;
	float: left;
}
.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {/*height: 450px*/}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}

/* Set black background color, white text and some padding */
footer {
      background-color: #161F25;
    color: #DDDEDF;
    padding: 30px 15px;
    font-size: 17px;
    border-top: 2px dashed #DDDEDF;

}
/*.footersep{
	background-image: url(../images/cut.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    margin-top: -25px;
    float: right;
    background-position: right;

}*/

.logofooter{
	margin-bottom: 20px;
}
footer h2.ftitle{
	font-size: 20px;
    text-decoration: underline;
    margin-bottom: 35px;
}

footer ul{
	padding-left: 0px;
	list-style: none;
}
footer ul li{
	margin-bottom: 3px;
}

footer ul a{
	color: #DDDEDF;
}
footer ul a:hover{
	color: #DDDEDF;
}
footer ul.socialicons{
	display: flex;
}


footer ul.socialicons li a {
    padding: 10px 15px;
    border: 1px solid #DDDEDF;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}
footer ul.socialicons li:first-child a{
	margin-left: 0px;
}
.bottomsection{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: -380px -200px;
	background-color: #283944;
    background-size: cover;
	padding-top: 10px;
	color: #FEFEFE;
    margin-top: 50px;
}
.bottomsection h1{
	line-height: 40px;
}
.bottomsection h3{
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}
.bottomsection .subscribeform{
	text-align: center;
}
.bottomsection input.subfield{
	    max-width: 100%;
    width: 800px;
    border-radius: 30PX;
    border: none;
    height: 60px;
    outline: none;
    color: #000;
    padding-left: 25px;
}
.bottomsection input.subsubmit{
	background: #5ECC67;
    margin-left: -130px;
    margin-right: 0;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}
.addcomlogo{
    color: #21c395;
    font-size: 36px;
    right: 12px;
    position: absolute;
    bottom: 10px;
    top: 65%;
    cursor: pointer;
}
.userconfirmbox.success{
    background: #21c395;
    color: #FFFFFF;
}
.comlogo{
    text-align: center;
    min-height: 125px;
}
.glyphicon-pencil.fill.addcomlogo{
    background: #21c395;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    top: 60%;
}
h5.imgreq{
	font-weight: bold;
	text-align: left;
}
ul.imgrequl{
	text-align: left;
	padding-left: 15px;
}
.image_upload{
	float: left;
	width: 100%;
	padding-top: 30px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.user_file_upload{
	text-align: center;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.user_image{
	text-align: center;
	margin: 10px auto;
	width: 200px;
}
.file_image{
	margin-bottom: 20px;
}
.loginfields .login_error{
	padding: 10px;
	color: red;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.affiliateclassdiv.single_deal{
    max-width: 800px;
}
.affiliateclassdiv.single_deal .offer-info__company-image {
    display: block;
    margin: -205px auto 30px;
    width: 150px;
    border:3px solid #fff;
}
.affbtmform h1{
    text-align: center;
    margin: 0px;
    margin: 50px 0 30px;
}
.affbtmform.deal{
    text-align: center;
     margin: 50px 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 30px 50px;
}
.affbtmform p {
    margin: 40px 0 60px;
}
.deal_location{
    text-align: center;
}
.deal_location .glyphicon-map-marker{
    color: #EE6167;
    font-size: 40px;
}
.deal_location label {
    height: 45px;
    /* text-align: center; */
    vertical-align: middle;
    font-size: 18px;
}
.lbterms{
    cursor: pointer;
    text-decoration: underline;
}
.recomdyou{
    margin-bottom: 90px 0 60px;
}
.recomdyou h3{
    text-align: center;
}
.affdesc{
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    padding-bottom: 50px;
    font-size: 18px;
     background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 40px 50px 50px 50px;
}
.offer-info__company-image a img, .offer-info__company-image img{
    max-width: 100%;
}
.affiliateclassdiv.single_page{
    text-align: left;
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
    background-color:#fff;
    border-radius:4px;
    padding:40px 60px;
}
.affiliateclassdiv.single_page h1,.affiliateclassdiv.single_page h2, .affiliateclassdiv.single_page h3, .affiliateclassdiv.single_page h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight:bold ;
}
.affiliateclassdiv.single_page h1 {
    font-size: 36px;
}
.affiliateclassdiv.single_page h2 {
    font-size: 32px;
}
.affiliateclassdiv.single_page h3 {
    font-size: 18px;
}
.affiliateclassdiv.single_page h4 {
    font-size: 24px;
}
.affiliateclassdiv.single_page p {
    margin-bottom: 20px;

}

.activeclassdiv.blog{
	max-width: 800px;
	padding-top: 30px;
	background: none;
	float: left;
	width: 100%;
	padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}
.single-post{
	padding-top: 30px;
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
}
.single-post label{
    font-size: 24px;
    max-width: 85%;
    height: 100px;
    overflow: hidden;
    text-align: center;
}
.single-post label a{
background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 100px;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
    word-wrap: break-word;
}
.single-post .meta-items{
	padding-bottom: 20px;
	display: flex;
}
.single-post .meta-items .bcat{
        width: auto;
    float: none;
    background: #000;
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 20px;
}
.single-post .meta-items .bcat a{
	color: #ffffff;
	    padding-left: 10px;
    padding-right: 10px;
}
.single-post .meta-items .bdate, .single-post .meta-items .bcomt{
	color: #ffffff;
	    padding-left: 10px;
    padding-right: 10px;
}
.bcat.bdate{

}
.activeclassdiv.blog .page-header, .activeclassdiv.blog .page-header h1{
	margin-top: 0px;
}
.activeclassdiv.blog .affbanner, .activeclassdiv.blog .retailerbgmain{
	text-align: center;
}
.meta-items.single{
	margin-top: 40px;
    text-align: center;
    display: flex;
    width: 432px;
    margin: 40px auto 0;
    max-width: 100%;
}
.meta-items.single .bcat{
	width: 150px;
    background: #000;
    color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px;
    font-size: 15px;
}
.meta-items.single .bcat a{
	color: #ffffff;
}
.meta-items.single .bcat.bdate{
	width: 100px;
}
.meta-items.single .bcat.bcomt{
	width: 60px;
}
.single-content{
	background: #ffffff;
	padding: 50px;
	font-size: 18px;
	float: left;
	width: 100%;
}
.single-content h1{
	margin-bottom: 40px;
}
.single-content h4{
	font-size: 24px;
	font-weight: bold;
    margin-bottom: 25px;
}
.single-content p{
	line-height: 30px;
	margin-bottom: 30px;
}
.single-content #comments{
	margin-top: 20px;
}

h2.comments-title,h2#reply-title{
	background: #F9F9F9;
    padding: 10px 20px;
    font-size: 17px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
ul.comment-list{
	list-style: none;
	padding-left: 0px;
	float: left;
	width: 100%;
}

ul.comment-list>li{
	margin-top: 20px;
	float: left;
	width: 100%;
}
.comment-pic{
	float: left;
	margin-right: 20px;
	width: 8%;
}
.comment-content{
	float: right;
	width: 89%;
}
.comment-content .reply{
	float: left;
    width: 100%;
    text-align: right;
    border-bottom: 2px solid #e9e9e9;
}
.comment-body{
	float: left;
	width: 100%;
}
ul.comment-list>li>ul.children, ul.comment-list>li>ul.children>li>ul.children{
	    float: right;
    list-style: none;
    width: 89%;
    padding-left: 0px;
    margin-top: 30px;
}
.comments-area #respond{
	float: left;
	width: 100%;

}
p.comment-notes, .comment-respond .comment-form-cookies-consent{
	display: none;
}
p.comment-form-comment{
	display: flex;
}
.comment-respond p label{
	width: 100px;
}
input[type=url] {
    padding: 15px;
    height: 50px;
    font-size: 18px;
}
p.form-submit input{
	background: #000000;
    color: #fff;
        padding-left: 20px;
    padding-right: 20px;
}
nav.navbar.navbar-inverse{
    background-color: #ffffff;
    border-bottom: none;
}
.mainlogo{
    margin-top: 15px;
}
.home_hotdis h3 {
    border-radius: 4px;

}
.home_hotdis h3 span{
    float: right;

}
.home_hotdis h3 span a{
    font-size: 14px;
    padding: 3px 7px;
    color: #21c395;
    border: 2px solid #21c395;
    border-radius: 5px;
        text-decoration: none
}
.hmaffiliate img{
    width: 100%;
}
.bg-white{
    background: #ffffff;
}
.hmblogsec .bg-white{
    padding: 10px;
    height: 210px;
}
.hmblogsec .bg-white.logo{
    border-radius: 10px 0px 0px 10px;
    padding-top: 40px;
    text-align: center;
}
.hmblogsec .bg-white.text{
    border-radius: 0px 10px 10px 0px;
}
.hmblogsec .bg-white.text label{
    font-size: 18px;
}
.hmblogsec .bg-white.text p{
    font-size: 16px;
}
.hmblogsec .bg-white.text a{
    font-size: 17px;
    color: #333333;
}
.mainlogo img{
    max-width: 100%;
    max-height:45px;
}
.paymtprice{
    text-align: left;
}
.paymtprice label{
    font-weight: bold;
    font-size: 16px;
}
.hmaffiliate{
	margin-bottom: 20px;
}
nav.breadcrumb{
    font-size: 14px;
    background-color: #f7f7f7;
}
nav.breadcrumb.main
{
	margin-top: 20px;
    margin-bottom: 0px;
}
.bottomsection .container{

    padding-bottom: 20px;
    padding-top: 30px;
}
.navbar.navbar-inverse.visible-xs{
    background: none;
}

.home_hotdis h3 span a:hover {
    background-color: #21c395;
    color: #fff;
}
.smdiscount .deal-exclusive{
    position: absolute;
    top: 5px;
    left: 30px;
}
.smdiscount .deal-saved{
	position: absolute;
	top: 17px;
	right: 30px;
}
.smdiscount .deal-saved a{
	padding: 10px 10px 5px;
    background: #eee;
    border-radius: 20px;
    font-size: 20px;
}
.deal-saved a .glyphicon-heart{
	color: red;
}
.deals_pages .topimage{
	text-align: center;
}
.deals_pages .topimage img{
	max-width: 100%;
	margin-bottom: 50px;
}

.btnxodis.bregis{
    background: transparent;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border:2px solid #fff;
}
.btnxodis.blogin{
    padding-right: 30px;
    padding-left: 30px;
}
.topsearch.hidden-xs{
    float: right;
}
#myNavbar .nav>li:first-child>a{
    padding-left: 0px;
}
.homeslider{
background: #21c395;
    padding-top: 50px;
    margin-bottom:50px;
    background-image: url(https://xostudentdiscounts.co.uk/images/cross-background.png);
}
.bannerhead{
    color:#ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight:bold;
    margin:-5px 0 20px;
}
.bannerlist{
    color:#ffffff;
    font-size: 18px;
    padding-left: 0px;
    list-style: none;

}
.bannerlist li{
    font-size: 19px;
    margin-bottom: 25px;
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin-left:10px;
}
.bannerjoin{
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 40px;

}
.btnjoin{
    background: #ffffff;
    padding: 20px 50px;
    font-size: 22px;
    color: #21c395;
    border-radius:4px;

}
.btnjoin:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}
.socialicons li a i.fa.fa-facebook{
    padding-left: 3.5px;
    padding-right: 3.5px;
}
.freesection{
    background: #ffffff;
    float: left;
    width: 100%;
    margin: 30px 0;
    border-radius: 10px;
    padding-bottom: 30px;
}
.pricetag{
    background-image: url(../images/side-banner.png);
    background-repeat: no-repeat;
    color: #ffffff;
    width: 175px;
    font-size: 20px;
    padding: 20px 0px 10px 40px;
    margin-left: -12px;
    margin-top: 15px;
}
.freebtm{
    padding: 20px 30px;

}
.dcode{
    width: 90%;
    background: #eee;
    margin: 0 auto;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.dvisit{
    width: 90%;
    background: #21c395;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding:15px 0;
}
h3.ui-accordion-header{
    background-color: #21c395;
    color: #fff;
    padding: 10px 10px 10px 40px;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    cursor: pointer;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 10px 18px;
}
.ui-accordion-content{
    border: 1px solid #cccccc;
    padding: 20px 10px 10px 40px;
}
.notfpage{
    background: #ffffff;
    margin-top: 50px;
    padding: 50px;
    width: 100%;
    float: left;
}
.topsearch button{
    border: none;
}
.topsearch form{
    display: flex;
    width:100%;
}
h3.ui-accordion-header-active{
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.comdetails .hisdiv{
    padding: 20px;
    background: #F9F9F9;
    margin-bottom: 20px;
}
.comdetails .hisdiv h3 {
    margin: 0px;
}
.comdetails .hisdiv h3 span{
    float: right;
}
.comdetails .hisdiv h3 span a {
    background: #21c395;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
}
.activeclassdiv .select2-selection.select2-selection--single {
    height: 49px;
    padding: 10px 5px;
    font-size: 20px;
    text-align: left;
    color: #ccc;
}
#select2-company_id-container, #select2-sector_id-container {
    color:#999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

a.btn.btnxodis.bregis:hover {
    color: #fff;
    border-color: #21c395;
}
.dvisit a:hover {
	color: #fff;
	text-decoration: none;
}
.btn.genderdiv{
    width: 150px;
    margin-right: 23px;
    margin-top: 20px;
}
a.btn.genderdiv:hover{
    color: #21c395;
}
#idpc_input{
    width: 70%;
    margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#idpc_button{
    background: #000000;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 20px;
    width: 30%;
	border-color: #000000;
}
#idpc_dropdown{
    padding: 15px;
    height: 50px;
    font-size: 18px;
    width: 100%;
    background: #fff;
}

#registerModal{
    text-align: center;
}
.dvisit a{
    color: #ffffff;
}
.ajax-load {
    display: block;
    float: left;
    font-size: 18px;
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}
.ajax-load p{
    margin-bottom: 0px;
}

.input-error{
	color: red;
	padding: 5px;
}
.bottomtopsection{
    background-color: #161F25;
    color: #ffffff;
    padding-bottom: 30px;
    padding-top: 30px;
 border-top:2px dashed #e4e4e4;

}
.bottomtopsection .btbox h1{
	font-size: 32px;
}
.bottomtopsection .btbox h2{
	font-size: 26px;
}
.bottomtopsection .btbox{
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 20px;
	min-height: 255px;
}
.bottomtopsection .btbox div img{
	max-width: 100%;

}
.bottomtopsection .btbox div a{
	color: #ffffff;
	font-size: 18px;
}
.btnxodis.focus, .btn.btnxodis:focus, .btn.btnxodis:hover{
	color: #ffffff;
	opacity: 0.8;
}
.alert.alert-success a{
    color: #ffffff;
    text-decoration: underline;
}
p.signwarg{
    color: red
}

.form-group.tremsdiv{
    display: flex;
}
.form-group.tremsdiv input {
    width: auto;
    height: auto;
}
span.bvprice{
    text-align: right;
    float: right;
    padding-right: 10px;
    margin-top: -10px;
    color:#21c395;
	margin-bottom: 10px;
}
span.bvprice img {
    position: absolute;
    top: 5px;
    right: 10px;
}
.textunderline{
	text-decoration: underline;
}
.form-group a {
    text-decoration: underline;
}
.mbtopcontent{
	margin-top: 20px;
	background: #21c395;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.visible-smalld{
	display: none;
}
.visible-larged{
	display: block;
}
.bx-wrapper{
	margin-bottom: 10px !important;
}
.newsterm{
    margin-top: 10px;
    float: left;
}
.subscribeform a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 18px;
}
.dcode span.code {
    font-size: 36px;
}
span.copyicon{
    padding: 2px 10px;
    background: #000;
    float: right;
    margin-top: -2px;
    margin-right: -2px;
    cursor: pointer;
}
#profiletabs{
    padding: 10px;
}
#myTooltip{
    text-align: center;
}
.fbieimg{
    text-align: center;

}
.freebiescol{
    border-left: 3px solid #F4F4F4;
    min-height: 350px;
}
.freebiescol:first-child {
    border-left: none;
}
.bx-wrapper{
    border: none !important;
}
.pfcols{
	border-left: 3px solid #F4F4F4;
    min-height: 390px;
}
.btn.btnxodis.memrenew{
    width: 430px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
#paymentModal .modal-dialog{
    width: 50%;
    height: 500px;
}
#paymentModal .modal-dialog iframe {
    width: 100%;
    height: 500px;
}

.comdetails td span a {
    background: #21c395;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
}
.comdetails table tr td {
    border-top: none;
}
.hmtopbn{
	background-color: #161616;
	color: #ffffff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	background-image: url("../images/xo-lge-bg.png");

}
.hmtopbn h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 54px;
}
.hmtopbn p{
	margin-bottom: 0px;
	padding: 0 90px;
	font-size: 19px;
}
.hmtopbn p span{
	float: right;
}
.hmtopbn p span a{
	color: #ffffff;
}
.card_type{
	background: #151515;
	color: #ffffff;
	background-image: url('../images/cross-background.png');
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
	border: 7px solid #ffffff;
	height: 136px;
}
.card_type.green{
	color: #21c395;
}
.card_type.selected{
	border: 7px solid #21c395;
}
.w-100{
	width: 100%;
}
.mt-0{
	margin-top: 0px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.card_type p{
	margin-top: 10px;
	font-size: 20px;
	line-height: 22px;
}
.card_type p.txtinfo{
	font-size: 14px;
}
.text-white{
	color: #ffffff;
}
.card_type p.txtinfo.months{
	font-size: 24px;
}
.card_type sup
{
	font-size: 50%;
	top: -1em;
}
#exitModal .modal-dialog{
	width: 655px;
}
#exitModal .modal-content{
	background: #151515;
	color: #ffffff;
	background-image: url('../images/cross-background.png');
	border: none;
}
#exitModal .modal-header, #exitModal .modal-body, #exitModal .modal-footer {
	border: none;
	padding: 0px;
}
#exitModal .modal-header{

}
#exitModal .modal-body{
	text-align: center;
	padding-bottom: 30px;
}
#exitModal .modal-body h2{
	padding: 10px 20px;
	text-align: center;
	font-size: 44px;
	text-shadow: 0 0 10px #21c395;
	/*text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #21c395 0px 0px 20px, #21c395 0px 0px 30px, #21c395 0px 0px 40px, #21c395 0px 0px 50px, #21c395 0px 0px 75px;*/
}
#exitModal .modal-body p{
	text-align: center;
	font-size: 18px;
}
#exitModal .modal-body .blogos{
	background-color: rgba(255,255,255,0.3);
}
#exitModal .modal-body .blogos img{
	width: 100%;
}
#exitModal .modal-footer{

}
#exitModal .modal-body a{
	/*padding: 30px;*/
	/*background-color: #21c395;*/
	/*color: #ffffff;*/
	/*border-radius: 5px;*/
	/*font-size: 20px;*/
}
#exitModal .blogos{
	margin-bottom: 20px;
	margin-top: 35px;
}
#exitModal .modal-header .close{
	margin-top: -15px;
	background: #21c395;
	padding: 0;
	border-radius: 20px;
	color: #fff;
	opacity: 1;
	font-size: 25px;
	width: 40px;
	height: 40px;
	margin-right: -15px;
}
#exitModal .popbt{
	width: 100%;
	margin-top: 56px;
	margin-bottom: 30px;
}
.affbtmform.deal.single .btnactvate{
	font-size: 36px;
}
.affbtmform.deal.single .btnactvate:hover{
	background-color: rgb(36, 194, 149, 0.8);
	color: #ffffff;
}
.xoliteInfo{
	font-size: 16px;
	display: none;
}
.activeclassdiv.signup{
	max-width: 100%;
	padding: 40px 50px;
}
.activeclassdiv.signup h3{
	text-align: left;
}
.memcard{
	border: 5px solid #FFFFFF;
	cursor: pointer;
}
.memcard.active{
	border: 5px solid #21c395;
}
.memcard img{
	max-width: 100%;
}