* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #212121; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #009cea;
  text-decoration: none; }
  a:hover {
    color: #1eb4ff;
    text-decoration: none; }

p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  text-transform: capitalize;
  color: #212121; }

h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 45px;
  color: #2B6777;
  text-align: center; }

.dark_on {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
  z-index: 998; }

header {
  position: relative; }

@keyframes blinker {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; } }
.blink_me {
  animation: blinker 3s linear infinite; }

.video_area {
  /* height: 450px;*/
  width: 100%;
  background: #cad6e7;
  text-align: center;
  box-shadow: 0px 2px 12px 3px #cad6e7;
  margin-bottom: 30px;
  position: relative; }
  .video_area video {
    width: 100%; }
  .video_area .video_img {
    height: 100%;
    border: 1px solid #f5f8fb; }
  .video_area .video_play {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 200px;
    left: calc(50% - 50px);
    border-radius: 50%;
    padding: 20px;
    text-align: center; }
    .video_area .video_play img {
      height: 100%;
      position: relative;
      left: 8px; }

.video_area_bottom {
  display: none;
  width: 100%;
  height: 42px;
  left: 0px;
  background: white;
  background: linear-gradient(0deg, white 49%, #11a29f 100%); }

.nav_bar_area {
  /*position: absolute;
  top: 10px;
  width: 100%;
  z-index: 999;*/
  background: #cad6e7;
  padding-bottom: 10px;
  padding-top: 5px; }

.nav_bar_container {
  background: #ffffffd1;
  box-shadow: 0px 10px 8px -5px #0000001a;
  border-radius: 10px;
  max-width: 800px;
  position: relative;
  margin: auto; }

.navbar {
  padding: 0rem 1rem !important; }
  .navbar .navbar-nav {
    width: 100%; }
    .navbar .navbar-nav .nav-link {
      color: #293842 !important; }
      .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #2B6777 !important;
        font-weight: 600; }
    .navbar .navbar-nav .nav-item {
      width: 25%;
      text-align: center; }
  .navbar .navbar-brand {
    display: none; }
  .navbar .navbar-toggler {
    border: none !important;
    padding: 0; }

@media (max-width: 992px) {
  .navbar {
    padding: 5px 1rem !important; }
    .navbar .navbar-brand {
      display: block; } }
.social_media {
  position: fixed;
  top: 30%;
  background: #FFFFFF;
  border-radius: 0px 5px 5px 0px;
  padding: 10px;
  padding-bottom: 0;
  box-shadow: 1px 1px 4px 2px #00000047;
  z-index: 1; }
  .social_media a {
    display: block;
    width: 36px;
    margin-bottom: 15px; }
    .social_media a img {
      width: 100%; }

.btn_track_order {
  position: absolute;
  top: 70px;
  right: -100px;
  font-weight: 600;
  z-index: 1;
  background: #138496;
  color: #FFF !important;
  margin-right: 20px;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 15px; }
  .btn_track_order:focus, .btn_track_order:active {
    background: transparent !important; }

.is_home_page .btn_track_order {
  background: transparent; }

.trade_enquiry_button {
  position: fixed;
  top: calc(50%);
  right: -70px;
  z-index: 9;
  border-radius: 10px 10px 0 0;
  font-size: 1.2rem;
  padding: 13px;
  width: 184px;
  line-height: 24px;
  transform: rotate(-90deg) !important;
  box-shadow: 0px 1px 18px 0px #00000047;
  text-align: center;
  background: #52AB98;
  color: #FFFFFF; }
  .trade_enquiry_button:hover {
    color: #2b6777; }

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #3f79fc;
  border-color: #2a63e2;
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.track_btn {
  text-align: center;
  margin-bottom: 30px; }
  .track_btn .btn {
    background-color: #2B6777;
    border: 2px solid #2B6777;
    padding: 5px 10px; }
    .track_btn .btn.btn-info:focus, .track_btn .btn.btn-info:active {
      box-shadow: none !important; }
  .track_btn .track_order {
    background: transparent;
    color: #2B6777 !important;
    border-radius: 4px;
    margin-right: 20px; }
    .track_btn .track_order:active {
      background: transparent !important; }

#page {
  padding-top: 50px !important; }
  #page .page_title {
    color: #2B6777; }

/* about */
#about {
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #about .col-md-8 {
    padding: 45px; }

.slick-slider .slick-list {
  /* padding-bottom: 64px;*/ }
.slick-slider .slick-slide {
  margin: 10px;
  position: relative; }
  .slick-slider .slick-slide > img {
    width: 100%; }
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  color: #2B6777;
  font-size: 40px; }
.slick-slider .slick-prev {
  left: -30px;
  z-index: 1; }
.slick-slider .slick-next {
  right: -15px;
  z-index: 1; }

#manufacturing {
  margin-top: 30px; }
  #manufacturing .manufacturing_slider {
    margin: 0px auto; }
  #manufacturing .slick-slider {
    margin: 0px auto; }

