/*** 

====================================================================
  Custom Scrollbar
====================================================================

 **

::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: var(--rose-gr-bg);border-radius: 30px;}
:root {
  --text-color: #5a5a5a;
  --text-light:#5a5a5a;
  --text-dark: #313131;
  --heading :#2A2A2A;
  --p-rose: #be3520;
  --rose-gr-bg: linear-gradient( 90deg, #9c2b42, #be3520);
  --rose-gr-reverse: linear-gradient( 90deg, #be3520, #9c2b42);
  --p-green: #0de49d;
  --p-orange:#ff8618;
  --cyan: #1aceff;
  --redOne:#ff6262;
}*/

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
 .btn-group > .btn{
  cursor: pointer;
 }
 .ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.ctn-preloader .animation-preloader {position: absolute;z-index: 100;}
.ctn-preloader .animation-preloader .icon {margin-bottom: 60px;}
.ctn-preloader .animation-preloader .icon img {margin: 0 auto;}
.ctn-preloader .animation-preloader .txt-loading {text-align: center;user-select: none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--p-rose);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 70px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  color: rgba(255, 82, 132, 0.15);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {opacity: 0;transition: 0.3s ease-out;}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 65px; letter-spacing: 10px;}
}

/* Edited */
.loginfailed {
	max-width: 225px;
	display: block;
	font-size: 12px;
	color: red;
	line-height: 13px;
	margin-top: 4px;
}	
.optanon-alert-box-wrapper .banner-content .banner-policy-link {
    text-decoration: underline !important;
        color: #fff;
}

#optanon #optanon-popup-body .legacy-preference-banner-title,#optanon #optanon-popup-bottom-logo:before,#optanon #optanon-popup-bottom-logo:after,.optanon-alert-box-wrapper .banner-content .banner-policy-link {
    color: #fff!important;
}

#optanon #optanon-popup-body .legacy-preference-banner-title,#optanon #optanon-popup-bottom-logo:before,#optanon #optanon-popup-bottom-logo:after,.optanon-alert-box-wrapper .banner-content .banner-policy-link {
    color: #fff!important;
}

.optanon-alert-box-bg .optanon-alert-box-button.optanon-button-close{
    display: block!important;
    margin-right: 0!important;
}

.optanon-alert-box-bg .optanon-alert-box-button.optanon-button-close .optanon-alert-box-button-middle{
    background: transparent!important;
    color: #fff!important;
}

.optanon-alert-box-wrapper .optanon-alert-box-button{
    margin-right: 15px!important;
}

.optanon-alert-box-bg .optanon-alert-box-button.optanon-button-close .optanon-alert-box-button-middle{
    background: transparent !important;
    color: #fff!important;
}

.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before,.optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle button:before{
    display:none!important;
}

.optanon-alert-box-corner-close {
	display: none !important;
}

.optanon-button-close .optanon-alert-box-button-middle {
	padding: 0px !important;
	position: relative;
}

.optanon-button-close .optanon-alert-box-button-middle.optanon-alert-box-button-middle.optanon-alert-box-button-middle button {
	padding: 8px 18px !important;	
	color: transparent !important;	
}

.optanon-button-close .optanon-alert-box-button-middle.optanon-alert-box-button-middle.optanon-alert-box-button-middle button:after {
	content: 'ΑΠΟΡΡΙΨΗ'!important;
	color: #fff !important;
	position: absolute;
	left: 10px;
	min-width: 110px;
}
	
/* ------ */

.image-background {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-background.cover {
  background-size: cover;
}

.image-background.contain {
  background-size: contain;
}

.image-background.left-bottom {
  background-position: 0 bottom;
}

.image-background.center-top {
  background-position: center top;
}

.image-background.center-bottom {
  background-position: center bottom;
}

.image-background.p100-top {
  background-position: 100% top;
}

.image-background.p100-bottom {
  background-position: 100% bottom;
}

.parallax {
  position: static;
}

.parallax, .parallax.blurred:before {
  background-attachment: fixed;
}

.parallax.blurred:before {
  position: absolute;
}

.bg-primary.edge.bottom-right {
  position: relative;
}

.bg-primary.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(255,111,97)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-primary.edge.top-left {
  position: relative;
}


.bg-primary.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(255,111,97)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}


.spacer{
  display:block;
  width: 100%;
  min-height:100px;
}
#video{
  background:#000000;
  width:100%;
  height:100%;
}
#video video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.navigation.fixed-top + main .header {
  background-image: url("../img/hero-image3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .lead.text {
  padding-right: 40px;
  width: 44%; 
}
.features{
  color:#fff!important;
}
.services-page .features .lead{
  font-size: 1.4rem;
  line-height: 1.1;
}


.bg-features{
  background-color: #a81a39 !important;
}

.features .heading-line:after{
  /*background-color: #fff !important;*/
}
.features .lead{
  color:#fff!important;
}
.features .feature{
  text-align:center;
}
.features .feature .img-responsive{
  display: inline-block;
  /*margin-bottom: 40px;*/
}
.features .feature h5,.features .feature p{
  text-align:center!important;
}
.features .feature p{
  font-size:0.9rem;
}
.bg-features.edge.top-right {
  position: relative;
}
.bg-features.edge.top-right::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(168,26,57)' fill-opacity='1'%3E%3Cpolygon points='0,200 0,0 100,200'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top right, #a81a39 50%, rgba(168, 26, 57, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}
.bg-features.edge.bottom-right {
  position: relative;
}
.bg-features.edge.bottom-right::after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(168,26,57)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to bottom left, #a81a39 50%, rgba(168, 26, 57, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -200px;
}
.bg-features-cant-miss.second{
  /*background-image: url("../img/steel_bg.jpg");*/

  background-color: #f0f1f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  -webkit-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  -moz-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);*/
}
.services-page .bg-features-cant-miss.second{
  background-color: #ffffff;
}
.services-page  .bg-features-cant-miss{
  /*background-image: url("../img/steel_bg2.jpg");*/
  background-color: #f0f1f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  -webkit-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  -moz-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);*/
}

.services-page .features-cant-miss .btn-lg {
  width: 100%;
  text-align: center;
}
.services-page .features-cant-miss .download-ios{
  width: 49%;
  margin-right: 1%;
}
.services-page .features-cant-miss .download-android{
  width: 49%;
}
.bg-features-cant-miss{
  /*background-image: url("../img/steel_bg2.jpg");*/
  background-color: #f0f1f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  -webkit-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  -moz-box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);
  box-shadow: inset 0 20px 20px 0 rgba(0,0,0,1);*/
}
/*
.bg-features-cant-miss.edge.top-right {
  position: relative;
}

.bg-features-cant-miss.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(0,0,0)' fill-opacity='1'%3E%3Cpolygon points='0,200 0,0 100,200'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}
*/

.bg-features-cant-miss.edge.top-left {
  position: relative;
}

.bg-features-cant-miss.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(0,0,0)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}






.services-page .bg-features-cant-miss.edge.top-left {
  position: relative;
}

.services-page .bg-features-cant-miss.second.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(0,0,0)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}

.services-page .bg-features-cant-miss.second.edge.top-left::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top left, #ffffff 50%, rgba(255, 255, 255, 0) 51%);
}


.services-page .bg-features-cant-miss.third.edge.top-left::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}

.services-page .bg-features-cant-miss.third.edge.top-left::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top left, #f0f1f3 50%, rgba(255, 255, 255, 0) 51%);
}
.services-page .bg-features-cant-miss.third{
  background-color: #f0f1f3;;
}

#services.bg-requests{
      background-color: #ffffff;
}
#club-red.bg-requests{
  background-color: #f0f1f3;
}

.bg-features-cant-miss .media h5{
  font-weight:400;
}

.bg-features-cant-miss .media p{
  font-size:0.9rem;
}

.services-page .bg-features-cant-miss .media p{
  font-size:1rem;
  line-height: 1.5; 
  margin-bottom: 10px;
}
.services-page .bg-features-cant-miss .media p em{
  color:#777777;
}
.services-page .bg-features-cant-miss .media p strong{
  font-weight:600;
}


.requests .request{
  display:none;
}
.requests .service{
  display:none;
}

.request figure.mockup{
  width: 100%; max-width: 920px;
}
.requests .request img{
  max-width:100%;
}
.requests .request.active{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.requests .service.active{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.requests .request .mockup{
  text-align:center;
}
.requests .request .mockup img{
  display:inline-block;
}
.bg-requests.edge.top-left {
  position: relative;
}

.bg-requests.edge.top-left::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top left, #ffffff 50%, rgba(255, 255, 255, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}
.bg-requests.edge.bottom-right {
  position: relative;
}
#club-red.bg-requests.edge.top-left::before{
  background: linear-gradient(to top left, #f0f1f3 50%, rgba(255, 255, 255, 0) 51%);
}


.bg-requests.edge.bottom-right::after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,200 0,0 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to bottom right, #ffffff 50%, rgba(255, 255, 255, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -200px;
}
.requests .shadow-box{
  padding-top: 20px;
    font-size: 0.9rem;
    /*background-color: #a6213f !important;
    color:#fff!important;*/
}

.requests .shadow-box {
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
  -webkit-box-shadow: 0 0 1px rgba(133, 23, 20, 0.1), 0 2px 6px rgba(133, 23, 20, 0.03);
          box-shadow: 0 0 1px rgba(133, 23, 20, 0.1), 0 2px 6px rgba(133, 23, 20, 0.03);
}

.requests .shadow-hover {
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.requests .shadow-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(133, 23, 20, 0.085) !important;
          box-shadow: 0 3px 15px rgba(133, 23, 20, 0.085) !important;
}


.requests .shadow-box figure{
  
  padding: 0 20px;
}
.requests .shadow-box span{
  line-height: 50px!important;
}
.requests .shadow-box span.lh-0{
  line-height: 1.5rem!important;
}


/*
.requests .shadow-box span{
  padding-left: 10px;
}
.requests .shadow-box span:before{
  display: inline-block;
  position: relative;
  content:"•";
  font-size: 1rem;
  color:#e74c02;
  margin-right: 15px;
}*/

.bg-integration-bubbles.edge.top-left {
  position: relative;
}
.bg-integration-bubbles{
  background-color: #a81a39;
}
.bg-integration-bubbles.edge.top-left::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(168,26,57)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top left,  #a81a39 50%, rgba(168, 26, 57, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}
.bg-integration-bubbles.edge.bottom-right::after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(168,26,57)' fill-opacity='1'%3E%3Cpolygon points='0,200 0,0 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to bottom right, #a81a39 50%, rgba(168, 26, 57, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -200px;
}



