/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
}

.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col .col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.d-flex {
  display: flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-center {
  align-content: center !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-center {
  align-self: center !important;
}

.card-button.card-btn {
    display: none;
}
.m-0{
  margin: 0 !important;
}
@media (min-width: 320px) {
	.pt_dbr .right_provider .membertyperenew .cancel{
	background: #fff;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
	}
	
  .flex-sm-row {
    flex-direction: row !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}


html {
  -webkit-text-size-adjust: 100%;
  /*! height: 100vh; */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  border: none;
}

.wrapper {
  z-index: -1;
}

body {
  background-color: #fff;
  font-family: Open Sans, Helvetica, sans-serif;
  font-size: 12px;
  height: auto;
  line-height: 1.2;
  color: #333;
}

/* HPC */
@font-face {
    font-family: DagnyOffcPro;
    src: url('fonts/DagnyOffcPro.otf');
}
@font-face {
    font-family: DagnyOffcProBold;
    src: url('fonts/DagnyOffcProBold.otf');
}
/* HPC */

@font-face {
  font-family: DagnyOffcPro;
  src: url("../fonts/DagnyOffcPro.otf");
}

@font-face {
  font-family: DagnyOffcProBold;
  src: url("../fonts/DagnyOffcProBold.otf");
}

#container-dbr {
  background-color: #fff;
  visibility: visible;
}

.join-details .providers .membertypejoin a.joinNow, .join-details .providers .acceesNowBox a.joinNow, .join-details .providers .membertyperenew a.renewNow {
  background: #EC1300;
  text-decoration: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 700;
    padding: 15px 0;
    width:150px;
    border: 2px solid #ec1300;
	margin-bottom: 0;
}
.join-details  a.cancel{
  background: #fff;
  text-decoration: none;
  color: #37383d;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 700;
    padding: 15px 0;
    border-radius: 40px;
  font-size:16px;
  margin-right: 20px;
  border:1px solid #37383d;width:150px;
}

.join-details .providers .membertypejoin a.joinNow:hover, .join-details .providers .acceesNowBox a.joinNow:hover .join-details .providers .membertyperenew a.renewNow:hover {
  background: #EC1300;
}

.join_details {
  width: 40%;
  text-align: center;
}

.display_cat {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  transition: height 0.2s ease-out;
  z-index: 0;
}

.card,
.card-two {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  overflow: hidden;
  margin-right: auto;
  cursor: pointer;
  background: #fff;
  width: 100%;
  border-bottom: 3px solid #fff;
}

.card-title {
  font-family: Lato;
  color: #676767;
  font-weight: normal;
}
.card-text {
    order: 1;
}
.card-title {
    order: 2;
}

.card-body {
  position: relative;
  background: #fff;
  padding: 0;
  display: flex;
  flex-flow: column;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex: 1 0 0%;
}

.card-text {
  font-weight: 400;
  line-height: 1.3;
}
.join-details{
  height: 90px;
  display: flex;
  align-items: center;
}
.card-btn {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: right;
  bottom: 0;
  font-family: DagnyOffcProBold, "Open Sans", sans-serif;
  font-weight: normal;
}

.card-btn::after {
  content: "";
  position: absolute;
}

#toTop {
  position: fixed;
  background: #EC1300;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  border-radius: 15%;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0.5;
  z-index: 9;
}
p.trstedTxt{
  padding:5px 0 30px;
}
#toTop:hover {
  opacity: 1;
}

#toTop::before,
#toTop::after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  top: 45%;
  left: 40%;
  transform: rotate(-135deg);
  border-style: solid;
}

.card-img-top img {
  line-height: 1;
  color: #aeaeae;
  width: 48%;
}

.card-img-top .prod_img img {
  width: 100%;
}

.prod_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.cardClick {
  height: 100%;
}

#aa97fb0851d6a27a5b11218c391a00104,
#a48016e45213fa259eb15cbd35dc2ef7f,
#afd6fea2bb35bf82454f3be6b7cf2b124,
#a0f72848e81d572a75660f7d81e8b87dd,
#ac4882d87b206ccf42a4a0d2ca916e8f0,
#aeb62915e389878fb2f67de33b911b9b6,
#a5ef41d38cde60100fe408532b067264c,
#ad0565ec60d9979db90b5afd0559b81ce,
#acee060aae40280240628ac232894776c,
#a48f17504048b2d20fabc07c2f14fb77d,
#a4dd863611799cfda2ff7c77f951dcce6,
#ab8dc26fb0980a86363f8e48bfd8ff6d4,
#acf2b3943716c0d4d84aa4b5804538b64,
#a3353b51df66af8b114b868adf1154ae5 {
  width: 44%;
}

