/*@font-face {
    font-family: titillium web;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/titillium-web-v8-latin-regular.eot);
    src: local("Titillium Web Regular"), local(TitilliumWeb-Regular),
        url(../fonts/titillium-web-v8-latin-regular.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/titillium-web-v8-latin-regular.woff2) format("woff2"),
        url(../fonts/titillium-web-v8-latin-regular.woff) format("woff"),
        url(../fonts/titillium-web-v8-latin-regular.ttf) format("truetype"),
        url(../fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb)
            format("svg");
}
@font-face {
    font-family: titillium web;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/titillium-web-v8-latin-700.eot);
    src: local("Titillium Web Bold"), local(TitilliumWeb-Bold),
        url(../fonts/titillium-web-v8-latin-700.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/titillium-web-v8-latin-700.woff2) format("woff2"),
        url(../fonts/titillium-web-v8-latin-700.woff) format("woff"),
        url(../fonts/titillium-web-v8-latin-700.ttf) format("truetype"),
        url(../fonts/titillium-web-v8-latin-700.svg#TitilliumWeb) format("svg");
}
body {
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: Titillium Web;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: #23a3dd !important;
    font-weight: 700;
}
*/
.menu-style {
    width: 100%;
    margin: 0 auto;
}
.first-menu-left-zero {
    padding-left: 0 !important;
}
li.dropdown-item:active {
    background: 0 0;
}
.dropdown-item {
    padding: 0.02rem 1.5rem;
}
.dropdown-menu {
    background: #f8f8f8;
}
.dropdown-menu a {
    color: #000;
    font-size: 12px;
    background: 0 0;
}
.dropdown-menu a:active {
    background: 0 0;
    color: #000 !important;
}
#second-level-menu {
    min-height: 450px;
    min-width: 300px;
}
.third-level-menu {
    min-width: 650px;
    min-height: 556px;
}
.third-level-menu-hap {
    min-width: 850px;
    min-height: 556px;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #000;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.img_size {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.single-line-menu {
    width: 235px;
}
.menu-position-left {
    padding-left: 0;
}
.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 15px;
}
.dropdown-toggle::after {
    display: none;
}
.logo {
    margin-top: 8px;
}
.nav-link {
    text-transform: uppercase;
    padding: 8px 10px;
}
.bg-light {
    background: #fff !important;
}
.navbar {
    height: 50px;
    border: 1px solid transparent;
    border-color: #e7e7e7;
    border-width: 0 0 1px;
}
#right-menu-align {
    float: right;
    right: 0;
    left: auto;
    text-align: end;
}
.search-style {
    width: 70px;
    position: relative;
    top: 2px;
}
.search-style input#searchs {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 10pt;
    float: right;
    color: #262626;
    padding-left: 55px;
    color: #000;
    background: 0 0;
    -webkit-transition: width 0.55s ease;
    -moz-transition: width 0.55s ease;
    -ms-transition: width 0.55s ease;
    -o-transition: width 0.55s ease;
    transition: width 0.55s ease;
}
.search-style input#searchs::-webkit-input-placeholder {
    color: #65737e;
}
.search-style input#searchs:-ms-input-placeholder {
    color: #65737e;
}
.search-style img {
    width: 30%;
}
.search-style .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    z-index: 1;
    color: #4f5b66;
}
.search-style input#searchs:focus,
.container-2 input#searchs:active {
    outline: none;
    background: #f8f8f8;
    width: 300px;
}
.search-style:hover input#searchs {
    width: 300px;
    background: #f8f8f8;
}
.search-style:hover .icon {
    color: #93a2ad;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">>";
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li a:hover {
    color: #23a3dd;
    text-decoration: none;
}
.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 2px solid #fff !important;
    background: 0 0 !important;
}
.carousel-indicators .active {
    opacity: 1;
    background: #fff !important;
}
.middle-content {
    padding: 28% 0 0 10%;
}
.single-block-heading {
    font-size: 50px;
    font-weight: 700;
}
.single-block-subheading {
    font-size: 35px;
}
.single-block-content {
    font-size: 20px;
    text-align: justify;
}
.category-text {
    padding: 15px;
}
.category-page-category-area {
    padding: 15px;
}
.grid-style {
    padding: 5px;
}
.cat-grid-style {
    padding: 10px;
}
.pro-grid-style {
    padding: 10px;
}
.single-category-area {
    border: 1px solid #ddd;
    margin: 10px 2px;
}
.single-prodcut-area {
    border: 1px solid #ddd !important;
    margin: 10px 2px;
}
.name-area-height-fixed {
    padding: 10px 5px;
    height: 50px;
}
.name-area-height-fixed a {
    font-weight: 700;
    color: #0862ae;
    font-size: 18px;
    line-height: 1;
}
.img-thumbnail {
    border: none;
}
.custom-hover {
    border-top: 1px solid #ddd;
    height: 50px;
    padding: 0 2%;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
}
.product-compare-button {
    background: #0862ae;
    color: #fff;
    font-weight: 700;
}
.product-compare-button-style a:hover {
    background: #0862ae;
    color: #fff !important;
    font-weight: 700;
}
.see-more a {
    color: #444;
    font-size: 18px;
}
.see-more {
    padding-top: 12px;
}
.single-prodcut:hover .custom-hover {
    visibility: visible;
}
.single-prodcut:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all 200ms ease-out;
    background: #fff;
}
.uk-lightbox {
    background: #000;
    top: 40px;
}
.uk-lightbox-toolbar {
    height: 30px;
}
.uk-lightbox-toolbar-icon {
    padding: 50px 0 0;
}
.uk-transition-slide-top {
    transform: translateY(0%);
}
iframe.uk-responsive-width {
    width: 80%;
    height: 80% !important;
    border: 2px solid gray;
}
.image-zoom-effect {
    transition: transform 0.7s;
}
.image-zoom-effect:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
}
.cus_style_video {
    position: absolute;
    left: 44%;
    bottom: 40%;
}
.cus_style_video:hover {
    color: blue;
}
.cus_div_style {
    position: relative;
}
.fa-play-circle-o {
    font-size: 74px;
}
div.cus_style_video img {
    filter: gray;
    -webkit-transition: all 0.1s ease-in-out;
}
div.cus_style_video img:hover {
    filter: none;
    -webkit-transform: scale(1.05);
}
.price-area p {
    color: #0862ae;
    font-weight: 700;
}
.price-style {
    font-size: 15px;
    padding: 0 0 0 2px;
    color: #0862ae;
}
.image {
    padding: 5px;
}
.page-item a {
    font-weight: 700;
    color: #444;
    border-color: #ccc;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.filter-text-style {
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #444;
    background: #fff;
}
.filter-area {
    margin: 15px 0;
}
.single-filter-row {
    width: 100%;
    display: inline-block;
}
.single-filter-row-left {
    float: left;
    width: 15%;
}
.single-filter-row-right {
    float: right;
    width: 85%;
}
.filter-show-area {
    background: #f8f8f8;
    padding: 10px 20px;
}
.single-row {
    margin-bottom: 10px;
}
.filter-heading {
    float: left;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.single-filter-item {
    font-size: 12px;
    margin-right: 10px;
    width: 23%;
}
.filter-button-area {
    text-align: center;
}
.filter-button-background {
    font-size: 20px;
    background: 0 0;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #444;
}
.back-removed {
    background: 0 0;
    border: none;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
}
.single-prodcuts-area {
    margin: 15px 0;
}
.product-image img {
    width: 500px;
    height: auto;
}
.single-prodcut-description {
    margin-top: 30px;
}
.nav-tabs .nav-link {
    font-weight: 400;
    text-transform: capitalize;
}
.nav-tabs .nav-link.active {
    color: #0862ae !important;
    font-weight: 700;
}
.page-content {
    margin: 20px 0;
    padding: 0 15px;
}
.footer-logo-image {
    margin-top: 20px;
}
.footer-top-content-area {
    background: #f8f8f9;
    padding: 10px 50px;
}
.footer-heading {
    font-size: 12px;
    color: #23a3dd;
    font-weight: 700;
}
.footer-content-style li a {
    font-size: 12px;
    color: #59595c;
}
.email-subscription {
    width: 100%;
    height: 32px;
    border: 1px solid #23a3dd;
    border-radius: 3px;
}
.social_icon {
    margin: 10px 0;
}
.social-icon-size {
    width: 15%;
    margin: 0 5px;
}
.pepople-like-stay {
    margin-bottom: 15px;
}
.follow-walton-subtext {
    font-size: 11px;
}
.pepople-like-stay h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.footer-text p {
    color: #59595c;
}
.footer-text {
    background: #f7f7f7;
    padding: 10px 0 5px;
}
.footer-bottom-area {
    border-top: 1px solid #ddd;
}
.mobile-logo {
    background: #f0f5f8;
    width: 124px;
}
.menu-icon-size {
    width: 40px;
}
.menu-icon-close {
    width: 20px;
}
.top-menu-navbar {
    background: #33a3dc;
    height: 36px;
}
.top-menu-body {
    background: #4dbeee;
    color: #fff;
    max-width: 100%;
}
.top-menu-body-white {
    background: #f0f5f8 !important;
    color: #000;
    z-index: 9999;
}
.top-menu-body li a {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #4dbeee;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.top-menu-navbar > .nav-item > .nav-link {
    padding: 5px 8px 0;
}
ul.nav-dropdown {
    display: none;
}
#myNav {
    -webkit-transition: 1s;
}
.menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 35px;
    background: #f0f5f8;
    opacity: 1;
    overflow-y: auto;
    -webkit-transition: 1s;
}
.menu-overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
}
.menu-overlay a {
    padding: 8px 18px;
    text-decoration: none;
    font-size: 16px;
    color: #000 !important;
    display: block;
    transition: 0.3s;
}
.menu-overlay a:hover,
.overlay a:focus {
    color: #76b7d2;
}
.menu-overlay .closebtn {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 40px;
    z-index: 10000;
}
.mobile-menu-list {
    padding: 0 20px;
}
.mobile-menu-list a {
    border-bottom: 1px;
    background: linear-gradient(to left, #f0f5f8, #ccc, #f0f5f8) bottom
        no-repeat;
    background-size: 100% 1px;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 75px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.category-block-area {
    background: #f2f2f2;
    cursor: pointer;
}
.middle-content {
    position: relative;
    padding: 25% 5% 0 10%;
}
.explore-btn-style-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.explore-btn-style-left {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
div#about-menu > ul > li > a {
    padding: 5px 10px;
}
div#contact-menu > ul > li > a {
    padding: 5px 10px;
}
.extra-tab-style a.nav-link.active {
    background: 0 0;
    color: #007bff !important;
}
.extra-tab-style li {
    border-right: 1px solid #666;
}
.extra-tab-style li:last-child {
    border-right: 0 solid #000;
}
.extra-tab-style .nav-link {
    padding: 0 20px !important;
}
.tv-category-block-area {
    background: #000 !important;
    color: #fff;
    border-bottom: 1px solid #333;
}
.tv-single-block-heading {
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.tv-single-block-subheading {
    color: #fff;
}
.tv-single-block-content {
    font-size: 12px;
    text-align: justify;
}
.tv-middle-content {
    position: relative;
    padding: 26% 10% 0;
}
.accradiation-logo {
    margin-bottom: 15px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
    text-align: right;
}
.ribbon-text {
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    padding-bottom: 2px;
    margin-right: 2px;
}
.ribbon-blue {
    background: #1f9cd8;
}
.ribbon-green {
    background: #62c462;
}
.ribbon-purple {
    background: #af4ce8;
}
.ribbon-orange {
    background: #fbb450;
}
.ribbon-darkorange {
    background: orange;
}
.ribbon-red {
    background: #ee5f5b;
}
.refrigerator-block-area,
.laptop-block-area,
.airconditioner-block-area,
.mobile-block-area,
.television-block-area,
.home-appliance-block-area,
.eap-block-area {
    cursor: pointer;
}
.single_tvc {
    position: relative;
}
.image_class {
    display: block;
    width: 100%;
    height: auto;
}
.heading_overlay {
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.single_tvc:hover .heading_overlay {
    opacity: 1;
}
.cus_style_video_tvc {
    position: absolute;
    left: 42%;
    bottom: 52%;
}
.fixedPosition {
    position: fixed;
}
.single-apk-area {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 30px 10px;
    height: 150px;
}
.single-apk-area a {
    color: #fff;
    display: block;
}
.download-margin {
    margin-top: 10px;
}
ul.nav.nav-tabs.justify-content-center {
    position: sticky;
    background: #fff;
    z-index: 999;
}
#header-scroll {
    transition: top 1s;
}
.content-area-with-top-section {
    margin-top: 43px;
}
.style_top_show {
    top: 50px;
}
.style_top_hide {
    top: -50px;
}
.table_area {
    padding: 10px 30px;
}
.tech_heading {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.common_table_area {
    margin-left: 30px;
    margin-right: 15px;
    width: 100%;
}
.common_table_area p {
    margin-bottom: 0;
}
.sigle_row_area {
    margin-bottom: 25px;
}
.tech_row {
    list-style: none;
}
.tech_row li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 10px 20px;
}
.tech_row li:last-child {
    border-right: 0 solid #ccc;
}
.color_tech_row {
    list-style: none;
}
.color_tech_row li {
    float: left;
    padding: 5px 20px;
}
.row_style {
    margin-bottom: 10px;
}
.color_styles {
    float: left;
    width: 22%;
}
.color_styles p {
    margin: 5px;
}
.color_black {
    width: 25px;
    height: 25px;
    background: #000;
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.color_blue {
    width: 25px;
    height: 25px;
    background: #00f;
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.color_golden {
    width: 25px;
    height: 25px;
    background: gold;
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.color_midnight_purple {
    width: 25px;
    height: 25px;
    background: #280137;
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.color_midnight_blue {
    width: 25px;
    height: 25px;
    background: #191970;
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#tab-shortDescription {
    padding: 10px 20px;
}
#plaza_table td,
#plaza_table th {
    border-right: 1px solid #988f8f;
    border-bottom: 1px solid #988f8f;
    padding: 10px;
}
#plaza_table td:nth-child(1) {
    border-left: 1px solid #988f8f;
}
#plaza_table tr:nth-child(even) {
    background-color: #f2f2f2;
}
#plaza_table tr:hover {
    background-color: #ddd;
}
#plaza_table th {
    text-align: left;
    background-color: #23a3dd;
    color: #fff;
    padding: 10px 25px 10px 5px;
    border-top: 1px solid #988f8f;
}
#plaza_table th:nth-child(1) {
    border-left: 1px solid #988f8f;
}
#plaza_table th::after {
    bottom: 0;
}
#plaza_table th::before {
    bottom: 0;
}
.purchase_area {
    margin-left: auto;
    margin-right: auto;
}
.purchase_area p {
    padding: 5px;
    float: left;
}
.purchase_area > a > img {
    padding-left: 15px;
}
.p-style p {
    margin-bottom: 0;
}
.jumbotron {
    background: #f2f2f2;
    padding: 50px 250px;
}
.width_style {
    max-width: 550px;
    top: 10px;
    background: #f7f7f7;
    box-shadow: 10px 10px 10px #aaa;
}
.card {
    border: 0 solid;
}
.heighlight {
    color: #00adef;
}
span#wsms_warranty {
    margin-right: 15px;
}
.headding-title {
    border-bottom: 1px solid gray;
    padding: 15px 0;
}
.headding-title-without-border {
    padding-top: 15px 0;
}
.margin-top-30 {
    margin-top: 30px;
}
.select2-container--default .select2-selection--single {
    height: 37px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#loader {
    height: 256px;
    width: 256px;
    top: 250px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 2000;
    display: none;
}
.buy-now-plaza:hover {
    color: #fff !important;
    font-weight: 400;
}
.ac-single-prodcut-row {
    border: 1px solid #ddd;
    margin: 10px 2px;
}
.ac-single-prodcut-details {
    border: 1px solid #ddd;
    margin: 10px 2px;
}
.ac-single-prodcut-details:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all 200ms ease-out;
    background: #fff;
}
.ac-product-name-style a {
    font-size: 12px;
}
.arrtibute-area tr td {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 20px;
}
.catmore {
    background: #ededed;
    border-radius: 20px;
    margin: 2px 20px;
    border: 1px solid #0862ae;
}
.catmore:hover {
    background: #fff;
    border-radius: 20px;
    margin: 2px 20px;
    border: 1px solid #0862ae;
}
.catmore a {
    font-size: 18px;
    color: #0862ae;
    font-weight: 700;
}
.popular-porducts-heading {
    text-align: center;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
}
.swiper-viewport {
    margin: 0 0 10px !important;
    border: 4px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}


