html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, ins,
small, strike, strong, sub, sup,
b, u, i, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, figure, figcaption, footer, header, hgroup,
menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* Overwrite user agent font-family for button */
button, input {
  font-family: 'Calibri',sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #aaa; }

svg {
  display: inline-block; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Calibri',sans-serif; }

.clearfix {
  clear: both;
  display: block; }
  .clearfix::after, .clearfix::before {
    content: " ";
    display: table;
    clear: both; }

.header_outer_common {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98vw; }

.row {
  margin: 0 -15px; }

.hidden {
  display: none !important; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.flex {
  display: flex; }

.center-block {
  display: block;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri" , sans-serif; }

.form-block {
  display: block; }

.img-responsive {
  width: 100%;
  height: auto;
  display: block; }

p:has(.mobile-only-banner) {
  display: none; }

p:has(.desktop-only-banner) {
  all: unset !important;
  display: block !important;
  width: 100% !important; }

.mobile-only-banner {
  display: none; }

.desktop-only-banner {
  display: block; }

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url(/fonts/Calibri.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  font-display: swap; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url(/fonts/Calibri_bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  font-display: swap; }

body {
  font-family: 'Calibri', sans-serif; }
  body .reveal_all {
    display: none; }

a {
  color: #037cd5;
  text-decoration: none; }

.page {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  box-sizing: border-box; }
  .page:after {
    content: "";
    display: block;
    clear: both; }

#login_link {
  cursor: pointer; }

.before_submit {
  pointer-events: none;
  background: #9E9E9E !important; }

.learn-more-container {
  margin: 2px auto;
  max-width: 1170px; }

body.modal-open {
  overflow: hidden; }

.btn-close {
  color: #969696;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  background: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: -webkit-center;
  cursor: pointer;
  z-index: 1; }
  .btn-close:hover {
    color: #494949; }

.cross_btn {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 17px;
  height: 20px;
  vertical-align: middle;
  line-height: 25px;
  text-align: -webkit-center;
  cursor: pointer;
  z-index: 1; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  padding: 25px; }
  .modal > div {
    display: table;
    width: 100%;
    height: 100%; }
  .modal:before {
    content: "";
    opacity: 0;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity; }
  .modal.open:before {
    opacity: 0.6; }
  .modal.open .modal-content {
    transform: translate3d(0, 0, 0); }

.modal-dialog {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.modal-content {
  background: #fff;
  display: inline-block;
  text-align: initial;
  position: relative;
  overflow-y: auto;
  border-radius: 5px;
  max-width: 950px;
  min-width: 500px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -150vh, 0);
  -ms-transform: translate3d(0, -150vh, 0);
  -moz-transform: translate3d(0, -150vh, 0);
  transform: translate3d(0, -150vh, 0);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  will-change: transform; }

/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none; }

#modal_subscribe .modal-heading {
  padding: 10px;
  display: table;
  width: 100%; }

#modal_subscribe .modal-content {
  max-width: 650px; }

#modal_subscribe .logo {
  width: 120px;
  margin-right: 20px;
  display: table-cell;
  vertical-align: middle; }

#modal_subscribe .content-col {
  padding: 30px 50px 25px 50px; }

#modal_subscribe .form-control {
  border-radius: 7px;
  border: none;
  font-weight: 700;
  outline: none;
  border: 1px solid #ccc;
  text-align: left; }

#modal_subscribe .title {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

#modal_subscribe .submit {
  text-align: center;
  background-color: #f6bb43;
  cursor: pointer;
  color: #fff;
  border: none; }

#modal_subscribe .info {
  font-size: 13px;
  line-height: 1.5;
  color: #565a5c; }

#modal_subscribe p.info {
  font-weight: 700;
  margin: 0; }

#modal_subscribe ol.info {
  list-style-type: decimal;
  padding: 5px 15px;
  margin: 0; }

#modal_subscribe #message_error {
  color: red;
  font-size: 14px;
  margin: 0; }

#modal_login .modal-content {
  display: inline-flex; }

.modal-right .h2 {
  text-align: center;
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  display: inline-block;
  width: 30%; }