#a37418736fa5150830b59fba75f3ca7d7,
#aa31f9ca316411a6b825214cefdb0fc94,
#a9fbf44a8029fce926309153cc0b47ae7,
#aa136b89c0317fceb58f6a2a4dd32a63d {
  width: 46%;
}

#a9e8dfdbdec12a88f24e6880088b69ba5,
#af685986da0f3d92e59593f3a8c90e955 {
  width: 54%;
}

#ab46a5a9bad0698532268de23bed290c3,
#a8ebc207c281754224af785a3e830740e,
#a6c2c1eb1a8e757f0fbd9a43fa105c687,
#ad081ed3fe8b13a17c0febe4ab4c8a6c6,
#ae5ff8554310a024a6aec93b5e0dca2fa,
#ab955d1855a4f5c0111fb6dc1dac87c77,
#abd41144cb8c2ac29aed292ea7f833b45,
#ad7b8a510079adf998d103372e5d0f1db,
#a88b96eb1c1592351d63ac144a50eebe6 {
  width: 55%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #37383D;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

_:-ms-input-placeholder,
:root .fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
}

_:-ms-input-placeholder,
:root .modal-content {
  height: 100%;
  min-height: 500px;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: none;
}

.modal-header p {
  font-family: DagnyOffcProBold, "Open Sans", sans-serif;
  color: #fff;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

_:-ms-input-placeholder,
:root .modal-body {
  overflow-y: auto;
  min-height: 100%;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

.modal-body h5 {
  color: #37383D;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.modal-body h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #37383D;
}

.modal-body h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.modal-body p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.offer_details {
  width: 100%;
  position: relative;
}

_:-ms-input-placeholder {
  height: 100%;
}

.filter_title {
  color: #37383D;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 700;
}

.view_all {
  text-align: center;
  display: inherit;
  cursor: pointer;
  text-decoration: underline;
  color: #b8433e;
  font-weight: bold;
}

.card-button {
  position: relative;
}

.card_img,
.card_img2 {
  width: 44%;
}

.dropdown {
  list-style: none;
}

_:-ms-input-placeholder,
:root .dropdown {
  overflow: hidden;
}

_:-ms-lang(x),
.dropdown {
  overflow: hidden;
}

.dropdown.ng-hide {
  transform: scale(0);
}

#categories::after {
  content: "";
  display: block;
  visibility: visible;
  height: 0;
  clear: both;
}
.providers {
  text-align: center;
}

.modal-body .providers p {
  font-size: 14px;
  line-height: 18px;
}
.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

@media screen and (max-width: 767px) {
	.providers .left_provider{		
		    order: 2;
	
}
.modal-footer{
		padding-bottom:16px;
}
  .join-details.shadows {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  }

  .benefit_section .container {
    max-width: 100%;
  }
  .modal-dialog .col-sm-12.col-xl-8 {
    width: 100%;
    padding: 0;
  }
  .modal-body {
    min-height: auto;
  }
  .modal-dialog.modal-lg.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .primary_text br {
    display: none;
  }

  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #37383D;
  }
  .sticky_header,
  .header {
    height: 58px;
  }
  #modal-offer-img {
    display: none;
  }
.pt_dbr .modal-body h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #37383D;
}
.pt_dbr .modal-body h4 {
    font-size: 24px;
    line-height:30px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #37383D;
}
.pt_dbr .modal-body h2 {
    font-size: 18px;
    line-height:24px;
    font-family: 'Lato', sans-serif;
    color: #37383D;
}
.pt_dbr .providers {
    margin: 0px auto;
}
.pt_dbr .join-details {
    height: auto;
}
.pt_dbr .offer-desc.ng-binding {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #37383D;
}
.pt_dbr .joinNow.mom-card {
    margin: 16px auto;
}
.pt_dbr .m-0.trstedTxt {
    font-size: 14px;
    line-height: 18px;
    color: #37383D;
    font-style: italic;
    padding: 20px 0;
}
.pt_dbr .save_txt {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    font-family: Lato;
    padding: 16px 0 10px;
}
.pt_dbr .only_txt {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: Lato;
}
.pt_dbr .only_txt span {
    font-weight: bold;
}
.pt_dbr .save_txt span {
    color: #EC1300;
}
.pt_dbr .right_provider p {
    font-size: 14px;
    line-height: 22px;
    font-family: lato;
}
.pt_dbr .right_provider .membertypejoin .cancel, .pt_dbr .right_provider .membertyperenew .cancel{
    color: #4a6688;
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.pt_dbr .dropdown_catg {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    margin-right: 16px;
}
}

