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; }

/*-----Coupon Modal-----*/
.code_itself {
  background-color: #f6f7fb;
  border: 1px dashed #027cd5;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box; }

.copy_dialogue {
  text-align: center;
  font-size: 0; }

button#cp_code {
  background: #037cd5;
  font-size: 15px;
  font-weight: bold;
  border: none;
  color: #fff;
  width: 50%;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0; }

.cmodal-dialog .modal-content {
  max-width: 1000px;
  max-height: 100% !important;
  width: 100% !important; }

.cmodal-dialog h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 40px; }

.cmodal-dialog .cm_body_dec {
  overflow: hidden;
  padding: 0 30px 0 0;
  text-transform: none;
  display: block;
  text-align: left;
  height: 130px;
  margin: 5px 0 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333; }
  .cmodal-dialog .cm_body_dec ul {
    margin: 0;
    padding-left: 16px;
    list-style: initial; }
  .cmodal-dialog .cm_body_dec table {
    width: 92%;
    border-spacing: 1px;
    margin-top: 2px; }
    .cmodal-dialog .cm_body_dec table tr {
      text-align: center; }
  .cmodal-dialog .cm_body_dec p {
    line-height: 24px;
    font-size: 14px;
    height: initial;
    text-align: left; }

.cmodal-dialog .show_more {
  font-size: 10px;
  color: #037cd5;
  font-weight: 700;
  bottom: 0px;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 0px 20px;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase; }

span.modal_view_cat_all {
  padding: 24px 0px 0 0px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 50%;
  float: left;
  text-align: center; }
  span.modal_view_cat_all a {
    color: #047cd3;
    text-decoration: none; }

a.morelink {
  color: #027cd5;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  line-height: 21px; }

.cm_t {
  padding: 15px 15px 0 15px;
  position: relative; }

.c_m_desc {
  font-weight: 700;
  padding-left: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1; }

span.cm a {
  font-size: 20px; }

.visit_share {
  padding: 15px 0px 0 0;
  text-align: left;
  width: 50%;
  float: left; }
  .visit_share .btn-md.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #52af52;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .visit_share .cm {
    width: 100%; }

.cm_b_l {
  max-width: 130px; }

.mailer_mail {
  padding-right: 10px; }
  .mailer_mail p {
    margin: 0;
    padding: 0px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block; }

