


/*video*/
.header-video {
    position: relative;
    overflow: hidden;
    background-color: lightgray;
    height: 650px !important;
  }
  .header-video h1,
  .header-video h3 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .header-video h1,
    .header-video h3 {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .header-video p {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    display: block;
  }
  @media (max-width: 767px) {
    .header-video p {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .header-video h5 {
    color: #fff;
  }
  .header-video .search_trends h5 {
    color: #fff;
  }
  .header-video .search_trends ul li a {
    color: #fff;
  }
  .header-video .search_trends ul li a:hover {
    color: #fff;
  }
  .header-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header-video .shape_element {
    position: absolute;
    z-index: 9;
    background: url(../img/shape_element_1.svg) no-repeat;
  }
  @media (max-width: 767px) {
    .header-video .shape_element {
      display: none;
    }
  }
  .header-video .shape_element.one {
    right: 20%;
    top: 140px;
    width: 68px;
    height: 64px;
  }
  .header-video .shape_element.two {
    left: 20%;
    top: auto;
    bottom: 140px;
    width: 68px;
    height: 64px;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    background-size: 50px auto;
  }
  
  #hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  
  #hero_video iframe {
    height: 100%;
    width: 100%;
  }
  
  .teaser-video {
    width: 100%;
    height: auto;
  }
  
  .header-video--media {
    width: 100%;
    height: auto;
    
  }
  
  @media (max-width: 1024px) {
    #hero_video {
      background: #ededed url(../img/home_section_1.jpg) center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
    }
  
    .header-video {
      background: none;
    }
  }
  .list_home ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .list_home ul li {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .list_home ul li a {
    background-color: #fff;
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 15px 225px;
    color: #444;
    margin-bottom: 30px;
    min-height: 130px;
    display: block;
  }
  @media (max-width: 1199px) {
    .list_home ul li a {
      padding: 15px 15px 15px 145px;
    }
  }
  @media (max-width: 991px) {
    .list_home ul li a {
      padding: 15px 15px 15px 165px;
    }
  }
  @media (max-width: 575px) {
    .list_home ul li a {
      padding: 145px 15px 15px 15px;
      min-height: inherit;
    }
  }
  .list_home ul li a figure {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 200px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  @media (max-width: 1199px) {
    .list_home ul li a figure {
      width: 120px;
    }
  }
  @media (max-width: 991px) {
    .list_home ul li a figure {
      width: 150px;
    }
  }
  @media (max-width: 575px) {
    .list_home ul li a figure {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
    }
  }
  .list_home ul li a figure img {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  @media (max-width: 575px) {
    .list_home ul li a figure img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
  }
  .list_home ul li a .score {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  @media (max-width: 767px) {
    .list_home ul li a .score {
      position: static;
      float: right;
      margin: -5px 0 0 0;
    }
  }
  .list_home ul li a em {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .list_home ul li a h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .list_home ul li a small {
    font-size: 14px;
    font-size: 0.875rem;
    color: #777;
  }
  .list_home ul li a ul {
    margin-top: 10px;
  }
  .list_home ul li a ul li {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
  }
  .list_home ul li a ul li:last-child {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .list_home ul li a ul li .ribbon {
    position: static;
  }
  .list_home ul li a:hover {
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
  }
  .list_home ul li a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .list_home ul li a:hover h3 {
    color: #e54750;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  /* Autocomplete Address Search */
  .pac-container {
    margin-top: 10px;
    border-top: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #444;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  }
  
  .pac-item-query {
    color: #444;
  }
  
  .call_section {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 380px;
    padding: 8% 0;
  }
  .call_section .box_1 {
    background-color: #121921;
    color: #fff;
    padding: 45px;
  }
  .call_section .box_1 p {
    opacity: 0.8;
    font-size: 16px;
    font-size: 1rem;
  }
  .call_section .box_1 h3 {
    color: #fff;
  }
  
  .banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    position: relative;
  }
  .banner .wrapper {
    color: #fff;
    padding: 60px;
  }
  @media (max-width: 767px) {
    .banner .wrapper {
      padding: 30px;
    }
  }
  .banner .wrapper small {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .banner .wrapper h3 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    margin: 10px 0 0 0;
  }
  .banner .wrapper p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  
/*-------- 1.5 Heros/Above the fold  --------*/
.hero_single {
    width: 100%;
    position: relative;
    margin: 0;
    color: #fff;
  }
  .hero_single .opacity-mask {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero_single .opacity-mask h1,
  .hero_single .opacity-mask h3 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .hero_single .opacity-mask h1,
    .hero_single .opacity-mask h3 {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .hero_single .opacity-mask p {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
  }
  @media (max-width: 767px) {
    .hero_single .opacity-mask p {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .hero_single .search_trends {
    color: #555;
  }
  .hero_single .search_trends h5 {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    color: #555;
  }
  .hero_single .search_trends ul {
    list-style: none;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .hero_single .search_trends ul li {
    display: inline-block;
  }
  .hero_single .search_trends ul li:after {
    content: ", ";
  }
  .hero_single .search_trends ul li:last-child:after {
    content: " ";
  }
  .hero_single .search_trends ul li a {
    color: #555;
  }
  .hero_single .search_trends ul li a:hover {
    text-decoration: underline;
  }
  .hero_single .search_trends.white li a, .hero_single .search_trends.white h5 {
    color: #fff;
  }
  .hero_single.version_1 {
    height: 620px;
    background: #faf3cc url(../img/hero_5.svg) center top no-repeat;
  }
  @media (max-width: 991px) {
    .hero_single.version_1 {
      background: #faf3cc url(../img/hero_5_mobile.svg) center top no-repeat;
    }
  }
  @media (max-width: 991px) {
    .hero_single.version_1 .opacity-mask {
      text-align: center !important;
    }
  }
  .hero_single.version_1 .opacity-mask h1,
  .hero_single.version_1 .opacity-mask h3 {
    color: #222;
  }
  .hero_single.version_1 .opacity-mask p {
    color: #444;
  }
  .hero_single.version_2 {
    height: 620px;
    background: #faf3cc url(../img/home_section_2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero_single.version_2 .opacity-mask {
    text-align: left;
  }
  @media (max-width: 991px) {
    .hero_single.version_2 .opacity-mask {
      text-align: center !important;
    }
  }
  .hero_single.version_2 .opacity-mask h1,
  .hero_single.version_2 .opacity-mask h3 {
    color: #fff;
  }
  .hero_single.version_2 .opacity-mask p {
    color: #fff;
  }
  .hero_single.version_2 .search_trends {
    color: #fff;
  }
  .hero_single.version_2 .search_trends h5 {
    color: #fff;
  }
  .hero_single.version_2 .search_trends ul li a {
    color: #fff;
  }
  .hero_single.inner_pages {
    height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }
  .hero_single.inner_pages h1 {
    margin-top: -30px;
  }
  
  .custom-search-input {
    background-color: #fff;
    padding: 5px 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 991px) {
    .custom-search-input {
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
  }
  .custom-search-input input {
    border: 0;
    height: 50px;
    padding: 12px 10px 10px 20px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .custom-search-input input.no_border_r {
    border: none;
  }
  @media (max-width: 991px) {
    .custom-search-input input {
      border: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      height: 60px;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
  }
  .custom-search-input input:focus {
    box-shadow: none;
  }
  @media (max-width: 991px) {
    .custom-search-input input:focus {
      border-right: none;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
  }
  .custom-search-input select {
    display: none;
  }
  .custom-search-input .form-group {
    margin: 0;
  }
  @media (max-width: 991px) {
    .custom-search-input .form-group {
      margin-bottom: 5px;
    }
  }
  .custom-search-input i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 48px;
    z-index: 9;
    color: #999;
  }
  @media (max-width: 991px) {
    .custom-search-input i {
      padding-right: 10px;
    }
  }
  .custom-search-input button[type='submit'] {
    padding: 0 25px;
    height: 50px;
    width: 100%;
    margin-right: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
  }
  @media (max-width: 991px) {
    .custom-search-input button[type='submit'] {
      margin: 15px 0 0 0;
    }
  }
  
  .search_trends {
    color: #555;
  }
  .search_trends h5 {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    color: #555;
  }
  .search_trends ul {
    list-style: none;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .search_trends ul li {
    display: inline-block;
  }
  .search_trends ul li:after {
    content: ", ";
  }
  .search_trends ul li:last-child:after {
    content: " ";
  }
  .search_trends ul li a {
    color: #555;
  }
  .search_trends ul li a:hover {
    color: #444;
    text-decoration: underline;
  }
  
  .hero_in.detail_page {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  @media (max-width: 767px) {
    .hero_in.detail_page {
      height: 400px;
    }
  }
  .hero_in.detail_page .container {
    position: relative;
    height: 100%;
  }
  .hero_in.detail_page .wrapper .buttons {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  @media (max-width: 767px) {
    .hero_in.detail_page .wrapper .buttons {
      margin-top: 10px;
      position: static;
    }
  }
  .hero_in.detail_page .wrapper .buttons a.btn_hero {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444 !important;
    font-weight: 500;
    color: #444;
    text-decoration: none !important;
    display: inline-block;
  }
  .hero_in.detail_page .wrapper .buttons a.btn_hero i {
    margin-right: 8px;
  }
  .hero_in.detail_page .wrapper .buttons a.btn_hero:hover {
    color: #e54750 !important;
  }
  .hero_in.detail_page .wrapper .buttons a.btn_hero.liked {
    color: #FF5A5F !important;
  }
  .hero_in.detail_page .wrapper .main_info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 0 10px 40px 10px;
    font-weight: 500;
  }
  .hero_in.detail_page .wrapper .main_info .head {
    margin-bottom: 10px;
  }
  .hero_in.detail_page .wrapper .main_info .head .score {
    display: inline-block;
  }
  .hero_in.detail_page .wrapper .main_info .head .score span {
    float: right;
    text-align: left;
    margin: -2px 0 0 8px;
  }
  .hero_in.detail_page .wrapper .main_info .head .score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .hero_in.detail_page .wrapper .main_info .head .score strong {
    background-color: #66cc66;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 8px;
    line-height: 1.1;
  }
  .hero_in.detail_page .wrapper .main_info .head .score strong:before {
    color: #fff;
  }
  .hero_in.detail_page .wrapper .main_info h1 {
    color: #fff;
    margin: 0;
    text-transform: none;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .hero_in.detail_page .wrapper .main_info h1 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .hero_in.detail_page .wrapper .main_info h3 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .hero_in.detail_page .wrapper .main_info h3 {
      margin-top: 10px;
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .hero_in.detail_page .wrapper .main_info a {
    color: #fff;
    text-decoration: underline;
  }
  
  .page_header {
    padding: 20px 0 20px 0;
    background-color: #f4f4f4;
  }
  @media (max-width: 767px) {
    .page_header {
      padding: 15px 0;
    }
  }
  .page_header h1 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
  @media (max-width: 767px) {
    .page_header h1 {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .page_header.sticky {
      background-color: #e54750;
      width: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999999;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: smoothScroll;
      animation-name: smoothScroll;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
    }
  }
  
  @keyframes smoothScroll {
    0% {
      transform: translateY(-200px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .search_bar_list {
    position: relative;
  }
  .search_bar_list input[type='text'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05);
  }
  .search_bar_list input[type='text']:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
  }
  .search_bar_list button[type='submit'] {
    background-color: #fff;
    position: absolute;
    color: #999;
    top: 2px;
    right: 10px;
    border: 0;
    height: 38px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-size: 1.125rem;
    outline: none;
  }
  .search_bar_list button[type='submit']:hover {
    color: #e54750;
  }
  .search_bar_list button[type='submit']:focus {
    box-shadow: none;
  }
  /* Opacity mask ove images ex.banner in home */
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  
  /* Opacity mask when left open */
  .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.35);
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden;
  }
  
  .layer-is-visible {
    opacity: 1;
    visibility: visible;
  }
  
  .rotate-x {
    animation-duration: .5s;
    animation-name: rotate-x;
  }
  
  @keyframes rotate-x {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(360deg);
    }
  }
  /*button*/
  
  a.btn_1,
  .btn_1 {
    border: none;
    background-color: #e54750;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
  }
  a.btn_1:focus,
  .btn_1:focus {
    outline: none;
  }
  a.btn_1:hover,
  .btn_1:hover {
    background-color: #f3723b;
  }
  a.btn_1.full-width,
  .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
  }
  a.btn_1.small,
  .btn_1.small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 7px 15px;
  }
  a.btn_1.medium,
  .btn_1.medium {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 30px;
  }
  a.btn_1.outline,
  .btn_1.outline {
    border: 2px solid #111;
    color: #111;
    padding: 6px 15px;
    background: none;
  }
  a.btn_1.outline:hover,
  .btn_1.outline:hover {
    border-color: #e54750;
    color: #e54750 !important;
  }
  a.btn_1.outline:focus,
  .btn_1.outline:focus {
    outline: none;
  }
  a.btn_1.gray,
  .btn_1.gray {
    background: #f0f0f0;
    color: #e54750;
  }
  a.btn_1.gray:hover,
  .btn_1.gray:hover {
    background-color: #e54750;
    color: #fff !important;
  }
  a.btn_1.full-width,
  .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
  }
  a.btn_1.plus_icon,
  .btn_1.plus_icon {
    padding-bottom: 5px;
    padding-right: 10px;
  }
  a.btn_1.plus_icon i,
  .btn_1.plus_icon i {
    font-size: 26px;
    font-size: 1.625rem;
    float: right;
    line-height: 1;
  }
  a.btn_1.plus_icon.medium,
  .btn_1.plus_icon.medium {
    padding-bottom: 10px;
    padding-right: 20px;
  }
  
a.btn_1.gradient,
.btn_1.gradient {
  background-size: 100%;
  background-image: -webkit-linear-gradient(right, #f3723b, #e54750);
  background-image: linear-gradient(to right, #f3723b, #e54750);
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.btn_1.gradient:before,
.btn_1.gradient:before {
  border-radius: inherit;
  background-image: -webkit-linear-gradient(right, #e54750, #e54750);
  background-image: linear-gradient(to right, #e54750, #e54750);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
a.btn_1.gradient:hover:before,
.btn_1.gradient:hover:before {
  opacity: 1;
}
a.btn_1.gradient:active:before, a.btn_1.gradient.nice-select.open:before,
.btn_1.gradient:active:before,
.btn_1.gradient.nice-select.open:before {
  opacity: 1;
}

.pulse_bt {
  box-shadow: 0 0 0 rgba(229, 71, 80, 0.4);
  animation: pulseanime 3s infinite;
  -webkit-animation: pulseanime 3s infinite;
}