#m_video {
  margin: 10px auto; }
  #m_video .video_area {
    background: transparent;
    box-shadow: none; }

/* mask_layers */
#mask_layers .intro {
  text-align: center; }
#mask_layers p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #343434; }
#mask_layers h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 600; }
#mask_layers .num {
  color: #2B6777;
  font-size: 64px;
  font-weight: 800; }
#mask_layers .row {
  margin-top: 15px; }
#mask_layers .left_f {
  text-align: right; }
  #mask_layers .left_f .col-2 {
    padding-left: 0;
    text-align: left; }
#mask_layers .right_f {
  text-align: left; }
  #mask_layers .right_f .col-2 {
    padding-right: 0;
    text-align: right; }

/* features */
#features {
  background-image: url(../images/feature_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  margin-top: 30px; }
  #features .intro {
    text-align: center; }
  #features p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400; }
  #features h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600; }
  #features img {
    width: 64px; }
  #features .row {
    margin-top: 15px; }
  #features .left_f {
    text-align: right; }
    #features .left_f .col-2 {
      padding-left: 0;
      text-align: left; }
  #features .right_f {
    text-align: left; }
    #features .right_f .col-2 {
      padding-right: 0;
      text-align: right; }

/* certificate */
#certificate {
  margin-top: 30px; }
  #certificate .slick-list {
    padding-bottom: 64px; }
  #certificate .slick-slide {
    background: #2B6777;
    padding: 20px; }
    #certificate .slick-slide .cert_img {
      box-shadow: 0px 0px 10px 8px #00000057; }
  #certificate .slick-prev, #certificate .slick-next {
    top: calc(50% - 35px); }
  #certificate .icon_block {
    background: #fff;
    height: 64px;
    width: 64px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    padding: 9px;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 #212529cf;
    left: 50%;
    bottom: -60px; }
    #certificate .icon_block.latter {
      color: #407bff;
      text-transform: uppercase;
      line-height: 64px;
      text-align: center;
      padding: 0;
      font-weight: 600;
      font-size: 1em;
      /*font-size: 24px;
      transform: rotate(342deg);*/ }

.f_row {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

@media (max-width: 800px) {
  .f_row {
    flex-direction: column; } }
/* lab_reports */
#lab_reports {
  background-image: url(../images/lab_report_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 30px; }
  #lab_reports h1 {
    margin-bottom: 20px; }
  #lab_reports .card_area {
    background: #2B6777;
    margin: 0 15px;
    padding: 20px; }
    #lab_reports .card_area img {
      width: 100%;
      box-shadow: 0px 0px 10px 8px #00000057; }
    #lab_reports .card_area .lb_desc {
      color: #ffffff;
      text-align: center;
      padding-top: 15px;
      font-size: 15px;
      font-weight: 500; }

