@font-face {
  font-family: QRegular;
  src: url(QRegular.ttf);
}

a {
  text-decoration: none !important;
  outline: none !important;
}

body {
  font-family: QRegular;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.primaryTxtColor {
  color: #FF5607;
}

.homeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

.logoHolder {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media (max-width: 991px) {
  .homeContainer {
    height: 90vh;
  }
  .logoHolder {
    top: 20px;
    left: 25px;
  }
}

.phoneContainer {
  width: 300px;
  position: relative;
  height: 533px;
}

.phoneContainer video {
  -webkit-box-shadow: 0px 0px 39px -20px #000;
          box-shadow: 0px 0px 39px -20px #000;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contentCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layer1 {
  width: 450px;
  height: auto;
}

.layer2 {
  width: 550px;
  height: auto;
}

.reflectCirclesLayer1 {
  height: 120px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 12px -7px #FF5607;
          box-shadow: 0px 0px 12px -7px #FF5607;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 10px;
  left: 121px;
}

.reflectCirclesLayer2 {
  height: 120px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 12px -7px #FF5607;
          box-shadow: 0px 0px 12px -7px #FF5607;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 20px;
  right: 120px;
}

@media (max-width: 575px) {
  .layer2,
  .layer1 {
    width: 220px;
  }
  .reflectCirclesLayer1,
  .reflectCirclesLayer2 {
    height: 70px;
    width: 70px;
  }
  .reflectCirclesLayer2 {
    right: 20px;
  }
  .reflectCirclesLayer1 {
    left: 80px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .layer2,
  .layer1 {
    width: 350px;
  }
  .reflectCirclesLayer1,
  .reflectCirclesLayer2 {
    height: 90px;
    width: 90px;
  }
  .reflectCirclesLayer2 {
    right: 30px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .layer2,
  .layer1 {
    width: 400px;
  }
  .reflectCirclesLayer1,
  .reflectCirclesLayer2 {
    height: 90px;
    width: 90px;
  }
  .reflectCirclesLayer2 {
    right: 30px;
  }
}

@media (max-height: 390px) {
  .layer1Holder,
  .layer2Holder {
    display: none;
  }
}

.layer1Holder {
  position: absolute;
  bottom: 0;
  z-index: -2;
}

.layer2Holder {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -2;
}

.radius30 {
  border-radius: 30px;
}

.heading1 {
  font-size: 45px;
  text-align: center;
  line-height: 45px;
  background: -webkit-linear-gradient(#FF5607, #FFCFB9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading2 {
  font-size: 20px;
  text-align: center;
  background: -webkit-linear-gradient(#FF5607, #FFCFB9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.appButtons {
  background-image: linear-gradient(10deg, #FF5607, #FFCFB9);
  -webkit-box-shadow: 0px 0px 13px -4px #FF5607;
  box-shadow: 0px 0px 13px -4px #FF5607;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
}

.appButtons .fa {
  font-size: 40px;
  text-shadow: 0px 0px 13px -4px #FF5607;
}

.appButtons span {
  max-width: 0;
  -webkit-transition: max-width 0.6s;
  transition: max-width 0.6s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}

.appButtons:hover span {
  max-width: 7rem;
}

@media (max-width: 991px) {
  .appButtons span {
    max-width: 7rem;
  }
  .appButtons {
    width: 220px;
  }
}

@media (min-width: 1600px) {
  .containerFluider {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .layer1 {
    width: 550px;
  }
  .layer2 {
    width: 850px;
  }
  .heading1 {
    font-size: 60px;
  }
  .heading2 {
    font-size: 35px;
  }
  .appButtons {
    width: 220px;
  }
  .phoneContainer video {
    height: 613px;
  }
  .phoneContainer {
    height: 650px;
    width: 350px;
  }
  .mr-13 {
    margin-right: 13rem !important;
  }
}

/*button Anime*/
.bubbly-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, transparent 20%, #FF5607 20%, transparent 30%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF5607 15%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF5607 15%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%), radial-gradient(circle, #FF5607 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/*button Anime*/
/*Help Page*/
.whiteBg {
  background: #fff;
}

.helpTabs .nav-tabs {
  border: none !important;
  font-size: 20px;
  border-color: none !important;
}

.helpTabs .nav-tabs .nav-link {
  border: none !important;
  color: #FF5607;
  margin: 10px;
  border-radius: 30px;
  padding: 0px 10px;
  border-color: none !important;
}

.helpTabs .nav-tabs .nav-item.show .nav-link,
.helpTabs .nav-tabs .nav-link.active {
  background: #e3defb;
}

.indexNavs .nav-tabs .nav-link.active {
  background: #fff;
}

.helpTabs li a {
  background: #e3defb;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e3defb), color-stop(50%, #fff));
  background: linear-gradient(to right, #e3defb 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.helpTabs li a:hover {
  background-position: left bottom;
}

.relPos {
  position: relative;
}

.upLabel {
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
  color: #FF5607;
}

.upInputs input,
.upInputs textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #FF5607;
  width: 100%;
  outline: none !important;
}

.upInputs input:focus ~ .upLabel,
.upInputs input:valid ~ .upLabel {
  top: -25px;
  border: none;
}

.upInputs textarea:focus ~ .upLabel,
.upInputs textarea:valid ~ .upLabel {
  top: -25px;
  border: none;
}

.helpContents {
  min-height: 480px;
  -webkit-box-shadow: 0px 0px 38px -23px #FF5607;
          box-shadow: 0px 0px 38px -23px #FF5607;
  padding: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .helpContents {
    padding: 25px;
  }
}

.helpHeadings {
  color: #FF5607;
  font-size: 24px;
}

.sendBtn {
  border: none;
  background-image: linear-gradient(10deg, #FF5607, #FFCFB9);
  padding: 6px 60px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

.overflowNull {
  overflow: hidden;
}

.helpCircles {
  background-image: linear-gradient(10deg, #FF5607, #FFCFB9);
  -webkit-box-shadow: 0px 0px 13px -4px #FF5607;
  box-shadow: 0px 0px 13px -4px #FF5607;
  position: absolute;
  bottom: 0;
  right: -25px;
  height: 60px;
  width: 120px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-animation: neon6 1s ease-in-out infinite alternate;
  animation: neon6 1s ease-in-out infinite alternate;
}

.helpCircles:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.helpCircles a {
  color: #fff !important;
}

@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 2px #fff, 0 0 20px #ff00de, 0 0 24px #ff00de;
  }
  to {
    text-shadow: 0 0 0px #fff, 0 0 8px #ff00de, 0 0 10px #ff00de;
  }
}

@keyframes neon6 {
  from {
    text-shadow: 0 0 2px #fff, 0 0 20px #ff00de, 0 0 24px #ff00de;
  }
  to {
    text-shadow: 0 0 0px #fff, 0 0 8px #ff00de, 0 0 10px #ff00de;
  }
}

.lgSocial {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.lgSocial img {
  cursor: pointer;
}

.logoHolde {
  margin-top: 40px;
  margin-left: 25px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .logoHolde {
    margin-left: 0px;
  }
}

.xsSocial {
  margin: 20px 25px;
}

.xsSocial img {
  cursor: pointer;
}

.helpLogoAdjuster {
  height: 100vh;
}

@media (max-width: 991px) {
  .helpLogoAdjuster {
    height: auto;
    margin-top: -32px;
    margin-left: 10px;
  }
}

.fixedPos {
  position: fixed !important;
}

.dropdown-toggle {
  background: none !important;
  border: none !important;
  color: #FF5607;
  outline: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #FF5607;
}

.lotties {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 40px;
  right: 14px;
}

.intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------------------------*\
    Balloons
\*------------------------------------*/
.balloon {
  position: absolute;
  bottom: -5%;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 575px) {
  .balloon {
    width: 30px;
    height: 30px;
  }
}

/* crap attempt at balloon neck */
/*------------------------------------*\
        Infinite Ballons
\*------------------------------------*/
.balloon:nth-child(1) {
  bottom: -10%;
  left: 5%;
  -webkit-animation: balloon 9s 0s infinite ease-in;
  animation: balloon 9s 0s infinite ease-in;
}

@-webkit-keyframes balloon {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(8deg);
  }
  20% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-12deg);
  }
  75% {
    -webkit-transform: translateX(-2px) rotate(10deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: rotate(-8deg);
  }
}

@keyframes balloon {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(8deg);
  }
  20% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-12deg);
  }
  75% {
    -webkit-transform: translateX(-2px) rotate(10deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: rotate(-8deg);
  }
}

.balloon:nth-child(2) {
  bottom: -10%;
  left: 20%;
  -webkit-animation: balloon2 9s 2s infinite ease-in;
  animation: balloon2 9s 2s infinite ease-in;
}

@-webkit-keyframes balloon2 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(10deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(-8deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(8deg);
  }
}

@keyframes balloon2 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(10deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(-8deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(8deg);
  }
}

.balloon:nth-child(3) {
  bottom: -10%;
  left: 60%;
  -webkit-animation: balloon3 9s 8s infinite ease-in;
  animation: balloon3 9s 8s infinite ease-in;
}

@-webkit-keyframes balloon3 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(-4px) rotate(4deg);
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-8deg);
  }
  75% {
    -webkit-transform: translateX(-10px) rotate(10deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
}

@keyframes balloon3 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(-4px) rotate(4deg);
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-8deg);
  }
  75% {
    -webkit-transform: translateX(-10px) rotate(10deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(0deg);
  }
}

.balloon:nth-child(4) {
  bottom: -10%;
  left: 45%;
  -webkit-animation: balloon4 9s 6s infinite ease-in;
  animation: balloon4 9s 6s infinite ease-in;
}

@-webkit-keyframes balloon4 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(-4deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(10deg);
  }
  85% {
    -webkit-transform: translateX(10px) rotate(-8deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(0);
  }
}

@keyframes balloon4 {
  0% {
    bottom: -10%;
    -webkit-transform: translateX(0) rotate(-4deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(10deg);
  }
  85% {
    -webkit-transform: translateX(10px) rotate(-8deg);
  }
  100% {
    bottom: 110%;
    -webkit-transform: translateX(0) rotate(0);
  }
}

.balloon:nth-child(5) {
  bottom: -10%;
  left: 93%;
  -webkit-animation: balloon4 9s 8s infinite ease-in;
  animation: balloon4 9s 8s infinite ease-in;
}

/*2nd set*/
.balloon:nth-child(6) {
  bottom: -25%;
  right: 0%;
  -webkit-animation: balloon 9s 0s infinite ease-in;
  animation: balloon 9s 0s infinite ease-in;
}

.balloon:nth-child(7) {
  bottom: -10%;
  right: 46%;
  -webkit-animation: balloon2 9s 2s infinite ease-in;
  animation: balloon2 9s 2s infinite ease-in;
}

.balloon:nth-child(8) {
  bottom: -10%;
  right: 60%;
  -webkit-animation: balloon3 9s 4s infinite ease-in;
  animation: balloon3 9s 4s infinite ease-in;
}

.randomFloat {
  height: 30px;
  width: 30px;
}

.newLottie {
  height: 100px;
  width: 100px;
}

/*Loader*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #FF5607;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FF5607 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*Loader*/
.loader {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

/*
.notch {
    position: absolute;
    height: 20px;
    width: 75px;
    background: #000;
    left: 50%;
    transform: translate(-50%);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}*/
/*# sourceMappingURL=style.css.map */