/* Responsive.css */
@media (min-width: 1921px) {
    .container-fluid {
        max-width: 58%;
    }
    .container-fluid#tech_spec {
        max-width: 100% !important;
    }
    .menu-style {
        width: 58%;
        margin: 0 auto;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-show {
        display: none;
    }
    .only-mobile-block-show {
        display: none;
    }
}
@media (min-width: 1825px) and (max-width: 1920px) {
    .container-fluid {
        max-width: 70%;
    }
    .menu-style {
        width: 70%;
        margin: 0 auto;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-show {
        display: none;
    }
    .only-mobile-block-show {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1824px) {
    .mobile-menu {
        display: none;
    }
    .mobile-show {
        display: none;
    }
    .only-mobile-block-show {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .middle-content {
        padding: 17% 0 0 15%;
    }
    .single-block-heading {
        font-size: 26px;
        font-weight: 700;
    }
    .single-block-subheading {
        font-size: 22px;
    }
    .single-block-content {
        font-size: 16px;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-show {
        display: none;
    }
    .only-mobile-block-show {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .middle-content {
        padding: 17% 0 0 15%;
    }
    .single-block-heading {
        font-size: 26px;
        font-weight: 700;
    }
    .single-block-subheading {
        font-size: 22px;
    }
    .single-block-content {
        font-size: 16px;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-show {
        display: none;
    }
    .only-mobile-block-show {
        display: none;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mobile-text-button .btn {
        width: 100%;
    }
    .style_top_show {
        top: 36px;
    }
    .mobile_menu_fix_top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .middle-content {
        padding: 3% 6%;
        text-align: center;
    }
    .single-block-heading {
        font-size: 30px;
        font-weight: 700;
    }
    .single-block-subheading {
        font-size: 25px;
    }
    .single-block-content {
        font-size: 18px;
        text-align: center;
    }
    .tv-text-area {
        background: #f0f5f8;
    }
    .mobile-margin-top {
        margin-bottom: 35px;
    }
    .header-area {
        margin-bottom: 0 !important;
    }
    .only-mobile-block-hide {
        display: none;
    }
    .desktop-menu {
        display: none;
    }
    .desktop-show {
        display: none;
    }
    .footer-top-content-area {
        background: #f7f7f7;
        padding: 20px 38px 0 100px;
    }
    .footer-heading {
        font-size: 12px;
        color: #000;
        font-weight: 700;
    }
    .footer-content-style li a {
        font-size: 12px;
        color: #000;
    }
    .footer-text {
        background: #f7f7f7;
        padding: 10px 100px 5px;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
        overflow: hidden;
    }
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav-mobile {
        display: block;
    }
    .nav-dropdown {
        background-color: #e2e6e9;
        position: static;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav-list {
        display: block !important;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav-list a:focus {
        color: #00aaf0 !important;
    }
    .nav-dropdown a {
        font-size: 12px;
        border-bottom: 1px !important;
        background: linear-gradient(to left, #e2e6e9, #ccc, #e2e6e9) bottom
            no-repeat !important;
        background-size: 100% 1px !important;
    }
    .search-container {
        text-align: center;
        padding: 15px;
        background: #4dbeee !important;
    }
    .search-container input[type="text"] {
        background: #fff;
        border: 1px solid #ededed;
        width: 88% !important;
        height: 30px;
    }
    .search-container button {
        background: 0 0;
        border: none;
        height: 30px;
    }
    .price-style {
        text-align: center;
    }
    .grid-style {
        border: none;
    }
    .uk-lightbox {
        background: #000;
    }
    .uk-lightbox-toolbar {
        height: 30px;
    }
    .uk-lightbox-toolbar-icon {
        padding: 56px 0 0;
    }
    iframe.uk-responsive-width {
        width: 100%;
        height: 80% !important;
        border: 0 solid gray;
    }
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
    #header-scroll {
        position: fixed;
        transition: top 1s;
        width: 100%;
    }
    .nav-up {
        top: -36px;
    }
    .logo {
        margin-top: 0;
    }
    .middle-content {
        padding: 5%;
    }
    .text-area {
        margin-bottom: 15px;
    }
    .thumbnails > li {
        margin-left: 0;
    }
    .social-icon-size {
        width: 10%;
    }
    .custom-hover {
        display: none;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
        min-height: 130px !important;
    }
    .navbar {
        padding: 0;
        height: 36px;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding: 5px 25px 0;
    }
    .m-icon-size {
        width: 45px;
    }
    .m-icon-size-close {
        width: 45px;
        position: absolute;
        right: 0;
        padding: 15px 5px 15px 15px;
        z-index: 999;
    }
    .mobile_menu {
        background: #33a3dc;
        width: 100%;
    }
    .dropdown-menu {
        border: none;
        text-align: center;
        margin: 0;
        border-radius: 0;
    }
    .dropdown-toggle::after {
        content: none;
    }
    .dropdown-item {
        padding: 0 40px;
    }
    .custom_menu li:hover {
        background: linear-gradient(to left, #f0f5f8, #ccc, #f0f5f8) bottom
            no-repeat;
        background-size: 100% 1px;
    }
    .custom_menu {
        background: #f0f5f8;
        text-align: center;
        width: 100%;
        height: 493px;
        overflow: scroll;
        border-bottom: 1px solid gray;
    }
    .custom_menu li {
        background: linear-gradient(to left, #f0f5f8, #ccc, #f0f5f8) bottom
            no-repeat;
        background-size: 100% 1px;
    }
    .custom_menu li:last-child {
        background-size: 100% 0;
    }
    .custom_menu li a {
        display: block;
        cursor: pointer;
        padding: 8px 18px;
    }
    .custom_menu li ul {
        background: #e2e6e9;
    }
    .custom_menu li ul a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }
    .custom_menu li ul li {
        background: linear-gradient(to left, #e2e6e9, #ccc, #e2e6e9) bottom
            no-repeat !important;
        background-size: 100% 1px !important;
    }
    .custom_menu li ul li:last-child {
        background-size: 100% 0 !important;
    }
    ul.dropdown-menu.custom_menu.show {
        padding: 0;
    }
    .nav-item > .nav-link.active {
        background-color: #4dbeee;
    }
    .submenu_background {
        background: #4dbeee;
    }
    .dropdown_submenu a {
        padding: 10px 15px;
        color: #fff;
        text-decoration: none;
    }
    .dropdown_submenu a:hover {
        color: #fff !important;
        font-weight: 400;
    }
    .content-area {
        margin-top: 50px;
    }
    .home-content-area {
        margin-top: 38px;
    }
    .mobile_justify-content-center {
        justify-content: center !important;
    }
    .common_table_area {
        margin-left: 10px !important;
        margin-right: 15px;
        width: 100%;
    }
    .color_styles {
        float: left;
        width: 45% !important;
    }
    .tech_row li {
        float: left;
        border-right: 1px solid #ccc;
        padding: 0 10px !important;
    }
    .purchase_area {
        width: 50%;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .mobile-text-button .btn {
        width: 100%;
    }
    .style_top_show {
        top: 36px;
    }
    .mobile_menu_fix_top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .middle-content {
        padding: 4% 1% 1%;
        text-align: center;
    }
    .single-block-heading {
        font-size: 24px;
        font-weight: 700;
    }
    .single-block-subheading {
        font-size: 18px;
    }
    .single-block-content {
        font-size: 12px;
        text-align: center;
    }
    .tv-text-area {
        background: #f0f5f8;
    }
    .category-text {
        padding: 5px;
    }
    .page-item a {
        font-weight: 700;
        color: #444;
        border-color: #ccc;
        font-size: 10px;
    }
    .only-mobile-block-hide {
        display: none;
    }
    .desktop-show {
        display: none;
    }
    .desktop-menu {
        display: none;
    }
    .mobile-margin-top {
        margin-bottom: 35px;
    }
    .header-area {
        margin-bottom: 0 !important;
    }
    .footer-top-content-area {
        background: #f7f7f7;
        padding: 20px 38px 0;
    }
    .footer-heading {
        font-size: 12px;
        color: #000;
        font-weight: 700;
    }
    .footer-content-style li a {
        font-size: 12px;
        color: #000;
    }
    .footer-text {
        background: #f7f7f7;
        padding: 10px 40px 5px;
        font-size: 12px;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
        overflow: hidden;
    }
    .search-container {
        text-align: center;
        padding: 15px;
        background: #4dbeee !important;
    }
    .search-container input[type="text"] {
        background: #fff;
        border: 1px solid #ededed;
        width: 88% !important;
        height: 30px;
    }
    .search-container button {
        background: 0 0;
        border: none;
        height: 30px;
    }
    .price-style {
        text-align: center;
    }
    .grid-style {
        border: none;
    }
    .uk-lightbox {
        background: #000;
    }
    .uk-lightbox-toolbar {
        height: 30px;
    }
    .uk-lightbox-toolbar-icon {
        padding: 56px 0 0;
    }
    iframe.uk-responsive-width {
        width: 100%;
        height: 80% !important;
        border: 0 solid gray;
    }
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
    #header-scroll {
        position: fixed;
        transition: top 1s;
        width: 100%;
    }
    .logo {
        margin-top: 0;
    }
    .middle-content {
        padding: 5%;
    }
    .text-area {
        margin-bottom: 15px;
    }
    .thumbnails > li {
        margin-left: 0;
    }
    .social-icon-size {
        width: 10%;
    }
    .custom-hover {
        display: none;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
        min-height: 130px !important;
    }
    .navbar {
        padding: 0;
        height: 36px;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding: 5px 8px 0;
    }
    .m-icon-size {
        width: 45px;
    }
    .m-icon-size-close {
        width: 45px;
        position: absolute;
        right: 0;
        padding: 15px 5px 15px 15px;
        z-index: 999;
    }
    .mobile_menu {
        background: #33a3dc;
        width: 100%;
    }
    .dropdown-menu {
        border: none;
        text-align: center;
        margin: 0;
        border-radius: 0;
    }
    .dropdown-toggle::after {
        content: none;
    }
    .dropdown-item {
        padding: 0 40px;
    }
    .custom_menu li:hover {
        background: linear-gradient(to left, #f0f5f8, #ccc, #f0f5f8) bottom
            no-repeat;
        background-size: 100% 1px;
    }
    .custom_menu {
        background: #f0f5f8;
        text-align: center;
        width: 100%;
        height: 493px;
        overflow: scroll;
        border-bottom: 1px solid gray;
    }
    .custom_menu li {
        background: linear-gradient(to left, #f0f5f8, #ccc, #f0f5f8) bottom
            no-repeat;
        background-size: 100% 1px;
    }
    .custom_menu li:last-child {
        background-size: 100% 0;
    }
    .custom_menu li a {
        display: block;
        cursor: pointer;
        padding: 8px 18px;
    }
    .custom_menu li ul {
        background: #e2e6e9;
    }
    .custom_menu li ul a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }
    .custom_menu li ul li {
        background: linear-gradient(to left, #e2e6e9, #ccc, #e2e6e9) bottom
            no-repeat !important;
        background-size: 100% 1px !important;
    }
    .custom_menu li ul li:last-child {
        background-size: 100% 0 !important;
    }
    ul.dropdown-menu.custom_menu.show {
        padding: 0;
    }
    .nav-item > .nav-link.active {
        background-color: #4dbeee;
    }
    .submenu_background {
        background: #4dbeee;
    }
    .dropdown_submenu a {
        padding: 10px;
        color: #fff;
        text-decoration: none;
    }
    .dropdown_submenu a:hover {
        color: #fff !important;
        font-weight: 400;
    }
    .content-area {
        margin-top: 50px;
    }
    .home-content-area {
        margin-top: 38px;
    }
    .mobile_justify-content-center {
        justify-content: center !important;
    }
    .common_table_area {
        margin-left: 10px !important;
        margin-right: 15px;
        width: 100%;
    }
    .color_styles {
        float: left;
        width: 45% !important;
    }
    .tech_row li {
        float: left;
        border-right: 1px solid #ccc;
        padding: 0 10px !important;
    }
    .purchase_area {
        width: 65%;
    }
}
@media screen and (min-width: 480px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
