/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');*/
@import url('http://fonts.cdnfonts.com/css/helvetica-lt-std');
/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/
@import url('https://fonts.cdnfonts.com/css/bebas-neue');

*{
  box-sizing: border-box;
}
body {
  /*font-family: 'Helvetica LT Std', sans-serif;*/
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
}
html{
  overflow-x: hidden;
}
/*===================margin-padding start===================*/
.p-0{
  padding: 0;
}
.pt-1{
  padding-top: 1rem;
}
.p-10{
  padding: 0.625rem;
}
.p-15{
  padding: 0.9375rem;
}
.p-25{
  padding: 1.5625rem;
}
.pl-0{
  padding-left: 0;
}
.pl-1{
  padding-left: 1rem;
}
.pl-15{
  padding-left: 1.5rem;
}
.pl-2{
  padding-left: 2rem;
}
.m-30-n{
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.mt-20{
  margin-top: 1.25rem;
}
.mt-40{
  margin-top: 2.5rem;
}
.mt-20{
  margin-top: 1.25rem;
}
.mt-0{
  margin-top: 0;
}
.mb-10{
  margin-bottom:.9rem;
}
.mb-20{
  margin-bottom:1.25rem !important;
}
.mb-40{
 margin-bottom: 2.5rem;
}
.m-10{
  margin-right: .5rem;
  margin-left: .5rem;
}
.m-w{
  max-width: 100%;
}
.m-r15{
    margin-right:15px;
}
.m-0{
    margin: 0;
}
.mt-100{
    margin-top: -100px;
}
.w-100{
  width: 100%;
}
.data-table.p-0{
  padding-bottom: 0;
}
.float-right{
  float: right;
}
.clear{
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.padding-around{
  padding:0 .625rem 2rem;
}
.Wrap-flex{
    display: flex;
    justify-content: center;
    align-items: center;
        clear: both;
}
.blog2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.block3{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.relate{
  position: relative;
}
.default-heading{
    font-size: 60px;
    line-height: 70px;
    color: #a71380;
    font-family: 'Bebas Neue', sans-serif;
}
.default-text{
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.row.payButton {
    margin-top: 3rem;
}
/*======scroll bar=========*/
* {
  scrollbar-width: thin;
  scrollbar-color: #20449c #ccc;
}
*::-webkit-scrollbar {
  width: .7rem;
}
*::-webkit-scrollbar-track {
  background: #ccc;
}
*::-webkit-scrollbar-thumb {
  background-color: #20449c;
  border-radius: .5rem;
  border: 3px solid #ccc;
}

/*======scroll bar=========*/
/*===================margin-padding end===================*/
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table tr {
    padding: .35rem;
    border-bottom: .0625rem solid #edeaea;
    position: relative;
}
table tbody tr:hover {
    background: #fcfcbd30;
}
table tbody tr:last-child{
  border-bottom: 0;
}
table th,
table td {
  padding: .625rem;
}
table th {
    font-size: .7rem;
    text-transform: uppercase;
    text-align: left;
    color: #918e8e;
    font-weight: 400;
}
::placeholder {
  color:#7f7f7f;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#7f7f7f;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:#7f7f7f;
}


/*=============menu start===============*/
 .hamburger {
    padding: 5px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
      background-color: rgba(245, 241, 234, 1); }
  
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: rgba(245, 241, 234, 1);
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }


/*Collapse Transition */
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.top {
    position:absolute;
    top: 0;
    background-color: #0000004f;
    height: 100px;
    width: 100%;
    transition: background-color 0s;
    left: 0;
    z-index: 1;
}
.top--scrolling {
    background-color: rgba(22, 22, 22, 0.85);
    transition: background-color .4s;
        z-index: 9;
}

.top--open {
    background-color: rgba(22, 22, 22, 0.85);
    transition: background-color .4s;
}

.navbar {
    display: flex;
    justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
    font-size: 1.5em;
    height: 100px;
    align-items: center;
}

.logo {
    margin-right: auto;
}
.navbar__menu ul{
    margin: 0;
}
.navbar__item {
    color: #fff;
    text-decoration: none;
    display: block;
}

.navbar__menu{
    background-color: transparent;
    opacity: 0;
    transition: background-color 0s;
}

/*.navbar__menu--active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 60px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(22, 22, 22, 0.85);
    transition: background-color .4s; 

}*/
.navbar__menu--active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: fixed;
    top: 60px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(22, 22, 22, 0.85);
    transition: background-color .4s;
    z-index: 99;
}
/*--------------------
Tablet & Desktop
--------------------*/

@media (min-width: 600px) {
    .navbar__menu {
        opacity: 1;
        display: flex;
        flex-direction: row;
        position: relative;
        top: auto;
        
    }
    .navbar__link {
        margin-right: 20px;
    }

    .navbar__link:last-child {
        margin-right: 0;
    }

    .navbar__menu--active {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        position: auto;
        height: auto;
        background: transparent;
    }

    .hamburger {
        display: none;
        padding: 5px auto;
    }
}

/*---------------------
Extra
----------------------*/

.main {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    color: #fff;
    background: linear-gradient(90deg, rgb(243, 72, 104) 20.1814%, rgb(242, 71, 104) 20.1814%, rgb(158, 0, 236) 80.1832%);
}
.main h1 {
    font-size: 10vh;
    text-align: center;
    padding: 15%;
}
.paragraph {
    max-width: 1250px;
    margin: 100vh auto;
    text-align: justify;
}

/*=============menu end==================*/

a.navbar__item.logo img {
    max-width: 100px;
}
.navbar__link{
   font-size: 15px;
   margin-right: 70px;
}
.navbar__link:hover, .active{
    color: #f31ebb;
}
.bannerSection {
    height: 700px;
    width: 100%;
    background: url(../images/burger-with-background.png);
    background-size: cover;
}
.gallery{
    width: 100%;
    background: url(../images/gal-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 5rem 0;
    position: relative;
}
.banner-left {
    float: left;
    max-width: 680px;
    min-height: 300px;
    margin-top: 165px;
    text-align: center;
    /* width: 300px; */
}
.banner-logo{
  max-width: 320px;
}
.banner-text {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 22px;
}
.outlet {
    display: flex;
    margin-top: 1rem;
}
.outlet img {
    max-width: 92%;
    margin-right: 1rem;
}
.btn-order {
    background: #fff;
    border-radius: 25px;
    position: absolute;
    bottom: 42px;
    display: block;
    padding: 0.4rem 0.8rem 0.4rem;
    font-size: 10px;
    left: 46%;
    transform: translate(-50%);
    color: #000;
    font-weight: bold;
}
.oldhamStore, .stockportStore{ position: relative; z-index: 1;}
.banner-star{
    position: absolute;
    left: -47px;
    top: 190px;
    /* object-fit: cover; */
    width: 300px;

}
.our-story {
     /*height: 700px; */
    width: 100%;
    background: #fff1f9;
    background-size: cover;
    background-position: center bottom;
    padding:0 0 2rem;
    position: relative;
    /*z-index: -9;*/
}
.our-story-curve {
    background: url(../images/curve.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 108px;
    background-size: cover;
}
.our-story-text{
  font-size: 46px;
  line-height: 52px;
  font-family: 'Bebas Neue', sans-serif;
}
.our-story-text-header {
    font-size: 76px;
    line-height: 76px;
    color: #a71380;
    font-family: 'Bebas Neue', sans-serif;
}
.all-paragraph{
  font-size: 15px;
  line-height: 22px;
  color: #000;
  max-width: 70%;
  /*margin-top: 1.5rem;*/
  margin-top:0;
}
.social-icons a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.read-more {
    background: #000;
    padding: 0.2rem 2.5rem 0.1rem;
    text-align: center;
    color: #fff;
    border-radius: 29px;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    margin-top: 2rem;
    transition: all .5s;
}
.read-more:hover{
  background: #a71380;
}
.restaurantImg{
    max-width: 85%;
    text-align: right;
    float: right;
    margin: 2rem 0 -8rem;
}
.download-app{
  position: relative;
  padding: 5rem 0;
  height: 700px;
}
.stamp {
    position: absolute;
    left: -10rem;
    top: 15rem;
    z-index: -1;
}
.mob {
    position: absolute;
    right: -40px;
    top: 6rem;
}
.stamp img {
    width: 400px;
}
.mob img {
    max-width: 600px;
}
.downloadBox {
    max-width: 500px;
    min-height: 400px;
    background: rgb(228,1,169);
    background: linear-gradient(90deg, rgba(228,1,169,1) 0%, rgba(197,10,148,1) 29%, rgba(169,18,129,1) 85%);
    border-radius: 30px;
    margin: 6rem 0 0 10rem;
    padding: 2rem;
    float: left;
}
.downloadBox h3 {
    font-size: 27px;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}
.downloadBox h2 {
    font-size: 54px;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 70%;
    line-height: 60px;
    margin-top: 0;
}
.downloadBox h5 {
    font-size: 30px;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    margin: 0;
    font-weight: 400;
}
.downloadBox p {
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    margin-top: 3rem;
}
.other-say{
  background: #fff1f9;
  padding: 5rem 0;
  position: relative;
}
.heading-text{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 45px;
  color: #ab1486;
}
.paragraph-text{
  font-size: 15px;
  color: #000;

}
img.measge-img {
    width: 130px;
    margin-top: 2rem;
}
.testimonial-slide {
    position: absolute;
    top: 5rem;
    right: 0;
}
.testimonial-box {
    background: #fff;
    width: 300px;
    box-shadow: 4px 10px 18px #ececef;
    border-radius: 5px;
    margin-right: 20px;
    padding: 20px;
    display: inline-block;
    min-height: 225px;
    vertical-align: top;
    margin-top: 30px;
}
.testimonial-box-heading{
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.testimonial-box p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
img.testimonial-star {
    width: 65px;
    margin-top: 10px;
}

.get-social {
    font-size: 45px;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
}
.get-social span{
    font-size: 15px;
    color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-right: 2rem;
        margin-left: 1rem;
}
.social-icons a {
    margin-left: 13px;
}
.button-holder {
    text-align: center;
}
.load-more {
    background: #000;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 5rem;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700;
}
.follow-us{
  background: #fff;
  border-radius: 30px;
    height: 45px;
    line-height: 45px;
  text-align: center;
  color: #4d0076;
      display: inline-block;
    padding: 0 5rem;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 700;
}
.our-branches {
    padding: 12rem 0 0;
}
.section-left{
  width: 70%;
}
.section-right{
  width: 30%;
}

.our-branches .col-md-4{
  padding: 2rem;
}
.storeHead {
    font-size: 28px;
    color: #ab1486;
    line-height: 34px;
        font-family: 'Bebas Neue', sans-serif;
}
.storeAdd {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
}
.oppertunity {
    border-radius: 5px 5px 0 0;
    background: #ab1486;
    color: #fff;
    padding: 2rem 10rem;
    text-align: center;
    max-width: 1000px;
    margin: 3rem auto 0;
}
.oppertunityHead {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
footer {
    background: #000;
    min-height: 300px;
    padding: 1rem 0 3rem;
}
.footer-btn {
    background: #ab1486;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
    min-width: 170px;
}
.footerText {
    color: #fff;
    max-width: 45%;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 13px;
    line-height: 20px;
}
.footer-logo {
    text-align: center;
    /*margin: 2rem 0 0;*/
}
.footer-logo img{
  max-width: 200px;
}
.footer-bottom {
    color: #939393;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #464444;
    max-width: 70%;
    margin: 1rem auto 0;
    padding-top: 1rem;
}
.app-btn {
    margin-top: 1rem;
    margin-right: 0.5rem;
}
.app-btn img{
      width: 135px;
    height: 42px;
}
.load-more span, .follow-us span{
  margin-right: 7px;
}
img.gallery-logo {
    position: absolute;
    width: 200px;
    bottom: 76px;
    left: 0;
    z-index: 1;
}
.story-star {
    position: absolute;
    max-width: 300px;
    right: -22px;
    top: 3rem;
}
.otherSay-star {
    position: absolute;
    max-width: 200px;
    left: 0;
    top: 279px;
}
.footer-btn:hover{
  background: #ab14869e;
}
span.btn-order:hover {
    background: #f3ededba;
}

a.load-more:hover {
    background: #421e39;
}

a.follow-us:hover {
    background: #edededdb;
}
img.forMob {
    display: none;
}
.slider-dot {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
}
.insta-feed{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.insta-box {
    width: 32%;
    height: 195px;
    border: 1px solid #7b7a7a;
    margin-bottom: 1rem;
}
.insta-box img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*==========Carousel==============*/
* {box-sizing: border-box}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ded8d0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*inner pages start*/
.navbar__menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 70px;
    height: 100px;
    line-height: 100px;
}
.submenu-wrap{
    position: relative;
    height: 80px;
    line-height: 86px;
}
.submenu {
    position: absolute;
    left: 0;
    top: 100px;
    max-width: 300px;
    background: #fff;
    padding: 0;
    text-decoration: none;
    width: 160px;
    padding: 0.5rem 1rem;
    display: none;
    box-shadow: 0 0 30px #5f585829;
}
li.submenu-wrap>a {
    font-size: 12px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
}
.submenu a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    margin: 1rem 0;
    line-height:20px;
}
.submenu a:hover{
    color: #f31ebb;
}
.submenu-wrap:hover .submenu{
    display: block;
}
section.approach-block {
    position: relative;
    border-top: 100px solid #000;
    padding: 100px 0;

}
.rightImage-Section {
    position: absolute;
    max-width: 500px;
    right: 0;
    top: 0;
}
.rightImage-Section img{
    max-width: 100%;
}
.star-rightInterior{
    position: absolute;
    top: 11rem;
    right: 0;
}
.leftImage-Section {
    position: absolute;
    max-width: 500px;
    left: 0;
    top: -3.5rem;
}
.leftImage-Section img{
    max-width: 100%;
}
.pink-block{
    background: #fff0f9;
    padding: 50px 200px 40px;
    position: relative;
}
.pink-blockRound {
    background: #fff0f9;
    padding: 50px 200px 40px;
    position: relative;
    background: #fff0f9 url(../images/roundPinkBg.png);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.pink-block ul {
    padding: 0 5rem;
    list-style: none;
    margin-top: 3rem;
}
.pink-block ul li {
    font-size: 15px;
    margin: 1.3rem 0;
}
section.pink-block p {
    max-width: 82%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
}
section.approach-block.approach-bottom{
    border: 0;
    z-index: 1;
    padding: 40px 0;
}
.support-text {
    font-size: 42px;
    line-height: 54px;
    font-family: 'Bebas Neue', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 300;
}
.finances-text li{
    margin: 1.5rem 0;
    display: flex;
    position: relative;
}
ul.finances-text {
    margin: 2rem 0;
}
/*.finances-text.step-listing{
    list-style: none;
}*/
.finances-text.step-listing p{
    margin-top: 0;
    margin-bottom: 0;
}
.ourForm {
    max-width: 600px;
    background: #fff;
    margin: 3rem auto;
    box-shadow: 0 0 20px #f4d7ea;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.ourForm input {
    border: 0;
    border-bottom: 1px solid #dddde0;
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #7f7f7f;
}
.download-prospectus {
    background: #a82682;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: 0;
    padding: 0 36px;
    cursor: pointer;
    margin: 3rem 0.5rem 1rem;
    font-size: 16px;
    min-width: 250px;
    text-decoration: none;
}
.download-prospectus:hover{
    background: #c4339a;
}
.ourForm input:focus, .ourForm textarea:focus {
  outline-style: none;
  box-shadow: none;
  border-bottom: 1px solid #dddde0;
}
.pink-round{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 500px;
}
.pink-round img{
    max-width: 100%;
}
.default-Subheading {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
}
.star-leftInterior {
    position: absolute;
    top: 31rem;
    left: 0;
    max-width: 30%;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input__label {
    /*cursor: pointer;*/
    display: block;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: 600; */
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #fff;
    box-shadow: none;
    border: 1px dashed #d7d7d7;
}
.file-input__label img {
    height: 40px;
    margin-right: 0;
    margin-top: 5px;
}
.file-input p{
    color: #7f7f7f;
    padding: 0;
    margin: 7px 0 7px;
}
.contact-block {
    position: relative;
    border-top: 100px solid #000;
    padding:0 0 40px;
    position: relative;
    background: #fff0f9 url(../images/contact-bg.jpg);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
textarea{
    border: 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    border-bottom:1px solid #dddde0;
    resize: none;
    margin-top: 15px;
}
.left-top{
    max-width: 600px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-heading {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 50px;
    margin-top: 60px;
}
.contact-Subheading {
    width: 49%;
    color: #fff;
    margin: 2rem 0;
    font-size: 16px;
    line-height: 22px;
}
.contact-block .social-icons {
    margin: 130px 0 0 -20px;
}
.send-message {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    text-align: left;
    font-weight: 400;
    margin-bottom: 2rem;
}
a.dot.active {
    background-color: #fff;
}
ul.finance-list li:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
.footerCholo a {
    text-decoration: none;
    color: #939393;
}
.footerCholo {
    color: #939393;
    text-align: center;
    font-size: 13px;
    max-width: 70%;
    margin: 0 auto 0;
    padding-top: 1rem;
}
.shop-contact {
    /* font-family: 'Bebas Neue', sans-serif; */
    margin-top: 0.5rem;
    display: block;
    
}
.shopAll {
    letter-spacing: 0;
    font-size: 15px;
    color: #a82682;
    font-weight: bold;
    text-align: left;
    width: 90px;
    float: left;
}
.directOrder {
    color: #a82682;
    margin: 1.5rem 0 0;
    font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.ShopContact {
    font-size: 14px;
}
.phoneDes {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    color: #a92682;
    font-weight: 500;
}
/*open popup*/
.modalDialogPopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  background: #000000bf;
}
.modalDialogPopup:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialogPopup > div {
    max-width: 500px;
    position: relative;
    margin:10% auto;
    border-radius: 10px;
    background: #fff;
    background: transparent;
}
.closePopup{
  background: #606061;
  color: #FFFFFF;
  line-height: 35px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 35px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.closePopup:hover {
  background: #000;
}
.modalDialogPopup .downloadBox{
    margin: 0;
        border-radius: 10px;
}