/* products */
.products {
  width: 90%;
  margin: auto;
  margin-top: 30px; }
  .products h1 {
    text-align: center;
    margin-bottom: 50px; }
  .products .p_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  @media (max-width: 800px) {
    .products .p_row {
      flex-direction: column;
      align-items: center; } }
  .products .p_item {
    max-width: 310px; }
  .products .rate {
    background: #52AB98;
    color: #fff;
    padding: 0 12px;
    border-radius: 15px 15px 0 0;
    height: 30px;
    line-height: 30px;
    font-weight: 600; }
  .products .card_pro {
    border-radius: 0 0 15px 15px;
    border: 3px solid #52ab98;
    height: 100%;
    margin-bottom: 30px; }
    .products .card_pro h1 {
      margin-top: 15px;
      font-size: 25px; }
    .products .card_pro .img {
      text-align: center;
      height: 250px; }
      .products .card_pro .img img {
        height: 100%; }
    .products .card_pro .price {
      position: relative;
      margin: 10px auto; }
      .products .card_pro .price span {
        font-weight: bold;
        font-size: 20px;
        text-transform: lowercase;
        color: #2B6777;
        text-align: center;
        display: block; }
        .products .card_pro .price span.without_offer {
          color: #869FA7;
          font-size: 16px;
          text-decoration: line-through;
          position: absolute;
          width: 100%;
          top: -19px; }
    .products .card_pro .btn_area {
      text-align: center; }
      .products .card_pro .btn_area .buy_btn {
        min-width: 200px;
        background: #52AB98;
        border-radius: 24px;
        border: none;
        color: #FFFFFF;
        font-weight: 600;
        padding: 8px;
        margin-top: 10px;
        cursor: pointer; }
    .products .card_pro .plan_feature {
      padding: 15px;
      padding-bottom: 0; }
      .products .card_pro .plan_feature ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 30px; }
        .products .card_pro .plan_feature ul li {
          padding: 0px;
          padding-left: 25px;
          position: relative; }
          .products .card_pro .plan_feature ul li:before {
            font-family: FontAwesome;
            content: "\f00c";
            color: #2B6777;
            font-size: 18px;
            position: absolute;
            left: 0px;
            top: 0; }

.reviews {
  padding-bottom: 50px;
  margin-top: 50px; }
  .reviews div[class^="HeaderContainer__Inner"] {
    display: none !important; }
  .reviews a[href$='show_pricing=true'] {
    display: none !important; }
  .reviews h1 {
    text-align: center; }

#offer_popup .close {
  font-size: 2rem;
  text-shadow: none;
  top: -4px; }
#offer_popup .modal-content {
  border: none; }
#offer_popup .modal-body {
  padding: 0; }
#offer_popup .offer_body .choose_dis {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #B23636;
  font-size: 0.8rem;
  position: relative; }
  #offer_popup .offer_body .choose_dis img {
    margin: 0px;
    height: 10px;
    top: -10px;
    position: relative; }
#offer_popup .offer_body .list_area {
  padding: 15px;
  padding-top: 0; }
  #offer_popup .offer_body .list_area .item_most_pop {
    background: #2B6777;
    border-radius: 10px 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.6em;
    margin-bottom: -8px;
    padding-bottom: 8px;
    line-height: 20px;
    padding-top: 2px; }
  #offer_popup .offer_body .list_area .item_list {
    background: #E5E5E5;
    border: 3px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    cursor: pointer; }
    #offer_popup .offer_body .list_area .item_list .item_check {
      flex-basis: 25px;
      text-align: center;
      position: relative; }
      #offer_popup .offer_body .list_area .item_list .item_check div {
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #offer_popup .offer_body .list_area .item_list .item_desc {
      text-align: center; }
      #offer_popup .offer_body .list_area .item_list .item_desc .title_label {
        font-weight: 800;
        text-transform: uppercase;
        color: #000000;
        font-size: 1.3rem; }
      #offer_popup .offer_body .list_area .item_list .item_desc .discount_label {
        color: #B23636;
        font-size: 12px;
        text-decoration: line-through;
        font-weight: 500; }
      #offer_popup .offer_body .list_area .item_list .item_desc .price_label {
        color: #46731D;
        font-weight: 800;
        font-size: 1.2rem; }
      #offer_popup .offer_body .list_area .item_list .item_desc .price_per_item {
        color: #000000;
        font-size: 12px;
        font-weight: 600; }
    #offer_popup .offer_body .list_area .item_list .p_photo {
      flex-basis: 80px; }
      #offer_popup .offer_body .list_area .item_list .p_photo img {
        width: 100%; }
    #offer_popup .offer_body .list_area .item_list.last {
      margin-bottom: 0px; }
    #offer_popup .offer_body .list_area .item_list.active {
      background: #B9F0FF;
      border-color: #2B6777; }
      #offer_popup .offer_body .list_area .item_list.active .item_check div {
        background-image: url(../images/green_check.png); }
#offer_popup .offer_body .btn_area {
  text-align: center; }
  #offer_popup .offer_body .btn_area #offer_save_label {
    color: #B23636;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
    #offer_popup .offer_body .btn_area #offer_save_label span {
      color: #2b6777; }
  #offer_popup .offer_body .btn_area .offer_continue {
    width: 90%;
    background: #2B6777;
    border-radius: 20px;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 15px;
    cursor: pointer; }

