html {
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
}
.theme-bg {
	background-color: #ffc501;
	padding: 40px;
	padding-bottom: 80px;
	height: 700px;
}
main {
	margin-bottom: 50px !important;
}
body{
	font-family: 'Rubik', sans-serif;
	width: 100%;
	overflow-x: hidden;
}
main >.row >.container{
	background-color: #fafafa;
}
.container {
	max-width: 1240px;
}
tr.tr-only-mobile {
	display: none;
}
div#logo {
	/*width: 120px;*/
	/*float: left;*/
	padding: 8px 0 0;
}
.container-menu {
	padding: 0 25px;
}
div#wrapper-home .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-semi-full-width.no-margin {
	margin: 25px;
	background-color: #f5eee7;
}
div#designs {
	background-color: #f5eee7;
	padding-bottom: 50px;
}
header.version_1 .main-menu > ul > li > a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	top:10px
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
header.version_1 .main-menu > ul > li > a:hover:after {
	width: 100%;
	left: 0;
	background: #ffc501;
}
header.version_1 .main-menu > ul > li > a:hover{
	color:#ffc501;
}

header.version_1 {
	width: 100%;
}
.container-header {
	padding: 0 24px;
}
.home-main-left {
	margin-top: 72px;
	max-width: 540px;
}
h1.home-main-title {
	font-size: 50px;
	line-height: 64px;
	color: #000;
	font-weight: 600;
}
p.home-main-subtitle {
	margin: 24px 0 48px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}
.home-btn-yellow {
	color: #ffc501;
	background-color: #000;
}
a.home-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	padding: 0 32px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
video.index-preview {
	max-width: 530px;
	border-radius: 3px;
}
.home-semi-full-width.row.no-margin {
	margin: 40px 40px 0;
	background-color: #f5eee7;
}
.container.whitish-color-bg {
	padding-top: 64px;
	padding-bottom: 64px;
}
a.home-btn-2.home-btn-yellow-2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	padding: 0 32px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #ffc501;
	border: #ffc501;
	color: #000;
}
/* Style the tab */
.tab {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

/* Style the buttons inside the tab */
.tab button {
	border: none;
	outline: none;
	cursor: pointer;
	height: 56px;
	margin-right: 4px;
	padding: 0 32px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	color: #121110;
	border-radius: 8px;
	background-color: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 600;
}


.tab button.active,.tab button:hover  {
	color: #f5eee7;
	background-color: #ffc501;
}
/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: none !important;
	border-top: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.row.brownish-color-bg {
	background-color: #f5eee7;
	padding: 80px 0;
	margin-top: 20px;
}
.tabview-title {
	max-width: 740px;
	font-size: 50px;
	font-weight: 600;
	line-height: 64px;
	text-align: center;
	color: #121110;
	margin: 0 auto 32px;
}
.slider-container{
	max-width: 992px;
	height: calc(100% - 250px);
	margin: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
svg.arrow-icon-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(3600deg);
	fill: #000;
}
svg.arrow-icon-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #000;
}
button.owl-prev {
	left: calc(100% - calc(100% + 56px));
}
.sliders .owl-next, .sliders .owl-prev {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	height: 100%;
	background-color: transparent;
}
button.owl-next {
	left: calc(100% + 16px);
}
.owl-prev, .owl-next {
	background: none !important;
	top: 40%;
	border: none !important;
	outline: none !important;
}
.social-links-with-icon {
	text-align: right;
}