@media screen and (min-width: 320px) {
	
  .join-details .providers .membertypejoin a.joinNow, .join-details .providers .acceesNowBox a.joinNow,  .join-details .providers .membertyperenew a.renewNow{
    font-size: 14px;
    border-radius: 40px;
  }
  .containers .container-fluid.container-xl {
    padding: 0;
  }
  .right_cont .display_cat {
    padding-left: 20px;
    padding-right: 20px;
  }
  .see_all {
    margin-left: 30px;
  }
  .stickyScroll {
    margin: 0 !important;
  }

  .contents .display_cat {
    display: flex;
  }

  .contents .display_cat .col-sm-3 {
    flex: 0 0 187px;
    max-width: 187px;
  }
  .row.cartBox .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .desktopView {
    overflow: hidden;
    z-index: 9;
    padding: 0;
  }

  .desktop_detail {
    display: none;
  }
  .trstedTxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #37383D;
    font-style: italic;
  }
  .contents {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .contents::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
  .contents::-webkit-scrollbar-track {
    background: transparent;
  }
  .contents {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding-left: 25px;
  }

  #toTop {
    bottom: 122px;
    right: 18px;
  }
  h5 {
    font-family: DagnyOffcProBold, "Open Sans", sans-serif;
    color: #fff;
    font-weight: normal;
  }
  h3 {
    font-family: DagnyOffcProBold, "Open Sans", sans-serif;
    color: #fff;
    text-align: left;
    font-weight: normal;
  }

  .benefit_section {
    padding-top: 0px;
    padding-bottom: 30px;
    min-height: 500px;
  }
  #categories {
    margin: 0 auto;
    padding: 0;
  }

  .card,
  .card-two {
    margin-bottom: 30px;
  }
  .card:hover, 
  .card-two:hover {
    border-bottom: 3px solid #EC1300;
  }
  .card-title {
    font-size: 16px;
    padding: 0;
  }
  .card-text {
    font-size: 14px;
    padding: 0;
  }
  .card-btn {
    font-size: 16px;
    margin: auto 0 0;
    padding: 10px 35px 10px;
  }
  .card-btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #333;
    top: 13px;
    right: 21px;
  }
  .card:hover .card-btn::after,
  .card-two:hover .card-btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #333;
  }

  .join_details {
    width: 100%;
    padding-top: 295px;
  }

  .category_list {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    z-index: 9;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 53px;
  }
  .category_list.catSticky,
  .desktopView.catSticky {
    transition: 0.3s all ease-in-out;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .category {
    list-style: none;
    flex-flow: row;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .category::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
  }
  .category {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: transparent;
  }
  .see_all,
  .category_title,
  .dropdown_catg {
    background: #fff;
    color: #37383D;
    font-size: 15px;
    font-family: DagnyOffcPro, "Open Sans", sans-serif;
    font-weight: normal;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border-radius: 222pt;
    margin-right: 10px;
  }
  .dropdown_catg{
    color: #676767;
  }
  .category_title.active_cat, .dropdown_catg.active_sub{
    color: #EC1300;

  }
  .category li {
    display: flex;
    align-items: center;
  }
  _:-ms-input-placeholder,
  :root .category li {
    display: inline;
    align-items: center;
  }
  .dropdown {
    display: flex;
  }
  .right_cont {
    margin: 30px auto 0;
    z-index: 1;
  }

  .cardClick {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 240px;
  }
  .card-img-top {
    line-height: 0;
    width: 100%;
    text-align: center;
    height: 47vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    min-height: 44vw;
  }
  .phoneNumber {
    display: none;
  }
  .modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    max-height: 565px;
  }
  .card-body {
    min-height: 97px;
  }
  .modal-body {
    flex-direction: column;
    justify-content: flex-start;
    max-height: initial;
  }
  .modal-body .join-details,
  .offer_details {
    width: 100%;
  }
  .modal-body .join-details {
    margin: 60px auto 0;
    position: -webkit-sticky;
    position: sticky;
    background: #eef0f1;
    bottom: 0;
    height: 176px;
  }
  .offer_details {
    padding: 0 30px;
  }
.modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: #fff;
}
  .close {
    font-size: 32px;
    font-weight: 400;
  }
  .modal-body h5 {
    font-size: 14pt;
    margin-bottom: 13px;
  }
  .modal-body h4 {
    font-size: 15px;
    margin: 15px 0;
    line-height: 18px;
  }
  .modal-body h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 22px;
  }

  #modal-offer-img {
    margin-top: 15px;
  }

  .modal-body .auto_renew {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: dagnyOffcPro, "Open Sans", sans-serif;
    padding-bottom: 20px;
  }

  .mobile-model {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal-header {
    background: #fff;
    display: block;
    padding: 9px 30px;
  }
  .close {
    color: #333;
  }
  .modal.fade.in {
    overflow-y: auto;
  }
  .offer-desc {
    display: block;
  }
  .modal-body p {
    font-size: 18px;
    line-height: 22px;
  }

  .modal-header p {
    font-size: 14px;
    display: none;
  }
}
@media (min-width: 320px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 320px) {
  .col,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 576px) {
  .card-img-top {
    height: 25.299vw;
    min-height: 163px;
  }
  .row.cartBox .col-sm-6,
  .modal-body {
    flex: 0 0 50%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {

}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.modal-content {
    /*min-height: 85vh !important;*/
}
.modal-body {
    min-height: auto !important;
}
.providers {
	width: 100%;
}
join-details {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    max-width: 750px;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
	
@supports (-webkit-touch-callout: none) {
.modal-body {
    height: auto;
	max-height: calc(100vh - 155px);
}
}	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.fade.in{
		 background: #FFF;
		 padding-right:0;
	}
.see_all, .category_title, .dropdown_catg {
    background: #FFF;
    color: #37383D;
    font-size: 14px;
    font-family: Lato;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 222pt;
    margin-right: 16px;
    border: 1px solid #37383D;
}
.category_title.active_cat, .dropdown_catg.active_sub {
    color: #fff;
}
.active_cat, .active_sub, .active_all {
    border: 1px solid #EC1300;
    background: #EC1300;
    color: #fff;
}
.card-body {
    min-height: auto;
}
.card-text {
    font-size: 22px;
    padding: 16px 0 10px;
    font-weight: 400;
    line-height: 26px;
    color: #37383D;
    font-family: Lato;
}
.card-title {
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    color: #676767;
    font-family: Lato;
	margin-bottom: 20px;
}
.card, .card-two {
    margin-bottom: 40px;
	border-bottom: 3px solid #EC1300;
}
.category_list {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
    z-index: 9;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 75px;
}
.right_cont {
    margin: 15px auto 0;
    z-index: 1;
}
.modal-content {
max-height: 100vh;
}
.pt_dbr .modal-content {
 max-height: 100vh;
}
.modal-header {
    padding: 10px 30px;
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
}
.offer_details {
    padding: 54px 30px 0;
}
.modal-body h5 {
    display: block;
}
.modal-body h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.modal-body h4 {
    font-size: 24px;
    margin: 20px 0;
    line-height: 28px;
}
.modal-body h2 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 24px;
}
#modal-offer-img {
    margin-top: 32px;
    display: block;
    margin-bottom: 20px;
}
.modal-body p {
    font-size: 16px;
    line-height: 22px;
    color: #37383D;
}
p.trstedTxt {
    padding: 20px 0;
}
.trstedTxt {
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: italic;
}
.join-details {
    border-top: 1px solid #d5d5d5;
    height: auto;
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
justify-content: flex-end;
flex-shrink: 0;
}
.providers {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
	background: #fff;
}
.join-details .providers .membertypejoin a.joinNow, .join-details .providers .acceesNowBox a.joinNow, .join-details .providers .membertyperenew a.renewNow {
	order: 1;
    margin-top: 20px;
    width: 100%;
}
.join-details a.cancel {
    order: 2;
    margin: 16px 0 20px;
	width: 100%;
}

}

