/* *************************
 *
 *  Name Of Template : Web App
 *  Version: 1.0
 *
 *
 *  <--Table of Content--> */
/* ************************
 * *
 * *  1: Reset
 * *
 * * ********************* */
* {
  list-style: none;
  outline: none !important;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background: #31333e;
}

::placeholder {
  opacity: 0.6 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type=submit],
input[type=submit] {
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}

p {
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

body {
  overflow-x: hidden !important;
  font-size: 14px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
}

/* ************************
 * *
 * *  2: Common Classes
 * *
 * * ********************* */
.primary-color, .single-contact a:hover, .link-btn {
  color: #0091D2;
}

.primary-color-bg, .single-contact a, .slider-container .owl-dots .owl-dot:after, .site-btn {
  background-color: #7f1f00;
}

.secondary-color {
  color: #b35414;
}

.secondary-color-bg {
  background-color: #b35414;
}

.text-color, .single-app .app-btn .icon-btn i, ::placeholder, body {
  color: #7f1f00;
}

.text-color-bg {
  background-color: #7A7A7A;
}

.heading-color, .site-btn:hover, h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7f1f00;
}

.heading-color-bg {
  background-color: #616161;
}

.color-white, .single-contact a, .header .navbar-toggler i {
  color: #ffffff;
}

.color-white-bg, .slider-container .owl-dots .owl-dot, .header .navbar-nav, .site-btn:hover {
  background-color: #ffffff;
}

.color-black {
  color: 900;
}

.color-black-bg {
  background-color: 900;
}

.site-btn {
  display: inline-block;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid #0091D2;
}
.link-btn {
  font-weight: 600;
  text-transform: uppercase;
}

.map-bottom-btn {
  margin-top: 15px;
}

.mt-0 {
  margin-top: 0px !important;
}

.logo img {
  max-width: 100px;
}

.header .navbar {
  background-color: #00838F;
  display: block;
  text-align: center;
}
.header .navbar-toggler {
  border: 0px;
  padding: 0;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}
.header .navbar-nav {
  text-align: left;
}
.header .navbar-nav li a {
  color: #7A7A7A !important;
}
.header .navbar-nav li a.nav-link {
  padding-left: 1rem;
}

.card-header {
  background-color: #fff;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.card-header h4 {
  font-size: 18px;
  font-weight: 500;
}

.section-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.section-margin {
  margin: 20px 0;
}

.single-link #file-upload {
  display: none;
}
.single-link i {
  font-size: 24px;
}
.single-link p {
  font-size: 16px;
}

.link-list a {
  max-width: 45px;
}

.audio-area audio {
  margin-bottom: -5px;
  width: 100%;
}

.video-area h4 {
  margin-top: 5px;
  font-size: 16px;
}
.video-area .site-btn {
  margin-top: 10px;
}

#google-map {
  width: 100%;
  min-height: 240px;
}

/* x.x: Animation */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ************************
 * *
 * * 03: Slider Styles 
 * *
 * * ********************* */
.slider-container .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -20px;
}
.slider-container .owl-dots button + button {
  margin-left: 10px;
}
.slider-container .owl-dots .owl-dot {
  height: 12px;
  position: relative;
  width: 12px;
  border-radius: 50%;
}
.slider-container .owl-dots .owl-dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  content: "";
}
.slider-container .owl-dots .owl-dot.active:after {
  opacity: 1;
  visibility: visible;
}

.single-slide-item {
  min-height: 200px;
  background-size: cover !important;
}

/* ************************
 * *
 * * 04: Service Styles 
 * *
 * * ********************* */
.service-area .card-body {
  padding-bottom: 5px;
}