.social-links-a-footer {
	/*width: 48px;
	height: 72px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-right: 8px;
	display: inline-block;*/
	width: 30px;
	height: 30px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-right: 8px;
	display: inline-block;
	margin: 22px 14px;
}
.social-links-a-footer:hover {
	background-color: #ffc501;
}
.footer-instagram-a {
	/*background-image: url('../icons/instagram.svg');*/
	background-color: #000;
	-webkit-mask: url('../icons/instagram.svg') no-repeat;
	mask: url('../icons/instagram.svg') no-repeat;
}
.footer-twitter-a {
	/*background-image: url('../icons/twitter.svg');*/
	background-color: #000;
	-webkit-mask: url('../icons/twitter.svg') no-repeat;
	mask: url('../icons/twitter.svg') no-repeat;
}
.footer-linkedin-a {
	/*background-image: url('../icons/linkedin.svg');*/
	background-color: #000;
	-webkit-mask: url('../icons/linkedin.svg') no-repeat;
	mask: url('../icons/linkedin.svg') no-repeat;
}
.footer-facebook-a {
	/*background-image: url('../icons/facebook.svg');*/
	background-color: #000;
	-webkit-mask: url('../icons/facebook.svg') no-repeat;
	mask: url('../icons/facebook.svg') no-repeat;
}
.footer-youtube-a {
	/*background-image: url('../icons/youtube.svg');*/
	background-color: #000;
	-webkit-mask: url('../icons/youtube.svg') no-repeat;
	mask: url('../icons/youtube.svg') no-repeat;
}
a.footer-top-logo-link {
	width: 145px;
	display: inline-block;
}
img.footer-logo {
	width: 100%;
}
.footer-top-left {
	padding: 15px 0;
}
span.success-msg {
	color: #009688;
	font-size: 14px;
}
span.error-msg {
	color: #F44336;
	font-size: 14px;
}
.row.contact-us-top {
	background-color: #ffc501;
	border: #ffc501;
	color: #000;
	text-align: center;
	padding: 30px;
}
h2.contact-us-top-h2 {
	font-size: 34px;
	font-weight: 600;
}
p.contact-us-top-p {
	margin: 0px;
	font-size: 16px;
}
.row.contact-form-container {
	padding: 45px 0;
}
.form-control {
	min-height: 45px;
	font-size: 15px;
	margin: 5px 0 20px;
	border-radius: 4px;
}
.btn-success {
	color: #fff;
	background-color: #ffc501;
	border-color: #ffc501;
	height: 45px;
	padding: 10px 40px;
	margin-top: 20px;
}

