/* ==========================Css Reset Start=============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: slategray;
    color: #353535;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:focus {
    outline: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
a {
	color: #353535;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	width: auto;
}
.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}
.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    display: block;
    overflow: hidden;
}
@font-face {
    font-family: nafees-web-naskh-regular;
    src: url(../fonts/nafees-web-naskh-regular.ttf);
}
@font-face {
    font-family: nafees-nastaleeq-webfont;
    src: url(../fonts/nafees-nastaleeq-webfont.woff);
}
/* ==========================Header Start=============================== */
.top-header {
    float: left;
    width: 100%;
    padding: 3px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: linear-gradient(145deg, #9c1951, #6d0f37);
    border-bottom: 1px dashed #d26892;
}
.social-icons-header {
    float: left;
}
.social-icons-header h4 {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
    margin-top: 8px;
}
.social-icons-header ul {
    float: left;
}
.social-icons-header ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    padding: 4px 3px;
}
.social-icons-header ul li a {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
.social-icons-header ul li .fb {
    background-position: -23px -340px;
}
.social-icons-header ul li .tw {
    background-position: -23px -372px;
}
.social-icons-header ul li .yt {
    background-position: -23px -403px;
}
.social-icons-header ul li .insta {
    background-position: -23px -434px;
}
.account-wrap {
    float: right;
}
.account-wrap ul li {
    float: left;
    display: inline-block;
}
.account-wrap ul li:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
}
.account-wrap ul li a {
    display: block;
    color: #fff;
    float: left;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    font-size: 14px;
    line-height: 32px;
}
.account-wrap ul li a:hover {
    text-decoration: underline;
}
.account-wrap ul li:nth-child(1) a {
    background-position: -146px -421px;
}
.account-wrap ul li:nth-child(2) a {
    background-position: -25px -508px;
}
.account-wrap ul li:nth-child(3) a {
    background-position: -25px -544px;
}
.main-header {
    float: left;
    width: 100%;
    min-height: 150px;
    border-radius: 20px;
    border: 10px solid #f3f3f3;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.logo {
    float: left;
    width: 270px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.logo img {
    height: auto;
}
.header-animated-img {
    float: right;
    width: 200px;
    background-image: url(../img/header-phone-img.png);
    background-repeat: no-repeat;
    background-size: 211px;
    height: 130px;
}
/* ==========================Header End=============================== */
/* ==========================Navbar Start=============================== */
.main-header, .main-nav, .left-content, .right-content {
    background-color: #00417b;
    background: linear-gradient(145deg, #003666, #004888);
}
.main-nav {
    float: left;
    width: 100%;
    border-radius: 100px;
}
#main-menu {
    float: left;
    padding-left: 10px;
}
.main-nav > #main-menu > li {
    display: inline-block;
    list-style-type: none;
    margin: 4px 0px;
}
.main-nav > #main-menu > li > a {
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1.5px;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}
.main-nav > #main-menu > li > a:hover {
    background-color: #8a1645;
    text-decoration: underline;
}
.search-toggle {
    float: right;
    width: 40px;
    height: 34px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -15px -303px;
    background-color: #8a1645;
    display: none;
    cursor: pointer;
}
.search-wrap {
    float: right;
}
.search-wrap form {
    display: flex;
    position: relative;
    align-items: center;
}
.search-wrap #s {
    font-size: 14px;
    padding: 6px 10px;
    border: none;
    width: 250px;
    display: block;
    float: left;
    margin-right: 3px;
    background: #f1f1f1;
}
.search-wrap #s:focus {
    background: #fff;
}
.search-wrap button {
    width: 75px;
    font-size: 14px;
    color: #ffffff;
    background-color: #8a1645;
    padding: 18px 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border: none;
    float: right;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -303px;
    cursor: pointer;
}
.search-wrap button:hover, .more-btn a:hover {
    background-color: #a71651;
}