/*  4.1: Single Service */
.single-service {
  padding: 8px;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.single-service .service-icon {
  margin-bottom: 4px;
}
.single-service .service-icon i {
  font-size: 20px;
}
.single-service .service-text {
  font-size: 14px;
}

/* ********
 * *
 * * 05: Gallery Styles 
 * *
 * * ******* */
/*  5.1: Single Image */
.single-img {
  flex: 0 0 25%;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}
.single-img a img {
  width: 100%;
  height: 100px;
}

/* ************************
 * *
 * * 06: Contact Styles 
 * *
 * * ********************* */
/*  6.1: Single Contact */
.single-contact a {
  text-transform: uppercase;
  padding: 6px 10px;
  margin-left: 4px;
  border-radius: 5px;
}
/* ************************
 * *
 * * 07: App Styles 
 * *
 * * ********************* */
/*  7.1: Single App */
.single-app .app-logo {
  margin-bottom: 10px;
}
.single-app .app-logo img {
  max-width: 70px;
}
.single-app .app-text {
  font-family: "Audiowide", cursive;
}
.single-app .app-btn {
  margin-top: 10px;
  padding-top: 10px;
}
.single-app .app-btn a {
  padding: 6px 8px;
  border-radius: 5px;
}
.single-app .app-btn .icon-btn i {
  font-size: 16px;
}
.single-app .app-btn .icon-btn img {
  max-width: 20px;
}

/* ************************
 * *
 * * 07: About Styles 
 * *
 * * ********************* */
.about-banner {
  min-height: 240px;
  background-size: cover !important;
}

.about-text p {
  text-align: justify;
}

amp-custom>
  ::-webkit-scrollbar {
  display: none;
}

.planArrow i {
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.planArrow .right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.planArrow .left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.planArrow .up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.planArrow .down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2)
      format('woff2');
  unicode-range: U + 0000-00ff, U + 0131, U + 0152-0153, U + 02bb-02bc, U + 02c6,
    U + 02da, U + 02dc, U + 2000-206f, U + 2074, U + 20ac, U + 2122, U + 2191,
    U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.woff2)
      format('woff2');
  unicode-range: U + 0000-00ff, U + 0131, U + 0152-0153, U + 02bb-02bc, U + 02c6,
    U + 02da, U + 02dc, U + 2000-206f, U + 2074, U + 20ac, U + 2122, U + 2191,
    U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhp.woff2)
      format('woff2');
  unicode-range: U + 0000-00ff, U + 0131, U + 0152-0153, U + 02bb-02bc, U + 02c6,
    U + 02da, U + 02dc, U + 2000-206f, U + 2074, U + 20ac, U + 2122, U + 2191,
    U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #7f1f00;
  cursor: pointer;
}

iframe {
  border: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  padding: 0;
  margin: 0;
  display: block;
}

body,
button,
input,
pre,
select,
textarea {
  font-family: Open Sans, Helvetica, Arial;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  line-height: 1.5px;
}

img {
  width: 100%;
}

body {
  background: #fff;
  color: #7f1f00;
  height: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button:focus,
div[role='button']:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  height: 100%;
}

/* stylelint-enable */