.contacts-us-right-bg {
	height: 100%;
	background-image: url(../images/contact-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.faq-title-btn {
	background: none;
	outline: none !important;
	border: none;
	width: 100%;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.card-body {
	font-size: 16px;
}
div#accordion {
	margin-top: 30px;
	padding-bottom: 40px;
}
.spl-page-content {
	padding-top: 30px;
	padding-bottom: 40px;
}
h4.h4-spl-pages {
	font-size: 18px;
	font-weight: 600;
}
h5.h5-spl-pages {
	font-size: 15px;
	margin-left: 15px;
	float: left;
	padding-right: 4px;
}
p.page-spl-p {
	margin-left: 45px;
	font-size: 15px;
	line-height: 20px;
}
p.privacy-page-spl-p {
	font-size: 15px;
}

/** ** ** ** ** ** ** ** Mobilez new ** ** ** ** ** ** ** ** ** ** ** ** **/

.main_header.Sticky {
	display: none;
}
.web-header {
	background-color: #e94e53;
	background-color: #393f4d;
	height: 176px;
}
.logo {
	max-width: 300px;
	float: left;
}
.logo a {
	display: block;
	width: 100%;
}
img.logo-web {
	width: 100%;
}
.top-logo-section {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	display: flex;
	align-items: center;
	flex: 1;
}
.top-spon {
	text-align: right;
	width: calc(100% - 340px);
	float: left;
}
ul.web-menu-ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
ul.web-menu-ul li {
	float: left;
	list-style-type: none;
	margin: 0;
}
.web-menu-section {
	border-color: #000000 !important;
	border-style: solid !important;
	border-width: 0 !important;
	display: block;
	min-height: 1px;
	position: relative;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
	z-index: 20;
	top: 0;
}
.web-menu-section-cont {
	background-color: #ffffff;
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.a-menu-w{
	font-family: Rubik !important;
	font-size: 16px !important;
	line-height: 61px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	position: relative;
	display: inline-block;
	padding: 0 14px;
	vertical-align: middle;
	color: #000;
}
footer {
	position: relative !important;
}
main{
	padding-top: 60px;
}
.sidebar-content {
	padding: 10px;
}
.sidebar-content img {
	width: 100%;
}

a.category-div-a {
	display: block;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 35px;
	color: #999;
	padding: 15px 0px 10px;
}
span.count {
	font-weight: 400;
	font-size: 20px;
	display: block;
	font-family: 'Rubik', sans-serif;
	text-transform: none;
}
.brand-img-holder {
	border: 2px solid #eee;
	border-radius: .5rem;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	position: relative;
	width: 100%;
	text-align: center;

	/*width: 150px;
	height: 150px;
	margin: 20px 12px 3px 12px;
	border: 8px solid #eee;
	border-radius: .5rem;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
	position: relative;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	/*background-color: #f7f7f7;
	overflow: hidden;*/
}
img.brand-logo:hover {
	transition: ease-in all 0.1s;
	filter: brightness(100%);
}
img.brand-logo {
	width: 100%;
	filter: brightness(0%);
}
.brand-img-holder:hover {
	transition: all ease 0.3s;
	background-color: #fdfdfd;
	border: 2px solid;
	border-image-source: linear-gradient(45deg, rgb(238,20,133), rgb(253,60,77), rgb(249,133,22));
	border-image-slice: 1;
	color: rgb(238,20,133);
}
.brand-img-holder:hover + .brand-title {
	color: rgb(238,20,133);
}
.sq-mobile-brand-set {
	font-size: 18px;
	font-weight: 500;
	color: #4e4e4e;
}
.sq-mobile-brand-set .count {
	color: #909090;
	font-size: 16px;
	line-height: 10px;
}
.sq-mobile-brand-set .brand-title {
	margin: 5px 0 0 !important;
	display: inline-block;
}
.sq-mobile-brand-set {
	font-size: 18px;
	font-weight: 500;
	color: #4e4e4e;
	text-align: center;
}

.phone-img-grid{
	width: 100%;
}
.col-lg-dynmica {
	max-width: 20% !important;
	flex: 0 0 20% !important;
}
.phone-img-wrapper {
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	padding: 5px;
}
.phone-img-grid {
	 width: 100%;
	/*position: absolute;
	top: 0;*/
	/* left: 0; */
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: white;
	max-height: 100%;
}
p.ng-title-p {
	color: #000;
	text-align: center;
	margin-top: 10px;
}
.phone-content-top {

}
.ng-top-phone-height{
	height: 180px;
}
.ng-image-phone-feature{
	height: 100%;
}
.img-sets-for.ng-top-phone-height {
	text-align: center;
}
/*span.image-span {
	display: block;
	width: 100%;
	height: 100%;
	background-position-x: center;
	background-repeat: no-repeat;
}*/
ul.highlights {
	list-style: none;
	padding: 0px;
}
.phone-highlights {
	padding: 15px 0px 0;
}
.highlights-icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-right: 9px;
}
.date-icon{
	background-image: url("../icons/calendar.png");
}
.body-icon{
	background-image: url("../icons/smartphone.png");
}
.os-icon{
	background-image: url("../icons/os.png");
}
.storage-icon{
	background-image: url("../icons/storage.png");
}
p.phone-highlights-text {
	font-size: 15px;
}
.hits-icons{
	width: 40px;
	height: 40px;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../icons/hits.png");
}
.hits-percentage{
	font-size: 18px;
}
.row.ng-top-phone-height {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.icon-f-h{
	width: 40px;
	height: 40px;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin: 5px 10px 0 0;
}
.screen-f-h{
	background-image: url("../icons/display-line.png");
}
.camera-f-h{
	background-image: url("../icons/camera-line.png");
}
.processor-f-h{
	background-image: url("../icons/cpu-line.png");
}
.battery-f-h{
	background-image: url("../icons/battery-line.png");
}
.col-6.col-md-3.features-highlight {
	padding: 5px;
}
.f-h-content {
	border: 1px solid #6f6f6f;
	content: "";
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	border-radius: 5px;
	height: 73px;
}
.img-sets-for {
	height: 100%;
	padding: 8px;
	text-align: center;
}
p.p-f-h {
	margin: 0px;
}
h4.h4-f-h {
	margin-bottom: 2px;
}
.row.ng-top-bottom-phone-height {
	padding: 0 15px 20px 15px;
}
.phone-info-table{
	border-collapse: separate;
	width: 100%;
	border-bottom: 5px solid #f1f1f1;
}
.info-title {
	width: 15%;
	text-transform: uppercase;
	color: #e94e53;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.info-sub-title a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.info-sub-title{
	width: 15%;
	text-transform: capitalize;
	border-bottom: 1px solid #dadada;
}
.info{
	width: 55%;
	border-bottom: 1px solid #dadada;
}
.phone-info {
	width: 100%;
	padding: 20px;
}
.f-h-content:after {
	content: "";
	height: 4px;
	width: 85%;
	display: block;
	background: linear-gradient(90deg, rgba(238,20,133,1) 0%, rgba(253,60,77,1) 50%, rgba(249,133,22,1) 100%);
	color: #fff;
	bottom: 12px;
	position: absolute;
}

h2.brand-h2-sidebar {
	font-size: 22px;
	border-bottom: 2px solid #f1f1f1;
	border-left: 5px solid #e94e53;
	padding: 0 0 0 5px;
}
.brand-title-link {
	padding: 0px;
}
.col-12.link-list.row {
	margin: 0px;
}
.brand-h2-sidebar-bottom {
	font-size: 18px;
	text-align: center;
	margin: 5px auto;
	width: 98%;
	padding: 5px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(238,20,133,1) 0%, rgba(253,60,77,1) 50%, rgba(249,133,22,1) 100%);
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
}
a.a-phone-brand-link {
	display: block;
	width: 90%;
	margin: 4px auto;
	text-align: center;
	color: #333333;
	background-color: #ececec;
	border-radius: 5px;
	padding: 3px;
	font-size: 14px;
}
a.a-phone-brand-link:hover{
	transition: ease-in 0.3s;
	background: linear-gradient(90deg, rgba(238,20,133,1) 0%, rgba(253,60,77,1) 50%, rgba(249,133,22,1) 100%);
	color: #fff;
}
.breadcrumb a, .breadcrumb {
	color: #969696;
}
.container.wrapper-ng> .row {
	margin: 0px;
}
.only-mobile{
	display: none;
}
a.link-phone-a:hover p{
	color: #e94e53;
	transition: all ease-in 0.2s;
}
a.link-phone-a:hover img{
	opacity: 90%;
	transition: all ease-in 0.2s;
}
h4.h4-f-h {
	font-size: 20px;
}

.search-form {
	display: inline-block;
	float: right;
	height: 100%;
}
.top-bar-search-btn, .top-bar-search-btn {
	background-color: #e94e53;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height: 100%;
}

.top-bar-search-btn:hover, .top-bar-search-btn:focus {
	background-color: #e94e53;
}

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

.dropdown-content {
	visibility: hidden;
	/*display: none;*/
	border: 1px solid #bbb;
	box-shadow: 0 2px 9px rgba(0,0,0,.4);
	right: 0%;
	position: absolute;
	width: 30%;
	z-index: 1000;
	top: 60px;
	background-color: #fff;
}


.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

form#top-search, form#m-top-search {
	padding: 20px;
}

.search-box-wrapper {
	position: relative;
	display: flex;
	background-color: #fff;
}
input.top-search-text,input.m-top-search-text {
	font-family: Rubik !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #444;
	flex: 1;
	background-color: transparent;
	border: 0.5px solid #d2d2d2;
	height: auto;
	min-height: 32px;
	height: auto;
	min-height: 32px;
	outline: none;
	padding: 0 10px;
}
input#search, input#m-search {
	padding: 8px 16px;
	background: #e94e53;
	font-family: Rubik !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border: 0px;
	outline: none !IMPORTANT;
	color: #fff;
}
input#search:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.auto-com-ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.auto-com-ul li {
	overflow: hidden;
	min-height: 94px;
	max-height: 94px;
	border-bottom: 0.5px solid #e4e4e4;
	border-left: 2px solid #ffffff00;
}
.auto-com-ul li:hover {
	border-left: 2px solid #e94d52;
	transition: all ease 0.2s;
}
.auto-com-ul li:hover + .auto-com-span, .auto-com-ul li:hover + .auto-com-ul li > a{
	color: #e94d52;
}