.bg-faqs{
  background-color: #ac2844;
}

.bg-faqs.edge.top-right {
  position: relative;
}

.bg-faqs.edge.top-right::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(172,40,68)' fill-opacity='1'%3E%3Cpolygon points='0,200 0,0 100,200'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top right, #ac2844 50%, rgba(172, 40, 68, 0) 51%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}

.bg-download-app{
  background-color: #a6213f;
}

.bg-contact{
  background-color: #a6213f;
}
.padding-seperator-top-s{
  padding-top: 50px;
}
.padding-seperator-top{
  padding-top: 250px;
}
.padding-seperator-bottom{
  padding-bottom: 150px;
}
.contact .media{
  background-color: #a6213f;
  min-height: 180px;
  font-size: 0.9rem;
}

.site-footer .social-media{
	margin-bottom: 25px;
	padding-top: 102px;
}
.site-footer .social-media > li{
	display: inline;
	margin-right: 15px;
}

.site-footer .social-media > li:last-child{
	margin-right: 0;
}

.site-footer .social-media > li > a{
	display: inline-block;
}

.site-footer .social-media > li > a:hover{
	background: #f0f1f3;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    color: #c11e0c;
    opacity:0.6;
}
.site-footer .copyright{
	color: #555555;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 300;
}

.site-footer .copyright > a{
	color: #c11e0c;
	font-weight: 600;
}

.site-footer .copyright > i{
	color: #c11e0c;
}
.navigation .navbar-brand{
  display:block!important;
}
.navigation.navbar-sticky .navbar-brand{
  display: block !important;
}
@media( max-width: 992px ){
	
	.site-footer, .site-footer .social-media,.site-footer .text-right{
		text-align:center;
  }
  .requests .request .mockup img {
    display: block;
  }
}
@media( max-width: 768px ){
	.requests .shadow-box span {
    text-align:center!important;
}
}
@media( min-width: 499px ) and ( max-width: 520px ){
	.site-footer .primary_btn{
		margin-right: 10px;
		padding: 20px 75px !important;
	}
}
@media( max-width: 499px ){
	.site-footer .btn{
		margin: 0 auto;
		float:none;
	}
	.site-footer .primary_btn{
		margin-bottom: 15px;
	}
}
@media (max-width: 768px){
  .site-footer, .site-footer .social-media,.site-footer .text-right {
    text-align: center!important;
    padding: 0!important;
}
  .site-footer .pr-9{
    padding-right: 15px!important;
  }
  body .shape {
    opacity: 0.5;
}
}
@media (max-width: 768px){

  .text-right {
    text-align: center !important;
}
.section-heading h2{
  text-align: center!important;
}
.services-page .features-cant-miss .section-heading h2{
  text-align: left!important;
}
.heading-line:after {

  margin: 0 auto; 
  margin-top: 32px;
  margin-bottom: 24px;
 
  
}
.services-page .heading-line:after{
  margin: unset; 
  margin-top: 32px;
  margin-bottom: 24px;
}
}
.app-screenshot {
  position: relative;
  margin: 0 auto;
}

/*.app-screenshot .title {padding-bottom:100px;}*/

.app-screenshot .screenshot-container {position: relative;/*padding: 0 56px;*/max-width: 334px;margin: 0 auto;}
.app-screenshot .screenshot-container .slider-row {    /*overflow: hidden;max-width: 480px;*/position: relative;}
.app-screenshot .screenshot-container .screenshoot-slider {
  /*position: absolute;
  top:0;
  left:-30%;
  -webkit-transform: translateX(-30%); 
  transform: translateX(-30%); 
  width:2135px;*/
  
}
.owl-carousel .owl-stage-outer{
  z-index: 999999;
}

.app-screenshot .screenshot-container .slider-row .owl-carousel{    /*overflow: hidden;width:1281px;width:1440px;margin-left:-100%;*/
  width: 100%;
  height: auto;
}

.app-screenshot ul{
  position:relative;
  max-height: 400px;
}

ul.screenshoot-slider3 {
  max-height: unset;
  margin: 20px auto;
} 
.app-screenshot ul.slide-0{
  max-height: 200px;
}
.app-screenshot ul.slide-1{
  max-height: 880px;
}
.app-screenshot ul.slide-2{
  max-height: 550px;
}
.app-screenshot ul.slide-3{
  max-height: 300px;
}
/*
.app-screenshot ul.expand1{
  max-height: 600px;
}
.app-screenshot ul.expand2{
  position:relative;
  max-height: 800px;
}
*/
@media (max-width:992px){
  .app-screenshot ul{
    position:relative;
    max-height: unset!important;
  }
}

.services-page .app-screenshot ul.check{
  list-style: none; /* Remove default bullets */
  /*color: #1c9419;*/
  padding-left: 30px!important;
}
.services-page .app-screenshot ul.check li {
  padding-left: 0!important;
  line-height: 1.5;
  text-indent: -15px;
  margin-bottom: 0.5rem !important;
}
.services-page .app-screenshot ul.check li::before {
  content: "✔";
  color: #1c9419;
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
}

.services-page .app-screenshot ol {
  padding-left: 15px!important;
}
.services-page .app-screenshot ol li  {
  line-height: 2;
}
.app-screenshot .screenshot-container .screenshoot-slider .owl-stage-outer{
  /*overflow: hidden;
  max-width: 480px;*/
}
.app-screenshot .screenshot-container .slider-row .owl-item{
  opacity:0.15;
  /*min-width: 305px;*/
}
.app-screenshot .screenshot-container .slider-row .owl-item.active{
  opacity:1;
}
.app-screenshot .screenshot-container .slider-row .item {
  display: block;
  margin: 0 15px;
}
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:100%;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: -75px;
  left: 50%;
   -webkit-transform: translateX(-50%); 
  transform: translateX(-50%); 

}
.owl-nav img{
  max-width:50px;
}
.owl-carousel .owl-nav img:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-khtml-opacity: 0.8;
}
.owl-nav .owl-prev{
  float:left;
  display: block;
    height: auto;
    width: 50px;
    display:block;
    padding: 0!important;
    margin: 0!important;
    background: transparent!important;
    margin-left: -60px!important;
}
.owl-nav .owl-next{
  float:right;
  display: block;
    height: auto;
    width: 50px;
    display:block;
    padding: 0!important;
    margin: 0!important;
    background: transparent!important;
    margin-right: -60px!important;
}
.app-screenshot .screenshot-container .slider-row .item img {margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  max-width:305px;
  /*margin-top: -1px;*/

}
.services-page .app-screenshot .screenshot-container .slider-row .item img {
  padding-top: 1px;
  /*margin-top: -1px;*/

}
.app-screenshot .screenshot-container .phone-mockup {
  /*position: absolute;
  top: -21%;
  width: 27%;
  left: 50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  z-index: 9;*/
  position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
   -webkit-transform: translateX(-50%); 
  transform: translateX(-50%); 
    z-index: 9;
    max-width: 334px;
}
.phone-mockup img{
  max-width: 100%;
}
.single-feature,.single-feature-b {
  top: 50px;
  /*-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;*/
        position: absolute;
        left: 0;
        
        width: 100%;
        opacity: 0!important;
        
        pointer-events: none;
        
        /*-webkit-transform: translateX(50px);
    transform: translateX(50px);*/
}
.services-page .single-feature{
  top: 50px;
}


.single-feature.active,.single-feature-b.active {
  pointer-events: all;
  -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        top: 0;
  opacity: 1!important;
  display: flex!important;
  /*transform: translateZ(0);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);*/
}


a.btn i {
  font-size: 22px;
  vertical-align: -1px;
  margin-right: 10px;
}
a.btn img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#slider-options{
  width:100%;
}
#slider-options .btn{
  width:33.3%;
  padding: 20px;
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#requests-basis-options .btn {
  padding: 20px 50px;
  font-size: 0.85rem;
  color: #fff;
}



#requests-basis-options .btn.active{
  font-weight: 700;
}



#services-tab-options .btn {
  padding: 20px 50px;
  font-size: 0.85rem;
  color: #fff;
}



#services-tab-options .btn.active{
  font-weight: 700;
}







#slider-options .btn:nth-child(1){
  background-color: #7e1419;
  border-color: #7e1419;

}
#slider-options .btn:nth-child(2){
  background-color: #a1123a;
  border-color: #a1123a;

}
#slider-options .btn:nth-child(3){
  background-color: #b81b1a;
  border-color: #b81b1a;

}
#slider-options .btn.active{
  background-color: #e26251;
  border-color: #e26251;
  color: #fff;
  font-weight: 700;

}
.app-screenshot ul{
  position:relative;
  min-height: 200px;
}