.modal-left {
  width: 350px;
  min-height: 450px;
  padding: 20px;
  color: #fff;
  background: #013d62 no-repeat bottom left; }
  .modal-left h3 {
    color: #f6bb43;
    font-size: 28px; }
  .modal-left ul {
    padding: 25px; }
  .modal-left ul li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 18px;
    list-style-type: disc; }

.modal-right {
  margin-top: 25px;
  padding: 20px;
  width: 550px;
  text-align: center;
  position: relative;
  color: #a9a9b6; }
  .modal-right .disabled {
    background: #948f8c; }
  .modal-right .seperator {
    font-size: 20px; }
  .modal-right .h2 {
    text-align: center;
    margin-top: 12px; }
    .modal-right .h2 a {
      text-decoration: none;
      cursor: pointer; }

.signupTab {
  margin-bottom: 10px; }

.forget_link a {
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  text-decoration: none;
  width: 359px;
  display: block;
  text-align: right;
  margin: 0 auto;
  margin-bottom: 19px; }

#loginForm, #signupForm, #passwordResetForm {
  max-width: 350px; }

body {
  background: #f4f4f4; }

header {
  background: #027cd5;
  opacity: 1;
  box-sizing: border-box;
  padding: 5px 0; }
  header > .page {
    display: table; }

.head_middle {
  position: relative;
  display: table-cell;
  width: 100%;
  width: 62vw; }
  .head_middle form {
    padding: 0 20px;
    display: block;
    position: relative; }

#search_input {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 11px 40px;
  font-size: 14px;
  color: #959595;
  outline: none; }

.head_middle button, header button.light {
  border: 0;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  outline: none;
  cursor: pointer;
  max-height: 38px;
  box-sizing: border-box; }

#main_search_toggle svg {
  vertical-align: middle; }

.head_middle button.blue {
  background: #fff;
  position: absolute;
  top: 0px;
  right: 25px;
  z-index: 110;
  display: inherit; }

#logo {
  display: table-cell; }
  #logo > a {
    display: block;
    width: 180px;
    color: #fff; }
    #logo > a > svg {
      vertical-align: middle;
      width: 100%; }

.logoFixed {
  width: 12vw; }

#logo a .uae {
  vertical-align: middle;
  width: 100%;
  height: 42px;
  padding: 3px; }

#results_lists {
  position: absolute;
  width: 100%;
  left: 0;
  top: 41px;
  z-index: 999;
  display: none;
  padding: 0 40px; }
  #results_lists ul {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
  #results_lists li {
    box-sizing: border-box; }
    #results_lists li.selected {
      background: #f5f5f5; }
    #results_lists li a {
      font-size: 14px;
      letter-spacing: 0.2px;
      color: #464646;
      text-decoration: none;
      display: block;
      padding: 8px 20px; }
      #results_lists li a:hover {
        background: #f5f5f5; }
      #results_lists li a.disabled {
        background: #fff !important; }
    #results_lists li.list_heading {
      color: #565656;
      letter-spacing: 0.2px;
      font-size: 16px;
      background: gainsboro;
      padding: 8px 20px; }
      #results_lists li.list_heading:nth-child(n+2) {
        margin-top: 7px; }

.head_right {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  word-spacing: 15px;
  width: 100px; }

span.btn.btn-big {
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  white-space: nowrap;
  word-spacing: initial;
  border: 1px solid #fff; }

#header_country .down_arrow {
  margin-right: -10px;
  margin-left: -10px; }

#header_country, #header_country > .dropdown > ul > li {
  word-spacing: 10px;
  background: #fff;
  color: #247cd5;
  position: relative;
  z-index: 1000; }

#header_country li > a > span, #header_country .dropdown li > a > span {
  min-width: 40px;
  display: inline-block; }

#header_country, #header_country > .dropdown > ul > li > a {
  padding: 11px 20px; }

#header_country > .dropdown > ul > li:hover {
  background: #ddd; }

#header_country > .dropdown > ul > li > a {
  display: block; }

#header_country img {
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -5px 0; }

#header_country:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