#carouselExampleIndicators ol li {
  background: #C4C4C4;
  cursor: pointer; }
#carouselExampleIndicators ol li.active {
  background: #3EFFB9;
  cursor: default; }

#footer {
  background: #1D262D;
  padding-top: 20px; }
  #footer .col-md-3 {
    margin-top: 30px; }
  #footer p {
    color: #C4C4C4;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    margin-top: 12px; }
  #footer .social_link {
    margin-bottom: 10px; }
    #footer .social_link a {
      display: inline-block;
      color: #C4C4C4;
      font-size: 28px;
      margin-right: 10px; }
      #footer .social_link a:hover {
        color: #ffffff; }
  #footer .payment_card img {
    margin-right: 2px; }
  #footer h3 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 19px; }
  #footer ul {
    list-style: none; }
    #footer ul li a, #footer ul li span {
      display: block;
      font-size: 15px;
      line-height: 29px;
      letter-spacing: 0.05em;
      text-transform: capitalize;
      color: #C4C4C4; }
      #footer ul li a:hover, #footer ul li a:active, #footer ul li span:hover, #footer ul li span:active {
        color: #ffffff; }
  #footer .copyright {
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 15px; }
    #footer .copyright a {
      color: #2B6777;
      font-weight: 600; }
  #footer .bottom_menu {
    background: #293842; }
    #footer .bottom_menu .col-md-8 {
      text-align: right; }
    #footer .bottom_menu a {
      isplay: inline-block;
      font-size: 16px;
      line-height: 46px;
      letter-spacing: 0.05em;
      text-transform: capitalize;
      color: #869FA7;
      font-weight: 600;
      margin-left: 50px; }
      #footer .bottom_menu a:hover, #footer .bottom_menu a:active {
        color: #ffffff; }
      #footer .bottom_menu a:first-of-type {
        margin-left: 0px; }

#trade_enquiry .resp_msg {
  text-align: center; }
#trade_enquiry .modal-title {
  color: #2B6777; }
#trade_enquiry .input_title {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #2B6777; }
#trade_enquiry .form-group {
  color: #343434;
  font-size: 15px; }
  #trade_enquiry .form-group label {
    color: #343434; }
  #trade_enquiry .form-group .form-control {
    font-size: 0.8rem;
    border-color: #2B6777;
    height: inherit !important; }
#trade_enquiry #trade_enquiry_btn {
  margin: 0 auto;
  background: #52AB98;
  color: #FFFFFF; }

.close {
  position: absolute;
  font-size: 4rem;
  z-index: 1;
  opacity: 1;
  color: #52AB98;
  right: 0px;
  top: -10px;
  text-shadow: -1px 4px 0 #95959566;
  padding: 0px; }
  .close:hover {
    color: #0d33ff; }

#img_model img {
  width: 100%; }

@media (max-width: 990px) {
  .btn_track_order {
    right: 10px; }

  .video_area {
    height: auto; }

  .social_media {
    top: 80px;
    padding: 4px; }
    .social_media a {
      width: 30px;
      margin-bottom: 5px; } }
@media (max-width: 800px) {
  h1 {
    font-size: 28px;
    line-height: 30px; }

  #footer {
    text-align: center; }
    #footer p {
      text-align: center; }
    #footer .bottom_menu {
      text-align: center; }
      #footer .bottom_menu .col-md-8 {
        text-align: center; }
      #footer .bottom_menu a {
        font-size: 12px;
        line-height: 25px;
        margin-left: 20px; } }
#order_popup .close span {
  color: #ffffff; }