.services-page .service-1-text{
  position:relative;
  min-height: 300px;
}
.services-page .service-2-text{
  position:relative;
  min-height: 470px;
}
.services-page .service-3-text{
  position:relative;
  min-height: 310px;
}
.services-page .service-4-text{
  position:relative;
  min-height: 470px;
}

.services-page .service-5-text{
  position:relative;
  min-height: 360px;
}
.services-page .service-6-text{
  position:relative;
  min-height: 340px;
}
@media (max-width:992px){
  .app-screenshot .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height:600px;
}
.loyalty-page .app-screenshot .col-md-6 {
  min-height:unset;
}
.app-screenshot .screenshot-container {position: relative;/*padding: 0 56px;*/max-width: 280px;margin: 0 auto;}
.app-screenshot .screenshot-container .phone-mockup{
  max-width: 280px;
}
.app-screenshot .screenshot-container .slider-row .item{
  margin: 0 12px;
    margin-top: -1px;
}
.app-screenshot .screenshot-container .slider-row .owl-carousel{
  /*max-width: 280px;*/
    margin: 0 auto;
}
.loyalty-page .screenshot-container .slider-row .owl-carousel {
  margin: 20px auto;
}
.owl-nav .owl-prev{
  margin-left: -60px!important;
}
.owl-nav .owl-next{
  margin-right: -60px!important;
}

}
@media (max-width:768px){
  .services-page .service-3-text{
    position:relative;
    min-height: 380px;
  }

  .app-screenshot .screenshot-container {position: relative;/*padding: 0 56px;*/max-width: 280px;margin: 0 auto;}

  .app-screenshot .screenshot-container .phone-mockup{
    max-width: 280px;
  }
  .app-screenshot .screenshot-container {
    position: relative;
    padding: 0;
}
.app-screenshot .screenshot-container .slider-row .item{
  margin: 0 12px;
    margin-top: -1px;
}
  .app-screenshot .screenshot-container .slider-row .owl-carousel {
    max-width: 280px;
    padding: 0;
    margin: 0 auto;
}
.loyalty-page  .app-screenshot .screenshot-container .slider-row .owl-carousel{
  margin: 20px auto;
}
.loyalty-page .app-screenshot .screenshot-container, .loyalty-page .app-screenshot .screenshot-container .slider-row .owl-carousel {
  max-width:100%;
}
.owl-nav .owl-prev{
  margin-left: -60px!important;
}
.owl-nav .owl-next{
  margin-right: -60px!important;
}
.blog-slider{
  max-width: 300px;
  margin: 0 auto;
}
}
@media (max-width:600px){
  .services-page .service-1-text{
    position:relative;
    min-height: 450px;
  }
  .services-page .service-2-text{
    position: relative;
    min-height: 680px;
  }
  .services-page .service-3-text{
    position: relative;
    min-height: 470px;
  }
  .services-page .service-4-text{
    position: relative;
    min-height: 680px;
  }
  .services-page .service-5-text {
    position: relative;
    min-height: 400px;
}
  .services-page .service-6-text{
    position: relative;
    min-height: 480px;
  }
}
.bg-secondary.edge.bottom-right {
  position: relative;
}

.bg-secondary.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-secondary.edge.top-left {
  position: relative;
}

.bg-secondary.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-success.edge.bottom-right {
  position: relative;
}

.bg-success.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(55,189,116)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-success.edge.top-left {
  position: relative;
}

.bg-success.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(55,189,116)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-info.edge.bottom-right {
  position: relative;
}

.bg-info.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(17,205,239)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-info.edge.top-left {
  position: relative;
}

.bg-info.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(17,205,239)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-warning.edge.bottom-right {
  position: relative;
}

.bg-warning.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(220,121,62)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-warning.edge.top-left {
  position: relative;
}

.bg-warning.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(220,121,62)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-danger.edge.bottom-right {
  position: relative;
}

.bg-danger.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(244,66,54)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-danger.edge.top-left {
  position: relative;
}

.bg-danger.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(244,66,54)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-light.edge.bottom-right {
  position: relative;
}

.bg-light.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(237,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-light.edge.top-left {
  position: relative;
}

.bg-light.edge.top-left::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 100,0'%3E%3C/polygon%3E%3C/svg%3E");*/
  background: linear-gradient(to top left, #ffffff 50%, rgba(255, 255, 255, 0) 51%); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -200px;
}

.bg-dark.edge.bottom-right {
  position: relative;
}

.bg-dark.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(24,23,21)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-dark.edge.top-left {
  position: relative;
}

.bg-dark.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(24,23,21)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-alternate.edge.bottom-right {
  position: relative;
}

.bg-alternate.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(0,124,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-alternate.edge.top-left {
  position: relative;
}

.bg-alternate.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(0,124,183)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}

.bg-contrast.edge.bottom-right {
  position: relative;
}

.bg-contrast.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,310'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -310px;
}

.bg-contrast.edge.top-left {
  position: relative;
}

.bg-contrast.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 310' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,310 100,310 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 310px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -310px;
}


section, .section {
  position: relative;
}

section [class^='container'], .section [class^='container'] {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

section [class^='container'].bring-to-front, .section [class^='container'].bring-to-front {
  z-index: 9;
}

@media (min-width: 768px) {
  section [class^='container'], .section [class^='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  section [class^='container'], .section [class^='container'] {
    overflow: hidden;
  }
}

section .container-wide, .section .container-wide {
  overflow-x: hidden;
}

section .container-wide .row, .section .container-wide .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section.shadow, .section.shadow {
  z-index: 1;
}

.section-heading {
  margin-bottom: 60px;
  position: relative;
}

.section-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2.2rem;
}
.services-page .section-heading h2{
  font-size: 1.6rem;
}

.section-heading p {
  font-weight: 300;
}

.heading-line:after {
  content: '';
  display: block;
  margin-top: 32px;
  margin-bottom: 24px;
  width: 40px;
  height: 2px;
  background-color: #ec644c;
}

.text-center .heading-line:after {
  margin-left: auto;
  margin-right: auto;
}

.centered-screen {
  position: relative;
}

.centered-screen .screen-highlight {
  bottom: 45px;
}

.centered-screen .message {
  bottom: 130px;
  z-index: 1;
}

.bubbles-wrapper {
  position: absolute;
  width: 100%;
  min-height: 200px;
  bottom: 0;
}

.bubbles-wrapper .bubble {
  position: absolute;
}

