body {
	font-family: 'Roboto', sans-serif;
}
a:hover, a:focus, button:focus {
	text-decoration: none !important;
	outline: none !important;
}
input.inputs {
	display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center;
    margin: 0 2px;
}
.alert.alert-danger {
    border: 1px solid #e15d4d;
    background: #f5cec9;
    text-align: center;
    color: #dd4330;
    font-weight: 300;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 15px;
}
.alert.alert-success {
	text-align: center;
    color: #3c763d;
    font-weight: 300;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 15px;
    border: 1px solid green;
}
.loader {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 250px;
    background: rgba(0,0,0,0.5);
    z-index: 1000000;
    display: none;
}
.number-field {
	overflow: hidden;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    padding-right: 20px;
}
.number-field .form-control {
	width: calc(100% + 50px);
    border: 0;
    box-shadow: none;
}
.spinners {
    display: inline-block;
}
.fecth-results {
    position: relative;
    color: #fff;
    top: 60px;
}
.spinners .spinner-block {
    text-align: center;
}
.spinner {
    position: relative;
    display: inline-block;
}
.spinner:before, .spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}
.spinner.spinner-1:before {
    width: 50px;
    height: 50px;
    border-bottom-color: #138EDE;
    border-right-color: #138EDE;
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(33, 33, 33, 0);
    top: 0px;
    left: -30px;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.spinner.spinner-1:after {
    width: 30px;
    height: 30px;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    top: 10px;
    left: -21px;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.contact-us-modal .right-sign .login-step {
	display: block !important;
}
.danger-custom {
	padding: 8px 15px;
}
.login-link, .login-link:hover, .login-link:focus {
	background: #535290;
	border: 1px solid #535290;
    display: block;
    position: relative;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    width: 100%;
}
.back-go-common {
	color: #fff !important;
	background: #d93728 !important;
}
.back-go-common .fa {
	position: relative !important;
    top: 1px !important;
    left: -6px !important;
}
.header-smart {
	border-radius: 0;
	background: #93C200;
	border: 1px solid #93C200;
	min-height: inherit;
	margin-bottom: 0;
	position: relative;
}
.header-smart .navbar-brand {
	height: auto;
}
.header-smart.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
    font-size: 15px;
    margin-top: 33px;
    padding: 7px 20px;
}
.header-smart.navbar-inverse .navbar-nav > li.sign-in > a {
	background: #5b45a4;
    padding: 7px 45px;
    border-radius: 25px;
    margin-left: 70px;
}
.stripe-image {
	position: relative;
	top: -4px;
}
footer {
	background: #93C200;
	padding: 20px 0;
	border: 1px solid #93C200;
	overflow: hidden;
}
footer h4 {
	font-weight: 600;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-links li a {
	color: #fff;
	display: block;
	line-height: 22px;
}
footer ul.app-download li {
	display: inline-block;
}
footer ul.app-download li a {
	display: block;
}
footer ul.app-download li a img {
	width: 150px;
}
.footer-logo p {
	color: #fff;
}
section {
	padding: 20px 0;
}
.common-heading {
	font-size: 16px;
	margin-top: 10px;
}
.common-heading span {
	color: #535290;
	font-weight: 500;
}
.common-heading a {
	float: right;
	color: #666;
}
.dropdown-menu.datepicker-orient-bottom {
	min-width: 180px !important;
	display: none;
}
.common-box {
	margin: 10px 0 30px 0;
}
.banner-smmart img {
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #f8f8f8;
}
.banner-smmart .carousel-indicators, .common-box #banner-smmart-hot .carousel-indicators {
	left: inherit;
    z-index: 15;
    width: 200px;
    padding-left: 65px;
    margin-left: 0;
    text-align: right;
    top: 20px;
    right: 20px;
    bottom: inherit;
}
.banner-smmart .carousel-indicators .active, .common-box #banner-smmart-hot .carousel-indicators .active {
	background: #535290;
	border: 1px solid #535290;
}
.categories-list-smart {
	list-style: none;
	padding: 0;
	margin: 20px 0 15px 0;
	display: inline-block;
	width: calc(100% + 10px);
	margin-left: -10px;
}
.categories-list-smart li {
	float: left;
	width: 16.6667%;
	padding: 0 5px;
}
.categories-list-smart li a {
	display: block;
}
.categories-list-smart li a img {
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px #eee;
}
.categories-list-smart li a h4 {
	font-size: 15px;
	color: #535290;
	font-weight: 500;
	margin-bottom: 5px;
}
.categories-list-smart li a p {
	color: #666;
	font-size: 13px;
}
.modal-common .sign-in-header {
	color: #fff;
	background: #2382FE;
	border-radius: 6px 6px 0 0;
	padding: 30px 70px;
}
.modal-common .sign-in-header p {
	margin-bottom: 5px;
	font-size: 21px;
    font-weight: 300;
}
.modal-common .sign-in-header h4 {
	font-weight: 400;
	font-size: 23px;
	margin: 10px 0 0 0;
}
.modal-common .sign-in-header h4 span {
	color: #93C200;
	font-weight: 500;
}
.modal-common .modal-body {
	padding: 0;
	position: relative;
}
.sign-up-bg .sign-in-header, .sign-up-bg .sign-in-body, .sign-up-bg .close {
	background: #ea832d !important;
}
.forgot-password-bg .sign-in-header, .forgot-password-bg .sign-in-body, .forgot-password-bg .close {
	background: #843e9b !important;
}
.modal-common .modal-body .close {
	position: absolute;
    top: 0;
    right: -45px;
    background: #2382FE;
    z-index: 10000;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
}
.contact-us-modal .modal-body .close {
	background: #2382FE !important;
}
.modal-common .modal-content {
	box-shadow: none;
	border: 0;
}
.modal-common .modal-dialog {
	width: 850px;
}
.modal-common .sign-in-body {
	padding: 0 45px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	background: #2382FE;
	border-radius: 0 0 6px 6px;
}
form#login_smart_public {
    margin: 15px 0;
}
.heading-forgot {
	font-size: 16px;
	text-align: center;
}
.heading-forgot p {
	color: #000;
}
.forgot-step1 {
	display: none;
}
.forgot-step2 {
	display: none;
}
.forgot-step3 {
	display: none;
}
.join-now-step1 {
	display: none;
}
.join-now-step2 {
	display: none;
}
.join-now-step3 {
	display: none;
}
/* The container */
.custom-checkbox {
	display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #333;
}
.custom-checkbox a {
	color: #2196F3 !important;
	text-decoration: underline;
	font-weight: 500;
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.custom-checkbox .checkmark {
	position: absolute;
    top: -3px;
    right: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  	background-color: #2196F3;
  	border: 1px solid #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  	display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	left: 9px;
	top: 4px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-radio-main {
	color: #666;
	padding: 10px 0 15px 0;
}
/* The container */
.custom-radio {
	display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    font-weight: 500;
    color: #333;
    padding-right: 32px;
    margin-right: 10px;
}
/* Hide the browser's default radio button */
.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.custom-radio .checkmark {
	position: absolute;
    top: -2px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  	background-color: #2196F3;
  	border: 1px solid #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  	display: block;
}
/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
 	left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading-forgot h5 {
	color: #777;
	font-size: 16px;
	font-weight: 400;
}
.modal-common .sign-in-body .left-sign {
	float: left;
	width: 50%;
}
.modal-common .sign-in-body .right-sign {
	float: right;
	width: calc(50% - 30px);
	background: #fff;
	border-radius: 6px;
	position: relative;
	margin-top: -115px;
	padding: 30px 30px 0px 30px;
	color: #535290;
	box-shadow: 0px 2px 2px 1px #eee;
	margin-bottom: 45px;
}
.sign-in-image, .sign-up-image, .forgot-password-image {
	position: absolute;
    bottom: 0px;
    left: 30px;
    right: 50%;
}
.modal-common .sign-in-body .right-sign h4 {
	font-size: 18px;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    color: #333;
}
.modal-common .sign-in-body .right-sign .form-control {
	text-align: center;
	border-radius: 15px;
}
.contact-us-modal textarea.form-control {
	min-height: 80px;
}
.contact-us-modal h4 {
	text-align: left !important;
	font-size: 20px !important;
}
.contact-us-modal .form-control {
	text-align: left !important;
}
.modal-common .forgot-password, .modal-common .sign-up {
	font-size: 13px;
}
.modal-common .forgot-password, .modal-common .sign-up a {
	color: #93C200;
	text-decoration: underline;
}
.modal-common .sign-up {
	float: right;
	color: #666;
}
.modal-common .login-with {
	text-align: center;
	font-size: 18px;
	padding: 10px 0 0 0;
	color: #666;
}
.modal-common .social-login {
	padding: 15px 0;
}
.modal-common .social-login ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.modal-common .social-login ul li a, .modal-common .social-login ul li button {
	display: block;
	position: relative;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}
.modal-common .social-login ul li a .fa, .modal-common .social-login ul li button .fa {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 18px;
}
.modal-common .social-login ul li a.facebook, .modal-common .social-login ul li button.facebook {
	background: #5573b1;
}
.modal-common .social-login ul li a.twitter, .modal-common .social-login ul li button.twitter {
	background: #4b91d3;
}
.social-login.next-cancel ul li a.next, .social-login.next-cancel ul li button.next {
	background: #93C200 !important;
	width: 100%;
	border: 1px solid #93C200 !important;
}
.social-login.next-cancel ul li a.cancel, .social-login.next-cancel ul li button.cancel {
	background: #d93728 !important;
}
.modal-common .terms-conditons-privacy {
	border-top: 1px solid #ccc;
    text-align: center;
    color: #666;
    padding: 15px 0;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
}
.modal-common .terms-conditons-privacy a {
	color: #666;
	text-decoration: underline;
}
/* The checkbox custom */
.checkbox-custom {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    text-align: left;
}
/* Hide the browser's default checkbox */
.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkbox-custom .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.common-pages {
	line-height: 25px;
}
.common-pages .heading {
	background: #f9f9f9;
    text-align: center;
    padding: 30px 0;
    font-size: 27px;
    position: relative;
    top: -41px;
    box-shadow: 1px 1px 6px #ccc;
    color: #5b45a4;
    font-weight: 500;
}
.common-pages span {
	color: #5b45a4;
}
.common-pages .privacy-heading {
	border-bottom: 1px solid #5b45a4;
    padding: 13px 0;
}
.common-pages a {
	font-weight: 500;
	color: #5b45a4;
	text-decoration: underline;
}
.common-pages .main-content h3 {
	color: #5b45a4;
	font-weight: 500;
	font-size: 20px;
}
.common-pages .main-content h4 {
	color: #5b45a4;
	font-weight: 500;
	font-size: 16px;
}
.common-pages .main-content table th {
	background: #f8f8f8;
}
.common-pages .main-content table ul li a {
	line-height: 25px;
	display: block;
}
.plugin-download {
	background: #fff;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
}
.plugin-download img {
	width: 30px !important;
}
/* On mouse-over, add a grey background color */
.checkbox-custom:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.plugin-download {
	background: #fff;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
}
.plugin-download img {
	width: 30px !important;
}
.social-links {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
.social-links li {
	display: inline-block;
}

.social-links li a {
    background: #5b45a4;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 0px;
}
.copy-right {
	border-top: 1px solid #f7f7f7;
    padding: 35px 0 0 0;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.fixed-cookie {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #333;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.fixed-cookie span {
    float: left;
    width: 80%;
}
.fixed-cookie a {
    color: #337ab7;
    text-decoration: none;
}
.fixed-cookie a.continue {
    float: right;
    border-radius: 100px;
    color: #fff;
    background: #018940;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
}
.corporate .banner-corporate {
	background: #f8f8f8;
	color: #fff;
	position: relative;
}
.corporate .main-banner  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.corporate .main-banner .details {
	padding: 70px 0;
}
.corporate .main-banner .details h2 {
	font-size: 54px;
	margin-top: 30px;
}
.corporate .main-banner .details p {
	font-size: 27px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 20px;
    padding-right: 90px;
}
.main-corporate .about-us h2 {
	font-size: 40px;
	color: #2382FE;
	margin-top: 45px;
}
.main-corporate .about-us p {
	font-size: 15px;
	line-height: 25px;
}
.main-corporate .our-team h2 {
	font-size: 40px;
	color: #FFBD00;
	margin-top: 45px;
}
.main-corporate .our-team ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}
.main-corporate .our-team ul li {
	float: left;
	width: 33.33%;
}
.main-corporate .our-team ul li .image img {
	width: 82%;
    position: relative;
    right: 0;
}
.main-corporate .our-team ul li .image span.one {
	background: #8F24A0;
}
.main-corporate .our-team ul li .image span.two {
	background: #2382FE;
}
.main-corporate .our-team ul li .image span.three {
	background: #93C200;
}
.main-corporate .our-team ul li .image span {
	display: none;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.main-corporate .our-team ul li .image {
	position: relative;
	padding:  0 100px 0 0;
}
.main-corporate .our-team ul li h4 {
	font-weight: 300;
    font-size: 20px;
}
.main-corporate .our-team ul li h4 b {
	font-weight: 600;
}
.main-corporate .our-team ul li p.title {
	font-weight: 500;
}
.main-corporate .our-partners h2 {
	font-size: 40px;
	margin-top: 55px;
	color: #EF301F;
}
.main-corporate .our-partners ul {
	display: inline-block;
    width: 100%;
    list-style: none;
    padding: 15px 0 30px 0;
    margin: 0;
}
.main-corporate .our-partners ul li {
	width: 100%;
	margin: 10px 0;
}
.main-corporate .our-partners ul li img {
	width: 100%;
}
.main-corporate .our-business {
	padding-bottom: 50px;
}
.main-corporate .our-business h2 {
	font-size: 40px;
	color: #8F24A0;
}
.main-corporate .our-business ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-corporate .our-business ul li {
	float: left;
	width: 48%;
	padding-right: 50px;
}
.main-corporate .our-business ul li h4 {
	color: #2382FE;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}
.main-corporate .our-business ul li a {
	background: #4B4B4B;
	color: #fff;
	margin-top: 15px;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
}
.footer-list {
	width: 20%;
}
@media only screen and (max-width: 767px) {
	.copy-right {
		display: inline-block;
		width: 100%;
	}
	.corporate .banner-corporate {
		top: -20px;
	}
	.footer-list {
		width: 50%;
	}
	.main-corporate .our-team ul li .image {
		padding: 0 50px;
	}
	.corporate .main-banner .details {
		padding: 40px 0;
	}
	.corporate .main-banner .details h2 {
	    font-size: 20px;
	    margin: 10px 0;
	}
	.corporate .main-banner .details p {
	    font-size: 17px;
	    line-height: 21px;
	    font-weight: 400;
	    margin-top: 10px;
	    padding-right: 0;
	}
	.main-corporate .about-us h2 {
		margin-top: 0;
		font-size: 30px;
	}
	.main-corporate .our-team ul {
		text-align: center;
	}
	.main-corporate .our-team ul li {
		width: 100%;
		float: none;
		display: inline-block;
		margin-bottom: 30px;
	}
	.main-corporate .our-partners ul {
		display: inline-block;
		text-align: center;
	}
	.main-corporate .our-partners ul li {
	    display: inline-block;
	    width: 100%;
	    padding: 0;
	}
	.main-corporate .our-partners h2, .main-corporate .our-business h2 {
		font-size: 30px;
		margin-top: 20px;
	}
	.main-corporate .our-business ul li {
		width: 100%;
		padding-right: 0;
	}
	.fixed-cookie {
        text-align: center;
    }
    .fixed-cookie span {
        width: 100%;
    }
    .fixed-cookie a.continue {
        display: inline-block;
        float: none;
        margin-top: 20px;
    }
	.modal-common .modal-body .close {
		right: 0;
		background: none !important;
	}
	.stripe-image {
		top: -9px;
	}
	.navbar-inverse.header-smart .navbar-toggle {
		border: 0;
		margin-top: 25px;
	}
	.header-smart.navbar-inverse .navbar-nav > li > a {
		margin-top: 5px;
	}
	.header-smart.navbar-inverse .navbar-nav > li.sign-in > a {
	    width: calc(100% - 49px);
	    margin-left: 20px;
	}
	.categories-list-smart li {
		width: 50%;
	}
	footer .text-right {
		text-align: left;
	}
	.modal-common .modal-dialog {
		width: auto;
	}
	.modal-common .sign-in-body .left-sign {
		display: none;
	}
	.modal-common .sign-in-body .right-sign {
		width: 100%;
		margin-top: 0;
		top: 0;
		margin-bottom: 0;
		border-radius: 0 0 6px 6px;
	}
	.modal-common .sign-in-body {
		padding: 0;
	}
	.modal-common .sign-up {
		float: left;
	    padding: 10px 0 20px 0;
	    width: 100%;
	}
}
.desc-coupons {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 32px;
    -webkit-box-orient: vertical;
}
.before-login-nav {
	float: right;
}
.banner-carousel-sm img {
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #f8f8f8;
}
.banner-carousel-sm .owl-nav {
    display: none;
}
.banner-carousel-sm .owl-dots {
    position: absolute;
    top: 15px;
    right: 15px;
}
.owl-theme.banner-carousel-sm .owl-dots .owl-dot span {
    margin: 5px 3px;
}
.owl-theme.banner-carousel-sm .owl-dots .owl-dot span {
	background: #fff;
}
.owl-theme.banner-carousel-sm .owl-dots .owl-dot.active span, .owl-theme.banner-carousel-sm .owl-dots .owl-dot:hover span {
	background: #8F24A0;
}
@media only screen and (max-width: 767px) {

	.footer-list-main .footer-list {
	    display: inline-block;
	    width: 100%;
	    padding: 0;
	}
	.footer-list-main .footer-list img{
		max-width:100%;
	}
	.desc-coupons {
        display: block;
        -webkit-line-clamp: initial;
        min-height: inherit;
        height: 32px;
        -webkit-box-orient: inherit;
    }
}
@media only screen and (max-width: 500px) {
    .footer-list-main {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        padding: 0;
    }
}
@media only screen and (min-width: 501px)and (max-width: 767px) {
    .footer-list-main {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        padding: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.categories-list-smart li a h4 {
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.container {
		width: 90%;
	}
	.stripe-image {
		top: -8px;
	}
	footer ul.app-download li a img {
		width: 125px;
	}
	.modal-common .modal-dialog {
		width: 85%;
	}
	.modal-common .sign-in-body .right-sign {
		width: calc(53% - 30px);
	}
	.modal-common .sign-up {
		float: none;
	}
}