#login_link_profile {
  position: relative; }
  #login_link_profile .down_arrow {
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translateY(-40%); }
  #login_link_profile, #login_link_profile > .dropdown > ul > li {
    word-spacing: 10px;
    background: #fff;
    color: #247cd5;
    position: relative;
    z-index: 1000; }
  #login_link_profile li > a > span, #login_link_profile .dropdown li > a > span {
    min-width: 40px;
    display: inline-block; }
  #login_link_profile, #login_link_profile > .dropdown > ul > li > a {
    padding: 11px 12px;
    width: 180px; }
  #login_link_profile > .dropdown > ul > li:hover {
    background: #f3f2f2; }
  #login_link_profile > .dropdown > ul > li > a {
    display: block; }
  #login_link_profile img {
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -5px 0; }
  #login_link_profile:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

#login_link_profile, #login_link_profile .dropdown {
  word-spacing: initial; }

#login_link_profile, #login_link_profile > .dropdown > ul > li {
  word-spacing: initial;
  background: #fff;
  color: #247cd5;
  position: relative;
  z-index: 1000; }

.dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(15px);
  text-align: left; }
  .dropdown > ul {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
  .dropdown::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: 5px;
    left: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.nav_bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 7.5rem; }

.nav {
  display: table;
  position: relative;
  cursor: default;
  z-index: 500;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row no-wrap;
  flex-flow: row no-wrap; }
  .nav > li {
    display: table-cell; }
    .nav > li > a {
      text-shadow: none;
      text-decoration: none;
      padding: 15px 10px;
      text-transform: uppercase;
      font-size: 16px;
      white-space: nowrap;
      display: inline-block;
      color: #464646; }
      .nav > li > a.active {
        color: #037cd5;
        font-weight: 600; }
    .nav > li:hover > a {
      font-weight: 500;
      color: #037cd5; }
  .nav .hassub > ul {
    background: #fff;
    position: absolute;
    padding: 20px 0 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    width: 55%;
    border: 1px solid #eee;
    display: none;
    border-top: 2px solid #027cd5;
    font-size: 0; }
    .nav .hassub > ul li {
      display: inline-block;
      padding: 0 15px;
      width: 33.33333%;
      box-sizing: border-box; }
      .nav .hassub > ul li:nth-last-child(-n+3) .log_text_block_cont {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .nav .hassub > ul:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12.5px 10px 12.5px;
      border-color: transparent transparent #027cd5 transparent;
      left: 32px;
      top: -10px; }
  .nav .hassub .log_text_block_cont {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .nav .hassub .log_text_block_cont a {
      display: block; }
      .nav .hassub .log_text_block_cont a:hover .brand-logo {
        border-color: #027cd5; }
      .nav .hassub .log_text_block_cont a:hover .brand-text {
        text-decoration: underline; }
      .nav .hassub .log_text_block_cont a:hover .band-name, .nav .hassub .log_text_block_cont a:hover .band-offers, .nav .hassub .log_text_block_cont a:hover .brand-text {
        color: #027cd5; }
  .nav .hassub .brand-logo {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
    .nav .hassub .brand-logo img {
      width: 100%;
      display: block; }
  .nav .hassub .brand-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    text-overflow: ellipsis; }
  .nav .hassub .band-name {
    display: block;
    color: #4a4a4a;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold; }
  .nav .hassub .band-offers {
    display: block;
    color: #a0a0a0;
    font-size: 12px; }
  .nav .hassub:hover > ul {
    display: block; }
  .nav .hassub > a:focus + ul {
    display: block; }

nav#main_menu {
  background: #fff;
  -webkit-box-shadow: 0.5px 0.9px 5.7px 0.3px black;
  -moz-box-shadow: 0.5px 0.9px 5.7px 0.3px black;
  box-shadow: 0.5px 0.9px 5.7px 0.3px rgba(0, 0, 0, 0.1); }

.btn {
  background: #fff;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 13px 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1rem;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  border: none; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-round {
    border-radius: 50%; }
  .btn-fab {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-info {
    background: #55aced;
    color: #fff; }
  .btn-primary {
    background: #027cd5;
    color: #fff; }
  .btn-danger {
    background: #F44336;
    color: #fff; }
  .btn-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .btn-raised:hover {
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .btn-social {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 5px; }
  .btn-twitter {
    background: #000; }
  .btn-facebook {
    background: #3b5999; }
  .btn-linkedin {
    background: #247cd5; }
  .btn-pinterest {
    padding: 4px;
    background: #C6232C; }
  .btn-instagram {
    padding: 7px;
    background: linear-gradient(to bottom, #E4405F, #662D91); }
  .btn-quora {
    padding: 7px;
    background: #b92b27; }
  .btn-medium {
    padding: 7px;
    background: #000; }
  .btn:disabled, .btn.disabled {
    box-shadow: none;
    cursor: not-allowed;
    filter: grayscale(1); }
  .btn-fade {
    opacity: 0;
    visibility: hidden; }
    .btn-fade.in {
      opacity: 1;
      visibility: visible; }
  .btn svg {
    pointer-events: none;
    vertical-align: middle; }

.form-group {
  margin-bottom: 15px;
  text-align: left;
  position: relative; }
  .form-group.has-error {
    margin-bottom: 25px; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  letter-spacing: 0.5px; }
  .has-error .form-control, .dirty .form-control:invalid {
    border-color: red; }
  .form-control:not(textarea) {
    height: 45px; }

.form-error {
  color: #d00;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 48px;
  display: none; }
  .has-error .form-error {
    display: initial; }

.form-loader {
  text-align: center; }
  .form-loader .loader {
    display: none; }

.form .message {
  line-height: 1.2em; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loader 1.8s infinite ease-in-out; }

.loader {
  color: #f6bb43;
  position: relative;
  transform: translateZ(0);
  animation-delay: -0.16s;
  top: -1em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  pointer-events: none; }
  .loader:before {
    right: 150%;
    animation-delay: -0.32s;
    color: #3baeda; }
  .loader:after {
    left: 150%;
    color: #f3804a; }
  .loader:before, .loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit; }

@keyframes loader {
  0%,
  100% {
    box-shadow: 0 1.2em 0 -1em; }
  50% {
    box-shadow: 0 1.2em 0 -.2em; } }

.breadcrumbs {
  text-align: right;
  margin: 10px 0;
  font-size: 10px;
  color: #b3b3b3;
  text-transform: capitalize; }
  .breadcrumbs a {
    text-decoration: none;
    margin-right: 3px;
    color: #3baeda; }

.content {
  float: right;
  width: 960px; }
  .content .store_offers {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #005387;
    margin: 20px 0; }

.top-banner {
  display: block;
  text-align: center; }

.top-banner > img {
  margin-top: 16px;
  max-height: 150px;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px; }

.store_tab_des {
  margin: 15px 0; }

.sub-title {
  font-size: 1.8em;
  margin: 0 0 15px 0;
  background: #fff;
  padding: 16px 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #333;
  border-left: 2px solid #F44336; }

.listing-head {
  margin-bottom: 10px;
  padding: 18px 15px;
  margin-bottom: 20px;
  font-weight: 400;
  -webkit-box-shadow: 0.5px 0.9px 3px black;
  -moz-box-shadow: 0.5px 0.9px 3px black;
  box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, 0.2); }
  .listing-head.blue {
    background: #3baeda; }
  .listing-head.orange {
    background: #f6bb43; }
  .listing-head h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400; }

.listing::after {
  content: "";
  display: table;
  clear: both; }

.listing-item {
  float: left;
  overflow: visible;
  list-style: none;
  display: inline-block;
  margin-bottom: 20px !important; }
  @media screen and (min-width: 1001px) {
    .listing-item {
      width: 14.66667%;
      margin: 4px 1.2%; }
      .listing-item:nth-of-type(6n + 1) {
        margin-left: 0;
        clear: left; }
      .listing-item:nth-of-type(6n + 6) {
        margin-right: 0; } }
  @media screen and (max-width: 1000px) and (min-width: 800px) {
    .listing-item {
      width: 18%;
      margin: 4px 1.25%; }
      .listing-item:nth-of-type(5n + 1) {
        margin-left: 0;
        clear: left; }
      .listing-item:nth-of-type(5n + 5) {
        margin-right: 0; } }
  @media screen and (max-width: 799px) {
    .listing-item {
      width: 23%;
      margin: 4px 1.33333%; }
      .listing-item:nth-of-type(4n + 1) {
        margin-left: 0;
        clear: left; }
      .listing-item:nth-of-type(4n + 4) {
        margin-right: 0; } }
  .listing-item a {
    display: block;
    text-align: center; }
  .listing-item span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase !important;
    overflow: hidden;
    color: #555;
    margin: 10px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    text-align: center;
    font-size: medium;
    opacity: .9; }
    @media screen and (max-width: 600px) {
      .listing-item span {
        font-size: 14px; } }

.image_overlay_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 70px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px; }
  .image_overlay_wrapper img {
    width: 100%;
    height: auto;
    max-height: 180px;
    position: relative;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    border: 0;
    vertical-align: top; }
  .image_overlay_wrapper:hover img {
    transform: scale(1.1); }
  .image_overlay_wrapper:hover:after, .image_overlay_wrapper:hover:before {
    opacity: 1; }
  .image_overlay_wrapper:after, .image_overlay_wrapper:before {
    position: absolute;
    opacity: 0; }
  .image_overlay_wrapper:after {
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    will-change: background;
    transition: background 0.3s ease-in-out; }
  .image_overlay_wrapper:before {
    content: attr(data-content);
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    padding: 0; }

#all:checked ~ .all,
#tab1:checked ~ .tab1,
#tabA:checked ~ .tabA,
#tabB:checked ~ .tabB,
#tabC:checked ~ .tabC,
#tabD:checked ~ .tabD,
#tabE:checked ~ .tabE,
#tabF:checked ~ .tabF,
#tabG:checked ~ .tabG,
#tabH:checked ~ .tabH,
#tabI:checked ~ .tabI,
#tabJ:checked ~ .tabJ,
#tabK:checked ~ .tabK,
#tabL:checked ~ .tabL,
#tabM:checked ~ .tabM,
#tabN:checked ~ .tabN,
#tabO:checked ~ .tabO,
#tabP:checked ~ .tabP,
#tabQ:checked ~ .tabQ,
#tabR:checked ~ .tabR,
#tabS:checked ~ .tabS,
#tabT:checked ~ .tabT,
#tabU:checked ~ .tabU,
#tabV:checked ~ .tabV,
#tabW:checked ~ .tabW,
#tabX:checked ~ .tabX,
#tabY:checked ~ .tabY,
#tabZ:checked ~ .tabZ,
#numrics:checked ~ .numrics,
#hash:checked ~ .hash {
  /*background: #f6bb43;*/
  background: #3baeda;
  color: #fff;
  border-radius: 20px; }

#all:checked ~ div .featured_cat_listings,
#tab1:checked ~ div .featured_cat_listings.tab1,
#tabA:checked ~ div .featured_cat_listings.tabA,
#tabB:checked ~ div .featured_cat_listings.tabB,
#tabC:checked ~ div .featured_cat_listings.tabC,
#tabD:checked ~ div .featured_cat_listings.tabD,
#tabE:checked ~ div .featured_cat_listings.tabE,
#tabF:checked ~ div .featured_cat_listings.tabF,
#tabG:checked ~ div .featured_cat_listings.tabG,
#tabH:checked ~ div .featured_cat_listings.tabH,
#tabI:checked ~ div .featured_cat_listings.tabI,
#tabJ:checked ~ div .featured_cat_listings.tabJ,
#tabK:checked ~ div .featured_cat_listings.tabK,
#tabL:checked ~ div .featured_cat_listings.tabL,
#tabM:checked ~ div .featured_cat_listings.tabM,
#tabN:checked ~ div .featured_cat_listings.tabN,
#tabO:checked ~ div .featured_cat_listings.tabO,
#tabP:checked ~ div .featured_cat_listings.tabP,
#tabQ:checked ~ div .featured_cat_listings.tabQ,
#tabR:checked ~ div .featured_cat_listings.tabR,
#tabS:checked ~ div .featured_cat_listings.tabS,
#tabT:checked ~ div .featured_cat_listings.tabT,
#tabU:checked ~ div .featured_cat_listings.tabU,
#tabV:checked ~ div .featured_cat_listings.tabV,
#tabW:checked ~ div .featured_cat_listings.tabW,
#tabX:checked ~ div .featured_cat_listings.tabX,
#tabY:checked ~ div .featured_cat_listings.tabY,
#tabZ:checked ~ div .featured_cat_listings.tabZ {
  display: block;
  border-radius: 20px; }

.all_categories {
  margin-top: 20px; }
  .all_categories .wrapper {
    position: relative; }
  .all_categories .listing {
    padding-bottom: 20px; }
  .all_categories label {
    display: block;
    float: left;
    width: calc((100% - 150px)/28);
    color: #707070;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    height: 36px;
    position: relative;
    margin: 18px 0 50px 5px; }
    .all_categories label span {
      font-size: 16px;
      white-space: nowrap; }
  .all_categories input {
    display: none; }

.all_cat_abc {
  height: 70px;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px -1px #b1b1b1;
  -moz-box-shadow: 0px 2px 4px -1px #b1b1b1;
  box-shadow: 0px 2px 4px -1px #b1b1b1; }
  .all_cat_abc.bg_1 {
    top: 0; }
  .all_cat_abc.bg_2 {
    top: 100%; }

.stop_click {
  pointer-events: none;
  color: #dadada !important; }

.image_overlay_wrapper img {
  width: 60% !important; }

/*--------Footer--------------*/
footer {
  background: #414d59; }

.footer_top {
  background: #ebe9e9; }

.socials_footer p {
  text-align: center;
  color: #aaaaaa;
  margin-top: 28px;
  font-size: 11px; }

.socials_footer .page {
  margin-top: 30px;
  padding-bottom: 0 !important; }
  .socials_footer .page:after {
    height: auto; }

.footer_bottom {
  padding-top: 50px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .footer_bottom p {
    color: #9ba9b8;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 29px; }
  .footer_bottom .page {
    border-bottom: 1px solid #454444;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around; }

.footer_widget {
  flex-basis: 220px; }
  .footer_widget .footer_site_dec {
    font-size: 14px;
    color: #fff;
    padding-right: 30px; }
  .footer_widget.two {
    padding-left: 50px; }
  .footer_widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer_widget ul li {
      margin-bottom: 10px; }
      .footer_widget ul li a {
        color: #FFF;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 18px; }

footer input[type="text"] {
  display: inline-block;
  font-size: 22px;
  color: #767676;
  width: 65%;
  background: transparent;
  border: 0;
  font-weight: 300;
  padding: 15px;
  margin: 10px 0px;
  border-bottom: 2px solid #767676; }

footer input[type="text"]:focus {
  outline: none; }

footer input[type="submit"] {
  display: inline-block;
  float: right;
  padding: 15px;
  font-size: 22px;
  width: 35%;
  max-width: 290px;
  background: #037cd5;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 10px 0px;
  border-bottom: 2px solid #037cd5; }

.before_submit {
  border-bottom: 2px solid #9E9E9E !important; }

.footer_top h3 {
  display: inline-block; }

.footer_social_icons {
  text-align: center; }
  .footer_social_icons a {
    margin: 0 20px; }
  .footer_social_icons svg {
    fill: white; }

.footer_social_icon {
  text-align: center;
  padding-top: 15px; }
  .footer_social_icon a {
    display: inline-block;
    vertical-align: middle; }
    .footer_social_icon a img {
      margin: 0 10px; }

.padd_L50 {
  padding-left: 50px; }

.star_yellow {
  color: #f6bb43;
  margin-top: 0; }

.form_footer {
  position: relative; }
  .form_footer::after {
    content: "";
    clear: both;
    display: table; }
  .form_footer #subscribe_message, .form_footer #message_error {
    position: absolute;
    margin: 0;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    bottom: -25px;
    display: inline;
    left: 0;
    background: #2e3741;
    letter-spacing: 0.5px; }

p.link_color {
  color: #2573b5;
  font-size: 20px;
  margin-bottom: 0; }

.white {
  color: white; }

.containers .flex-box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .containers .flex-box .right-content {
    display: flex;
    width: 38vw;
    flex-direction: column;
    margin-bottom: 0px;
    align-items: start; }
    .containers .flex-box .right-content a {
      font-size: 25px; }
  .containers .flex-box .left-content {
    display: flex;
    width: 40vw;
    flex-direction: row-reverse;
    margin-bottom: 0px; }

/*------Footer end---------*/
@media (max-width: 1170px) and (min-width: 200px) {
  .page {
    width: 100%;
    padding: 0 20px; }
  .cmodal-dialog {
    width: 100%; }
  .footer_bottom {
    padding-top: 15px; }
  .nav > li > a {
    padding: 15px 0px;
    font-size: 14px; }
  .nav .hassub > ul {
    width: 70%; }
    .nav .hassub > ul li {
      width: 50%; }
    .nav .hassub > ul .log_text_block_cont {
      margin-bottom: 20px !important;
      padding-bottom: 20px !important;
      border-bottom: 1px solid #eee !important; }
    .nav .hassub > ul li:nth-last-child(-n+1) .log_text_block_cont {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: 0 !important; } }

@media (max-width: 768px) and (min-width: 480px) {
  .cm_t {
    padding: 0 25px; }
    .cm_t .offers_listings {
      margin-bottom: 15px; }
      .cm_t .offers_listings h3 {
        font-size: 18px;
        margin-top: 10px;
        line-height: 20px; }
  .cm_b_l {
    display: none; }
  .c_m_desc {
    width: auto;
    padding: 0; }
  .cm_b {
    height: auto;
    overflow: hidden;
    padding: 10px; }
    .cm_b input[type="text"] {
      width: 70%; }
    .cm_b input[type="submit"] {
      width: 25%; }
  .mailer_mail {
    float: none; }
  .visit_share {
    margin: 10px 0; }
  .cmodal-dialog {
    width: 100%; }
    .cmodal-dialog h3 {
      margin-top: 25px;
      margin-bottom: 10px;
      font-size: 22px; }
  .code_itself {
    width: 50%;
    line-height: 15px;
    font-size: 17px; }
  button#cp_code {
    width: 35%;
    padding: 14px;
    font-size: 17px;
    display: inline-block; } }

@media (max-width: 1000px) and (min-width: 480px) {
  header {
    height: auto !important; }
  header .page {
    position: relative; }
  .search .sidebar {
    width: 100%;
    float: none; }
  footer input[type="text"] {
    width: 70%;
    font-size: 16px; }
  footer input[type="submit"] {
    width: 30%;
    font-size: 16px; }
  .modal-dialog {
    width: initial; }
    .modal-dialog #modal-bg-container {
      display: none; }
    .modal-dialog .modal_right {
      float: none;
      margin: 0 auto;
      display: block; } }

@media screen and (max-width: 768px) {
  #results_lists {
    top: 54px;
    padding: 0 20px; } }

@media screen and (max-width: 768px) {
  .head_middle {
    position: static; }
  .head_middle > form {
    padding: 0;
    position: static; }
  .head_middle button.blue {
    display: none;
    background: transparent; }
  .search_active + button.blue {
    display: block;
    z-index: 1100;
    top: 2px;
    right: 19px; }
  #search_input {
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
    position: absolute;
    right: 5px;
    width: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1001; }
    #search_input.search_active {
      opacity: 1;
      visibility: visible;
      width: calc(100% - 10px); } }

@media screen and (max-width: 768px) {
  header button.light {
    display: initial;
    background: transparent;
    background-size: 20px;
    margin-left: 10px; }
  .footer_widget {
    float: left;
    width: 50%;
    margin-bottom: 30px; } }

@media (max-width: 1000px) and (min-width: 480px) {
  .all_categories label {
    border-radius: 0 !important;
    background: #fff;
    width: calc(100%/14);
    margin: 0 0 10px; }
  .all_cat_abc,
  .all_cat_abc {
    display: none; }
  label.all {
    margin-left: 0; }
  .footer_widget {
    width: 25%;
    margin: 0; }
  .featured_cat_head {
    height: auto; }
    .featured_cat_head h3 {
      font-size: 18px; }
    .featured_cat_head span a {
      vertical-align: -webkit-baseline-middle; } }