.bubbles-wrapper .bubble:nth-child(1) {
  -webkit-animation: floating 5.26667s ease-in-out infinite alternate;
          animation: floating 5.26667s ease-in-out infinite alternate;
  bottom: 45%;
  left: 22%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(1) {
  top: 0%;
}

.bubbles-wrapper .bubble:nth-child(2) {
  -webkit-animation: floating 7.23333s ease-in-out infinite alternate;
          animation: floating 7.23333s ease-in-out infinite alternate;
  bottom: 40%;
  left: 32%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(2) {
  top: 10%;
}

.bubbles-wrapper .bubble:nth-child(3) {
  -webkit-animation: floating 9.6s ease-in-out infinite alternate;
          animation: floating 9.6s ease-in-out infinite alternate;
  bottom: 56%;
  left: 44%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(3) {
  top: 8%;
}

.bubbles-wrapper .bubble:nth-child(4) {
  -webkit-animation: floating 6.6s ease-in-out infinite alternate;
          animation: floating 6.6s ease-in-out infinite alternate;
  bottom: 51%;
  left: 71%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(4) {
  top: 6%;
}

.bubbles-wrapper .bubble:nth-child(5) {
  -webkit-animation: floating 6.5s ease-in-out infinite alternate;
          animation: floating 6.5s ease-in-out infinite alternate;
  bottom: 65%;
  left: 50%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(5) {
  top: 50%;
}

.bubbles-wrapper .bubble:nth-child(6) {
  -webkit-animation: floating 7.56667s ease-in-out infinite alternate;
          animation: floating 7.56667s ease-in-out infinite alternate;
  bottom: 44%;
  left: 5%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(6) {
  top: 70%;
}

.bubbles-wrapper .bubble:nth-child(7) {
  -webkit-animation: floating 9.16667s ease-in-out infinite alternate;
          animation: floating 9.16667s ease-in-out infinite alternate;
  bottom: 80%;
  left: 70%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(7) {
  top: 90%;
}

.bubbles-wrapper .bubble:nth-child(8) {
  -webkit-animation: floating 7.66667s ease-in-out infinite alternate;
          animation: floating 7.66667s ease-in-out infinite alternate;
  bottom: 55%;
  left: 38%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(8) {
  top: 81%;
}

.bubbles-wrapper .bubble:nth-child(9) {
  -webkit-animation: floating 6.46667s ease-in-out infinite alternate;
          animation: floating 6.46667s ease-in-out infinite alternate;
  bottom: 50%;
  left: 80%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(9) {
  top: 51%;
}

.bubbles-wrapper .bubble:nth-child(10) {
  -webkit-animation: floating 6.06667s ease-in-out infinite alternate;
          animation: floating 6.06667s ease-in-out infinite alternate;
  bottom: 55%;
  left: 32%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(10) {
  top: 45%;
}

.bubbles-wrapper .bubble:nth-child(11) {
  -webkit-animation: floating 5.46667s ease-in-out infinite alternate;
          animation: floating 5.46667s ease-in-out infinite alternate;
  bottom: 60%;
  left: 4%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(11) {
  top: 95%;
}

.bubbles-wrapper .bubble:nth-child(12) {
  -webkit-animation: floating 5.93333s ease-in-out infinite alternate;
          animation: floating 5.93333s ease-in-out infinite alternate;
  bottom: 60%;
  left: 48%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(12) {
  top: 92%;
}

.bubbles-wrapper .bubble:nth-child(13) {
  -webkit-animation: floating 6.4s ease-in-out infinite alternate;
          animation: floating 6.4s ease-in-out infinite alternate;
  bottom: 70%;
  left: 50%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(13) {
  top: 78%;
}

.bubbles-wrapper .bubble:nth-child(14) {
  -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
          animation: floating 4.06667s ease-in-out infinite alternate;
  bottom: 75%;
  left: 7%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(14) {
  top: 6%;
}

.bubbles-wrapper .bubble:nth-child(15) {
  -webkit-animation: floating 6.6s ease-in-out infinite alternate;
          animation: floating 6.6s ease-in-out infinite alternate;
  bottom: 50%;
  left: 90%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(15) {
  top: 78%;
}

.bubbles-wrapper .bubble:nth-child(16) {
  -webkit-animation: floating 6.86667s ease-in-out infinite alternate;
          animation: floating 6.86667s ease-in-out infinite alternate;
  bottom: 68%;
  left: 64%;
}

@media (min-width: 992px) {
  .bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
            animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
  }
}

.bubbles-wrapper .bubble.top-initial:nth-child(16) {
  top: 45%;
}

.bubbles-wrapper .bubble .badge {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.bubbles-wrapper .bubble:hover .badge {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.integration-bubbles .bubbles-wrapper {
  position: relative;
  height: 100%;
}

.integration-bubbles .bubble {
  bottom: 30% !important;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .integration-bubbles .bubble {
    bottom: 0 !important;
  }
}

.faqs-dd .card {
  border: 0;
}

.faqs-dd .card-header {
  border-radius: 0.25rem;
  background-color: #a6213f;
  border-bottom: 0;
}

.faqs-dd .card-title {
  margin-bottom: 0;
  color: #ec644c;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.faqs-dd .card-title.collapsed {
  color: #fff;
}

.faqs-dd .card-body {
  padding-left: 2rem;
}

.faqs-dd .icon {
  left: 0;
  top: 30%;
  font-size: 26rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.faqs-dd .icon i {
  -webkit-transform: translate3d(-25%, 0, 0);
          transform: translate3d(-25%, 0, 0);
}

/* Footer */
.site-footer {
  font-size: .9em;
  padding-top: 50px;
}

.site-footer h4 {
  margin-bottom: 15px;
}

.site-footer .logo {
  max-height: 56px;
}
/*
.requests-plans .shape {
  position: absolute;
  -webkit-box-shadow: -45px 85px 85px 5px rgba(24, 23, 21, 0.03);
          box-shadow: -45px 85px 85px 5px rgba(24, 23, 21, 0.03);
  border-radius: 65px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  width: 130px;
  height: 800px;
}

.requests-plans .shape-1 {
  top: 0;
  left: 0;
}

.requests-plans .shape-2 {
  top: 0;
  left: 16%;
}

.requests-plans .shape-3 {
  top: 40%;
  left: 75%;
}

.requests-plans .shape-4 {
  top: 25%;
  left: 80%;
}
*/
.requests-plans .icon {
  position: absolute;
  color: #edf4f8;
}

.requests-plans .icon:nth-of-type(1) {
  top: 15%;
  left: 15%;
}

.requests-plans .icon:nth-of-type(2) {
  top: 25%;
  left: 25%;
}

.requests-plans .icon:nth-of-type(3) {
  top: 80%;
  left: 4%;
}

.requests-plans .icon:nth-of-type(4) {
  top: 85%;
  left: 15%;
}

.requests-plans .icon:nth-of-type(5) {
  top: 15%;
  left: 85%;
}

.requests-plans .icon:nth-of-type(6) {
  top: 25%;
  left: 75%;
}

.requests-plans .keep-sticky {
  width: 100%;
  left: 0;
  position: fixed;
  top: 90px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 !important;
}

.requests-plans .keep-sticky .btn {
  width: 50%;
  border-radius: 0;
}

.requests-plan {
  margin-bottom: 1rem;
  border: 1px solid #edf4f8;
  border-radius: 0.25rem;
  background-color: #fff;
}

.requests-plan p {
  line-height: 1.5em;
}

.requests-plan .requests-value {
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
}

.requests-plan .requests-value .price {
  position: relative;
}

.requests-plan .requests-value .price:before, .requests-plan .requests-value .price:after {
  font-size: 0.35em;
  font-weight: 300;
  font-style: italic;
}

.requests-plan .requests-value .price:before {
  position: absolute;
  content: '$';
  top: 10px;
  left: -15px;
}

.requests-plan .requests-value .price:after {
  position: relative;
  content: '/mo';
}

.requests-plan .requests-value .price.yearly:after {
  content: '/yr';
}

.requests .shadow-box{
  padding-top: 10px;
    font-size: 0.9rem;
    /*background-color: #a6213f !important;
    color:#fff!important;*/
}

.requests .shadow-box {
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
}

.requests .shadow-hover {
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.requests .shadow-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.085) !important;
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.085) !important;
}
@media (min-width: 992px) {
  .requests-plan {
    margin-bottom: 0;
    /** Remove side borders **/
  }
  .requests-plan:nth-child(1) {
    border-right: none;
  }
  .requests-plan:nth-child(3) {
    border-left: none;
  }
  .requests-plan.best-value {
    -webkit-box-shadow: 0 0 45px 0 rgba(24, 23, 21, 0.07);
            box-shadow: 0 0 45px 0 rgba(24, 23, 21, 0.07);
  }
}
@media (max-width: 768px) {
  .mobile-center{
    text-align: center!important;
    margin: 0 auto;
  }
  .mobile-center span{
    text-align: center!important;
    margin: 0 auto;
  }
}
.odometer-inside {
  display: inline;
}

.download-app .icon {
  position: absolute;
  color: #edf4f8;
}

.download-app .icon:nth-of-type(1) {
  top: 90%;
  left: 46%;
}

.download-app .icon:nth-of-type(2) {
  top: 14%;
  left: 18%;
}

.download-app .icon:nth-of-type(3) {
  top: 80%;
  left: 4%;
}

.download-app .icon:nth-of-type(4) {
  top: 50%;
  left: 18%;
}

.download-app .icon:nth-of-type(5) {
  top: 25%;
  left: 34%;
}

.download-app .icon:nth-of-type(6) {
  top: 15%;
  left: 72%;
}

.download-app .icon:nth-of-type(7) {
  top: 80%;
  left: 70%;
}

.download-app .icon:nth-of-type(8) {
  top: 55%;
  left: 95%;
}

.download-app .icon:nth-of-type(9) {
  top: 50%;
  left: 80%;
}

.download-app .icon:nth-of-type(10) {
  top: 34%;
  left: 60%;
}

.download-app .icon:nth-of-type(11) {
  top: 60%;
  left: 60%;
}

.download-app .icon:nth-of-type(12) {
  top: 35%;
  left: 75%;
}

.download-app .icon:nth-of-type(13) {
  top: 90%;
  left: 40%;
}

.download-app .icon:nth-of-type(14) {
  top: 54%;
  left: 75%;
}

.download-app .icon:nth-of-type(15) {
  top: 50%;
  left: 90%;
}

.download-app .icon:nth-of-type(16) {
  top: 50%;
  left: 81%;
}

.features-cant-miss .bubble {
  z-index: 1;
  position: absolute;
  max-width: 60%;
}

.features-cant-miss .bubble-left {
  top: 18%;
}

.features-cant-miss .bubble-right {
  right: 30px;
  top: 64%;
}

@media (min-width: 768px) {
  .features-cant-miss .bubble {
    max-width: 50%;
  }
  .features-cant-miss .bubble-left {
    top: 21%;
  }
  .features-cant-miss .bubble-right {
    right: 60px;
  }
}

.features-cant-miss .shape {
  position: absolute;
}

.features-cant-miss .shape-circle-1 {
  left: 7%;
  top: 60%;
}


.features-cant-miss .shape-circle-1 div {
  width: 150px;
  height: 150px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  .features-cant-miss .shape-circle-1 {
    left: 28%;
    top: 20%;
  }
}

.features-cant-miss .shape-circle-2 {
  left: 60%;
  top: 70%;
}

.features-cant-miss .shape-circle-2 div {
  width: 120px;
  height: 120px;
  background: rgba(204, 68, 58, 0.8);
  border-radius: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  .features-cant-miss .shape-circle-2 {
    left: 23%;
    top: 34%;
  }
}

.features-cant-miss .shape-circle-3 {
  left: 30%;
    top: 82%;
}
.services-page .features-cant-miss-1 .shape-circle-3{
  left: 28%;
  top: 70%;
}
.features-cant-miss .shape-circle-3 div {
  width: 120px;
  height: 120px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
}


.features-cant-miss .shape-circle-4 {
  left: 25%;
  top: 80%;
}
.services-page .features-cant-miss-1 .shape-circle-4{
  top: 70%;
}

.features-cant-miss .shape-circle-4 div {
  width: 50px;
  height: 50px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
}


.loyalty-page .features-cant-miss .loyalty-circle  {
  right: 25%!important;
  top: 80%;
}

.loyalty-page .features-cant-miss .loyalty-circle  div {
  width: 200px;
  height: 200px;
  background: #dbd5d5;
  border-radius: 50%;
  margin: 0;
}


.features-cant-miss.right-s .shape-circle-1 {
  right: 7%;
  top: 60%;
}

.features-cant-miss.right-s .shape-circle-1 div {
  width: 150px;
  height: 150px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
  float: right;
}

@media (min-width: 768px) {
  .features-cant-miss.right-s .shape-circle-1 {
    right: 25%;
    top: 22%;
  }

  .services-page .features-cant-miss-2.right-s .shape-circle-1,.services-page .features-cant-miss-6.right-s .shape-circle-1{
    right: 25%;
    top: 0%;
  }

}

.features-cant-miss.right-s .shape-circle-2 {
  right: 60%;
  top: 70%;
}

.features-cant-miss.right-s .shape-circle-2 div {
  width: 120px;
  height: 120px;
  background: rgba(204, 68, 58, 0.8);
  border-radius: 50%;
  margin: 0;
  float: right;
}

@media (min-width: 768px) {
  .features-cant-miss.right-s .shape-circle-2 {
    right: 22%;
    top: 36%;
  }
  .services-page .features-cant-miss-2.right-s .shape-circle-2,.services-page .features-cant-miss-6.right-s .shape-circle-2{
    right: 22%;
    top: 15%;
  }
}

.features-cant-miss.right-s .shape-circle-3 {
  right: 32%;
  top: 78%;
}
.services-page .features-cant-miss-2.right-s .shape-circle-3{
  right: 32%;
  top: 58%;
}
.services-page .features-cant-miss-6.right-s .shape-circle-3{
  right: 32%;
  top: 64%;
}
.features-cant-miss.right-s .shape-circle-3 div {
  width: 120px;
  height: 120px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
  float: right;
}

.features-cant-miss.right-s .shape-circle-4 {
  right: 20%;
  top: 78%;
}
.services-page .features-cant-miss-2.right-s .shape-circle-4{
  right: 25%;
  top: 58%;
}
.services-page .features-cant-miss-6.right-s .shape-circle-4{
  right: 25%;
  top: 64%;
}
.features-cant-miss.right-s .shape-circle-4 div {
  width: 50px;
  height: 50px;
  background: #ec644c;
  border-radius: 50%;
  margin: 0;
  float: right;
}








.features-cant-miss .shape-triangle {
  top: 80%;
  right: 0;
}

.features-cant-miss .shape-triangle div {
  opacity: .15;
  position: relative;
  background-color: #f1644a;
  background: linear-gradient(45deg, #f1644a 0, #ec644c 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}

.features-cant-miss .shape-triangle div:before, .features-cant-miss .shape-triangle div:after {
  content: '';
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.features-cant-miss .shape-triangle div, .features-cant-miss .shape-triangle div:before, .features-cant-miss .shape-triangle div:after {
  width: 95px;
  height: 95px;
  border-top-right-radius: 30%;
}

.features-cant-miss .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.features-cant-miss .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.features-cant-miss .shape.pattern-dots-1 {
  bottom: 0;
  left: 0;
  width: 150px;
  height: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  background-color: transparent;
  background-image: radial-gradient(rgba(39, 51, 62, 0.3) 3px, transparent 3px);
  background-size: 30px 30px;
}

.lightweight-template .learn-more {
  margin-bottom: 18rem;
}



.powered-design .shapes-container {
  overflow: unset;
}

.powered-design .shape {
  position: absolute;
}

.powered-design .shape-circle {
  bottom: 25%;
  right: 0;
}
#services.powered-design .shape-circle{
  right: unset;
  left:-20%;
  bottom: 0%;
}
#services.powered-design .shape-circle-1{
  left: -30%;
}

.powered-design .shape-circle-1 {
  -webkit-transform: translate3d(25%, 10%, 0);
          transform: translate3d(25%, 10%, 0);
}

.powered-design .shape-circle-1 div {
  width: 750px;
  height: 750px;
  background: rgba(168, 26, 57, 0.1);
  border-radius: 50%;
  margin: 0;
}

.powered-design .shape-circle-2 {
  -webkit-transform: translate3d(25%, 10%, 0);
          transform: translate3d(25%, 10%, 0);
}

.powered-design .shape-circle-2 div {
  width: 500px;
  height: 500px;
  background: rgba(168, 26, 57, 0.2);
  border-radius: 50%;
  margin: 0;
}

.powered-design .shape-triangle {
  top: 70%;
  left: 0;
}

.powered-design .shape-triangle div {
  opacity: .15;
  position: relative;
  background-color: #ec644c;
  background: linear-gradient(45deg, #ec644c 0, #ffbdb1 100%);
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}

.powered-design .shape-triangle div:before, .powered-design .shape-triangle div:after {
  content: '';
  position: absolute;
  background-color: inherit;
  background: inherit;
}

.powered-design .shape-triangle div, .powered-design .shape-triangle div:before, .powered-design .shape-triangle div:after {
  width: 95px;
  height: 95px;
  border-top-right-radius: 30%;
}

.powered-design .shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.powered-design .shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.powered-design .shape-ring {
  left: 50%;
  top: 0;
}

.powered-design .shape-ring div {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 5px solid #95c2ec;
}

.powered-design .shape.pattern-dots-1 {
  bottom: 0;
  right: 0;
  width: 150px;
  height: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  background-color: transparent;
  background-image: radial-gradient(rgba(39, 51, 62, 0.3) 3px, transparent 3px);
  background-size: 30px 30px;
}

@media (min-width: 768px) {
  .stay-tunned .form-wrapper {
    width: 50%;
  }
}


/* HEADING */
.navigation.fixed-top + main .header {
  padding-top: 90px;
}

.header {
  position: relative;
}

.header .container {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mobile-device[class*='absolute'] {
    margin-top: -45px !important;
  }
}


.alter2-header .head-line-2 {
  display: block;
}

@media (min-width: 768px) {
  .alter2-header .head-line-2 {
    display: inline;
  }
}

.alter2-header .background-shape-main {
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(85%, -30%) rotate(-35deg);
          transform: translate(85%, -30%) rotate(-35deg);
  background-image: linear-gradient(45deg, #c5281c 0, #ec644c 35%, #f1644a 110%);
}

@media (min-width: 768px) {
  .alter2-header .background-shape-main {
    height: 115%;
    -webkit-transform: translate(35%, -30%) rotate(-35deg);
            transform: translate(35%, -30%) rotate(-35deg);
  }
}

@media (min-width: 992px) {
  .alter2-header .background-shape-main {
    height: 130%;
  }
}

@media (min-width: 1200px) {
  .alter2-header .background-shape-main {
    height: 190%;
  }
}

.alter2-header .animation-shape {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alter2-header .animation-shape.shape-ring {
  top: 75%;
  left: 25%;
}

.alter2-header .animation-shape.shape-ring:after {
  content: '';
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 5px solid #ec644c;
}

.alter2-header .animation-shape.shape-circle-1 {
  top: 60%;
  left: 30%;
}

.alter2-header .animation-shape.shape-circle-1:after {
  content: '';
  width: 5px;
  height: 5px;
  background: rgba(133, 23, 20, 0.3);
  border-radius: 50%;
  margin: 0;
}

.alter2-header .animation-shape.shape-circle-2 {
  top: 30%;
  left: 75%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.alter2-header .animation-shape.shape-circle-2:after {
  content: '';
  width: 15px;
  height: 15px;
  background: rgba(237, 244, 248, 0.3);
  border-radius: 50%;
  margin: 0;
}

.alter2-header .animation-shape.shape-triangle {
  top: 50%;
  left: 50%;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.alter2-header .animation-shape.shape-triangle div {
  opacity: .1;
  position: relative;
  background-color: #ec644c;
  text-align: left;
  -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.alter2-header .animation-shape.shape-triangle div:before, .alter2-header .animation-shape.shape-triangle div:after {
  content: '';
  position: absolute;
  background-color: inherit;
}

.alter2-header .animation-shape.shape-triangle div, .alter2-header .animation-shape.shape-triangle div:before, .alter2-header .animation-shape.shape-triangle div:after {
  width: 30px;
  height: 30px;
  border-top-right-radius: 30%;
}

.alter2-header .animation-shape.shape-triangle div:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.alter2-header .animation-shape.shape-triangle div:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.alter2-header .animation-shape.shape-diamond {
  top: 35%;
  left: 55%;
}

.alter2-header .animation-shape.shape-diamond div {
  opacity: .5;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ec644c;
  position: relative;
  top: -10px;
}

.alter2-header .animation-shape.shape-diamond div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 10px;
  border: 10px solid transparent;
  border-top-color: #ec644c;
}

.alter2-header .animation-shape.shape-heart {
  top: 35%;
  left: 15%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.alter2-header .animation-shape.shape-heart div {
  opacity: .5;
  position: relative;
  width: 30px;
  height: 25px;
}

.alter2-header .animation-shape.shape-heart div:before, .alter2-header .animation-shape.shape-heart div:after {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  width: 15px;
  height: 25px;
  background: #ec644c;
  border-radius: 15px 15px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.alter2-header .animation-shape.shape-heart div:after {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.alter2-header .static-shape {
  position: absolute;
}

.alter2-header .static-shape.shape-circle {
  bottom: -24%;
  right: 0;
  opacity: .2;
}

.alter2-header .static-shape.shape-circle-1 {
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}

.alter2-header .static-shape.shape-circle-1 div {
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0;
}

.alter2-header .static-shape.shape-circle-2 {
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}

.alter2-header .static-shape.shape-circle-2 div {
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 0;
}

.alter2-header .static-shape.shape-ring-1 {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  border: 15px solid #ec644c;
  top: 35%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alter2-header .static-shape.shape-ring-2 {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  border: 15px solid rgba(255, 255, 255, 0.5);
  top: 20%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.alter2-header .static-shape.pattern-dots-1 {
  top: 0;
  left: 0;
  width: 150px;
  height: 20%;
  background-color: transparent;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 3px, transparent 3px);
  background-size: 30px 30px;
}

.alter2-header .shape {
  position: absolute;
}

.alter2-header .shape:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 600px;
  height: 40px;
}

.alter2-header .shape:nth-child(1)[data-aos]:before {
  background-image: linear-gradient(45deg, #c5281c 0, #ec644c 35%, #f1644a 110%);
}

.alter2-header .shape:nth-child(2) {
  top: 20%;
  left: 12%;
  width: 200px;
  height: 10px;
}

.alter2-header .shape:nth-child(2)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec644c), to(#f1644a));
  background-image: linear-gradient(90deg, #ec644c 0, #f1644a 100%);
}

.alter2-header .shape:nth-child(3) {
  top: 80%;
  left: 45%;
  width: 200px;
  height: 5px;
}

.alter2-header .shape:nth-child(3)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#edf4f8));
  background-image: linear-gradient(90deg, #d3d4d5 0, #edf4f8 100%);
}

.alter2-header .shape:nth-child(4) {
  top: 82%;
  left: 45%;
  width: 150px;
  height: 15px;
}

.alter2-header .shape:nth-child(4)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#edf4f8));
  background-image: linear-gradient(90deg, #d3d4d5 0, #edf4f8 100%);
}

.alter2-header .shape:nth-child(5) {
  top: 20%;
  left: 0%;
  width: 200px;
  height: 20px;
}

.alter2-header .shape:nth-child(5)[data-aos]:before {
  opacity: 0.5;
}

.alter2-header .shape:nth-child(5)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #edf4f8), to(#d3d4d5));
  background-image: linear-gradient(90deg, #edf4f8 0, #d3d4d5 100%);
}

.alter2-header .shape:nth-child(6) {
  top: 34%;
  left: 5%;
  width: 60px;
  height: 6px;
}

.alter2-header .shape:nth-child(6)[data-aos]:before {
  opacity: 0.5;
}

.alter2-header .shape:nth-child(6)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec644c), to(#f1644a));
  background-image: linear-gradient(90deg, #ec644c 0, #f1644a 100%);
}

.alter2-header .shape:nth-child(7) {
  top: 17%;
  left: 3%;
  width: 100px;
  height: 6px;
}

.alter2-header .shape:nth-child(7)[data-aos]:before {
  opacity: 0.5;
}

.alter2-header .shape:nth-child(7)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d3d4d5), to(#d3d4d5));
  background-image: linear-gradient(90deg, #d3d4d5 0, #d3d4d5 100%);
}

.alter2-header .shape:nth-child(8) {
  top: 70%;
  left: -5%;
  width: 300px;
  height: 5px;
}

.alter2-header .shape:nth-child(8)[data-aos]:before {
  opacity: 0.5;
}

.alter2-header .shape:nth-child(8)[data-aos]:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec644c), to(#f1644a));
  background-image: linear-gradient(90deg, #ec644c 0, #f1644a 100%);
}

.alter2-header .shape:nth-child(9) {
  top: 72%;
  left: -5%;
  width: 200px;
  height: 15px;
}

.alter2-header .shape:nth-child(9)[data-aos]:before {
  opacity: 0.5;
}

.alter2-header .shape:nth-child(9)[data-aos]:before {
  background-color: #f1644a;
}

.alter2-header .shape:nth-child(10) {
  top: 0%;
  left: 85%;
  width: 300px;
  height: 25px;
}

.alter2-header .shape:nth-child(10)[data-aos]:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.alter2-header .shape:nth-child(11) {
  top: 3%;
  left: 91%;
  width: 150px;
  height: 10px;
}

.alter2-header .shape:nth-child(11)[data-aos]:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.alter2-header .static-shape,.alter2-header .shape{
  opacity:0.5!important;
}

@media (min-width: 768px) {
  .alter2-header .shape:nth-child(1) {
    top: 25%;
  }
  .alter2-header .shape:nth-child(2) {
    top: 20%;
  }
}

@media (min-width: 992px) {
  .alter2-header .shape:nth-child(1) {
    left: 12%;
  }
  .alter2-header .shape:nth-child(2) {
    top: 10%;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .alter2-header .shape:nth-child(1) {
    left: 31%;
  }
  .alter2-header .shape:nth-child(2) {
    left: 30%;
  }
}

.alter2-header .shape[data-aos]:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  position: absolute;
  border-radius: 50px;
}
.alter2-header .shape{
  opacity:0.5;
}



/*  CUSTOM */
p {
  margin: 1rem 0;
}

.logo.d-block {
  max-width: 300px;
}

hr[class*='bg'] {
  border-top: 0;
  height: 1px;
}

.off-left-background {
  background-position: -60px 20px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.off-left-background:hover {
  background-position: -60px 0px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.nav-process {
  min-height: 60px;
}

hr {
  border-top: 1px solid #edf4f8;
}

.forgot-pw-link{
    color: #bdbbbc;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    padding: 0;
    padding-left: 10px;
    padding-top: 5px;
}
.forgot-pw-link:hover{
  color: #ec644c;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* LOGIN FORM */
  .navbar-nav .nav-item{
    margin: 5px auto!important;
  }
  .navbar-nav .nav-item input, .navbar-nav .nav-item button{
    margin: 0 auto!important;
  }
}


.bg-why-choose-us{
  background-color: #323232;
  background-image: url("../img/steel_bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (min-width: 768px) {
  .why-choose-us .section-heading {
    margin-bottom: 120px;
  }
}

.why-choose-us .section-heading p.lead {
  width: 70%;
}

.why-choose-us .browser {
  -webkit-transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(7deg);
          transform: translate(40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(7deg);
  width: 380px;
  bottom: 0;
}

@media (min-width: 768px) {
  .why-choose-us .browser {
    bottom: auto;
    width: 780px;
  }
}

.why-choose-us .iphone {
  -webkit-transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
          transform: translate(-20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(-7deg);
}

@media (max-width: 767.98px) {
  .why-choose-us .iphone {
    width: 60%;
    margin-right: 0;
    margin-left: 0;
  }
}

.why-choose-us .list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-choose-us .icon-shape {
  min-width: 80px;
}

.why-choose-us .shape-pipes {
  width: 100px;
  height: 10px;
  background-color: #ffeae5;
}

.why-choose-us .shape-pipes, .why-choose-us .shape-pipes:before, .why-choose-us .shape-pipes:after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  border-radius: 50px;
}

.why-choose-us .shape-pipes:before, .why-choose-us .shape-pipes:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.why-choose-us .shape-pipes:before {
  width: 80px;
  height: 7px;
  -webkit-transform: translate(30px, -8px);
          transform: translate(30px, -8px);
  background-color: #fee9de;
}

.why-choose-us .shape-pipes:after {
  height: 5px;
  width: 60px;
  -webkit-transform: translate(14px, 10px);
          transform: translate(14px, 10px);
  background-color: #afd4fa;
}

.why-choose-us .shapes-container {
  z-index: 2;
}

.why-choose-us .pattern {
  position: absolute;
}

.why-choose-us .pattern-dots {
  bottom: 13rem;
  left: 60%;
  width: 50%;
  height: 155px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-color: transparent;
  background-image: radial-gradient(#d3d4d5 2px, transparent 2px);
  background-size: 20px 20px;
  opacity:.5;
}

.why-choose-us h5{
  font-weight:400;
}


/* LOYALTY */
.loyalty-page .navigation.fixed-top + main .header {
  background-image: url("../images/hero-loyalty-comp-new.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.loyalty-page .navigation.fixed-top + main .header{
  padding-top: 150px;
  margin-top: 130px!important;
}


.services-page .navigation.fixed-top + main .header {
  background-image: url("../images/services-hero.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-page .navigation.fixed-top + main .header{
  padding-top: 150px;
}
/*
.loyalty-page .header .lead{
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}*/
.services-page .header .lead {
  /*color: rgb(168, 49, 40);
  line-height: 1;
  font-size: 1.4rem;
  padding: 0;
    margin: 0;*/
}
.services-page .header h1 {
  color: rgb(168, 49, 40);
 /* line-height: 1;
  font-size: 3.6rem;*/
  font-weight: 700;
  padding: 0;
    margin: 0;
}



.loyalty-page .heading-line:before,.services-page .heading-line:before {
  content: '';
  display: block;
  margin-top: 32px;
  margin-bottom: 24px;
  width: 40px;
  height: 2px;
  background-color: #ec644c;
}
.loyalty-page .heading-line:after,.services-page .heading-line:after {
 display: none;
}
.services-page .header .heading-line:before,.services-page .features .heading-line:before,.services-page .download-app .heading-line:before,.loyalty-page .download-app .heading-line:before{
  display: none!important;
}
.services-page .features .heading-line:after, .services-page .header .heading-line:after,.services-page .download-app .heading-line:after,.loyalty-page .download-app .heading-line:after{
  display: block!important;
  margin-top: 24px;
  margin-bottom: 24px;
}
.loyalty-page .text-center .heading-line:before {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){

  .loyalty-page .heading-line:before {

  margin: 0 auto; 
  margin-top: 32px;
  margin-bottom: 24px;
 
  
}

}



.loyalty-page #slider-options{
  width:100%;
  display: table;

}
.loyalty-page #slider-options .option{
  width:25%;
  height:248px;
  display: table-cell!important;
  vertical-align: bottom;
} 
.loyalty-page #slider-options .btn{
  width:100%;
  padding: 20px;
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
}
#requests-basis-options .btn {
  padding: 20px 50px;
  font-size: 0.85rem;
  color: #fff;
}

#requests-basis-options .btn.active{
  font-weight: 700;
}
#services-tab-options .btn {
  padding: 20px 50px;
  font-size: 0.85rem;
  color: #fff;
}
#services-tab-options .btn.active{
  font-weight: 700;
}
#services .service a h6{
  color: #27333e;
}

.loyalty-page #slider-options .option:nth-child(1) .btn{
  background-color: #7e1419;
  border-color: #7e1419;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.loyalty-page #slider-options .option:nth-child(2) .btn{
  background-color: #a1123a;
  border-color: #a1123a;

}
.loyalty-page #slider-options .option:nth-child(3) .btn{
  background-color: #b81b1a;
  border-color: #b81b1a;

}

.loyalty-page #slider-options .option:nth-child(4) .btn{
  background-color: #ff583e;
  border-color: #ff583e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.loyalty-page #slider-options .option .btn.active{
  background-color: #e26251;
  border-color: #e26251;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(255, 255, 255, .4);
}


.loyalty-page .app-screenshot .screenshot-container {position: relative;/*padding: 0 56px;*/max-width: 100%!important;margin: 0 auto;}


#faq .rounded.shadow-sm{
  background-color: #fff;
}

.loyalty-page #slider-options img{
    max-height: 100px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.loyalty-page #slider-options img.active{
  max-height: 130px;
  -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

}


.loyalty-page table th:nth-child(1) {
  background-color: #7e1419;
  color:#fff;
}
.loyalty-page table th:nth-child(2) {
  background-color: #a1123a;
  color:#fff;

}
.loyalty-page table th:nth-child(3) {
  background-color: #b81b1a;
  color:#fff;

}

.loyalty-page table th:nth-child(4) {
  background-color: #e26251;
  color:#fff;

}
.loyalty-page table th:nth-child(5) {
  background-color: #7e1419;
  color:#fff;

}
.loyalty-page .rules{
  overflow: auto;
}
.loyalty-page .rules table td{
  min-width: 220px;
}


@media (max-width: 768px) {
  /* LOGIN FORM */
  .navbar-nav .nav-item{
    margin: 5px auto!important;
  }
  .navbar-nav .nav-item input, .navbar-nav .nav-item button{
    margin: 0 auto!important;
  }
}

.my-generali-modal-wrapper {
  min-width: 95vw;
}

.my-generali-modal {
  background: #ffffff00;
  border: 0;
}

@media (min-width: 768px) {
  .my-generali-modal {
    position: absolute;
    top: 3rem;
    bottom: 3rem;
  }

  button.close-frame {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 25px;
    width: 25px;
    padding: 0;
    background-color: #ffffff00;
    margin: 0;
    border: 0;
  }

  button.close-frame img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .my-generali-modal {
    position: absolute;
    top: 10rem;
    bottom: 10rem;
  }

  button.close-frame {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 25px;
    width: 25px;
    padding: 0;
    background-color: #ffffff00;
    margin: 0;
    border: 0;
  }


  button.close-frame img {
    width: 100%;
    height: 100%;
  }
  .loyalty-page #slider-options .option {
    width: 100%;
    height: 248px;
    display: block!important;
    vertical-align: bottom;
}
}



table  {
  border:0;
}
table tbody th
{
  text-align: center;
  vertical-align: middle;
}
table tbody tr
{
  background-color: rgba(241,240,242,0.8);
  text-align: center;
  vertical-align: middle;
}

table tbody tr:nth-child(even) {background-color:rgba(255,255,255,0.8);}

table tbody tr td
{
  padding: 0 10px!important;
}


.scroll-top {
  padding: 2px;
  position: fixed;
  width: inherit;
  height: inherit;
  opacity: .8;
  cursor: pointer;
  z-index: 9999;
  display: none;
  bottom: 20px;
  right: 20px;
}
body div.show-mobile-small-menu,
body.home div.show-mobile-small-menu {
  display: none;
}
.navigation.navbar-expanded.sidebar-left ~ main,
.navigation.navbar-expanded.sidebar-left .navbar-brand, 
.navigation.navbar-expanded.sidebar-left .navbar-toggler {
  -webkit-transform: unset;
  transform: unset;
}

@media(max-width:767px) {
  .hide-mobile {
    display: none;
  }
  .navbar-nav .nav-item {
      margin: 0 auto!important;
  }
  .navigation .nav-link.active, 
  .navigation .nav-link:hover {
      background-color: #E8E8E8;
      padding-left: 15px;
      padding-right: 15px;
  }
  .navigation .nav-link {
    padding-left: 15px;
    padding-right: 15px;  
  }
  body div.show-mobile-small-menu,
  body.home div.show-mobile-small-menu {
    display: block;
    position: absolute;
    right: 15px;
  }
  body.home div.show-mobile-small-menu {
    position: static;
  }
  .show-mobile-small-menu .actions-menu {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    float: right;
    margin-right: 12px;
  }
  .show-mobile-small-menu .nav-item {
    display: inline-block;
  }
}



.notification-bar {
  height:60px;  
}
.fixed-top {
  top: 60px;
}
.notification-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cta {
    display: none;
    margin-left: 80px;
}
.cta a {
    color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0.25rem;
}
.cta a:hover {
    background-color: #ffffff;
    color: #c5281c;
}
@media(max-width: 1124px) {
    .notification-bar {
      height:80px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .fixed-top {
      top: 80px;
    }
    .notification-bar .description br {
        display: none;
    }
}
@media (max-width: 1199px) {
    .direction-column .description {
        display: flex;
        flex-direction: column;
    }
    .notification-bar {
        height: auto;
        padding: 15px 0;
    }
    .direction-column .description {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .fixed-top {
        top: 112px;
    }   
}
@media (max-width:  980px) {
    .notification-bar {
        flex-direction: column;
        height: auto!important;
    }        
}


@media (min-width: 768px) {
.navigation.navbar-sticky {
    background-color: #fff;
    top: 60px;
}  
}



/*PopUpBanner*/

.footer-h-banner {
  width: 68%;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: linear-gradient(45deg, #a81d34, #d00b03);
  margin: 0 auto;
  border-radius: 5px;
  bottom: 20px;
  width: 100%;
  max-width: 550px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
}
.footer-h-banner__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
  max-width: 100%;
  position: relative;
  flex-direction: column;
}
.footer-h-banner__image {
  width: 90px;
  height: 90px;
  max-width: none;
}
.footer-h-banner__text {
  color: #fff;
  font-weight: lighter;
  margin-left: 45px;
  margin-right: 45px;
  max-width: 600px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}
.close-f-pop-up {
  position: absolute;
  top: 5px;
  right: 9px;
  color: #ffffff;
  font-size: 25px;
}
@media (max-width: 1170px) {
.footer-h-banner {
    width: 92%;
}
}

@media (max-width: 991px) {
.footer-h-banner__wrapper {
    flex-direction: column;
}
.b-image {
  display: none ;
}
.b-description br {
  content: " ";
  margin-right: 5px;
}
}

.pop-up-area-center {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;  
}
.navigation.fixed-top + main .header{
  padding-top: 150px!important;
  margin-top: 150px!important;
}
@media (max-width: 991px) {
  .navigation.fixed-top + main .header{
    padding-top: 192px!important;
  }
}



.hide-menu.sp {
  display: none;
}
.show-menu {
  display: none;
}
.show-menu.sp {
  display: flex;
}
.show-menu .inner-area {
  box-shadow: 0px 1px 2px #00000029;
  height: 90px;
  background-color: #ffffff;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.show-menu .inner-area .half-left {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.show-menu .inner-area .half-left .current-item {
    color: #AC311F;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    display: flex;
    height: 100%;
    border-left: 1.5px solid #707070ad;
    padding-left: 27px;
    display: none;
}
.show-menu .inner-area .half-left .current-item img {
  /*height: 45px;
  width: 142px;*/  
}
.show-menu .inner-area .half-right {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.show-menu .inner-area .logo-mygenerali {
  width: 244px;
  margin-left: 0;
  margin-right: 27px;
  height: 50px;
}
.show-menu .inner-area .logo-mygenerali img {
  width: 244px;
  height: 50px;
  top: 1px;
  position: relative;
}

.show-menu .menu-flex {
  display: flex;
}
.show-menu .inner-area .half-right .registration {
  width: 110px;
  color: #BA170C;
  border-radius: 4px;
  border:  1px solid #BA170C;
  display: flex;
  align-items: center;
  height: 39px;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-right: 10px;
}
.show-menu .inner-area .half-right .login {
  width: 110px;
  color: #ffffff;
  border-radius: 4px;
  border:  1px solid #BA170C;
  background-color: #BA170C;
  display: flex;
  align-items: center;
  height: 39px;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.navigation.sp {
  min-height: auto;
  max-height: 158px;
  flex-direction: column;
  padding: 0!important;
}

.navigation.sp .hover-menu {
  display: flex;
  height: 68px;
  background-color: #ffffff;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: 0px 3px 10px #00000029;
}

.navigation.sp .hover-menu .left-area {
    width: 25.856%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    
    position: relative;
    margin-right: 40px;
}
.navigation.sp .hover-menu .left-area.active {
  background: #E8E8E8;
}
.navigation.sp .hover-menu .left-area:hover {
  background: #E8E8E8;
}
.navigation.sp .hover-menu .left-area a {
    color: #AC311F;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;

}

.navigation.sp .hover-menu .left-area a img {
      margin-right: 6px;
      width: 199px;
}

.navigation.sp .hover-menu .left-area.active:after, .navigation.sp .hover-menu .left-area:hover:after, .navigation.sp .hover-menu .right-area .active:after{
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #E8E8E8;
    content: "";
    position: absolute;
    bottom: -16px;
    display: none;
}

.navigation.sp .hover-menu .right-area {
    display: flex;
    width: 65%;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.navigation.sp .hover-menu .right-area .services-title {
  color: #B4B4B4;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  margin-right: 27px;
}
.navigation.sp .hover-menu .right-area a {
  color: #AC311F;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  justify-content: center;
  position: relative;
}
.navigation.sp .hover-menu .right-area a:hover {
  background-color: #E8E8E8; 
}
.navigation.sp .hover-menu .right-area a.active {
  background-color: #E8E8E8;
}
/*.navigation.sp .hover-menu .right-area a:hover:after{
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #E8E8E8;
    content: "";
    position: absolute;
    bottom: -16px;
}*/


.navigation.sp .hover-menu .right-area .links {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.navigation.sp .hover-menu .right-area .links a img {

}

.show-menu .inner-area .half-left .current-item.hide {
  display: none;
}

.download-ios:hover, .download-android:hover {
  max-width: 188px;
}
.view-flex {
  display: flex;
}
.services-page .view-flex {
  justify-content: space-between;
}
.services-page .view-flex {
  justify-content: space-between;
}
.services-page a.download-ios, .services-page a.download-android {
  min-width: 188px;
}
.services-page .download-ios:hover, .services-page .download-android:hover {
  max-width: 50%;
}


.footer-container {
    background: linear-gradient(45deg, #6f7072, #20252b);
    margin-top: 50px;
}

@media screen and (min-width: 1176px) {
  .footer-logo-row {
      padding: 0;
      max-width: 1128px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
  }
}

.footer-logo-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-logo-img-col {
    justify-content: flex-start;
    width: 50%;
    padding: 24px 0;
  } 
}

.footer-logo-img {
    height: 56px;
}
.footer-logo-text-container {
    display: flex;
    align-items: center;
}

.footer-logo-text {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-left: 16px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
.footer-logo-text-icon {
    height: 16px;
}
.footer-social-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
 .footer-social-app-area {
    padding: 24px 0;
    justify-content: flex-end;
    width: 50%;
} 
}

.footer-social-link-style {
    display: flex;
    justify-content: center;
    margin-right: 10%;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.footer-social-image-container {
    display: flex;
}
.footer-social-image-col {
    cursor: pointer;
    margin: 0 12px;
    height: 24px;
    width: 24px;
}
.footer-social-image-col {
    width: 50px;
    height: 50px;
}
.footer-social-image-col {
    margin-left: 20px;
    margin-right: 20px;
}
.footer-social-image-col:first-child, .footer-last-row-link a:first-child {
    margin-left: 0;
}
.footer-social-image-col a {
    display: flex;
    border-radius: 50%;
}
.footer-social-image-dimension {
    width: 50px;
}
.footer-complementary-legal-info {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 24px 0 24px;
}

@media screen and (min-width: 1176px) {
  .footer-complementary-legal-info {
    padding: 0;
  } 
}

.footer-second-internal {
    width: 100%;
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1176px) {
.footer-second-internal {
    width: 1128px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
}

.footer-link-area-container {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

@media screen and (min-width: 1024px) {
.footer-link-area-container {
    justify-content: flex-start;
    padding: 0;
    width: 50%;
}
}
.footer-last-row-link {
    color: #ffffff;
    font-size: 13px;
    margin: 0px 24px 0 0;
    font-family: "Roboto", sans-serif;
}
.footer-last-row-link a {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: 0.25px;
    text-decoration: none;
    margin-left: 13px;
    margin-right: 13px;
    display: flex;
    align-items: center;
}
.footer-social-image-col:first-child, .footer-last-row-link a:first-child {
    margin-left: 0;
}

@media (max-width: 1200px) {
  .navigation.sp .hover-menu .left-area {
    width: 20%;
  }
  .navigation.sp .hover-menu .right-area {
    width: 75%;
  }
}
@media (max-width: 995px) {
  .show-menu .inner-area {
    height: 120px;
  }
  .show-menu .inner-area .half-left .current-item {
    display: none;
  }
  .navbar-toggler.sp {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    padding-right: 0;
  }
  .hover-menu {
    display: none!important;
  }
  #main-navbar .hide-mobile {
    display: none;
  }
  .navbar-expand-md .navbar-nav {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .show-menu .menu-flex {
    flex-direction: column;
  }
  .show-menu .inner-area .half-left,
  .show-menu .inner-area .half-right {
    width: 100%;
  }
  .show-menu .inner-area {
    height: 120px;
  }
  .navigation .container {
    width: 100%;
  }
  .show-menu .inner-area .half-left {
    margin-bottom: 10px;
  }
}

@media (min-width: 991px) {
  #main-navbar {
    display: none;
  }
}

#main-navbar li.nav-item {
    border-bottom: 1.5px solid #d0cece;
    width: 100%;
    text-align: center;
}

#main-navbar .registration {
    width: 110px;
    color: #BA170C;
    border-radius: 4px;
    border: 1px solid #BA170C;
    display: flex;
    align-items: center;
    height: 39px;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-right: 10px;
}
#main-navbar .login {
    width: 110px;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #BA170C;
    background-color: #BA170C;
    display: flex;
    align-items: center;
    height: 39px;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

#main-navbar .services-title {
  color: #B4B4B4;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  margin-right: 0.;
}

@media screen and (max-width: 1023.5px) {
  .footer-logo-img-col {
      flex-direction: column;
  }
}
@media screen and (max-width: 1023.5px) {
  .footer-logo-img {
      margin-bottom: 40px;
  }
}

@media screen and (max-width: 1023.5px) {
  .footer-social-icons-container {
      flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-social-link-style {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 23px;
  }
}
@media (max-width: 991px) {
.footer-link-area-container {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-logo-container {
  padding: 24px;
}
}

#main-navbar li.nav-item.active {
    background: #E8E8E8;
}

.header .container.abs {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0!important;
}
@media (min-width: 1200px) {
  .header .container.abs {
      max-width: 1110px;
  }
}
.header nav .btn-alternate.watch-video.custom {
 width: 188px; 
}
.footer-social-image-col a:hover, .footer-social-image-col a:focus, .footer-social-image-col a:active {
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

 @-webkit-keyframes fadeOutDown {
    0% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
    100% {
       opacity: 0;
       -webkit-transform: translateY(20px);
    }
 }
 
 @keyframes fadeOutDown {
    0% {
       opacity: 1;
       transform: translateY(0);
    }
    100% {
       opacity: 0;
       transform: translateY(20px);
    }
 }
 
 .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
 }

 .navigation.sp.top{
  top: 0!important;
 }

 .navigation.fixed-top + main div.header.top {
  margin-top: 190px!important;
 }

@media (max-width: 991px) {
  .current-item {
      display: none!important;
  }
  .navbar-nav .nav-item .nav-link {
      color: #AC311F;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
  }
  .owl-main-slider .owl-nav {
    top: 75%;
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0; 
  }
  .navigation .sidebar-brand .logo {
    max-height: 44px;
  }
  .header .lead {
    width: 100%;
  }
  .owl-main-slider .padding-seperator-bottom {
    padding-bottom: 0;
  }
  .bg-features .view-flex {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;    
  }
  .bg-features .view-flex .btn {
    margin: 0!important;
    margin-bottom: 10px!important;
  }
  .section.download-app .justify-content-center .btn {
    margin-right: 0!important;
  }
  .site-footer .view-flex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: fit-content;
  }
  .site-footer .view-flex .btn {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .site-footer {
    padding-top: 50px!important;
  }
  .site-footer .row.gap-y .logo {
    margin: 0 auto;
  }
  .footer-social-icons-container {
    margin-bottom: 20px;
  }
}
@media(max-width: 580px) {
  .header .container.abs {
      padding-left: 15px!important;
      padding-right: 15px!important;
  }
  .alter2-header .lead.mt-15 {
    width: 100%!important;
  }
}

@media (min-width: 768px) {
  section [class^='container'], .section [class^='container'] {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
.white {
  color: #ffffff;
}
@media screen and (min-width: 1176px) {
  .footer-logo-row, 
  .footer-second-internal {
      max-width: 1110px;
  }
}

.features-cant-miss.app-screenshot.padding-seperator-bottom {
    padding-bottom: 210px;
}

.footer-logo-text:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .lead.text {
    width: 60%!important;
    padding: 0!important;
  }
  .header .lead.bold {
    width: 70%;
}
}
.slider-4 {
  background-position: center top!important;
}
@media (max-width: 991px) {
  .slider-1 {
      background-position: 67% 20%!important;
  }
  .slider-2 {
      background-position: 63% 20%!important;
  }
  .slider-3 {
      background-position: 68% 20%!important;
  }
  .slider-4 {
      background-position: 68% 20%!important;
  }
}
.show-menu .inner-area .half-right svg {
	margin-right: 10px;	
}

.show-menu .inner-area .half-right .registration,
.show-menu .inner-area .half-right .login {
	min-width :131px;	
}


.navigation .collapse {
	z-index: 99;	
}