.cm_b {
  background: #f6bb43;
  color: #fff;
  line-height: 45px;
  clear: both;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cm_b input[type="text"] {
    border-radius: 3px;
    height: 37px;
    font-size: 15px;
    padding: 0 15px;
    color: #696969;
    border: 1px solid #fff; }
  .cm_b input[type="submit"] {
    background: 0 0;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 100px;
    height: 37px;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
    .cm_b input[type="submit"]:hover {
      background: #e2a733; }

.cm_t .offers_listings {
  overflow: hidden;
  margin-bottom: 35px;
  height: auto;
  z-index: 0; }
  .cm_t .offers_listings span.sp_icons {
    padding-right: 30px; }
    .cm_t .offers_listings span.sp_icons img {
      margin-left: 20px; }
  .cm_t .offers_listings h3 {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #2E2E2E; }

.cm_t .related_Desktop {
  padding: 0; }

.cm_t .modal_left_wrapper {
  padding: 0 15px 0 0;
  position: relative; }

.cm_t .modal_right_wrapper {
  padding: 0 0 0 15px; }

.cm_t .copy_dialogue {
  margin: 15px 0; }

.cm_t .feedback {
  float: none !important;
  margin-bottom: 30px; }

span.cm.right {
  float: right; }

.code_b_link {
  text-decoration: none; }

.custom_offer_div {
  margin-bottom: 0px !important; }

.modal_left_wrapper, .modal_right_wrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
  min-height: 125px; }
  .modal_left_wrapper .cm, .modal_right_wrapper .cm {
    display: inline-block; }

.modal_left_wrapper {
  border-right: 1px dashed #aaa;
  padding: 10px 10px 10px 0px; }

.modal_right_wrapper {
  padding: 25px 0px 10px 10px; }

.related_title {
  margin-top: 0 !important; }

.offers_listings.custom_offer_div p {
  padding-left: 0px; }

.offers_listings.custom_offer_div .new_modal_title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px; }

.related_Desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px; }
  .related_Desktop h3 {
    text-align: left;
    margin: 0 20px 10px;
    font-weight: 600; }
  .related_Desktop.only6 li:nth-child(n+7) {
    display: none; }
  .related_Desktop li {
    width: 100%;
    padding: 0 1.5%; }
    .related_Desktop li a, .related_Desktop li .related-offer {
      display: table;
      will-change: box-shadow;
      transition: 0.1s all ease;
      width: 100%;
      background: #FFFFFF;
      box-shadow: 2px 2px 6px rgba(58, 58, 58, 0.25);
      border-radius: 5px;
      margin-bottom: 20px;
      padding: 1px 0;
      cursor: pointer; }
      .related_Desktop li a:hover, .related_Desktop li .related-offer:hover {
        box-shadow: 0px 2px 6px rgba(58, 58, 58, 0.35); }
  .related_Desktop .head_portion {
    text-align: center;
    width: 100px;
    padding: 5px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid #ddd; }
    .related_Desktop .head_portion img {
      width: 100%;
      display: block; }
  .related_Desktop .tail_portion {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 16px;
    color: #444;
    font-weight: 500;
    position: relative; }
    .related_Desktop .tail_portion div {
      display: inline-block;
      max-height: 35px;
      overflow: hidden;
      vertical-align: middle;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      color: #2E2E2E;
      text-transform: uppercase; }
  .related_Desktop .moreArrow {
    color: #027cd5;
    font-size: 22px;
    position: absolute;
    right: 9px;
    bottom: 0; }
  .related_Desktop .arrow {
    position: absolute;
    bottom: -2px;
    right: 0px;
    font-weight: 600; }

.feedback {
  text-align: center;
  padding-top: 15px;
  clear: both; }
  .feedback .coupon-working-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333; }
  .feedback .btn-md {
    padding: 5px 10px;
    max-width: 50px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgba(58, 58, 58, 0.25);
    border-radius: 5px;
    margin-top: 10px;
    color: #298fd9;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    will-change: box-shadow;
    border: 0; }
    .feedback .btn-md:hover {
      box-shadow: 2px 3px 3px 1px rgba(41, 143, 217, 0.35); }

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); }

.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; }

.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; }

.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; } }

#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; }

.author {
  background: #fff; }

.author-info {
  margin: 3em 0 1.6em;
  display: flex;
  padding-bottom: 3em;
  border-bottom: 1px solid #ddd; }
  .author-info .avatar {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 1px solid #ddd; }
  .author-info .info {
    padding: 0 20px 0 40px;
    flex: 1; }

.author-name {
  font-size: 2.5em;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px; }

.designation, .bio {
  font-size: 1.2em;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.5px;
  margin: 15px 0; }

.btn-social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }
  .btn-social svg {
    fill: #fff; }

.btn-facebook {
  background: #3b5998; }

.btn-twitter {
  background: #000; }

.btn-instagram {
  background: linear-gradient(to bottom, #E4405F, #662D91); }

.btn-linkedin {
  background: #0976b4; }

.recent-news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px; }

.heading {
  font-size: 2em;
  color: #c7444d;
  font-weight: 400; }

.post {
  overflow: visible;
  margin-bottom: 15px; }
  @media screen and (min-width: 800px) {
    .post {
      width: 18.5%;
      margin: 4px 0.9375%; }
      .post:nth-of-type(5n + 1) {
        margin-left: 0;
        clear: left; }
      .post:nth-of-type(5n + 5) {
        margin-right: 0; } }
  @media screen and (max-width: 799px) {
    .post {
      width: 23%;
      margin: 4px 1.33333%; }
      .post:nth-of-type(4n + 1) {
        margin-left: 0;
        clear: left; }
      .post:nth-of-type(4n + 4) {
        margin-right: 0; } }
  .post-img {
    border-radius: 5px;
    overflow: hidden; }
    .post-img img {
      height: 90px; }
  .post-content {
    margin-top: 10px;
    line-height: 1.2;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post-title {
    font-weight: 400; }

.news-count {
  background: #55acef;
  color: #fff;
  padding: 10px;
  border-radius: 3px; }

/*--------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; } }