#brand-suggestions {
    position: absolute;
    max-width: 230px;
    top: 36px;
    width: 230px;
    z-index: 999;
    max-height: 382px;
    overflow: auto;

}

#brand-suggestions ul {
    background: #eaebef;
    padding: 5px;
}

#brand-suggestions ul li {
    margin-bottom: 5px;
    width: 100%;
}

#brand-suggestions ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    width: 100%;
    padding: 5px;
    transition: .3s all;
}

#brand-suggestions ul li a:hover {
    background-color: #eaebef;
}

#brand-suggestions ul li a h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}
#brand-suggestions ul li a span {
    font-size: 11px;
    color: #7e7e7e;
}

#brand-suggestions ul li a img {
    max-width: 50px;
}

/* ==========================Navbar End=============================== */
.main-content {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
/* ==========================Left Sidebar Start=============================== */
.left-content {
    float: left;
    width: 18%;
    vertical-align: top;
    border-radius: 10px;
    padding: 10px;
}
.sidebar-box, .right-sidebar-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.left-content .sidebar-box h2 {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
.left-content .sidebar-box:nth-child(1) h2 {
    background-position: 125px -58px;
}
.left-content .sidebar-box:nth-child(2) h2 {
    background-position: 125px -23px;
}
.left-content .sidebar-box:nth-child(3) h2 {
    background-position: 120px -88px;
}
.left-content .sidebar-box:nth-child(4) h2 {
    background-position: 123px -118px;
}
.left-content .sidebar-box:nth-child(5) h2 {
    background-position: 125px -153px;
}
.left-content .sidebar-box:nth-child(6) h2 {
    background-position: 124px -186px;
}
.left-content .sidebar-box:nth-child(7) h2 {
    background-position: 124px -217px;
}
.left-content .sidebar-box:nth-child(8) h2 {
    background-position: 123px -247px;
}
.sidebar-box h2, .right-sidebar-box h2 {
    color: #fff;
    padding: 6px 6px;
    background: #8a1645;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px dashed #a8476e;
    float: left;
    width: 100%;
}
.right-sidebar-box h2 {
    margin-bottom: 15px;
}
.fun-box h2 {
    margin-bottom: 5px;
}
.sidebar-box li, .fun-box ul li {
    float: left;
    width: 100%;
    display: list-item;
}
.sidebar-box li a, .fun-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 5px;
    display: block;
}
.sidebar-box li a:hover, .fun-box ul li a:hover {
    text-decoration: underline;
}
.sidebar-box:nth-child(1) li {
    float: left;
    width: 50%;
    padding: 1px;
    display: inline-block;
}
/* ==========================Left Sidebar End=============================== */
/* ==========================Right Sidebar Start=============================== */
.right-content {
    float: left;
    width: 18%;
    vertical-align: top;
    border-radius: 10px;
    padding: 10px;
}
.right-banner {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.right-sidebar-box ul li {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 6px;
}
.fun-box ul li {
    margin-bottom: 0;
}
.right-sidebar-box ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.right-sidebar-box ul li a {
    color: #fff;
}
.top-mobile-box ul li {
    position: relative;
    background: #707f90;
}
.top-mobile-box ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffc738;
    left: -4px;
    top: 0;
    border-radius: 100px;
    color: #353535;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.top-mobile-box ul li:nth-child(1):before {
    content: '1';
}
.top-mobile-box ul li:nth-child(2):before {
    content: '2';
}
.top-mobile-box ul li:nth-child(3):before {
    content: '3';
}
.top-mobile-box ul li:nth-child(4):before {
    content: '4';
}
.top-mobile-box ul li:nth-child(5):before {
    content: '5';
}
.top-mobile-box ul li a span:nth-child(1) {
    padding: 3px 5px;
    background: #FFB;
    font-size: 10px;
    top: 0;
    float: right;
    margin-bottom: 5px;
    color: #353535;
    border-left: 1px solid #353535;
    border-bottom: 1px solid #353535;
}
.top-mobile-box ul li a span:nth-child(2) {
    width: 100%;
    float: left;
    padding: 3px 5px;
    font-size: 13px;
}
.top-mobile-box ul li:hover span:nth-child(2) {
    text-decoration: underline;
}
/* ==========================Right Sidebar End=============================== */
/* ==========================Homepage Main Content Start=============================== */
.middle-content {
    float: left;
    width: 64%;
    padding: 0 15px;
}
.banner-middle {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.main-slider {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.ad-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
/* --------- Frontpage-ads Start ------------ */
.frontpage-ads li img{
    width: 100%;
}
.frontpage-ads .slick-arrow {
    color: transparent;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    border: none;
    line-height: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    background: transparent url(../img/themes.gif) no-repeat;
    cursor: pointer;
}
.frontpage-ads .slick-arrow:hover {
    opacity: .8;
}
.frontpage-ads .slick-prev {
    left: 0;
    background-position: 0;
}
.frontpage-ads .slick-next {
    right: 0;
    background-position: -38px;
}
/* --------- Frontpage-ads End ------------ */
/* --------- Brands Start ------------ */
.brands-row {
    float: left;
    width: 100%;
    background: #eaebef;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.brands-row ul li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 10px;
}
.brands-row ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #0000001f;
    border-radius: 7px;
    background: #fff;
}
.brands-row ul li a img {
    height: 100px;
    object-fit: contain;
    vertical-align: middle;
    object-position: center;
    margin: 0 auto;
}
.brands-row ul li a:hover img {
    opacity: .8;
}
/* --------- Brands End ------------ */
/* --------- Main Mobile Section Start------------ */
.main-mobile-row {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.mobile-row {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #a0a8bc;
    margin-bottom: 5px;
    margin-top: 5px;
}
.mobile-row-heading {
    float: left;
    font-size: 16px;
    color: #353535;
    font-weight: 600;
    margin-top: 6px;
}
.mobile-row-heading-top {
    color: #be1358;
}
.more-btn {
    float: right;
}
.more-btn a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    background-color: #04457e;
    padding: 6px 0px;
    display: block;
    padding-right: 35px;
    padding-left: 10px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 31px -277px;
}
.mobile-row {
    float: left;
    width: 100%;
}
.mobile-row ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px;
    background: #eaebef;
}
.mobile-row ul li {
    width: 19.12%;
    text-align: center;
    padding: 5px;
    background: #fff;
}
.mobile-row ul li:nth-child(6) {
    display: none;
}
.mobile-col {
    float: left;
    width: 100%;
}
.mobile-main-img {
    float: left;
    width: 100%;
}
.mobile-main-img img {
    padding: 0 18px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    height: auto;
}
.mobile-row ul li:hover .mobile-main-img img {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    filter: grayscale(1);
}
.mobile-main-img:hover {
    filter: grayscale(.3);
}
.mobile-main-title {
    font-size: 13px;
    text-decoration: none;
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: bold;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}
.mobile-main-title:hover {
    text-decoration: underline;
}
.mobile-main-price {
    font-size: 13px;
    color: #0038a0;
    font-weight: bold;
    float: left;
    width: 100%;
}
.disclaimer-text {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.disclaimer-text p {
    float: left;
    font-size: 12px;
    width: 100%;
    line-height: 1.5;
}
.facebook-page-plugin-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* --------- Main Mobile Section End------------ */
/* ==========================Homepage Main Content End=============================== */
/* ==========================Mobile Category Page Start=============================== */

.mobile-category-page .category-brand-cover {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    min-height: 316px;
    max-height: 316px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
}
.category-brand-cover::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 271px;
    max-height: 271px;
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    right: 0;
}
.category-brand-cover::after {
    content: '';
    position: absolute;
    height: 250px;
    width: 250px;
    background-color: #ffffff1c;
    top: -110px;
    right: -110px;
    border-radius: 100%;
}
.mobile-category-page .category-brand-cover div {
    width: 100%;
    background: linear-gradient(45deg, #8a1644, #000);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-category-page .category-brand-cover div h2 {
    float: left;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}
.mobile-category-page .category-brand-cover div img {max-width: 100px;}
.mobile-category-page .filter-category {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mobile-category-page .filter-category h5 {
    font-size: 16px;
    font-weight: bolder;
    color: #0038a0;
    margin-bottom: 10px;
}
.mobile-category-page .filter-category ul li {
    display: inline-block;
    margin-right: 3px;
}
.mobile-category-page .filter-category ul li a {
    padding: 3px 5px;
    border: 1px solid #0038a0;
    color: #0038a0;
    font-size: 13px;
    font-weight: 600;
}
.mobile-category-page .filter-category ul li a:hover {
    background-color: #0038a0;
    color: #fff;
}
/* ==========================Pagination Start=============================== */
.pagination-main {
    float: left;
    width: 100%;
    margin-top: 10px;
}
ul.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination-wrap li {
    display: inline-block;
}
ul.pagination-wrap li a, ul.pagination-wrap li.active span  {
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 1px;
    font-size: 14px;
    background: #3a3a3a;
    color: #fff;
}
ul.pagination-wrap li a:hover,  ul.pagination-wrap li.active span {
    background: #8a1645;
}
/* ==========================Pagination End=============================== */
/* ==========================Site Breadcrumb Start=============================== */
.breadcrumb-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.breadcrumb-wrapper ul.breadcrumb {
    padding: 6px 10px;
    list-style: none;
    background-color: #f7f7f7;
}
.breadcrumb-wrapper ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
.breadcrumb-wrapper ul.breadcrumb li+li:before {
    padding: 8px 6px;
    color: #353535;
    content: "/\00a0";
}
.breadcrumb-wrapper ul.breadcrumb li a {
    color: #c70452;
    text-decoration: none;
}
.breadcrumb-wrapper ul.breadcrumb li a:hover {
    color: #0038a0;
    text-decoration: underline;
}
/* ==========================Site Breadcrumb End=============================== */
/* ==========================Mobile Detail Page Start=============================== */
.single-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.single-top {
    float: left;
    width: 100%;
    background-color: #004683;
}
.header-particle {
    float: left;
    width: 100%;
    background-repeat: repeat;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-top a.mobile-name {
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 36px;
    width: 100%;
    text-transform: capitalize;
}
.mobile-middle-gradient {
    width: 100%;
    float: left;
}
.mobile-left {
    float: left;
    width: 22%;
}
.mobile-img {
    float: left;
    width: 100%;
    filter: hue-rotate(372deg);
}
.mobile-img img {
    border-radius: 26px;
    padding: 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    height: auto;
}
.mobile-left:hover img {
    transform: perspective( 600px) rotateY( -180deg);
}
.mobile-detail {
    float: left;
    width: 78%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.mobile-detail-top {
    float: left;
    width: 100%;
}
.mobile-detail-top ul li {
    font-size: 13px;
    color: #d0d0da;
    padding-bottom: 8px;
    padding-left: 28px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    margin-bottom: 6px;
    letter-spacing: .5px;
}
.mobile-detail-top ul li:nth-child(1) {
    background-position: -133px -26px;
}
.mobile-detail-top ul li:nth-child(2) {
    background-position: -133px -50px;
}
.mobile-detail-top ul li:nth-child(3) {
    background-position: -133px -75px;
}
.mobile-detail-top ul li:nth-child(4) {
    background-position: -134px -98px;
}
.mobile-detail-middle {
    float: left;
    padding-left: 10px;
    width: 40%;
}
.mobile-detail-middle ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.mobile-detail-middle ul li span.big-txt {
    font-size: 22px;
    float: left;
    width: 100%;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -132px -131px;
    color: #fffebb;
    font-weight: bold;
    padding-left: 50px;
    padding-bottom: 3px;
}
.mobile-detail-bottom {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
}
.mobile-detail-bottom ul {
    display: flex;
    gap: 5px;
}
.mobile-detail-bottom ul li {
    width: 25%;
    padding: 5px;
    background: #265987;
    border: 1px solid #ffffff12;
    text-align: center;
}
.icon-bottom {
    width: 34px;
    height: 34px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon-mobile-touch {
    background-position: -135px -221px;
}
.icon-mobile-camera {
    background-position: -137px -265px;
}
.icon-mobile-ram {
    background-position: -137px -306px;
}
.icon-mobile-battery {
    background-position: -137px -345px;
}
.mobile-detail-bottom ul li h3 {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}
.mobile-detail-bottom ul li h4 {
    font-size: 12px;
    color: #d3d3d3;
}
.single-middle {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-bottom-links {
    float: left;
    width: 100%;
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}
.single-bottom-links ul li {
    display: inline-block;
    list-style-type: none;
    padding: 4px 10px;
    vertical-align: bottom;
}
.single-bottom-links ul li a {
    padding: 8px 13px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
    transition: .5s all;
}
.single-bottom-links ul li a:hover {
    background: #8a1644;
    border-bottom: 1px solid #a8476e;
}
.spec-main-wrap {
    float: left;
    width: 100%;
}
.spec-row {
    float: left;
    width: 100%;
    border-top: 1px solid #dadce4;
    padding-bottom: 7px;
}
.spec-col-red {
    background: #eaebef;
    padding: 6px 10px;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.spec-col-red h3 {
    color: #c70452;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}
.spec-col-white {
    float: left;
    width: 100%;
    padding: 5px 10px;
    padding-bottom: 0;
}
.col-left {
    float: left;
    width: 20%;
    min-height: 1px;
    padding-bottom: 8px;
}
.col-left h4 {
    color: #555;
    font-weight: bold;
    font-size: 14px;
}
.col-right {
    float: left;
    padding-left: 20px;
    width: 80%;
    padding-bottom: 8px;
}
.col-right p {
    font-size: 14px;
    color: #333;
}
.tags-wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 13px;
}
.tags-wrap h4, .social-share-wrap h4, .copy-link-wrap h4 {
    font-size: 18px;
    font-weight: bolder;
    color: #294257;
    margin-bottom: 10px;
}
.tags-wrap ul {
    float: left;
    width: 100%;
}
.tags-wrap ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
.tags-wrap ul li a {
    padding: 5px 10px;
    background: #294257;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    float: left;
}
.tags-wrap ul li a:hover {
    background: #8a1645;
}
.social-share-wrap {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
/* ==========================Site Comment Start=============================== */
.comments-main-wrap {
    float: left;
    width: 100%;
}
.comments-main-wrap img {
    width: 100%;
}
/* ==========================Site Comment End=============================== */
.important-note {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ad-wrap {
    float: left;
    width: 100%;
    text-align: center;
}
.important-note p {
    color: #294258;
    background-color: #f7f7f7;
    border: 1px solid #eaebef;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 12px;
}
.important-note p strong {
    font-weight: bold;
    font-size: 13px;
}
/* ==========================Mobile Detail Page End=============================== */
/* ==========================Mobile News Page Start=============================== */
.news-main-wrap {
    float: right;
    width: 100%;
    direction: rtl;
}
.news-main-wrap h3 {
    color: #0038a0;
    font-size: 26px;
    font-weight: bold;
    background-color: #eaebef;
    padding: 5px;
    padding-right: 20px;
    border-right: 4px solid #0038a0;
    border-top: 1px solid #dadce4;
    font-family: nafees-web-naskh-regular;
}
.news-wrap {
    float: right;
    width: 100%;
    margin-top: 20px;
}
.news-wrap ul {
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news-wrap ul li {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 1px solid #dadce4;
    border-bottom: 3px solid #dadce4;
    padding: 8px 10px;
    padding-bottom: 15px;
}
.news-wrap ul li:nth-child(3) {
    margin-left: 0;
}
.news-wrap ul li .news-inner {
    float: right;
    width: 100%;
}
.news-wrap ul li .news-inner .news-img {
    float: right;
    width: 30%;
    margin-top: 5px;
}
.news-wrap ul li .news-inner .news-img img {
    filter: grayscale();
    transition: .3s all;
}
.news-wrap ul li:hover .news-inner .news-img img {
    filter: none;
}
.news-wrap ul li .news-inner .news-detail {
    float: right;
    width: 70%;
    padding-right: 20px;
}
.news-wrap ul li .news-inner .news-detail h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 10px;
    font-family: nafees-web-naskh-regular;
}
.news-wrap ul li .news-inner .news-detail h2 a:hover {
    color: #0038a0;
}
.news-wrap ul li .news-inner .news-detail .news-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8a1644;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.news-main-wrap .pagination-wrap {
    float: right;
    text-align: center;
}
.news-main-wrap .pagination-wrap ul li a {
    float: right;
}
.news-wrap ul li .news-inner .news-detail p {
   font-family: nafees-nastaleeq-webfont;
   font-size: 15px;
}
.news-wrap-category ul li:nth-child(1) {
    text-align: center;
    padding-bottom: 0;
}
.news-wrap-category ul li:nth-child(1) .news-img {
    width: 100%;
}
.news-wrap-category ul li:nth-child(1) .news-inner .news-img img {
    filter: none;
}
.news-wrap-category ul li:nth-child(1) .news-detail {
    width: 96%;
    padding: 20px;
    position: relative;
    top: -25px;
    background: #FFA;
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: right;
}
.news-wrap-category ul li:nth-child(1) .news-inner .news-detail h2 {
    font-size: 26px;
}
.news-wrap-category ul li:nth-child(1) .news-inner .news-detail p {
    font-size: 16px;
}
/* ==========================Mobile News Page End=============================== */
/* ==========================Mobile News Detail Page Start=============================== */
.news-detail-wrap {
    float: right;
    width: 100%;
    text-align: center;
    direction: rtl;
}
.news-detail-wrap .news-detail-featured-img {
    float: right;
    width: 100%;
}
.news-detail-wrap .news-detail-featured-img img {
    width: 100%;
}
.news-detail-wrap .news-detail-content {
    width: 96%;
    margin: 0 auto;
    display: inline-block;
    text-align: right;
    position: relative;
    top: -25px;
    background: #fff;
    padding: 15px;
}
.news-detail-wrap .news-detail-content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 15px;
    font-family: nafees-web-naskh-regular;
    color: #000;
}
.news-detail-wrap .news-detail-content .news-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8a1644;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.news-detail-wrap .news-detail-content p {
    font-family: nafees-nastaleeq-webfont;
    font-size: 16px;
    margin-bottom: 13px;
    color: #000;
}
.news-detail-wrap .news-detail-content .social-share-wrap {
    margin-top: 15px;
    float: right;
    width: 47%;
    background: #f1f1f1;
    margin-left: 3%;
    padding: 10px;
}
.news-detail-wrap .news-detail-content .copy-link-wrap {
    float: right;
    width: 50%;
    margin-top: 35px;
}
.news-detail-wrap .news-detail-content .copy-link-wrap a {
    font-size: 16px;
    color: #707f90;
    padding: 8px 10px;
    background: #f7f7f7;
}
.news-detail-wrap .news-detail-content .copy-link-wrap a span {
    font-size: 12px;
    padding: 3px 6px;
    background: #8a1644;
    color: #fff;
    vertical-align: middle;
    margin-left: 7px;
}
.news-detail-wrap .news-detail-content .tags-wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #f1f1f1;
    padding: 10px;
}
.news-detail-wrap .news-detail-content .tags-wrap h4, .news-detail-wrap .news-detail-content .copy-link-wrap h4, .news-detail-wrap .news-detail-content .social-share-wrap h4 {
    font-family: nafees-web-naskh-regular;
    font-size: 22px;
}
/* ==========================Related News Start=============================== */
.related-news-wrap > h3 {
    color: #0038a0;
    font-size: 24px;
    font-weight: bold;
    background-color: #eaebef;
    padding: 5px;
    padding-right: 20px;
    border-right: 4px solid #0038a0;
    border-top: 1px solid #dadce4;
    font-family: nafees-web-naskh-regular;
    margin-bottom: 20px;
}
.related-news-wrap ul li {
    width: 32%;
    margin-left: 2%;
}
.related-news-wrap ul li .news-inner .news-img {
    width: 100%;
}
.related-news-wrap ul li .news-inner .news-detail {
    width: 100%;
    padding-right: 0;
}
.related-news-wrap ul li .news-inner .news-detail h2 {
    font-size: 17px;
}
.related-news-wrap ul li .news-inner .news-detail .news-date {
    margin-bottom: 0;
}
.related-news-wrap ul li .news-inner .news-img img {
    filter: none;
}
/* ==========================Related News End=============================== */


/* ==========================Wallpaper Page Start=============================== */

.wallpapers-wrap {
    float: left;
    width: 100%;
}
.inner-page-title {
    font-size: 22px;
    font-weight: bolder;
    color: #0038a0;
    padding: 10px;
    background: #f7f7f7;
    border-left: 4px solid #0038a0;
}
.wallpapers-inner {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.wallpapers-inner ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wallpapers-inner ul li {
    float: left;
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.wallpapers-inner ul li .wallpaper-cat-img {
    float: left;
    width: 100%;
}
.wallpapers-inner ul li .wallpaper-cat-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.wallpaper-cat-count {
    padding-left: 22px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -146px -460px;
    font-size: 11px;
    color: #808080;
    vertical-align: middle;
    font-weight: 100;
    margin-left: 5px;
}

/* ==========================Wallpaper Page End=============================== */

/* ==========================Wallpaper Inner Start=============================== */

.wallpapers-single {
    float: left;
    width: 100%;
}
.wallpapers-single-inner {
    float: left;
    width: 100%;
}
.wallpapers-single-inner ul li {
    float: left;
    width: auto;
}
.wallpapers-single-inner ul li img {
    margin-bottom: 15px;
}
.wallpaper-share {
    float: left;
}
.download-btn-wallaper {
    float: right;
}
.download-btn-wallaper a {
    padding: 10px 20px;
    display: block;
    background: #0038a0;
    color: #fff;
    border-radius: 4px;
}

/* ==========================Wallpaper Inner End=============================== */

/* ==========================Tips Us Page Start=============================== */
.tip-us-wrap {
    float: left;
    width: 100%;
}
.page-cover {
    float: left;
    width: 100%;
    height: 190px;
    display: table;
    background-image: url(../images/N85A6611.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}
.page-cover-inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    background: #0000009e;
    padding-left: 20px;
    padding-bottom: 20px;
}
h1.page-info-name {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background-image: url(../images/pattern-diag-dark-33.png);
    background-repeat: repeat;
    float: left;
    padding: 5px;
}
.tip-us-wrap h3 {
    font-size: 22px;
    color: #777;
}
.tip-us-wrap p {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
.tip-form-wrap {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px 15px;
    background: #f5f5f5;
}
.tip-form-wrap h4 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
    letter-spacing: .5px;
}
.tip-us-wrap input[type=text], .tip-us-wrap input[type=email], .tip-us-wrap textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #b4b2b2;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.tip-us-wrap .submit-btn {
    padding: 5px 9px;
    background: #f9f9f9;
    text-transform: uppercase;
    border: 1px solid #d1d1d1;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    cursor: pointer;
    float: right;
    font-weight: bold;
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all .3s cubic-bezier(.55, 0, .1, 1);
}
.tip-us-wrap .submit-btn:hover {
    background-color: #8a1645;
    color: #fff;
}
/* ==========================Tips Us Page End=============================== */
/* ==========================All Brands Page Start=============================== */
.all-brands-wrap .page-cover {
    background-image: url(../images/all-brands.jpg);
}
.all-brands-wrap ul li {
    float: left;
    width: 33.33%;
    padding: 10px 8px;
    text-align: center;
    margin-bottom: 20px;
}
.all-brands-wrap ul li a {
    float: left;
    width: 100%;
}
.all-brands-wrap ul li a img {
    width: 120px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}
.all-brands-wrap ul li a h4 {
    font-size: 22px;
    color: #575656;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}
.all-brands-wrap ul li a span {
    font-size: 18px;
    color: #565656;
}
.all-brands-wrap ul li a:hover h4, .all-brands-wrap ul li a:hover span {
    color: #De0000;
}
/* ==========================All Brands Page End=============================== */
/* ==========================Contact Us Page Start=============================== */
.contact-us-wrap .page-cover {
    background-image: url(../images/freepik-team.jpg);
    background-position: center center;
}
.contact-info {
    float: left;
    width: 60%;
    padding-right: 30px;
    margin-top: 30px;
}
.contact-info h1, .contact-social h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #384c82;
}
.contact-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.contact-icon {
    float: left;
    width: 36px;
    height: 36px;
    background-color: #333;
    border-radius: 10px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -14px -18px;
}
.contact-icon-phone {
    background-position: -14px -615px;
}
.contact-icon-email {
    background-position: -18px -644px;
}
.contact-icon-url {
    background-position: -14px -580px;
}
.contact-detail {
    float: left;
    margin-left: 10px;
}
.contact-detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}
.contact-detail p {
    margin: 0;
}
.contact-social {
    float: left;
    width: 40%;
    margin-top: 30px;
}
.contact-social ul li {
    float: left;
    width: 50%;
    padding-bottom: 6px;
    padding: 5px 10px;
    padding-left: 0;
}
.contact-social ul li:nth-child(even) {
    padding-right: 0;
}
.contact-social ul li a {
    color: #ffffff;
    padding: 9px 7px;
    width: 100%;
    float: left;
    display: block;
    letter-spacing: .5px;
    font-size: 14px;
    opacity: .9;
}
.contact-social ul li a:hover {
    opacity: 1;
}
.contact-social ul li a.fb {
    background: #3C5A99;
}
.contact-social ul li a.tw {
    background: #1DA1F2;
}
.contact-social ul li a.yt {
    background: #FF0000;
}
.contact-social ul li a.gp {
    background: #d34836;
}
.contact-social ul li a.ins {
    background: #5851DB;
}
.contact-social ul li a.pin {
    background: #BD081C;
}
/* ==========================Contact Us Page End=============================== */
/* ==========================Login, Register, Forgot Page Start=============================== */
.login-wrap {
    width: 400px;
    margin: 0 auto;
}
.login-wrap input[type=text], .login-wrap input[type=email], .login-wrap input[type=password] {
    width: 100%;
    padding: 0px 11px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #d8dade;
    background-color: transparent;
    height: 32px;
    margin-bottom: 10px;
    transition: .5s all;
}
.login-wrap input[type=text]:focus, .login-wrap input[type=email]:focus, .login-wrap input[type=password]:focus {
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #ab1c56;
}
.login-wrap .registerbtn {
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    background: #8a1645;
    font-size: 20px;
    letter-spacing: 3px;
}
.login-wrap .registerbtn:hover {
    opacity: 1;
}
/* ==========================Login, Register, Forgot Page End=============================== */
/* ==========================Footer Start=============================== */
.main-footer {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #3a3a3a;
    border-top: 1px dashed #ffffff;
}
.footer-left {
    float: left;
}
.footer-left ul li {
    display: inline-block;
    list-style-type: none;
}
.footer-left ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 7px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}
.footer-right {
    float: right;
}
.footer-right p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 18px;
}
/* ==========================Footer End=============================== */