@media screen and (min-width: 768px) {
	  .right_cont {
	padding-bottom: 132px;
  }
.modal-content {
    max-width: 800px;
    min-height: 380px;
}
.modal-body {
    min-height: 354px;
	height: 450px;
}
  .join-details .providers .membertypejoin a.joinNow, .join-details .providers .acceesNowBox a.joinNow, .join-details .providers .membertyperenew a.renewNow {
    font-size: 16px;
  }
  .contents {
    padding-left: 0;
  }
  .desktopView {
    overflow: visible;
  }

  .card:hover .card-btn::after,
  .card-two:hover .card-btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #333;
  }

  .desktop_cards {
    display: none;
  }

  .category_list.desktopCategory {
    display: flex;
    overflow-x: scroll;
  }

  .cardClick {
    min-height: 273px;
  }

  .modal-dialog {
    top: 50%;
    height: auto;
  }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background: none;
    pointer-events: none;justify-content: center;
  }

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

  .modal-header {
    padding: 13px 20px;
  }

  .card-img-top img {
    font-size: 12px;
  }
  .card-img-top .prod_img img {
    width: 100%;
  }
  .benefit_section {
    padding-top: 0;
  }

  .right_cont {
    margin: 35px auto 0;
  }
  .category {
    list-style: none;
    flex-flow: row;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .see_all {
    margin-left: 40px;
  }

  .card-title {
    font-size: 16px;
    padding: 0;
    line-height: 22px;
  }
  .card-text {
    font-size: 14px;
    padding: 0;
    font-family: Lato, "Open Sans", sans-serif;
    color: #37383D;
    line-height: 17px;
	padding: 16px 0 10px;
  }
  .card-body {
    min-height: 11.12vw;
    margin-bottom: 6px;
  }
  .card-btn::after {
    top: 14px;
    right: 15px;
  }
  .card-btn {
    padding: 10px 30px 10px;
  }
  .display_cat {
    justify-content: flex-start;
  }
  .right_cont .display_cat {
    padding: 0 32px;
  }
  .card,
  .card-two {
    margin-bottom: 35px;
  }
  .card-img-top {
    height: 15.495vw;
    min-height: 119px;
  }
  .close {
    font-size: 20px;
  }
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    overflow-y: auto;
  }
  .modal-dialog {
    margin: 0px auto;
    max-width: 720px;
  }

  .modal-header .close {
    font-size: 24px;
    line-height: 22px;
  }
  .modal-header p {
    font-size: 14px;
    visibility: hidden;
    padding-left: 5px;
    display: block;
  }
  .modal-title {
    margin-bottom: 0;
  }
  .modal-body {
    padding: 0 10px;
    flex-direction: column;
    max-width: 100%;
    max-height: inherit;
  }
  .mobile-model {
    flex-direction: column;
  }
  .modal-scrollbar-measure {
    width: 50px;
    height: 50px;
  }
  .modal-body h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .modal-body h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .modal-body h2 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 36px;
  }
  .modal-body p {
    font-size: 16px;
	margin-bottom: 32px;
  }
  #modal-offer-img {
    padding-bottom: 20px;
    margin-top: 0;
    width: 50%;
  }
  .modal-header {
    background: #fff;
    display: flex;
  }
  .close {
    color: #fff;
  }
  .modal-body .join-details {
    height: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto 0;
    background: none;
  }
  .offer_details {
    width: 100%;
    padding-right: 88px;
    padding-left: 88px;
  }
  .providers {
    display: flex;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
  }

  /****Filter dropdown*****/
  .category_list {
    padding-left: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-y: hidden;
  }
  #toTop {
    bottom: 70px;
    right: 26px;
  }