#order_popup .order {
  padding: 0 20px; }
  #order_popup .order .order-form-bg {
    position: absolute;
    top: -4.5rem;
    left: 0;
    width: 100%;
    height: 21rem;
    -webkit-transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -o-transform: skewY(-7deg);
    transform: skewY(-7deg);
    overflow: hidden;
    z-index: 0;
    background-color: #52ab98; }
  #order_popup .order .order-form-header {
    position: relative;
    width: 100%;
    margin-bottom: 0.5rem; }
    #order_popup .order .order-form-header .order-img {
      float: left;
      text-align: center; }
      #order_popup .order .order-form-header .order-img img {
        display: inline-block;
        width: auto;
        max-width: 200px;
        height: auto; }
    #order_popup .order .order-form-header .order-desc {
      padding-left: 50px;
      color: #ffffff;
      float: left; }
      #order_popup .order .order-form-header .order-desc h2 {
        text-align: left;
        font-size: 1.563rem;
        line-height: 1.5rem;
        margin: 0; }
      #order_popup .order .order-form-header .order-desc .version {
        margin-bottom: 0; }
      #order_popup .order .order-form-header .order-desc span {
        position: relative;
        font-size: 1.953rem;
        line-height: 3rem;
        font-weight: 700; }
  #order_popup .order label {
    font-weight: 500; }
  #order_popup .order input, #order_popup .order textarea, #order_popup .order select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  #order_popup .order .form_body input, #order_popup .order .form_body textarea, #order_popup .order .form_body select {
    margin: 1.5rem 0 0 0; }
  #order_popup .order .order-field-error {
    border-color: #cd173E !important; }
  #order_popup .order .order-send {
    position: relative;
    display: block;
    width: 190px;
    height: 3rem;
    margin: 1.5rem auto 0;
    padding: 0.75rem 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
#order_popup .avl_color {
  padding: 15px; }
  #order_popup .avl_color .m_div {
    border: 1px solid #b5b5b5;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    width: 150px;
    box-shadow: 0px 0px 4px 3px #d4d0ca; }
    #order_popup .avl_color .m_div input {
      float: left;
      width: 50%;
      margin: 0;
      border: none;
      border-radius: 0px;
      height: 100%; }
    #order_popup .avl_color .m_div .d2 {
      float: left;
      border-left: 1px solid #ccc;
      text-align: center;
      width: 50%; }
    #order_popup .avl_color .m_div label {
      color: #000000;
      margin: 0px !important; }
    #order_popup .avl_color .m_div .c_bg {
      width: 100%;
      height: 13px; }
#order_popup .have_promo_code_btn {
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: underline; }
#order_popup .order_item_view td {
  padding: 3px !important; }
#order_popup .order_item_view th {
  padding: 3px !important; }
#order_popup .p_desc_block p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px !important; }
#order_popup .order-button {
  background: #52AB98;
  border-radius: 24px;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  padding: 8px 20px;
  margin-top: 10px;
  cursor: pointer;
  min-width: 250px; }
  #order_popup .order-button:hover {
    background: #2B6777; }
#order_popup .submit-button {
  display: inline;
  margin-left: 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 46px;
  vertical-align: baseline; }
#order_popup .payment_type_selection {
  border: 1px solid #42bccd;
  box-shadow: 5px 5px 11px 0px #42bccd40;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer; }
  #order_popup .payment_type_selection:hover {
    background: #42bccd05; }
  #order_popup .payment_type_selection input {
    float: left !important;
    width: 10% !important;
    line-height: 47px;
    margin: 0 !important;
    margin-top: 4px !important;
    height: 50px; }
  #order_popup .payment_type_selection .pt_rdiv {
    width: 88%;
    text-align: center; }
  #order_popup .payment_type_selection .pt_lbl {
    font-size: 1.2rem;
    border-bottom: 1px solid #42bccd;
    margin-bottom: 4px;
    padding-bottom: 4px; }
  #order_popup .payment_type_selection .pt_amt {
    font-size: 1rem;
    color: #42bccd;
    line-height: 1.8rem; }
  #order_popup .payment_type_selection .pt_desc {
    font-size: 0.8rem; }
#order_popup .back_btn {
  color: #42bccd !important;
  background-color: #ffffff !important;
  text-transform: capitalize !important;
  border: 2px solid #42bccd !important; }
  #order_popup .back_btn:hover {
    color: #2B6777 !important;
    border-color: #2B6777; }

@-webkit-keyframes slide {
  100% {
    left: 0; } }
@keyframes slide {
  100% {
    left: 0; } }
.recent_purchase {
  position: fixed;
  bottom: 5%;
  left: -300px;
  z-index: 10;
  border-radius: 0 5px 5px 0;
  background: #52AB98;
  color: #FFF;
  font-size: 0.8rem;
  padding: 10px;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.22);
  line-height: 26px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 1s; }
  .recent_purchase .rp_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    background: #2b6777;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    display: inline-block; }
    .recent_purchase .rp_close:hover {
      background: #1d262d; }
  .recent_purchase .rp_h {
    border-bottom: 1px solid #00000082;
    padding-bottom: 7px;
    color: #2b6777;
    font-weight: 800; }

/*# sourceMappingURL=style.css.map */