.search-auto-com-a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: auto;
	max-height: 93px;
	padding: 5px 7px;
	transition: all 0.19s cubic-bezier(0.55,0,0.1,1);
	-moz-transition: all 0.19s cubic-bezier(0.55,0,0.1,1);
	-webkit-transition: all 0.19s cubic-bezier(0.55,0,0.1,1);
	-ms-transition: all 0.19s cubic-bezier(0.55,0,0.1,1);
	-o-transition: all 0.19s cubic-bezier(0.55,0,0.1,1);
	border: 1px solid transparent;
	border-left: 3px solid transparent;
	min-height: 91px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 90px;
}
.img-search-auto {
	vertical-align: top;
	height: 83px;
	padding-right: 5px;
	float: left;
}
.search-auto-com-a span {
	display: table-cell;
	vertical-align: middle;
}
.search-auto-com-a span {
	display: inline !important;
}
a.search-auto-com-a:hover {
	color: #e94d52 !important;
}
li.permanent {
	min-height: 0px;
}
li.permanent a {
	margin-top: 5px;
	margin-right: 0;
	font-size: 13px;
	padding: 5px 15px;
	font-weight: 500;
	display: block;
	text-align: right;
}
.sidebar-col {
	padding: 8px !important;
	text-align: center;
	font-size: 12px;
}
.sb-phone-name p {
	color: #5a5a5a;
	margin: 0px;
	margin-top: 5px;
	font-weight: 500;
}
.sidebar-latest.row {
	padding: 15px 0;
}
.border-right{
	border-right: 1px solid #ececec;
}
#top-setaa{
    height:90px !important; 
    display:block;
}
.a-header{
    height:100%;
    display:block;
}