.mweb {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

a{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ripple {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.ripple::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 15%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.ripple:active::after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.mheader {
  background: #fff;
  border-bottom: 1px solid #f3f7f8;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
}

.mheader nav ul {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mheader nav ul li {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.HamburgerIcon {
  padding: 18px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.SearchIcon {
  padding: 16px 15px;
}

.CashBackIcon {
  margin: 11px 15px;
}
 
.quickLinksNameBar {
  background-color: #012b72;
  background:
    url(data:image/jpeg;base64,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)
    repeat-x 10%;
  padding: 30px 15px;
  margin: 0 0 -4px 0;
}

.quickLinksNameBar .quickLinksIconList .quickLinksIconBox {
  display: flex;
  flex-direction: column;
}

.quickLinksNameBar .quickLinksIconList {
  display: flex;
  justify-content: space-around;
}

.quickLinksNameBar .quickLinksIconList .quickLinksIconBox {
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}

.quickLinksNameBar .quickLinksIconList .quickLinksIconBox .quickLinksImgCon {
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 10px 0;
  border-radius: 50px;
  display: flex;
  width: 56px;
  height: 56px;
}

.quickLinksNameBar .quickLinksIconList .quickLinksIconBox .quickLinksImgCon .quickLinksImg {
  width: 50%;
}
 
.sectionBorder {
  background: #f6f8fc;
  height: 10px;
}

.sectionHeading {
  padding: 15px;
  font-size: 16px;
  color: #7f1f00;
  font-weight: 600;
}

.sectionVerticaList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f3f7f8;
}

.sectionVerticaList .sectionVertBox {
  width: 24.7%;
  height: 93px;
  border-left: none;
  border-bottom: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #222;
}

.sectionVerticaList .sectionVertBox .sectionMore {
  position: relative;
  height: 100%;
  width: 100%;
}

.sectionVerticaList .sectionVertBox .sectionVerCon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.sectionVerticaList .sectionVertBox .sectionVerCon .sectionMoreIcon {
  width: 19px;
}

.sectionVerticaList .sectionVertBox .sectionLabel {
  min-height: 30px;
  width: 75px;
  margin: 0 auto;
  color: #222;
  text-align: center;
}

.sectionVerticaList .sectionVertBox:nth-child(4n) {
  flex-break: after;
  margin-right: 0;
  border-right: none;
}

.border {
  border: 1px solid #f3f7f8;
}
 
.announcement {
  display: flex;
  background: #fff;
  border-radius: 6px 6px 0 0;
  padding: 10px 15px;
  font-size: 12px;
  color: #222;
  font-weight: 400;
  align-items: center;
}

.announcement amp-img {
  width: 20px;
  margin-right: 15px;
}

.announcement span {
  width: 80%;
  text-align: left
}

.announcement .planArrow {
  margin-left: auto;
}
 
.searchCon {
  background: #f3f7f8;
  padding: 15px;
}

.searchCon h1 {
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.searchCon .seaBar {
  display: -ms-flexbox;
  display: flex;
}

.searchCon .seaBar input {
  border: 1px solid #f3f7f8;
  width: 70%;
  padding: 11px;
  border-radius: 4px 0 0 4px;
  -webkit-appearance: none;
}

.searchCon .seaBar input::placeholder {
  color: #8ba6c1;
}

.searchCon .seaBar input[type='submit'] {
  background: #00b9f5;
  border: 1px solid #00b9f5;
  width: 30%;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: 600;
}

.error {
  font-size: 11px;
  color: #ff4b55;
}

 
.H1carouseTabWrapper {
  width: 100%;
}

.H1carouselWrapper {
  background: #f6f8fc;
  position: relative;
}

.H1carouseTabWrapper {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.H1carouseTabWrapper .H1carouselTabList {
  text-align: center;
  display: inline-block;
  margin: 0 2px;
}

.H1carouseTabWrapper .H1carouselTabList .H1itemDot {
  background: #dadada;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.H1carouseTabWrapper amp-selector [option][selected] .H1itemDot {
  background: #00b9f5;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

amp-selector [option][selected] {
  outline: none;
}
 
.banner {
  padding: 15px;
}

.banner h2 {
  font-size: 16px;
  color: #7f1f00;
  font-weight: 600;
}

.banner ul {
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}

.banner ul li {
  display: flex;
  margin-top: 15px;
}

.banner ul .gridapp {
  flex-basis: calc(100% - 7.5px);
  border: 1px solid #ffffff;
}

.banner ul .gridsocial {
  flex-basis: calc(100% - 7.5px);
  border: 1px solid #ffffff;
}

.banner ul .grid1Xn {
  flex-basis: calc(100% - 7.5px);
  border: 1px solid #ef8410;
}

.banner ul .grid2Xn {
  flex-basis: calc(50% - 7.5px);
  border: 1px solid #ef8410;
}

.banner ul .grid3Xn {
  flex-basis: calc(33.3% - 5px);
  border: 1px solid #ef8410;
}

.banner ul .grid4Xn {
  flex-basis: calc(25% - 5px);
  border: 1px solid #ef8410;
}

 
.cinemaListing {
  padding: 15px;
}

.greyBackground {
  background: #fafcfb;
}
.cinemaListing .ampCarouselItem {
  display: flex;
  flex-direction: column;
  white-space: initial;

  /* padding: 0 10px; */
  border-radius: 3px;
}

.cinemaListing .carouselHead {
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  display: flex;
}

.cinemaListing .carouselHead .carouselImage {
  margin: 0 15px 0 0;
  border-radius: 50%;
  border: 1px solid #f3f7f8;
  width: 48px;
  height: 48px;
}

.cinemaListing .carouselHead h2 {
  font-size: 16px;
  color: #7f1f00;
  font-weight: 600;
}

.cinemaListing .carouselHead .carouselLeft {
  align-items: center;
  display: flex;
}

.cinemaListing .carouselHead .carouselRight a {
  color: #ffa500;
}

.cinemaListing .ampImgCon {
  max-height: 100%;
}

.cinemaListing .itemlabel {
  text-align: center;
  padding: 10px 0 0;
  font-size: 13px;
  color: #182233;
}

.cinemaListing .carouselOffer {
  font-size: 15px;
  color: #182233;
  font-weight: 600;
}

.cinemaListing .carouselActual {
  text-decoration: line-through;
  padding: 0 0 0 5px;
  font-size: 13px;
  color: #999;
}

.cinemaListing .carouselDiscount {
  padding: 0 0 0 3px;
  font-size: 13px;
  color: #09ac63;
  font-weight: 600;
}

.cinemaListing .roundBorder {
  border-radius: 50%;
}

.cinemaListing .carouselCashback {
  margin-top: 10px;
  max-width: 150px;
  display: inline-block;
  background: #ffe9c1;
  padding: 3px 7px;
  border: 1px solid #ffc660;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 12px;
  color: #222;
}

.cinemaListing .carousel4 {
  width: 60px;
  height: 100%;
  padding: 0 10px;
}

.cinemaListing .carousel4 .ampImg {
  width: 60px;
}

.cinemaListing .rowbs2 {
  width: 151px;
  height: 100%;
  padding: 0 10px;
}

.cinemaListing .rowbs2 .itemlabel {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinemaListing .carouselbs1 {
  width: 110px;
  height: 100%;
  padding: 0 10px;
}
 
.separateLinks .linksContainer {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 15px;
}

.separateLinks .linksContainer a {
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #182233;
  font-weight: 300;
}

.separateLinks .linksContainer a i {
  font-size: 16px;
  margin: auto;
  margin-right: 0;
}

.separateLinks .linksContainer a:last-child {
  border: none;
}
 
.scrollUP {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background: #fff;
  border: 1px solid #b9b9b9;
  border-right: none;
  text-align: center;
  z-index: 13;
  padding: 10px;
  position: fixed;
  top: false;
  right: 0;
  bottom: 10%;
  left: false;
}

.scrollUP i {
  font-size: 24px;
}
 
.footerInfo{
  padding: 10px 0 20px;
  background: #7f1f00;
}

.footerInfo .footerIcon {
  padding: 10px 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footerInfo .footerIcon a {
  width: 80px;
  font-size: 24px;
  color: #6f6f6f;
}

.footerInfo .footerLink {
  text-align: center;
  font-size: 13px;
  color: #fddba4;
}

.footerInfo .footerLink a {
  color: #fddba4;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 10px;
  width: inherit;
}

.footerInfo .footerLink a::after {
  content: '|';
  position: absolute;
  top: -2px;
  right: -11px;
}

.footerInfo .footerLink a:last-child::after,
.footerInfo .footerLink a:nth-child(4n + 0)::after {
  display: none;
}
 
.mWebFixFotter {
  background-image: linear-gradient(
    to top,
    #009aff,
    #0081e6,
    #0069cd,
    #0052b4,
    #003b9a
  );
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-evenly;
  z-index: 10;
  padding: 5px 0;
  display: flex;
  height: 36px;
  width: 100%;
}

.mWebFixFotter .col1 {
  width: 70px;
  margin: -22px 0 0 0;
}

.mWebFixFotter .col2 {
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  width: 140px;
}

.mWebFixFotter .col2 span {
  font-weight: 800;
}

.mWebFixFotter .col3 .btn {
  background: #aceaac;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #012b72;
  font-weight: 600;
}
 
.text
{
line-height:50px;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=style.css.map */