.pt_dbr .modal-body h5 {
    font-size: 14px;
    line-height:18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.pt_dbr .modal-body h4 {
    font-size: 24px;
    line-height:30px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.pt_dbr .providers {
    margin: 20px auto;
    width: 600px;
}
.pt_dbr .join-details {
    height: auto;
}
.pt_dbr .offer-desc.ng-binding {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.pt_dbr .save_txt {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    font-family: Lato;
}
.pt_dbr .only_txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Lato;
    padding: 4px 0 0;
}
.pt_dbr .only_txt span {
    font-weight: bold;
}
.pt_dbr .save_txt span {
    color: #EC1300;
}
.pt_dbr .right_provider p {
    font-size: 16px;
    line-height: 26px;
    font-family: lato;
    padding-top: 12px;
}
.pt_dbr .right_provider .membertypejoin .cancel, .pt_dbr .right_provider .membertyperenew .cancel {
    color: #4a6688;
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    font-weight: 400;
}
}
@media (min-width: 768px) {
  .col,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
}
@media (min-width: 768px) {
  .containers .container-fluid.container-xl {
    padding: 0 40px;
  }

  .row.cartBox .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .modal-dialog.modal-lg.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .col,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .d-md-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .display_cat .row .col-sm-6.col-md-4.col-lg-4.col-xl-4.d-flex.ng-scope {
    padding: 0 8px;
    width: 100%;
    margin: 0;
  }
  .see_all, .category_title, .dropdown_catg {
    background: #FFF;
    color: #37383D;
    font-size: 15px;
    font-family: Lato;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 222pt;
    margin-right: 16px;
    border: 1px solid #37383D;
  }
  .category_title.active_cat, .dropdown_catg.active_sub {
    color: #fff;
  }
  .active_cat, .active_sub, .active_all {
    border: 1px solid #EC1300;
    background: #EC1300;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  _::-webkit-:not(:root:root),
  .category li {
    display: inline-table;
  }
  _::-webkit-:not(:root:root),
  .dropdown {
    display: inline-table;
  }
  _::-webkit-:not(:root:root),
  .modal-content {
    min-height: 510px;
  }
  #toTop {
    display: none !important;
  }
  .category_title span,
  span.deskPh {
    display: none;
  }
  .filter_title {
    display: none !important;
  }
  [ng\:cloak],
  [ng-cloak],
  [data-ng-cloak],
  [x-ng-cloak],
  .ng-cloak,
  .x-ng-cloak,
  .ng-hide:not(.ng-hide-animate) {
    display: flex !important;
    transform: scale(1);
  }

  _::-webkit-:not(:root:root),
  [ng\:cloak],
  [ng-cloak],
  [data-ng-cloak],
  [x-ng-cloak],
  .ng-cloak,
  .x-ng-cloak,
  .ng-hide:not(.ng-hide-animate) {
    display: inline-table !important;
  }

  .clear_filter {
    text-align: center;
    display: block !important;
  }
  .view_all,
  .filter_title {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .card-img-top {
    height: 166px;
    min-height: 166px;
  }
  .category {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #a55d2e7c1d22c6144d9569ed1e2062752 {
    width: 50%;
  }

  .ipad_cards {
    display: none;
  }
  .desktop_cards {
    display: inline-block;
  }
  .container-fluid,
  .header {
    max-width: 1200px;
    width: 94.33%;
  }
  .containers .container-fluid.container-xl {
    padding: 0 12px;
  }
  .header {
    max-width: 1200px;
    width: 94.33%;
  }

  .stickyScroll {
    margin: 0 -12px;
  }
  .right_cont .display_cat {
    padding: 0;
  }
  .desktopView {
    padding: 0 12px;
  }

  .category_list.desktopCategory {
    display: flex;
    overflow: hidden;
  }

  .card:hover .card-btn,
  .card-two:hover .card-btn {
    color: #fff;
    background: #c23934;
  }
  .card:hover, 
  .card-two:hover {
    border-bottom: 3px solid #EC1300;
  }
  .category_title span {
    pointer-events: none;
	margin-left: 2px;
  }
  #home__real_estate_and_technology span {
    position: relative;
    top: -11px;
  }

  .category_list.catSticky,
  .desktopView.catSticky {
    top: 0;
    position: relative;
  }
  .desktopCat {
    display: block;
  }
  .see_all {
    display: none;
  }
  .right_cont {
    margin-top: 0;
  }
  .category {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    overflow-x: hidden;
  }
  .category li {
    display: initial;
    width: 100%;
  }
  .card-img-top img {
    width: 72%;
    font-size: 0.8vw;
  }
  .display_cat {
    justify-content: flex-start;
  }

  .benefit_section {
    padding: 0 0 4.167vw;
  }
  #categories {
    margin: 4.167vw auto 0;
    padding: 0 12px;
  }
  .card-title {
    font-size: 16px;
    padding: 0;
	line-height: 22px;
  }
  .card-text {
    font-size: 22px;
    line-height: 26px;
    padding: 16px 0 10px;
  }
  .card-body {
    min-height: 100px;
  }
  .card-btn::after {
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    border-left: 0.5vw solid #555a62;
    top: 1.1vw;
    right: 1.119vw;
  }
  .card:hover .card-btn::after,
  .card-two:hover .card-btn::after {
    border-top: 0.5vw solid transparent;
    border-bottom: 0.5vw solid transparent;
    border-left: 0.5vw solid #fff;
    top: 1.1vw;
    right: 1.119vw;
  }
  .card:hover, 
  .card-two:hover {
    border-bottom: 3px solid #EC1300;
  }
  .card-btn {
    font-size: 1.11vw;
    padding: 0.8vw 2vw 0.96vw 0.8vw;
  }
  .card,
  .card-two {
    margin-bottom: 20px;
    min-height: auto;
  }

  .card-img-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    height: 10vw;
    min-height: 12vw;
  }
  .cardClick {
    min-height: 273px;
  }
  .close {
    font-size: 20px;
  }
  .modal-dialog {
    margin: 0px auto;
    width: 100%;
  }

    .modal-header p {
    font-size: 12px;
    padding-left: 10px;
  }
  .modal-title {
    margin-bottom: 0;
  }
  .modal-body {
    padding: 0px 15px 0px;
  }
  .modal-scrollbar-measure {
    width: 50px;
    height: 50px;
  }
  .modal-body h5 {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .modal-body h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .modal-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 36px;
  }
  .modal-body p {
    font-size: 16px;
  }
  #modal-offer-img {
    padding-bottom: 20px;
  }
  .offer_details:before {
    width: 2px;
    height: 100%;
    right: -10px;
  }

  /****Filter dropdown*****/
  .category_list {
    padding: 20px 8px;
    min-height: 1080px;
    margin-left: 0;
    display: inherit;
    overflow: hidden;
    flex-direction: column;
    height: auto;
  }
  .filter_title {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    align-self: flex-start;
    line-height: 26px;
  }
  .clear_filter {
    align-self: flex-start;
    display: none;
  }
  .view_all {
    font-size: 16px;
    margin-bottom: 30px;
    border: none;
    background: none;
    color: #37383D;
    text-align: left;
	font-family: Lato;
  }
  .dropdown {
    padding-left: 1.7vw;
    flex-flow: column;
  }
  .category_title, 
  .dropdown_catg {
    padding: 0;
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    position: relative;
    background: #fff;
    white-space: normal;
    cursor: pointer;
    margin-right: 0px;
    font-weight: 700;
    line-height: 22px;
}
  .dropdown li {
    width: 88%;
  }
  .dropdown_catg {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .category .category_title.travel::after {
    background-position: 0.16vw -3.76vw;
  }
  .category li .category_title.restaurants::after {
    background-position: 0.32vw -6.56vw;
    background-size: 2.32vw;
  }
  .category li .category_title.entertainment::after {
    background-position: 0.32vw -7.68vw;
  }
  .category li .category_title.advocacy::after {
    background-position: 0px -10.74vw;
    background-size: 2.32vw;
    height: 2vw;
  }
  .category li .category_title.shoppingandgroceries::after {
    background-position: 0.24vw -11.2vw;
    background-size: 2.08vw;
  }
  .category li .category_title.community::after {
    background-position: 0.08vw -13.52vw;
    background-size: 2.16vw;
  }
  .category li .category_title.caregiving::after {
    background-position: 0px -16vw;
    background-size: 2.23vw;
  }
  .category li .category_title.homeandfamily::after {
    background-position: 0.24vw -23.04vw;
  }
  .category li .category_title.workandjobs::after {
    width: 2.4vw;
    background-position: 0.08vw -23.76vw;
    background-size: 2.32vw;
  }
  .category li .category_title.healthandwellness::after {
    background-position: 0.08vw -2.16vw;
    background-size: 2.23vw;
  }
  .category li .category_title.autoservice::after {
    background-position: 0.16vw -18.16vw;
  }
  .category li .category_title.magazine::after {
    height: 1.92vw;
    background-position: 0.16vw -16.56vw;
  }
}
@media (min-width: 1025px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .col,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
}


@media screen and (min-width: 1200px) {
.pt_dbr .modal-body {
    max-height: 400px;
}
.pt_dbr .save_txt {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    font-family: Lato;
}
.pt_dbr .only_txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Lato;
    padding: 4px 0 0;
}
.pt_dbr .only_txt span {
    font-weight: bold;
}
.pt_dbr .save_txt span {
    color: #EC1300;
}
.pt_dbr .right_provider p {
    font-size: 16px;
    line-height: 26px;
    font-family: lato;
    padding-top: 12px;
}
.pt_dbr .right_provider .membertypejoin .cancel, .pt_dbr .right_provider .membertyperenew .cancel {
    color: #4a6688;
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
}
.pt_dbr .modal-body h5 {
    font-size: 14px;
    line-height:18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.pt_dbr .modal-body h4 {
    font-size: 30px;
    line-height:38px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.pt_dbr .providers {
    margin: 20px auto;
}
.pt_dbr .join-details {
    height: auto;
}
.pt_dbr .offer-desc.ng-binding {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
  .modal-footer {
    border-top: 1px solid #d5d5d5;
  }
  .join-details .providers .membertypejoin a.joinNow, .join-details .providers .acceesNowBox a.joinNow, .join-details .providers .membertyperenew a.renewNow {
    font-size: 16px;
  }
  .container-fluid {
    max-width: 1200px;
    width: 1200px;
  }
  .card-img-top {
    height: 145px;
    min-height: 145px;
  }
  .card-img-top {
    height: 155px;
    min-height: 139px;
  }
  .modal-body .join-details {
    height: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  _:-ms-input-placeholder,
  :root .modal-body .join-details {
    height: 206px;
  }
  .offer_details {
    width: 100%;
    padding-right: 85px;
    padding-left: 85px;
  }
  .card-img-top img {
    font-size: 10px;
  }
  .card-img-top img.prod_img {
    width: 100%;
  }
  .modal-open .wrapper .sticky_header {
    padding-right: 17px;
  }
  .benefit_section {
    padding: 0 0 50px;
  }
  #categories {
    margin: 80px auto 0;
  }

  .card-title {
    font-size: 16px;
    padding: 0;
  }

  .card-text {
    font-size: 22px;
    line-height: 26px;;
    padding: 16px 0 10px;
  }
  .card-body {
    min-height: 100px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @media {
      .card-body {
        min-height: 115px;
      }
      .modal-header {
        min-height: 40px;
      }
    }
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
      .card-body {
        min-height: 115px;
      }
      .modal-header {
        min-height: 40px;
      }
    }
  }

  .card-btn {
    font-size: 14px;
    padding: 10px 25px 12px 10px;
  }
  .card:hover, 
  .card-two:hover {
    border-bottom: 3px solid #EC1300;
  }
  .card,
  .card-two {
    min-height: 280px;
  }
  .close {
    font-size: 24px;
  }
  .modal-dialog {
    margin: 0px auto;
    max-width: 1140px;
  }
  _:-ms-input-placeholder,
  :root .modal-dialog {
    height: 480px;
  }
  .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .modal-dialog.modal-lg.container-fluid {
    max-width: 1140px;
  }
  .modal-header {
    padding: 15px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 54px;
  }
  .modal-header .close {
    padding: 5px 0 0;
    margin: 0 0 0 auto;
  }
  .modal-header p {
    font-size: 14px;
    padding-left: 0;
  }
  .modal-title {
    margin-bottom: 0;
  }
  .modal-body {
    padding: 0px 15px 0px;
	max-height: 450px;
  }
  .modal-scrollbar-measure {
    width: 50px;
    height: 50px;
  }
  .modal-body h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .modal-body h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .modal-body h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .modal-body p {
    font-size: 16px;
    margin-bottom: 32px;
  }

  #modal-offer-img {
    padding-bottom: 20px;
  }
  .cat_active {
    max-height: 1432px;
  }

  /****Filter dropdown*****/
  .category_list {
    padding: 20px 10px;
    min-height: 1080px;
  }
  .filter_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .view_all {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .dropdown {
    padding-left: 35px;
  }
  .category_title, .dropdown_catg {
    padding: 0;
    font: 700 16px/22px 'Lato', sans-serif;
    margin-bottom: 30px;
  }
  .dropdown_catg {
    font: 400 16px/22px 'Lato', sans-serif;
  }
  .category_title.insurance::after {
    width: 26px;
    height: 26px;
    left: 6px;
    top: 7px;
  }
  .category .category_title.travel::after {
    background-position: 2px -47px;
  }
  .category li .category_title.restaurants::after {
    background-position: 4px -82px;
    background-size: 29px;
  }
  .category li .category_title.entertainment::after {
    background-position: 4px -96px;
  }
  .category li .category_title.advocacy::after {
    background-position: 0px -134px;
    background-size: 29px;
    height: 25px;
  }
  .category li .category_title.shoppingandgroceries::after {
    background-position: 3px -140px;
    background-size: 26px;
  }
  .category li .category_title.community::after {
    background-position: 1px -169px;
    background-size: 27px;
  }
  .category li .category_title.caregiving::after {
    background-position: 0px -200px;
    background-size: 28px;
  }
  .category li .category_title.homeandfamily::after {
    background-position: 3px -288px;
  }
  .category li .category_title.workandjobs::after {
    width: 30px;
    background-position: 1px -297px;
    background-size: 29px;
  }
  .category li .category_title.healthandwellness::after {
    background-position: 1px -27px;
    background-size: 28px;
  }
  .category li .category_title.autoservice::after {
    background-position: 2px -227px;
  }
  .category li .category_title.magazine::after {
    height: 24px;
    background-position: 2px -207px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
 .row.cartBox .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
/*  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }*/
.col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 100%;
}
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
}

@media screen and ( min-width: 1440px ) and ( min-height: 900px ) {
  .modal-content {
     max-width: 800px;
     min-height: 100%;
     height: auto;
  }
  .modal-body {
     max-height: 100%;
     height: auto;
  }
}

@media (hover: none) {

  .card:hover, 
  .card-two:hover {
    border-bottom: 3px solid #EC1300;
  }

  .card:active .card-btn,
  .card-two:active .card-btn {
    color: #fff;
    background: #c23934;
  }
  .card:active .card-btn::after,
  .card-two:active .card-btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
  }
 
}

 .providers .joinNow.mom-card:hover {
    color: #ec1300 !important;
    background-color: #fff !important;
    border: 2px solid #ec1300;
  }
  .cancel:hover {
    color: #37383d !important;
    border: 2px solid #37383d !important;
    padding: 14px 0 !important;
  }
.pt_dbr .right_provider .membertypejoin .cancel:hover, .pt_dbr .right_provider .membertyperenew .cancel:hover {
    color: #4a6688 !important;
    border: none !important;
    padding: 0 !important;
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}


/*ul.category li:nth-child(2){
 order:3;
}
ul.category li:nth-child(3){
 order:4;
}
ul.category li:nth-child(4){
 order:7;
}
ul.category li:nth-child(5){
 order:8;
}
ul.category li:nth-child(6){
 order:1;
}
ul.category li:nth-child(7){
 order:9;
}
ul.category li:nth-child(8){
 order:2;
}
ul.category li:nth-child(9){
 order:6;
}
ul.category li:nth-child(10){
 order:11;
}
ul.category li:nth-child(11){
 order:6;
}
ul.category li:nth-child(12){
 order:11;
}
ul.category li:nth-child(13){
 order:11;
}
ul.category li:nth-child(14){
 order:12;
}
ul.category li:nth-child(15){
 order:13;
}
ul.category li:nth-child(16){
 order:14;
}
ul.category li:nth-child(17){
 order:15;
}*/