html {
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
}
#thankyou svg {
  width: 35% !important;
}
#notFound svg {
  width: 50% !important;
}
.grecaptcha-badge {
  display: none !important;
}
.package-slider .price-box {
  margin-bottom: 10px;
}
p.paraa {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #999191;
  line-height: 20px;
}
.black_friday {
  width: 290px;
  height: 100px;
  color: #fff;
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 1px 2px #950c08, 0 0 1px 2px #950c08 inset;
  filter: drop-shadow(0 0 5px #fc0505);
  z-index: 9;
  cursor: pointer;
  animation: 1s linear infinite bf-animate;
}
.black_friday .black_friday_top {
  width: 187px;
  height: 34px;
  background: 0 0;
  color: #fff;
  border: 2px solid #fcffeb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 1px 2px #950c08, 0 0 1px 2px #950c08 inset;
  filter: drop-shadow(0 0 5px #003870);
  margin-bottom: 5px;
  animation: 1s linear infinite bf-animate-2;
}
.black_friday .black_friday_top p {
  font-size: 20px !important;
  margin-bottom: 0;
  color: #fff;
  font-family: Yantramanav, sans-serif;
  padding: 0;
}
.black_friday h2 {
  font-size: 23px !important;
  -webkit-text-stroke: 1.5px #950c08;
  text-shadow: 1px 2px 15px #fc0505;
  filter: drop-shadow(0 0 25px #fc0505);
  font-weight: 500;
  margin: 6px 0 0;
  color: #fff;
  font-family: Yantramanav, sans-serif;
}
.black_friday h2 span {
  padding-left: 5px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 1px 2px 15px #fff;
  filter: drop-shadow(0 0 25px #003870);
  color: #fff;
  font-family: Yantramanav, sans-serif;
}
@keyframes bf-animate {
  0%,
  100% {
    filter: drop-shadow(0 0 5px #fc0505);
    transform: translateY(-5px);
  }
  50% {
    filter: drop-shadow(0 0 5px #003870);
    box-shadow: 0 0 1px 2px #643c05, 0 0 1px 2px #ab6c17 inset;
    border-color: #be6e02;
    transform: translateY(0);
  }
  80% {
    filter: drop-shadow(0 0 5px #003870);
    box-shadow: 0 0 1px 2px #ece10a, 0 0 1px 2px #d2ec25 inset;
    border-color: #dac609;
  }
}
@keyframes bf-animate-2 {
  0%,
  100% {
    filter: drop-shadow(0 0 5px #fc0505);
  }
  50% {
    filter: drop-shadow(0 0 5px #003870);
    box-shadow: 0 0 1px 2px #e8ff26, 0 0 1px 2px #f8ff09 inset;
    border-color: #000;
    transform: translateX(0);
  }
  80% {
    filter: drop-shadow(0 0 5px #003870);
    box-shadow: 0 0 1px 2px #e9ff30, 0 0 1px 2px #c3ff2f inset;
    border-color: #000;
  }
}
img.popleft {
  max-width: 524px;
  position: absolute;
  top: 0;
  left: -130px;
  z-index: 0;
  animation: shake 15s linear infinite;
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}
.logo-bar {
  position: relative;
  padding: 15px 0;
}
.top-phone {
  display: flex;
  align-items: center;
}
.top-phone i {
  margin-right: 7px;
  color: #950c08;
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
  position: relative;
  top: 2px;
}
.top-phone a {
  display: block;
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
.requestButton a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #950c08;
  border-radius: 6px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  margin: 0 30px;
}
.requestButton a:hover {
  background-color: #fff;
}
.chatButton a {
  display: inline-block;
  padding: 12px 25px;
  border: #950c08 solid 1px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #950c08;
  font-family: "Oswald", sans-serif;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.chatButton a:hover {
  background-color: #fff;
  color: #202020;
}
.chatButton a i {
  margin-right: 10px;
}
.top-menu {
  display: flex;
}
.top-menu li a {
  font-size: 15px;
  color: #7f7f7f;
  margin: 0 20px;
  text-decoration: none;
  text-transform: capitalize;
}
.top-menu li a:hover {
  border-bottom: 1px solid #777;
}
.top-menu li a.active {
  border-bottom: 1px solid #777777 !important;
}
.navbar {
  background-color: #ffca2a;
  padding: 0 !important;
  box-shadow: 0 3px 5px 0 #505050;
  position: relative;
  z-index: 1;
}
.navbar-toggler:focus {
  border: 0;
  background: 0;
  box-shadow: none !important;
}
.navbar .nav-link {
  color: #231d1a;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  padding: 15px 1.5rem !important;
}
.navbar .nav-item:active a {
  background-color: #3682ea;
  color: #fff;
}
.navbar .nav-link.active a {
  background-color: #3682ea;
  color: #fff;
}
.menu li.active a {
  background: #2794c7;
  color: #fff;
}
.menu ul li a:hover,
.menu ul li a.active,
.menu ul li a.active:hover {
  background-color: #3682ea !important;
  color: #fff;
}
.navbar .nav-link:focus {
  background-color: #3682ea;
  color: #fff;
}
.navbar .nav-link:hover {
  background-color: #3682ea;
  color: #fff;
  padding: 14px 1.6rem;
}
.active-link {
  background-color: #3682ea;
  color: #fff;
  padding: 14px 1.6rem;
}
.ctn-menu .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 25px;
  top: -50px;
}
.ctn-menu .navbar-toggler-icon i {
  font-family: "FontAwesome";
  color: #000;
}
::selection {
  background: #eaeaea;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #eaeaea;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #950c08;
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 0 15px;
}
.slick-dots li {
  margin: 0 10px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 26px;
  border-radius: 16px;
  padding: 0;
  background: #d9d5cb;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #ffca2a;
}
.choose-box {
  border-radius: 8px;
  background-color: rgb(0 0 0 / 42%);
  padding: 20px;
  box-shadow: 0 1px 14px 0 #012335;
  border: 2px solid #012237;
  background: #fff0;
}
.why-choose {
  padding: 50px 0;
}
.choose-box:hover {
  background: #012335;
  transition: all 0.5s ease-in-out;
}
.choose-box:hover h4 {
  color: #fff;
}
.choose-box:hover p {
  color: #fff;
}
.choose-box:hover img {
  filter: invert(265);
}
.choose-box h4 {
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.choose-box p {
  line-height: 1.2vw;
  font-size: 14px;
  height: 213px;
  overflow: auto;
}
.inner-banner {
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 100px 0 50px 0;
}
span.phone-tel-img {
  display: none;
}
header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #202020;
}
section.top-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
}
.head-btn-num {
  text-align: right;
}
.head-btn-num a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.head-btn-num a i {
  color: #101a55;
  margin-right: 5px;
}
.head-btn-num a:last-child {
  margin-left: 20px;
  text-transform: capitalize;
  font-weight: 700;
}
.head-add a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  position: relative;
  padding: 15px 0;
}
.main-menu li a {
  color: #231d1a;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 20px;
}
.main-menu li a:hover {
  background-color: #3682ea;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
}
.main-menu li.active a {
  background-color: #04aa6d !important;
  color: #fff;
}
.navbar li.active > a {
  background-color: #333;
  color: #fff;
}
.active-menu {
  background-color: #fff !important;
}
.active-22 {
  background-color: aqua;
}
.header-btn a {
  border-radius: 5px;
  background-color: #101a55;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
}
.main-header {
  position: relative;
}
.inner-head {
  text-align: center;
}
.inner-head span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-head h5 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  padding: 30px 0 35px 0;
}
.inner-head h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding: 30px 0 35px 0;
  line-height: 75px;
}
.inner-head p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.inner-banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
  margin: 15px 0;
}
.inner-banner-cta li:nth-child(1) a {
  border-radius: 5px;
  background-color: #101a55;
  padding: 15px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.inner-banner-cta li:nth-child(2) a {
  border-radius: 5px;
  background-color: #bf1323;
  padding: 15px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.banner-form {
  background: #fff;
  padding: 25px 35px;
  border-radius: 8px;
}
.fld-input input {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 5px;
  width: 100%;
  height: 43px;
  padding: 0 10px 0 35px;
  font-size: 14px;
}
.fld-input {
  position: relative;
}
.fld-input i {
  position: absolute;
  top: 13px;
  color: #cacaca;
  left: 16px;
}
.banner-form button {
  border-radius: 5px;
  background-color: #101a55;
  padding: 13px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.inner-banner-cta li:nth-child(1) a i {
  color: #fff;
}
.inner-banner-cta li:nth-child(2) a i {
  padding: 0 0 0 10px;
}
span.phone-tel-img {
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner .container {
  position: relative;
}
.ghostwriter-new-sec {
  padding: 70px 0;
}
.ghostwriter-new-sec h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #333;
}
.ghostwriter-new-sec h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #333;
}
.ghostwriter-new-sec p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: left;
  padding: 15px 0;
}
.testi-sec h5 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  padding: 0 0 30px 0;
  text-align: center;
}
.testi-sec h6 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.testi-sec h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0 30px 0;
  text-align: center;
}
.testi-sec {
  padding: 70px 0;
}
.testi-details {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 55px 35px;
  background: #f0f0f0;
}
.testi-sec .slick-slide img {
  margin: auto;
}
.testi-details p {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 20px 0;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.testi-details span {
  display: none;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.testi-details strong {
  font-size: 16px;
  font-weight: 700;
}
.star-img {
  padding: 20px 0;
  display: block;
  margin: auto;
}
.testi-sec .slick-dots li.slick-active button {
  width: 41px;
  height: 4px;
  background: #101a55;
  border: 0;
  padding: 0;
}
.testi-sec .slick-dots li button {
  width: 50px;
  height: 4px;
  background: #e8e8e8;
  font-size: 0;
  border: 0 !important;
  border-radius: 0 !important;
}
.footer-sec {
  background-color: #202020;
  padding: 20px 0;
  position: relative;
}
ul.ftr-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 30px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #fff;
}
ul.ftr-social li span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
ul.ftr-social li a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0 0 0;
}
.social-icons a {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 17px !important;
}
.social-icons {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.ftr-head-1 span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.ftr-head-1 span::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 46px;
  height: 1px;
  bottom: 0;
}
.ftr-head-1 p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.footer-tel-btn {
  border-radius: 5px;
  background-color: #101a55;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer-tel-btn img {
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.ftr-links li a {
  font-size: 16px;
  color: #fff;
  padding: 0 0 15px 0;
}
.ftr-social-links a i {
  color: #101a55 !important;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 20px !important;
  justify-content: center;
  padding: 0 !important;
}
.ftr-social-links i {
  color: #5ac175 !important;
  width: 20px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  font-size: 18px !important;
  justify-content: center;
  padding: 0;
  margin-right: 5px;
}
.ftr-social-links li {
  display: inline-block;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 10px 0;
}
.ftr-social-links li a {
  color: #fff;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 20px;
  text-decoration: none;
}
.ftr-links li a {
  font-size: 16px;
  color: #8e8f8f;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.copy-para {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.copyright p {
  color: #fff;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 7px;
  text-align: right;
}
.copyright p a {
  color: #950c08;
  text-decoration: none;
}
.copy-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.copy-list li {
  display: flex;
  margin: 0 6px;
  color: #fff;
}
.copy-list li a {
  color: #fff;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  text-decoration: none;
}
.home-cta {
  margin: 20px 0 0 0;
}
.story-box {
  border-width: 3px;
  border-color: rgb(37 160 140 / 32%);
  border-style: solid;
  border-radius: 15px;
  background-color: #fff0;
  padding: 70px 17px 30px;
  text-align: center;
  position: relative;
}
section.folio-sec .news-head h4 {
  text-align: center;
}
section.folio-sec .news-head h2 {
  text-align: center;
}
.folio-book a,
.folio-book img {
  width: 100%;
}
.folio-book img {
  width: 80%;
  margin: 0 auto;
  display: table;
}
.accomp-box img {
  height: 250px;
}
.accomp-box {
  text-align: center;
}
.accomp-box h6 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding: 20px 0;
}
.accomp-box p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
section.accomp-sec .news-head-2 h4 {
  text-align: center;
}
section.accomp-sec .news-head-2 p {
  text-align: center !important;
  padding-bottom: 60px;
}
.story-box-1::before {
  background: url(../images/process-arrow-1.html);
  position: absolute;
  content: "";
  width: 125px;
  height: 35px;
  top: -60px;
  right: -80px;
}
.story-box-2::before {
  background: url(../images/process-arrow-2.html);
  position: absolute;
  content: "";
  width: 125px;
  height: 35px;
  top: -60px;
  right: -80px;
}
.story-box-3::before {
  background: url(../images/process-arrow-3.html);
  position: absolute;
  content: "";
  width: 125px;
  height: 35px;
  top: -60px;
  right: -80px;
}
.story-box-circle {
  border-width: 7px;
  border-color: #25a08c;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
  width: 97px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -40px;
  margin: auto;
  left: 0;
}
.story-box-circle span {
  color: #101a55;
  font-size: 48px;
  font-weight: 700;
}
.story-box h5 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.news-head-2 strong {
  color: #101a55;
}
section.story-sec .news-head p {
  text-align: center !important;
  padding-bottom: 110px;
  padding-top: 30px;
}
section.story-sec {
  padding: 70px 0;
}
.story-box p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  padding: 20px 0 0 0;
  height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hire-sec {
  background: #f3f3f3;
  padding: 60px 0;
}
.home-about-head .inner-banner-cta {
  justify-content: start;
  margin: 0;
}
.home-about-img img {
  width: 100%;
  width: 973em;
  height: 33em;
  object-fit: cover;
  position: relative;
  top: 3px;
}
.home-about-head {
  padding: 4em 15em 4em 2em;
}
.home-about-head-2 {
  padding: 4em 2em 4em 15em;
}
.home-about-head h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.home-about-head h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.home-about-head p {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  padding: 30px 0;
}
.home-ghost-sec .container-fluid {
  padding: 0;
}
.home-ghost-sec .home-ghost-head h3 {
  padding-bottom: 70px;
}
.home-ghost-sec .home-ghost-head h2 {
  padding-bottom: 70px;
}
.home-ghost-box-inner p {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  padding: 25px 20px 0;
  height: 145px;
  overflow-x: hidden;
  overflow-y: auto;
}
.green-btn {
  border-radius: 5px;
  background-color: #101a55;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.green-btn:hover {
  background: #e18e25;
  color: #fff;
}
.home-ghost-head p {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.home-about {
  padding: 80px 0 0;
}
.home-banner .inner-head {
  text-align: left;
}
.home-img img {
  margin: 0 auto;
  display: table;
  width: 68%;
}
.home-cta {
  margin: 0 0 0 0;
}
.home-banner {
  min-height: 650px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 190px;
}
.banner-rightImgg {
  position: absolute;
  right: 100px;
  top: 100px;
  bottom: 100px;
  max-width: 40%;
  z-index: 1;
}
.home-banner h5 {
  font-size: calc(20px + (31 - 20) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0;
  color: #fefefe;
  margin-bottom: 0;
  font-weight: 400;
}
.home-banner.sty2 h1 {
  color: #001a57;
}
.home-banner.sty2 p {
  color: #322e2e;
}
.home-banner.sty2 .yellow-btn {
  background-color: #001a57;
  color: #fff !important;
}
.home-banner.sty2 .yellow-btn:hover {
  background-color: #000;
}
.home-banner.sty2 .yellow-btn i {
  color: #001a57;
}
.home-banner.sty2 .bdr-btn {
  border-color: #001a57;
  color: #001a57 !important;
}
.home-banner.sty2 .banner-rightImgg {
  top: 45px;
}
.home-banner.sty3 .banner-rightImgg {
  top: 45px;
}
.home-banner p {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 22px;
}
.home-banner .bdr-btn {
  color: #fff !important;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 15px;
  cursor: pointer;
  font-weight: 500;
}
.home-banner .bdr-btn i {
  background-color: #fff;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-left: 30px;
  line-height: 1.3;
  color: #000;
}
.home-banner .bdr-btn:hover {
  color: #000 !important;
}
.home-banner .bdr-btn:hover i {
  color: #fff !important;
  background-color: #000;
}
.home-banner .yellow-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.home-banner label {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.home-banner label img {
  max-height: 20px;
}
.bbottom-tag {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  background-color: rgb(0 92 117 / 0.85);
}
.frm-btm-line {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.frm-btm-line2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.bfe-line {
  display: flex;
  justify-content: space-around;
}
.frm-btm-line3 {
  border-top: 2px solid #ccc;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #313341;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-form {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  position: relative;
}
.top-form .form-group {
  position: relative;
}
.top-form .form-group i {
  position: absolute;
  left: 10px;
  top: 16px;
  font-family: "FontAwesome";
  color: #313341;
  z-index: 9;
  font-size: 15px;
}
.top-form .form-top-box {
  padding: 15px 18px;
  border: 0;
  position: relative;
  border-radius: 12px;
  background-color: #950c08;
}
.top-form .form-top-box .imgBox {
  position: absolute;
  right: 9px;
  top: 30px;
  width: 36%;
  pointer-events: none;
}
.top-form .form-top-box .imgBox img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
.top-form .form-top-box h3 {
  font-size: calc(20px + (45 - 20) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0;
  color: #202020;
  font-weight: 700;
  position: relative;
  z-index: 5;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.top-form .form-top-box h5 {
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0;
  color: #202020;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.top-form .yellow-btn {
  margin: 10px;
}
.top-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  height: 60px;
  padding-left: 35px;
  position: relative;
}
.top-form .top-phone a {
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
}
.bbottom-tag {
  background-color: rgb(0 0 0 / 0.85);
  background-blend-mode: multiply;
}
.top-form input {
  height: 40px;
  border: 1px solid #0000005e;
  padding: 0 12px;
  width: 100%;
  border-radius: 10px;
}
.top-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  height: 80px;
  padding: 10px;
  position: relative;
  padding-left: 35px;
}
.mczell-sec {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mczell-sec p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: #4a4d4b;
  text-align: left;
  font-weight: 400;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  line-height: 19px;
  font-family: "Jost" !important;
}
.award-sec {
  position: relative;
  padding: 30px 0;
}
.awad-box {
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}
.awad-box .awad-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60px;
}
.awad-box:hover .awad-icon img {
  filter: grayscale(0);
}
.awad-box .awad-icon img {
  max-width: 60px;
  max-height: 60px;
  filter: grayscale(1);
}
.awad-box .awad-text {
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #626060;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.bg-light {
  background-color: #ebf2fd !important;
}
.light-sec {
  padding: 60px 0;
}
.light-sec h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
}
.light-sec h6 {
  color: #373737;
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.light-sec h2 {
  color: #1f7d38;
  font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: capitalize;
}
.light-sec h2 span {
  color: #373737;
}
.light-sec p {
  color: #777;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 25px;
}
.light-sec-black {
  background-color: #ebf2fd;
  padding: 100px 0 40px 0;
}
.light-sec-black h2 {
  color: #141c18;
  font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.light-sec-black p {
  color: #777;
  font-size: calc(14px + (19 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.join-sec {
  position: relative;
  padding: 80px 0;
}
.join-sec h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
}
.join-box {
  margin-bottom: 30px;
  padding-bottom: 80px;
  height: 100%;
}
.join-box h6 {
  color: #2c2b2b;
  font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.join-box p {
  color: #777;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}
.join-box .avil-box {
  background-color: #777;
  border: 0;
  border-radius: 0 40px 40px 0;
  display: block;
  color: #fffdfc;
  font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  padding: 8px 10px;
  margin-bottom: 20px;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  max-width: 260px;
  width: 100%;
  box-shadow: 1px 5px 6px 2px rgb(65 65 65 / 0.22);
}
.join-box .imgBox {
  width: 100%;
}
.join-box .imgBox img {
  width: 100%;
  border-radius: 12px;
}
.avil-box span {
  display: block;
  color: #fffdfc;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.join-box .avil-box:hover {
  background-color: #ffca2a;
  color: #111;
  cursor: pointer;
}
.join-box .avil-box:hover span {
  color: #111;
}
.discountBook {
  position: absolute;
  top: -139px;
}
.make-box .make-text label {
  display: block;
  font-size: 50px;
  color: #ffca2a;
  font-weight: 700;
}
.bdr-btn {
  border: 2px solid #fff;
  padding: 14px 40px;
  margin: 0 10px;
  height: 47px;
  border-radius: 0;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.bdr-btn:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.bdr-btn-blue {
  border: 2px solid #264792;
  padding: 5px 10px 5px 25px;
  margin: 0 10px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 600;
  color: #264792;
  text-decoration: none;
  display: inline-block;
}
.bdr-btn-blue i {
  background-color: #ffca2a;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-left: 30px;
  line-height: 1.3;
}
.bdr-btn-blue:hover i {
  color: #000;
}
.bdr-btn-blue:hover {
  background-color: #264792;
  color: #fff;
  text-decoration: none;
}
.become-sec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-color: #fafafa;
}
.become-sec .mid-form {
  background-color: #fff;
  border-radius: 35px;
  padding: 40px;
  box-shadow: 0 10px 12px rgb(0 0 0 / 0.1);
}
.become-sec h6 {
  color: #373737;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
}
.become-sec h2 {
  color: #1f7d38;
  font-size: calc(22px + (44 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: capitalize;
}
.become-sec p {
  color: #777;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.chek-list {
  margin: 20px 0;
  padding: 0;
}
.chek-list li {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: #343333;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.chek-list li:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/icons/check.html);
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  left: 0;
  top: 2px;
}
.mid-form {
  margin-bottom: 0;
}
.mid-form span {
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  color: #3d3333;
  margin: 0;
  font-weight: 600;
}
.mid-form h3 {
  color: #1f7d38;
  font-size: calc(22px + (40 - 26) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 0 !important;
  line-height: 1.3;
}
.mid-form p {
  color: #777;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.mid-form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #950c08;
  background-color: #fff;
  height: 50px;
  border-radius: 10px;
  color: #000 !important;
}
.mid-form select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  height: 50px;
  appearance: auto;
}
.mid-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #950c08;
  background-color: #fff;
  height: 150px;
  padding: 10px;
  resize: none;
  border-radius: 10px;
}
.best-sec {
  position: relative;
  padding: 100px 0;
  background-color: #fffae9;
}
.sellingBox {
  margin: 15px 0;
}
.best-sec h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.best-sec p {
  color: #777;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.whyChoose-sec {
  padding: 60px 0;
}
section {
  padding: 60px 0;
  position: relative;
}
.small-title h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.small-title h2 {
  color: #1f7d38;
  font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
}
.small-title h2 span {
  color: #373737;
}
.small-title p {
  color: #777;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.chooseBox {
  position: relative;
  padding: 0 0 0 75px;
  height: 100%;
  margin: 0 0 70px 0;
}
.chooseBox h4 {
  color: #252b2f;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.chooseBox p {
  color: #252b2f;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  margin: 0 0;
}
.chooseBox .numbering {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
.chooseBox .numbering img {
  max-width: 60px;
}
.img-box .img-radius {
  border-radius: 12px;
  width: 100%;
}
.whyChoose-sec .img-box {
  position: relative;
}
.whyChoose-sec .img-box .sm-img {
  position: absolute;
  bottom: -20px;
  right: -40px;
}
.know-sec {
  position: relative;
  padding: 100px 0;
}
.know-sec span {
  color: #373737;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.know-sec h3 {
  color: #101412;
  font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
}
.know-sec p {
  color: #777;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
}
.light-box {
  border: 1px solid #ccc;
  min-height: 300px;
  color: #1c2966;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  padding: 70px;
}
.light-box:hover {
  box-shadow: 0 0 35px 0 rgb(65 65 65 / 0.22);
  cursor: pointer;
}
.light-box img {
  padding-bottom: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.know-blue h3 {
  color: #3682ea;
  font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
}
.blue-title {
  color: #3682ea;
  font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
}
.know-blue h6 {
  color: #262b31;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.about-become {
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-become h5 {
  color: #fff;
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 15px;
}
.about-become p {
  color: #fff;
  font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.bbc-sec {
  position: relative;
  padding: 50px 0;
}
.bbc-sec .bbc-box {
  border: 2px dashed #3682ea;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  min-height: 80px;
  margin-bottom: 40px;
  height: 100%;
}
.bbc-sec .bbc-box:before {
  content: "";
  background-image: url(assets/images/webbook/quote.html);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  right: 30px;
  width: 25px;
  height: 25px;
}
.bbc-sec .bbc-box img {
  position: absolute;
  top: -22px;
  background-color: #fff;
}
.bbc-sec .bbc-box p {
  font-size: 16px;
  font-weight: 600;
  color: #181b2b;
  line-height: 1.2;
}
.bbc-sec .bbc-box p span {
  color: #3682ea;
}
.professional-sec {
  position: relative;
  padding: 100px 0;
}
.professional-sec:before {
  content: "";
  background-image: url(assets/images/webbook/shadow.html);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 150px;
}
.professional-sec h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
}
.professional-sec p {
  color: #777;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.profe-box {
  background-image: url(assets/images/webbook/professional-box.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  min-height: 260px;
  padding: 25px 25px 75px;
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}
.profe-box .ctm-btms {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.profe-box .pro-text {
  max-width: 200px;
}
.profe-box .pro-text span {
  font-size: 22px;
  font-weight: 700;
  color: #2c2b2b;
  margin-bottom: 10px;
}
.profe-box .pro-text p {
  font-size: 17px;
  font-weight: 400;
  color: #5d5c5c;
  margin-bottom: 10px;
  line-height: 22px;
}
.waited-sec {
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.waited-sec h4 {
  color: #fff;
  font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 15px;
}
.waited-sec p {
  color: #c6c6c6;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 15px;
}
.achive-sec {
  position: relative;
  padding: 100px 0;
}
.achive-sec h3 {
  color: #2c2b2b;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 10px;
}
.achive-sec p {
  color: #c6c6c6;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 15px;
}
.achive-sec h5 {
  color: #3682ea;
  font-size: calc(18px + (23 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 25px;
}
.achive-list {
  padding: 0;
  margin: 0;
}
.achive-list li {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  color: #36413b;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.achive-list li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/icons/achive-icon.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  left: 0;
  width: 16px;
  height: 15px;
}
.why-boxes {
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  text-align: left;
  padding: 20px 25px;
  margin: 0 20px;
  max-width: 400px;
  height: 100%;
}
.why-boxes img {
  margin-bottom: 10px;
}
.why-boxes h5 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #21201e;
  margin-bottom: 10px;
}
.why-boxes p {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #6a6966;
  margin-bottom: 10px;
  line-height: 22px;
}
.home-banner .inner-banner-cta {
  justify-content: center;
}
.home-img img {
  max-width: fit-content;
}
.home-banner span.phone-tel-img {
  z-index: 1;
  right: -100px;
  top: -40px;
  display: none;
}
.home-banner .inner-head h5 {
  line-height: 55px;
  padding-bottom: 15px;
}
.home-banner .inner-head h1 {
  line-height: 77px;
  padding-bottom: 15px;
  padding-top: 0;
  text-align: center;
}
.labeling {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.labeling i {
  color: #fff;
}
.field {
  color: #fff;
  width: 100%;
  outline: none !important;
  border: none;
}
.form-control:focus {
  background-color: #fff;
  box-shadow: inherit;
  color: #000;
}
.testimonials-sec {
  position: relative;
  padding: 50px 0;
}
.testimonials-sec h3 {
  color: #1f7d38;
  font-size: calc(20px + (38 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.testimonials-sec h3 span {
  color: #111;
}
.tm-cont {
  color: #202020;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 12px;
}
.tm-cont .contBox {
  display: inline-block;
  padding: 25px 0;
  width: 100%;
  position: relative;
}
.tm-cont .contBox:before {
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../images/left-quote.webp);
  background-repeat: no-repeat;
  width: 39px;
  height: 31px;
  content: "";
}
.tm-cont .contBox:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  background-image: url(../images/left-quote.webp);
  background-repeat: no-repeat;
  width: 39px;
  height: 31px;
  transform: rotate(180deg);
  content: "";
}
.review-slide .rwr-info {
  position: relative;
  padding-left: 0;
  margin-bottom: 40px;
}
.review-slide .rwr-info:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #950c08;
  width: 74px;
  height: 68px;
  border-radius: 8px;
  content: "";
  display: none;
}
.review-slide .rwr-info h5 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.review-slide .rwr-info h6 {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 0;
  color: #202020;
}
.slide-box {
  display: flex !important;
  justify-content: space-between !important;
}
.reviewer-slider .slick-current.slick-active .tm-img {
  filter: grayscale(0);
}
.quote-img {
  width: 40px;
  height: 40px;
  background-color: #3c3c3c;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 42px;
  top: 60px;
}
.reviewer-slider .slick-current.slick-active .quote-img {
  background-color: #3682ea;
}
.rwr-info h5 {
  color: #454444;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
.desig {
  display: block;
  color: #61646e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-form h4 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  padding: 0 0 35px 0;
}
.pricing-sec {
  position: relative;
  padding: 60px 0;
}
.pricing-sec h3 {
  color: #1a1d1c;
  font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  margin-bottom: 5px;
}
.price-box {
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.price-box .border {
  border: #ebebeb solid 2px;
  padding: 20px 0 0;
  border-radius: 16px;
}
.price-box .titlePoint {
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
  pointer-events: none;
}
.price-box .titlePoint .leftGoal {
  position: absolute;
  left: -25px;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 2px #0000001d;
  z-index: 7;
}
.price-box .titlePoint .rightGoal {
  position: absolute;
  right: -25px;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 2px #0000001d;
  z-index: 7;
}
.price-box-header {
  display: inline-block;
  font-weight: 600;
  color: #27292f;
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.price-box-header h4 {
  color: #ffda05;
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin: 0 0 10px 0;
}
.price-box-header h4 a {
  color: #000;
  text-decoration: none;
}
.price-box-header h6 {
  color: gray;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin: 0 0 10px 0;
}
.price-box-header h3 {
  color: #950c08;
  font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin: 0 0 10px 0;
}
.price-box-header h3 span {
  color: gray;
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
}
.discount {
  background-image: url(assets/images/price-tag.html);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 63px;
  height: 166px;
  top: -2px;
  right: 25px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px 20px;
  font-size: 29px;
  font-weight: 600;
}
.price-box .price {
  position: relative;
  color: #3682ea;
  padding: 20px;
  display: flex;
  align-items: center;
}
.price-box .price span {
  font-size: 30px;
}
.price-box .price span label {
  font-size: 65px;
}
.price-box .cut-price {
  color: #4c4d51;
  font-size: 19px;
}
.price-inner {
  padding: 20px 25px;
}
.price-inner h6 {
  font-size: 17px;
  font-weight: 600;
  color: #4c4d51;
  margin-bottom: 20px;
}
.price-list {
  height: 380px;
  padding: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.price-list li {
  font-size: 16px;
  font-weight: 400;
  color: #4c4d51;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.price-list li i {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  color: #fba614;
}
.price-box-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.price-box .yellow-btn {
  margin: 0 0;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  padding: 10px 45px;
  border-radius: 12px;
  font-weight: 600;
  color: #000;
  font-family: "Oswald", sans-serif;
  background: #fecb74;
  background: linear-gradient(356deg, rgb(254 203 116) 0%, #950c08 72%);
}
.price-box:hover .yellow-btn {
  color: #fff !important;
  background: #202020;
  background: linear-gradient(356deg, rgb(32 32 32) 0%, rgb(0 0 0) 72%);
}
.price-chat {
  display: flex;
  margin-left: 20px;
}
.price-chat .price-cht-icon {
  margin-right: 10px;
}
.price-chat span {
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  line-height: 1;
  padding: 0;
  color: #5ac175;
}
.price-chat a {
  font-size: 20px;
  color: #0a1c13;
  text-decoration: none;
  font-weight: 500;
}
.ghostwriter-new-sec.inner-serv-pg-st-txt {
  padding: 0;
}
.inner-serv-pg-st-sec .row {
  align-items: center;
}
.inner-serv-pg-st-sec .home-about-head {
  padding: 2em 15em 2em 2em;
}
.inner-serv-pg-st-sec .home-about-head-2 {
  padding: 2em 2em 2em 15em;
}
.inner-serv-pg-st-sec .home-about-img img {
  width: 100%;
  width: 973em;
  height: 40em;
  object-fit: cover;
  top: 4px;
  position: relative;
}
.accomp-sec {
  padding: 50px 0 100px 0;
  background: #f9f7fe;
}
.about-sec .news-head {
  height: auto;
  overflow-y: inherit;
}
.accomp-sec .inner-banner-cta {
  margin-top: 70px;
}
.story-sec .news-head h4 {
  text-align: center;
}
.story-sec .news-head h2 {
  text-align: center;
}
.about-sec .news-head h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.social-icons a img {
  filter: invert(55%) sepia(55%) saturate(540%) hue-rotate(121deg)
    brightness(99%) contrast(87%);
  width: 55% !important;
}
.home-page-sec-ghostwriter .brand-logos {
  margin-bottom: 0;
}
.banner-form button:hover {
  background-color: #e67e21;
}
section.ficton-cta {
  padding: 30px 0 !important;
}
section.ficton-cta .col-md-4 {
  display: none;
}
section.ficton-cta .col-md-8 {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}
section.ficton-cta ul.inner-banner-cta {
  justify-content: center;
  padding-top: 10px;
  margin-bottom: 0;
}
section.ficton-cta.bk-new-cta-sec .cta-head p {
  margin: 0 auto;
  padding-bottom: 10px;
}
.extra-link-sec {
  padding: 80px 0;
  position: relative;
}
.extra-link-sec .extra-link-txt h2 {
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #fff;
  line-height: 50px;
  text-transform: capitalize;
}
.extra-link-sec .extra-link-txt h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #fff;
}
.extra-link-sec .extra-link-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  padding-bottom: 30px;
  color: #fff;
}
.extra-link-sec .extra-link-txt a {
  padding: 17px 25px;
  border-radius: 25px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  background-image: -moz-linear-gradient(-176deg, #ff00ad 1%, #ff0009 100%);
  background-image: -webkit-linear-gradient(-176deg, #ff00ad 1%, #ff0009 100%);
  background-image: -ms-linear-gradient(-176deg, #ff00ad 1%, #ff0009 100%);
}
.extra-link-sec .extra-link-txt a:hover i {
  left: 5px;
}
.extra-link-sec .extra-link-txt a i {
  position: relative;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.extra-link-sec:before {
  content: "";
  background: url(../images/new-sec-img/image-4.html);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  box-shadow: 2px 2px 20px 0 #0000003d;
}
.extra-link-sec:after {
  content: "";
  background: url(../images/new-sec-img/image-5.html);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  box-shadow: 2px 2px 20px 0 #0000003d;
}
.extra-link-sec .col-sm-6:nth-child(2) h2,
.extra-link-sec .col-sm-6:nth-child(2) h3,
.extra-link-sec .col-sm-6:nth-child(2) p {
  color: #fff;
}
.extra-link-sec .col-sm-6:nth-child(2) a {
  background: #fff;
  color: #00101f;
}
.extra-link-sec .col-sm-6:nth-child(2) .extra-link-txt {
  padding-left: 30px;
}
.overlay-extra1 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgb(37 160 140 / 80%);
}
.overlay-extra2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(227 125 33 / 80%);
}
.extra-link-txt {
  text-align: center;
  padding: 0 20px;
}
.extra-link-sec .inner-banner-cta li:nth-child(1) a {
  background: #fff;
  color: #000;
}
.extra-link-sec .inner-banner-cta li:nth-child(1) a:hover {
  background: #bf1323;
  color: #fff;
}
section.inner-banner ul.inner-banner-cta {
  margin-bottom: 30px;
}
.home-ghost-slider-box img {
  width: 33%;
}
.extra-link-txt1 .inner-banner-cta li:nth-child(1) a:hover {
  background: #bf1323;
  color: #fff;
}
.extra-link-txt1 .inner-banner-cta li:nth-child(1) a {
  background: #fff;
  color: #000;
}
.extra-link-txt1 .inner-banner-cta li:nth-child(1) a i {
  background: #101a55;
  color: #fff;
}
.brandlogo-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo-div img {
  margin: 0 auto;
  display: table;
}
.brandlogo-slider {
  margin-bottom: 20px;
}
section.ghostwriter-new-sec.home-page-sec-ghostwriter {
  padding: 40px 0;
}
section.ghostwriter-new-sec.home-page-sec-ghostwriter .brandlogo-slider {
  margin: 0;
}
.service__text {
  padding-top: 10px;
}
.single__service {
  background: #fff;
  box-shadow: 0 20px 40px rgb(16 0 71 / 0.1);
  padding: 50px 25px;
  border-radius: 5px;
}
.single__service:hover .service__icon a {
  color: #fff;
  background: #6639ff;
  border-color: #6639ff;
}
.single__service h4 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.show-mob {
  display: none;
}
.single__service p {
  margin-bottom: 30px;
}
.service__icon a {
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 92px;
  border: 2px solid #6639ff;
  border-radius: 50%;
  display: inline-block;
  font-size: 50px;
  color: #6639ff;
  line-height: 100px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.service__btn {
  height: 50px;
  border: 1px solid #6639ff;
  display: inline-block;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 30px;
  color: #040021;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.service__btn:hover {
  color: #fff;
  background: #6639ff;
  border-color: #6639ff;
}
.service__btn i {
  font-size: 15px;
  margin-right: 15px;
}
.service-box-content {
  padding: 0 30px 25px;
  box-shadow: 20px 10px 30px rgb(16 0 71 / 0.07);
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-box-content:hover {
  background: #8500d1;
}
.service-box-content:hover i {
  background: #fff;
}
.service-box-content:hover h4 {
  color: #fff;
}
.service-box-content:hover p {
  color: #fff;
}
.service-box-content.st-1:hover {
  background: #bf1323;
}
.service-box-content.st-3 {
  box-shadow: none;
  border-radius: 0;
  display: flex;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px 0 #00000026;
  padding: 20px 20px;
  border-radius: 8px;
}
.service-box-content.st-3:hover {
  background: 0 0;
  box-shadow: 2px 2px 10px 0 #25a08c;
}
.service-box-content.st-3:hover .service-box-content-icon i {
  background: #25a08c;
  border-radius: 50%;
  border-color: rgb(37 160 140 / 80%);
}
.service-box-content.st-3:hover .service-box-content-icon i img {
  filter: invert(1);
}
.service-box-content.st-3:hover h4 {
  color: #25a08c;
}
.service-box-content.st-3:hover p {
  color: rgb(37 160 140 / 80%);
}
.service-box-content.st-3 .service-box-content-icon {
  float: left;
  margin-right: 12px;
}
.service-box-content.st-3 .service-box-content-icon i {
  color: #040021;
  width: 70px;
  height: 70px;
  background: 0 0;
  line-height: 78px;
  border-radius: 0 50% 50% 50%;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box-content.st-3 .service-box-content-text h4 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}
.service-box-content-icon i {
  font-size: 40px;
  color: #8500d1;
  width: 78px;
  height: 78px;
  background: #f8ecff;
  text-align: center;
  line-height: 78px;
  border-radius: 0 0 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-box-content-icon.st-1 i {
  color: #bf1323;
  background: #f1f4fe;
}
.service-box-content-text h4 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.service-box-content-text p {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
section.service-box-area {
  padding: 50px 0;
}
.service-box-area h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #333;
}
.service-box-area .section-title p {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #333;
}
.service-box-area .section-title {
  padding-bottom: 40px;
}
.service-box-content p {
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 1px;
}
section.service-box-area
  .col-lg-4.col-md-6:nth-child(n + 3)
  .service-box-content {
  margin-bottom: 0;
}
.port-slider .slick-dots li {
  width: auto;
  margin: 0 9px;
}
.port-slider .slick-dots {
  width: 100%;
}
.port-slider .slick-list.draggable {
  padding-top: 20px;
}
.home-banner .inner-head h1 span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  border-radius: 70px;
  background: #bf1323;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}
.home-banner .inner-head p {
  text-align: center;
  width: 70%;
  margin: auto;
}
.home-banner .inner-head ul.inner-banner-cta li:nth-child(1) a:hover {
  background: #bf1323;
}
.main-header .inner-banner-cta .tel-btn {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: #bf1323;
}
.inner-banner-cta .tel-btn i {
  margin-left: 8px;
}
.inner-banner-cta .tel-btn img {
  margin-right: 8px;
}
.main-header .inner-banner-cta .tel-btn:hover {
  background: #000;
}
.new-sucess-sec .sucess-img {
  clip-path: polygon(53% 0, 100% 0, 100% 23%, 100% 100%, 0 100%, 0 30%);
  width: 125%;
}
.counter-div-st {
  width: 97px;
  height: 97px;
  background: #101a55;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.cta-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 1;
}
.cta-new-side-img img {
  width: 100%;
}
.cta-sec .row {
  align-items: center;
}
.cta-txt h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  line-height: 58px;
}
.cta-new-btn {
  margin-bottom: 0;
}
.inner-banner-cta.cta-new-btn li:nth-child(2) a {
  background-color: #fff;
  z-index: 1;
  position: relative;
  color: #000;
}
ul.inner-banner-cta.cta-new-btn .tel-btn {
  padding: 17px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #000;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
ul.inner-banner-cta.cta-new-btn .tel-btn img {
  width: 14px;
}
ul.inner-banner-cta.cta-new-btn {
  justify-content: flex-start;
}
.cta-sec:before {
  content: "";
  background: url(../images/new-home-pg/cta-bg2.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 395px;
  z-index: -1;
}
.portfolio-sec-new {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.portfolio-sec-new .row {
  align-items: flex-start;
}
section.portfolio-sec-new.testi-new-sec .row {
  align-items: center;
}
.hd-txt h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}
.portfolio-sec-new h2 {
  color: #333;
  padding-bottom: 10px;
}
.hd-txt p {
  font-size: 14px;
  line-height: 28px;
}
.portfolio-sec-new .inner-banner-cta {
  justify-content: flex-start;
}
.prev-arrow:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  bottom: auto;
  margin: auto;
  z-index: 1;
  border-radius: 60%;
  font-size: 25px;
  top: auto;
  margin: auto;
  left: 0;
  right: 0;
}
.prev-arrow {
  position: absolute;
  top: 35%;
  bottom: 0;
  margin: auto;
  display: flex;
  background: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -140px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.prev-arrow:hover {
  background: #bf1323;
}
.next-arrow:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  bottom: auto;
  margin: auto;
  z-index: 1;
  border-radius: 60%;
  font-size: 25px;
  top: auto;
  margin: auto;
  left: 6px;
  right: 0;
}
.next-arrow {
  position: absolute;
  top: 75%;
  bottom: 0;
  margin: auto;
  display: flex;
  background: #101a55;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -140px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.portfolio-sec-new .next-arrow:hover {
  background: #bf1323;
}
.new-portfolio-slider .slick-list.draggable {
  width: 180%;
}
section.portfolio-sec-new.testi-new-sec .prev-arrow:before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.portfolio-sec-new.testi-new-sec .next-arrow:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marque-st {
  font-size: 260px;
  width: 300%;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke: 2px #012237;
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: 700;
}
.about-section {
  padding: 50px 0;
  background: url(../images/new-home-pg/about-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.about-section .hd-txt {
  text-align: center;
  padding-bottom: 50px;
}
.about-section .hd-txt h2 span {
  color: #bf1323;
}
.about-section .hd-txt h4 {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.about-section .hd-txt h2 {
  padding: 8px 0;
}
.inner-div-about {
  align-items: center;
}
.choose-box img {
  display: block;
  margin: auto;
  width: 50px;
  margin-bottom: 9px;
}
.choose-box h4 {
  text-align: center;
}
.about-bx-txt h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 45px;
  padding-bottom: 30px;
}
.about-bx-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  padding-bottom: 40px;
}
.about-bx-txt ul.inner-banner-cta {
  justify-content: flex-start;
  margin-bottom: 0;
}
.inr-about-side-img img {
  width: 100%;
}
.inner-div-about2 .about-bx-txt {
  padding-left: 30px;
}
.about-logo-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 80%;
}
section.story-sec.story-new-sec {
  background: url(../images/new-home-pg/story-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.awards-new-sec {
  padding: 50px 0;
  background: url(../images/new-home-pg/award-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.award-list-st ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.award-list-st ul li {
  width: 50%;
  text-align: center;
}
.awards-new-sec .row {
  align-items: center;
}
.cta-sec-new2:before {
  content: "";
  background: url(../images/new-home-pg/cta-bg2.html);
}
.testi-sec-new {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.testi-sec-new .row {
  align-items: flex-start;
}
.testi-sec-new .inner-banner-cta {
  justify-content: flex-start;
}
.new-testi-slider .slick-list.draggable {
  width: 180%;
}
.testi-box {
  padding: 50px 20px;
  background: #fff0;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.testi-box h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
}
.testi-box h3 spa {
  display: block;
  font-size: 15px;
}
.testi-box p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 22px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.new-testi-slider .prev-arrow::before,
.new-testi-slider .next-arrow::before {
  width: 40px;
  height: 40px;
  left: -55px;
  font-size: 20px;
}
.new-testi-slider .next-arrow::before {
  top: 70px;
}
.new-testi-slider .slick-current .testi-box {
  background: #012237;
}
.new-testi-slider .slick-current .testi-box h3,
.new-testi-slider .slick-current .testi-box p {
  color: #fff;
}
.s-title {
  display: block;
  font-size: 21px;
  color: #8e8f8f;
  margin: 20px 0;
  font-weight: 600;
}
.social-icons a:hover {
  color: #fff;
}
.social-icons a:hover i {
  color: #fff;
}
.social-icons a:hover img {
  filter: brightness(100);
}
ul.ftr-links li {
  margin-bottom: 20px;
}
ul.ftr-links li a:hover {
  color: #3682ea;
  text-decoration: none;
}
.ftr-social-links li:hover i {
  color: #fff !important;
}
ul.ftr-social li:hover a {
  color: #bf1323;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-content {
  border: 0 !important;
  background-color: transparent !important;
}
.modal-body {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  background-color: #fff0;
  background-color: #101010;
  padding-bottom: 0px;
}
.btn-close-ctm {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.header-form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  height: 50px;
  padding: 10px;
}
.header-form select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  height: 50px;
  padding: 10px;
  appearance: auto;
}
.header-form input:focus {
  background-color: #fff;
  border: 1px solid #4d4e4e;
  box-shadow: none;
}
.js-submit {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  background-color: #ffa70b;
  padding: 14px 60px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  transition: 0.5s ease-in-out;
}
.contact-sec {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.contact-sec h3 {
  font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: #272e2a;
  margin-bottom: 20px;
}
.contact-sec p {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #777;
  margin-bottom: 30px;
  line-height: 24px;
}
.contact-boxes {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3682ea;
  background-color: #fff;
  opacity: 0.64;
  box-shadow: 0 0 51px 0 rgb(122 122 122 / 0.22);
  margin-bottom: 40px;
  padding: 25px 40px;
}
.contact-boxes .contact-icon {
  margin-right: 25px;
}
.contact-boxes span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #777;
  padding-bottom: 5px;
}
.contact-boxes p {
  display: block;
  font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: #201d18;
}
.contact-boxes a {
  display: block;
  font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: #201d18;
  text-decoration: none;
  word-break: break-all;
}
.contact-sec .contat-form {
  position: relative;
  bottom: 0;
}
.light-sec-black .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #007bff;
  background-color: #fff0;
  border-bottom: 2px solid #007bff;
  padding-bottom: 40px;
  border-radius: 0;
}
.light-sec-black .nav {
  position: relative;
  border-bottom: 1px solid #777;
}
.light-sec-black .nav-pills .nav-link {
  color: #3b3c3e;
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
}
.increase-sec {
  position: relative;
  padding: 100px 0;
}
.increase-sec .article-img img {
  border: 0;
}
.increase-sec span {
  color: #007bff;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  margin-bottom: 15px;
}
.increase-sec h4 {
  color: #141c18;
  font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  margin-bottom: 15px;
}
.increase-sec p {
  color: #777777;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}
.increase-sec h5 {
  color: #3682ea;
  font-size: calc(18px + (23 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 25px;
}
.blue-check-list {
  padding: 0;
  margin: 20px 0;
}
.blue-check-list li {
  font-size: calc(14px + (19 - 14) * (100vw - 320px) / (1920 - 320));
  color: #36413b;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.blue-check-list li strong {
  font-weight: 600;
}
.blue-check-list li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/icons/achive-icon.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  left: 0;
  width: 16px;
  height: 15px;
}
.titles-area h6 {
  color: #373737;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-bottom: 15px;
}
.titles-area h2 {
  color: #3682ea;
  font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.process-section {
  display: flex;
  margin-top: 60px;
  position: relative;
  justify-content: space-between;
}
.process-step {
  padding: 40px 20px;
  position: relative;
  max-width: 23.5%;
  flex: 0 0 23.5%;
  margin: 0 5px;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  background-color: #fcfcfc;
  text-align: center;
  border: #fcfcfc solid 2px;
}
.process-step .icon-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.process-step h3 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.process-step p {
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  color: #000;
}
.process-step .numbering {
  color: #fcf4ec;
  font-size: calc(80px + (150 - 80) * (100vw - 320px) / (1920 - 320));
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  pointer-events: none;
  line-height: 0.6;
}
.cl-white {
  color: #ffffff !important;
}
.process-step:hover {
  border: #950c08 solid 2px;
}
.process-step:hover .icon-box {
  background-color: #fff;
  color: #025259;
}
.publishing-slide .process-step {
  max-width: 100%;
  flex: 0 0 100%;
  border: #950c08 solid 2px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  display: flex !important;
  text-align: center;
  flex-direction: column;
}
.publishing-slide .process-step .icon-box {
  width: 85px;
  height: 85px;
  background-position: top;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.publishing-slide .process-step .icon-box.icon1 {
  background-image: url(../images/book-writing-icon1.webp);
}
.publishing-slide .process-step .icon-box.icon2 {
  background-image: url(../images/book-writing-icon2.webp);
}
.publishing-slide .process-step .icon-box.icon3 {
  background-image: url(../images/book-writing-icon3.webp);
}
.publishing-slide .process-step:hover {
  background-color: #950c08;
}
.publishing-slide .process-step:hover .icon-box {
  background-color: #fff0;
  background-position: bottom;
}
.package-tab-list > li a:hover,
.package-tab-list > li a .is-active {
  background-color: #ffca2a;
  color: #2f2121;
}
.package-tab-list > li a:hover img,
.package-tab-list > li .is-active img {
  filter: brightness(0.1);
}
.package-tab-list > li .is-active {
  background-color: #ffca2a;
  color: #2f2121;
}
.tabs-content > .is-active {
  display: block;
}
.tabs-content > * {
  display: none;
}
.services-box .imgBox {
  display: flex;
  max-width: 60px;
  flex: 0 0 60px;
  margin-right: 5px;
}
.services-box .imgBox img {
  max-height: 50px;
}
.services-box h6 {
  color: #2c2b2b;
  font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: capitalize;
}
.services-box .yellow-btn {
  padding: 12px 35px;
  margin-bottom: 10px;
}
.services-box .links {
  color: #27211e;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.topIcons {
  position: relative;
  z-index: 1;
}
.topIcons .iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.topIcons .iconBox img {
  max-width: 115px;
  filter: grayscale(1);
}
.topIcons .iconBox:hover img {
  filter: grayscale(0);
}
.main-slide {
  position: relative;
  padding: 0;
}
.lp-banner {
  height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.lp-banner textarea {
  height: 50px;
  resize: none;
}
.lp-banner h5 {
  font-size: calc(18px + (21 - 18) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0.2rem;
  color: #fefefe;
  font-weight: 500;
}
.lp-banner h4 {
  font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0.2rem;
  color: #fefefe;
  font-weight: 500;
}
.lp-banner p {
  font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
  color: #c1c8c2;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 28px;
}
.lp-main-btns {
  display: flex;
  align-items: center;
}
.chat-lp {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.chat-lp .chat-text {
  margin-left: 12px;
}
.chat-lp span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #ffca2a;
  margin-bottom: 0;
}
.chat-lp a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.top-form .form-top-box p {
  position: relative;
  z-index: 1;
}
bg-details {
  background-size: cover;
  background-repeat: no-repeat;
}
.footerSocial {
  margin-bottom: 10px;
  text-align: left;
}
.footerSocial a {
  margin: 0 3px;
}
.lp-footer-logo {
  text-align: left;
}
.footerCards img {
  max-width: 200px;
}
.lp-fotter-right {
  text-align: right;
}
.lp-new-baner {
  background: #e9fdff;
  background: linear-gradient(
    180deg,
    rgb(233 253 255) 0%,
    rgb(255 255 255 / 0.8827906162464986) 30%,
    rgb(255 255 255 / 0.8603816526610644) 64%,
    rgb(203 217 224) 100%
  );
  display: flex;
  align-items: center;
  padding-top: 100px;
  position: relative;
}
.lp-new-title {
  font-size: calc(32px + (50 - 32) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lp-new-title span {
  color: #1f7d38;
  font-weight: 700;
}
.lp-content-holder {
  margin-bottom: 30px;
}
.lp-content-holder p {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
}
.rating-box {
  display: inline-block;
  padding: 4px 15px;
  background-color: #025259;
  margin-left: 32px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
}
.rating-box span {
  color: #f9be0b;
}
.lp-new-fh {
  align-items: center;
  display: flex;
  border: 1px solid;
  border-radius: 24px;
  padding: 3px 2px 3px 24px;
}
.lp-new-fh .form-group {
  position: relative;
  flex: 1;
}
.lp-new-fh .fa-solid {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #5ac175;
}
.lp-new-fh input {
  border: none;
  background-color: #fff0;
  padding-left: 20px;
  padding-left: 32px;
}
.new-lp-btn {
  border-radius: 40px;
  background-color: #5ac175;
  border: 1px solid;
  color: #fff;
  padding: 12px 52px;
}
.lpn-logo-holder img {
  width: 100%;
}
.lp-as-seen-on {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.lp-as-logos {
  display: flex;
  gap: 30px;
  align-items: center;
}
.lp-as-title {
  flex: 1 0 90px;
  max-width: 90px;
}
.ic-box-lp {
  display: flex;
  gap: 20px;
  position: relative;
}
.lib-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}
.ic-box-row {
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
.ic-box-row {
  margin-top: 75px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
}
.ic-box-lp:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 5px;
}
.ic-box-lp-last:after {
  display: none;
}
.lp-books-img-holder {
  max-width: 600px;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.img-lig img {
  width: 377px;
}
.overlay-bg-new-popup {
  background: rgb(0 0 0 / 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.popupform-main-new-popup .close-btn {
  right: -15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: #fff0;
  border: 0;
  color: #fff;
  background: #25a08c;
  font-weight: 300;
}
.pop-form-new-popp .submit-btn {
  font-size: 18px;
  width: 100%;
  padding: 15px 0;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  border: none;
  margin-top: 15px;
  width: 100%;
  margin: 10px 0 0 0px !important;
  font-weight: 700;
}
.close-btn {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  padding-top: 3px;
  text-align: center;
  border-radius: 50px;
  align-items: center;
  display: grid;
  z-index: 9;
}
.pop-box-2-new-pop img {
  position: relative;
  left: 5px;
  z-index: 1;
  border-bottom: 0 solid #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control-group input::placeholder {
  color: #9b7171;
}
.control-group textarea::placeholder {
  color: #9b7171;
}
.pop-form-new-popp .submit-btn {
  font-size: 18px;
  padding: 15px 0;
  background: #fb2224;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  border: none;
  margin-top: 15px;
  width: 100%;
}
.popupform-main-new-popup.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.popupform-main-new-popup {
  position: fixed;
  background: #000c;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: cover;
}
.pop-form-new-popp.ta-center-new-pop {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 603px;
  border-radius: 0 23px 23px 0;
  position: relative;
  top: 0;
  border-top: 10px solid #25a08c;
}
.pop-box-2-new-pop {
  background: url(new-pop-bg-2.html);
}
.pop-box-2-new-pop span {
  color: #f9b400;
  font-size: 33px;
  font-weight: 600;
  position: relative;
  top: -11px;
}
.pop-box-2-new-pop h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.pop-box-2-new-pop {
  background: #fff0;
  height: auto;
  width: auto;
  text-align: center;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.pop-form-new-popp.ta-center-new-pop {
  padding: 25px 35px 25px 25px;
}
.pop-form-new-popp.ta-center-new-pop h3 {
  color: #2d2d2d;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  margin: 0;
}
.popupform-main-new-popup {
  align-items: center;
  justify-content: center;
}
.pop-form-new-popp.ta-center-new-pop h3 span {
  font-weight: 700;
}
.pop-form-new-popp.ta-center-new-pop h5 {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
  padding: 20px 0 10px 0;
}
.pop-form-div-st input,
.pop-form-div-st textarea {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}
.pop-form-div-st label {
  color: #7d7f80;
  font-size: 13px;
  font-weight: 300;
}
div#pop-form-new-popp form {
  padding-top: 35px;
}
.pop-form-div-st label i {
  margin-right: 5px;
}
.pop-form-new-popp.ta-center-new-pop h5 a {
  color: #25a08c;
  font-weight: 600;
  font-size: 18px;
}
.pop-form-new-popp.ta-center-new-pop input {
  width: 100%;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  height: auto;
  margin: 10px 0;
  padding: 5px 0 5px 10px;
}
input {
  outline: none;
}
.pop-form-new-popp.ta-center-new-pop textarea {
  width: 100%;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  margin: 0;
  padding: 10px 5px 5px 10px;
  resize: none;
}
.pop-form-new-popp.ta-center-new-pop button {
  border-radius: 5px;
  background-color: #25a08c;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: table;
  padding: 9px 42px;
  width: auto;
  display: table;
  text-align: left;
}
.pop-form-new-popp.ta-center-new-pop input::placeholder {
  color: #000;
}
.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
  color: #000;
}
.pop-box-2-new-pop {
  position: relative;
  margin-right: 3px;
}
.pop-form-new-popp.ta-center-new-pop h3 {
  margin: 0;
}
.popup-main-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pop-box-2-new-pop h2 {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 30px;
  line-height: 35px;
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
}
.pop-box-2-new-pop h2 span {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.ftr-other-links h6 {
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
  cursor: pointer;
}
.industry-list {
  padding: 0;
}
.indu-list-div ul {
  height: 62px;
  overflow-x: hidden;
  overflow-y: auto;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    color: #fff;
  }
  100% {
    color: #bf1323;
  }
}
.ftr-other-links h6 {
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
  cursor: pointer;
}
.industry-list {
  padding: 0;
}
.indu-list-div ul {
  height: 62px;
  overflow-x: hidden;
  overflow-y: auto;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    color: #fff;
  }
  100% {
    color: #bf1323;
  }
}
.ftr-other-links h6 {
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
  cursor: pointer;
}
.industry-list {
  padding: 0;
}
.indu-list-div ul {
  height: 62px;
  overflow-x: hidden;
  overflow-y: auto;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    color: #fff;
  }
  100% {
    color: #bf1323;
  }
}
.content-page {
  padding-bottom: 0;
}
.ftr-head-1 .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  display: block;
  color: #fff !important;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.lp-banner {
  height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 0 0 0;
  background-position: top;
}
.lp-banner .red {
  font-family: "Poppins", sans-serif;
  font-size: calc(40px + (118 - 40) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #e50f13;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
}
.lp-banner .purple {
  font-family: "Poppins", sans-serif;
  font-size: calc(40px + (118 - 40) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #9801dc;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
}
.lp-banner h6 {
  font-family: "Poppins", sans-serif;
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
  padding: 0;
  letter-spacing: 0;
}
.lp-banner h6 span {
  background-color: #ff03f3;
  padding: 0 2px;
}
.lp-banner .new {
  font-family: "Poppins", sans-serif;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  padding: 0;
  letter-spacing: 0;
}
.lp-banner .contentMain {
  align-items: center;
}
.lp-banner textarea {
  height: 50px;
  resize: none;
}
.lp-banner h1 {
  font-size: calc(18px + (55 - 24) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
}
.lp-banner h1 span {
  color: #950c08;
}
.lp-banner p {
  font-size: calc(12px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
  text-transform: capitalize !important;
}
.lp-main-btns {
  display: flex;
  align-items: center;
}
.chat-lp {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.chat-lp .chat-text {
  margin-left: 12px;
}
.chat-lp span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #ffca2a;
  margin-bottom: 0;
}
.chat-lp a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.successfully-section {
  background-color: #fafafa;
  padding: 60px 0;
}
.successfully-section .container {
  position: relative;
}
.successfully-section p {
  font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320));
  color: #202020;
  font-weight: 500;
  text-align: center;
}
.fs-25 {
  font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
  line-height: 1.2 !important;
  color: #202020;
  font-weight: 500;
}
.fs-22 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  line-height: 1.2 !important;
  color: #202020;
  font-weight: 500;
}
.fs-20 {
  font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  line-height: 1.2 !important;
  color: #202020;
  font-weight: 500;
}
.fs-16 {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) !important;
  line-height: 1.3 !important;
}
.successfully-section .book1 {
  position: absolute;
  right: 105%;
  top: 20px;
  pointer-events: none;
}
.successfully-section .book2 {
  position: absolute;
  left: 100%;
  bottom: 20px;
  pointer-events: none;
}
.ctawhite p {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  color: #202020;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}
.successBottom {
  margin-top: 45px;
}
.mainTitle {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}
.mainTitle h2 {
  font-family: "Oswald", sans-serif;
  font-size: calc(22px + (50 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  color: #202020;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mainTitle h2 span {
  color: #950c08;
}
.mainTitle.sty1 h2 {
  color: #fff;
}
.mainTitle.sty1 h2 span {
  color: #950c08;
}
.ctaTop {
  background: #1c1414;
  padding-bottom: 40px;
}
.ctaTop .container {
  position: relative;
}
.ctaTop p {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  color: #fff;
}
.ctaTop .book1 {
  position: absolute;
  right: 105%;
  top: 20px;
  pointer-events: none;
}
.ctaTop .book2 {
  position: absolute;
  left: 105%;
  bottom: 20px;
  pointer-events: none;
}
.ctaTop .linkschat {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.ctaTop .buttonArea .brderBtn {
  margin-left: 20px;
}
.agentList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  list-style-type: none;
  margin-top: 30px;
}
.agentList li {
  display: flex;
  max-width: 50%;
  flex: 50%;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.agentList li i {
  color: #950c08;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.buttonArea {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.faq_sec_main {
  padding: 60px 0;
}
.faq_sec_main .accordion-item {
  border: 0;
  margin: 0 0 20px;
}
.faq_sec_main .accordion-item .accordion-header button {
  background-color: #fff;
  padding: 30px;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
  color: #000;
  -webkit-box-shadow: 0 10px 12px rgb(0 0 0 / 0.1);
}
.faq_sec_main .accordion-item .accordion-button:not(.collapsed) {
  background-color: #950c08;
  color: #fff;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}
.bottom-logos {
  padding: 60px 0;
}
.yellow-btn {
  background-color: #950c08;
  padding: 10px 40px;
  border: 0;
  border-radius: 12px;
  color: #fff !important;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.yellow-btn i {
  margin-right: 10px;
}
.yellow-btn:hover {
  background-color: #000;
  color: #fff !important;
}
.yellow-btn.brderBtn {
  background-color: #fdfdfd;
  border: #950c08 solid 1px;
  color: #000 !important;
}
.yellow-btn.brderBtn:hover {
  background-color: #950c08;
  border: #950c08 solid 1px;
  color: #f3f0f0 !important;
}
.ctm-btn-green {
  background-color: #5fbe75;
  border-radius: 40px;
  padding: 8px 15px 8px 30px;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  max-width: 340px;
  justify-content: space-between;
  border: 1px solid #5fbe75;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
.ctm-btn-green .circle {
  width: 35px;
  height: 35px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 36px;
}
.ctm-btn-green .circle img {
  margin-left: -7px;
}
.ctm-btn-green:hover {
  background-color: #12525f;
  border-color: #12525f;
}
.lp-list {
  padding: 0;
  margin: 0 0 20px 0;
}
.lp-list li {
  list-style: none;
  font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
.lp-list li i::before {
  position: absolute;
  left: -14px;
  top: -8px;
  color: #950c08;
  z-index: 99999;
  content: "";
  background: #950c08;
  width: 5px;
  height: 5px;
}
.top-form select {
  height: 40px;
  border: 1px solid #0000005e;
  padding: 0 12px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.top-form textarea {
  display: block;
  width: 100%;
  margin-top: 20px;
  border-bottom: 2px solid #dddce5 !important;
  border: 0;
  background-color: #fff0;
  height: 60px;
  padding: 0 10px;
  position: relative;
}
.top-form .top-phone a {
  font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
}
.bbottom-tag {
  background-color: rgb(0 0 0 / 0.85);
  background-blend-mode: multiply;
  padding: 10px 0;
}
.bottom-tag-box {
  display: flex;
  align-items: center;
}
.bottom-tag-box .contextBox {
  display: flex;
  max-width: 35%;
  flex: 0 0 35%;
}
.bottom-tag-box .contextBox.imgaes {
  display: flex;
  max-width: 40%;
  flex: 0 0 40%;
}
.mczell-sec .slick-slide img {
  filter: grayscale(1);
  max-width: 200px;
}
.mczell-sec .slick-slide:hover img {
  filter: grayscale(0);
}
.frm-btm-line {
  padding: 0 20px 20px;
  margin: 0 auto;
  text-align: center;
}
.frm-btm-line2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.bfe-line {
  display: flex;
  justify-content: space-around;
}
.frm-btm-line3 {
  border-top: 2px solid #ccc;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #313341;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbt-lp {
  padding: 8px 10px 8px 50px;
}
.mczell-sec {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.mczell-sec h4 {
  font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
  color: #2f2325;
  text-align: left;
  font-weight: 700;
  padding-right: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-image: url(../images/partners-lines.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  line-height: 1.1;
}
.mczell-sec h4 span {
  color: #950c08;
}
.award-lp {
  background-color: #f6f3e8;
}
.award-sec {
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.lp-light h3 {
  font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
  color: #3682ea;
  font-weight: 600;
}
.lp-blue-list {
  padding: 0;
  margin: 20px 0;
}
.lp-blue-list li {
  list-style: none;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #1f1919;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.lp-blue-list li::before {
  content: "";
  background-image: url(../images/lp/icons/check.html);
  filter: brightness(0) saturate(100%) invert(48%) sepia(50%) saturate(4834%)
    hue-rotate(200deg) brightness(97%) contrast(89%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
}
.process-lp {
  position: relative;
  padding: 60px 0;
}
.process-lp h3 {
  font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
  color: #111;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.bgcpack-iPrimary {
  background-color: #72499d;
}
.bgcpack-black {
  background-color: #000;
}
.bgcpack-white {
  background-color: #fff;
}
.bgcpack-yellow {
  background-color: #f6ff00;
}
.bgcpack-iGreen {
  background-color: #019008;
}
.bgcpack-iGreen1 {
  background-color: var(--primary-color);
  color: #fff;
}
.bgcpack-iGray5 {
  background-color: #6d6d6d;
}
.bgcpack-iRed {
  background-color: #fe1334;
}
.bgcpack-blue1 {
  background-color: #76b2cc;
}
.clcpack-iRed {
  color: var(--innersubtitle);
}
.clcpack-white {
  color: var(--white-color) !important;
}
.clcpack-black {
  color: #000;
}
.package-box .pck-topContent {
  padding: 20px 25px 0;
  background: var(--white-color);
}
.package-box .pck-topContent ul {
  padding-left: 0;
}
.package-box ul li {
  padding-left: 25px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  border-bottom: #d2d2d2 solid 1px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
}
.package-box ul li:last-child {
  border-bottom: 0;
}
.package-box ul li .ic-tik {
  background-image: url(../img/packages/tik.html);
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  filter: brightness(0) saturate(100%) invert(11%) sepia(92%) saturate(5232%)
    hue-rotate(342deg) brightness(94%) contrast(108%);
}
.package-box ul li .cus-tooltip {
  display: inline-block;
}
.package-box .hl-days {
  color: #fff;
  background-color: #0c043d;
  padding: 3px 5px;
}
.package-box .as-btn {
  padding: 5px;
  margin-bottom: 10px;
}
.package-box .as-btn p {
  margin-bottom: 0;
  text-align: center;
}
.package-tab-list > li a:hover,
.package-tab-list > li a .is-active {
  background-color: var(--primary-color);
  color: #fff;
}
.package-tab-list > li .is-active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.tabs-content > .is-active {
  display: block;
}
.tabs-content > * {
  display: none;
}
.great-sec {
  background-image: url(../images/lp/tab-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
.great-sec h3 {
  font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #1a1d1c;
  margin-bottom: 12px;
}
.great-sec h2 {
  font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #3682ea;
  margin-bottom: 12px;
}
.great-sec p {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #606060;
  line-height: 23px;
  margin-bottom: 12px;
}
.pricing-tabs-2 .nav {
  border-bottom: 1px solid #111;
}
.pricing-tabs-2 .nav-link {
  color: #434447;
  background-color: #fff0;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  padding: 18px 26px;
}
.pricing-tabs-2 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #434447;
  background-color: #ffca2a;
  border: 0;
  border-radius: 0;
}
.becomelp h2 {
  font-size: calc(20px + (53 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.becomelp p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #202020;
  line-height: 24px;
}
.becomelp .numberList {
  display: flex;
  flex-direction: column;
}
.becomelp .numberList .listing {
  display: flex;
  border-bottom: #950c08 solid 2px;
  padding: 10px 0;
  margin: 0 0 5px 0;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}
.becomelp .numberList .listing i {
  color: #950c08;
  margin-right: 5px;
}
.becomelp .numberList .listing a {
  color: #202020;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
}
.testimonials-sec {
  padding: 50px 0 0 0;
}
.lp-cta {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
}
.cta-box {
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding: 50px;
  bottom: -130px;
  background-position: center;
  display: flex;
  align-items: center;
  height: 360px;
}
.cta-btns {
  display: flex;
}
.cta-phone {
  display: flex;
  align-items: center;
}
.cta-text {
  position: relative;
  top: 140px;
  left: 40px;
}
.cta-text p {
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #fff;
  margin-bottom: 6px;
}
.cta-text h4 {
  font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.cta-text h3 {
  font-size: calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #090d10;
  margin-bottom: 12px;
}
.cta-phone {
  margin-left: 20px;
}
.cta-icon-text {
  margin-left: 15px;
}
.cta-icon-text span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffca2a;
}
.cta-icon-text a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.cta-icon-text a:hover {
  color: #fff;
  text-decoration: none;
}
.lp-proce-box {
  border-radius: 20px;
  border: 2px dashed #3682ea;
  padding: 30px 20px 20px 20px;
  margin-bottom: 45px;
  position: relative;
  min-height: 170px;
  width: 100%;
}
.lp-proce-box:before {
  content: "";
  background-color: #3682ea;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  top: 80px;
  right: -15px;
}
.lp-proce-icon {
  position: absolute;
  top: -32px;
  left: 16px;
  background-color: #3682ea;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 12px;
}
.lp-proce-text span {
  font-size: 18px;
  font-weight: 600;
  color: #3682ea;
  margin-bottom: 12px;
}
.lp-proce-text p {
  font-size: 16px;
  font-weight: 400;
  color: #2c2b2b;
  line-height: 22px;
}
.shortlist-company-process {
  padding: 60px 0;
}
.discountBook {
  top: -20px;
}
.whyChoose-sec .package-tab-list > li a:hover,
.whyChoose-sec .package-tab-list > li .is-active {
  background-color: #ffca2a;
  color: #2f2121 !important;
}
section {
  padding: 100px 0;
  position: relative;
}
.new-cta-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px 15px 5px 25px;
  font-family: "Poppins", sans-serif;
}
.cta-right {
  max-width: 400px;
  margin: 0 auto;
}
.new-cta-banner h5 {
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.new-cta-banner h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
.new-cta-banner h2 {
  font-size: calc(30px + (53 - 30) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #fac114;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.new-cta-banner em {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.cta-chat-box {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cta-chat-box .cta-chat-box-icon {
  margin-right: 30px;
}
.cta-chat-box-text label {
  font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 0;
}
.cta-chat-box-text p span {
  font-size: calc(28px + (47 - 28) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #ffca2a;
}
.cta-chat-box-text p span {
  font-size: calc(28px + (47 - 28) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #ffca2a;
  margin: 0;
  line-height: 1;
}
.cta-chat-box-text p {
  font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #fff;
}
.bdr-btn1 {
  border: 1px solid #fff;
  padding: 12px 30px;
  margin: 0 10px;
  height: 40px;
  border-radius: 40px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
}
.green-new-btn {
  background-image: -moz-linear-gradient(0deg, #00ad76 0%, #72c674 100%);
  background-image: -webkit-linear-gradient(0deg, #00ad76 0%, #72c674 100%);
  background-image: -ms-linear-gradient(0deg, #00ad76 0%, #72c674 100%);
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin: 20px 0;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  max-width: 180px;
}
.cta-new-btm-holder {
  display: flex;
  align-items: baseline;
}
.multiple-geners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiple-geners .slide-box {
  display: flex;
  max-width: 20%;
  flex: 0 0 20%;
  padding: 10px;
}
.price-box:hover {
  background-color: #950c08;
}
.price-box:hover .price-box-header h4 {
  color: #000;
}
.price-box:hover .price-box-header h6 {
  color: #000;
}
.price-box:hover .price-box-header h3 {
  color: #000;
}
.price-box:hover .price-box-header h3 span {
  color: #000;
}
.price-box:hover .price-list li {
  color: #000;
}
.price-box:hover .price-chat a {
  color: #fff;
}
.price-box:hover .price-list li i {
  color: #fff;
}
.price-box.popular {
  background-color: #950c08;
  position: relative;
}
.price-box.popular .yellow-btn {
  color: #fff !important;
  background: #202020;
  background: linear-gradient(356deg, rgb(32 32 32) 0%, rgb(0 0 0) 72%);
}
.popular .price-inner h6 {
  color: #fff;
}
.popular .price-list li {
  color: #fff;
}
.popular .price-list li i {
  color: #fff;
}
.popular .price-chat a {
  color: #fff;
}
.poptag {
  position: absolute;
  background-image: url(../images/icons/popular.html);
  background-repeat: repeat;
  position: absolute;
  width: 41px;
  height: 155px;
  right: 20px;
  top: 0;
}
.poptag span {
  transform: rotate(-90deg);
  position: absolute;
  left: -29px;
  right: 0;
  top: 61px;
  bottom: 0;
  color: #5fbe75;
  font-size: 25px;
  text-transform: uppercase;
  width: 100px;
  height: 40px;
}
.footer-logo img {
  max-width: 170px;
}
header .logo__Sec__main img {
  max-width: 150px;
}
.price-box.popular:hover {
  background-color: #fff;
}
.popular:hover .price-box-header {
  color: #025259;
  border-color: #025259;
  position: unset;
}
.popular:hover .price-inner h6 {
  color: #025259;
}
.popular:hover .price-list li {
  color: #000;
}
.popular:hover .price-list li i {
  color: #fba614;
}
.popular:hover .price-chat a {
  color: #025259;
}
.popular:hover .poptag {
  background-image: url(../images/icons/popular-hv.html);
}
.top-form-v2 .btn-box-area {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.top-form-v2 .btn-box-area .yellow-btn {
  display: inline-block;
  background-color: #950c08;
  border-radius: 6px;
  color: #202020;
  font-family: "Oswald", sans-serif;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  margin: 0 30px;
}
.top-form-v2 .btn-box-area .yellow-btn:hover {
  background-color: #000;
  color: #fff !important;
}
.top-form-v2 .btn-box-area .yellow-btn i {
  background-color: #e9bb16;
  color: #fff;
}
.top-form .top-form-v2 form {
  padding: 15px;
}
.bottomBar {
  padding: 15px 0;
  background-color: #202020;
}
.bottomBar .Bottombutton {
  text-align: right;
}
.bottomBar .bottomPhone {
  color: #fff;
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
.bottomBar .bottomPhone i {
  color: #950c08;
  margin-right: 10px;
}
.bottomBar .bottomPhone .countryFlag {
  margin-right: 10px;
}
.term__links ul {
  display: flex;
}
.term__links ul li a {
  color: #fff;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 300;
  position: relative;
  padding: 0 20px;
  opacity: 1;
  text-decoration: none;
}
.term__links ul li a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 30px;
  right: 0;
  top: -5px;
}
.term__links ul li:last-child a:after {
  background: 0 0;
}
.bbottom-tag.sty2 {
  bottom: 0;
}
#partialDisclaimer p,
#fullDisclaimer p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 13px;
  line-height: normal;
  position: relative;
  color: #666;
  text-align: left;
}
#readMoreLink {
  color: #950c08;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
  text-decoration: none;
}
#readMoreLink:hover {
  color: #fff;
}
#backtoTop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9800;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#backtoTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  line-height: 50px;
  color: #fff;
}
#backtoTop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtoTop:active {
  background-color: #555;
}
#backtoTop.show {
  opacity: 1;
  visibility: visible;
}
h3.heading-tag {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.logo-pop.text-center.mb-2.mt-3 img {
  width: 80px;
  filter: brightness(0) invert(1);
}
.logo-pop.text-center.mb-2.mt-3 h3 {
  font-size: 20px;
  text-align: start;
  font-weight: 600;
  color: #950c08;
}
.logo-pop.text-center.mb-2.mt-3 h2 {
  font-size: 26px;
  text-align: start;
  font-weight: 700;
  color: #fff;
}
span.requestButton {
  display: flex;
  gap: 20px;
}
.modal-md.modal-dialog.modal-dialog-centered {
  max-width: 928px;
}
.btn-close {
  filter: brightness(0) invert(6);
}
.lp-list li i {
  position: relative;
  z-index: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: #fff0;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: #fff0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: #fff0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: #fff0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgb(30 30 30 / 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: #fff0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 0.85) 0,
    rgb(0 0 0 / 0.3) 50%,
    rgb(0 0 0 / 0.15) 65%,
    rgb(0 0 0 / 0.075) 75.5%,
    rgb(0 0 0 / 0.037) 82.85%,
    rgb(0 0 0 / 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: #fff0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: #fff0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: #fff0;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgb(0 0 0 / 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: #fff0;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.perc {
  position: absolute;
  top: -92px;
  z-index: 9;
  right: -27px;
}
.perc img {
  width: 137px;
}
img.dsas.loaded {
  position: absolute;
  top: -57px;
  right: -55px;
}
@media (max-width: 1920px) {
  .light-sec-black .container-xxl {
    max-width: 1500px;
  }
  .process-lp .container-xxl {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .package-tab-list > li a {
    padding: 10px 20px;
  }
  .home-banner {
    padding: 90px 0 140px;
  }
  .banner-rightImgg {
    top: 80px;
  }
  .ctaTop .book2,
  .successfully-section .book2 {
    left: 80%;
    bottom: 0;
  }
  .popup-main-box {
    transform: scale(0.9);
  }
  .bbottom-tag {
    bottom: 120px;
  }
  .chooseBox {
    margin-bottom: 40px;
  }
  .lp-books-img-holder {
    max-width: 450px;
    top: 100px;
  }
  .ic-box-row {
    margin-top: 35px;
  }
}
@media (max-width: 1440px) {
  .lp-banner .contentMain {
    align-items: center;
  }
  .home-banner {
    min-height: 450px;
  }
}
@media (max-width: 1400px) {
  .package-tab-list > li a {
    padding: 10px 25px;
  }
  .pricing-tabs-2 .nav-link {
    padding: 18px 21px;
  }
}
@media (max-width: 1366px) {
  .popup-main-box {
    transform: scale(0.8);
  }
}
@media (max-width: 1280px) {
  .choose-box p {
    line-height: 2vw;
  }
  .lp-books-img-holder {
    max-width: 350px;
    top: 100px;
  }
  .ic-box-row {
    margin-top: 50px;
  }
  .lib-text {
    font-size: 13px;
    line-height: 15px;
  }
  .top-form img.dsas.loaded {
    top: -47px;
    right: 0;
    width: 100px;
    object-fit: contain;
    height: auto !important;
  }
  .successfully-section .book2 {
    left: 67%;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .package-box .pck-bottomContent > ul.freebies-list > li {
    min-height: 64px;
  }
  .price-box-bottom {
    display: grid;
  }
  .lp-cta {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .pricing-sec {
    padding: 50px 0 30px;
  }
  .new-cta-banner em {
    letter-spacing: 0;
  }
  .lp-shape {
    right: 0;
    left: 0;
    width: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-box-content {
    padding: 0 25px 25px;
  }
}
@media (max-width: 991px) {
  .price-list li {
    padding-left: 0;
  }
  .package-box .as-btn {
    margin: 0 0 20px;
  }
  .package-box {
    height: auto;
    margin-bottom: 40px;
  }
  .pricing-sec {
    padding: 50px 0;
  }
  .package-tab-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .package-tab-list > li {
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    border-left: #828784 solid 1px;
    border-right: #828784 solid 1px;
  }
  .lp-banner {
    height: auto;
    padding-bottom: 150px;
  }
  .lp-banner .top-form {
    bottom: 0;
    max-width: 100%;
    margin-top: 40px;
  }
  .cta-box {
    background-size: cover;
    height: auto;
    border-radius: 50px;
    bottom: 0;
  }
  .cta-text {
    position: relative;
    top: 0;
    left: 0;
  }
  .cta-btns,
  .cta-new-btm-holder {
    display: grid;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .cta-phone {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footer-lp {
    padding-top: 50px;
  }
  .become-sec {
    min-height: auto;
    padding: 50px 0;
  }
  .process-lp {
    padding: 30px 0;
  }
  .make-sec {
    text-align: center;
  }
  .make-sec p {
    line-height: 20px;
  }
  .make-sec h4 {
    line-height: 1.3;
  }
  .make-sec .make-box,
  .make-sec .ctm-btms {
    margin-top: 30px;
    justify-content: center;
  }
  .great-sec,
  .light-sec {
    padding: 40px 0;
  }
  .testimonials-sec {
    padding: 20px 0;
    text-align: center;
  }
  .chat-lp {
    margin-left: 11px;
  }
  .lp-banner .white {
    margin-top: 0;
    bottom: 0;
  }
  .lp-banner::before {
    right: -50% !important;
    width: 80px;
  }
  .lp-shape {
    right: 0;
    left: 200px;
    width: 80px;
  }
  .md-hidden,
  .successfully-section .book2,
  .successfully-section .book1,
  .ctaTop .book1,
  .ctaTop .book2,
  .hidden-phone,
  .top-form .form-top-box:after,
  .lp-books-img-holder {
    display: none !important;
  }
  .bottom-tag-box .contextBox {
    max-width: 60%;
    flex: 60%;
  }
  .bbottom-tag.sty2,
  .bbottom-tag {
    bottom: 0;
  }
  .lp-banner.sty3 {
    padding-bottom: 50px;
  }
  .top-form .form-top-box .imgBox {
    width: 12%;
  }
  .copyright p,
  .botomsmCta,
  .bottomBar .Bottombutton,
  .become-sec .mid-form,
  .term__links,
  .mczell-sec,
  .mczell-sec p,
  .tabs-content,
  .sellingBox,
  .lp-footer-logo,
  .lp-fotter-right,
  .footerSocial,
  .review-slide .align-content-md-center {
    text-align: center;
  }
  .botomsmCta,
  .bottomBar .Bottombutton {
    justify-content: center !important;
  }
  .bottomBar .Bottombutton {
    margin-top: 10px;
  }
  .become-sec .mid-form {
    margin-top: 20px;
  }
  .term__links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .mtb-mobile {
    margin-top: 25px;
  }
  .tm-cont .contBox {
    margin-bottom: 25px;
  }
  .home-banner {
    min-height: inherit;
  }
  .package-box .pck-topContent {
    padding: 20px 25px 20px;
  }
  .ic-box-lp {
    gap: 7px;
  }
  .lp-new-fh {
    align-items: start;
    border-radius: 24px;
    padding: 40px 24px;
    flex-flow: column;
  }
  .lp-new-fh .form-group {
    position: relative;
    flex: 1;
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 22px;
  }
  .submit-holder-nlp,
  .new-lp-btn {
    width: 100%;
  }
  .slick-dots {
    text-align: center;
  }
  .requestButton a,
  .chatButton a {
    margin: 0 10px;
    padding: 10px 22px;
    text-transform: none;
    font-size: 20px;
  }
  .chatButton a i {
    margin-right: 5px;
  }
  .bdr-btn-blue {
    padding: 5px 10px 5px 15px;
    font-size: 12px;
  }
  .discountBook {
    top: 0 !important;
    position: relative;
    text-align: center;
  }
  .process-section {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .process-step,
  .category-step,
  .pick-step {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .home-banner .bdr-btn {
    padding: 5px 10px 5px 15px;
    font-size: 12px;
    display: inline-block;
    margin: 0;
  }
  .home-banner .bdr-btn i {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .package-box p.sm {
    position: relative;
  }
  .package-box {
    padding-bottom: 0;
  }
  .lp-banner .white,
  .top-form {
    bottom: 0;
  }
  .lp-banner::before,
  .lp-shape {
    right: -50% !important;
    width: 80px;
  }
  .lp-shape {
    right: 0;
    left: auto;
  }
  .cta-new-btm-holder,
  .bfe-line,
  .make-sec .ctm-btms,
  .price-box-bottom,
  .headButton,
  .thank_cta {
    display: grid;
    justify-content: center;
  }
  .new-cta-banner {
    padding-bottom: 10px;
  }
  .new-cta-banner h5 {
    margin-bottom: 10px;
  }
  .new-cta-banner em {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 2px;
  }
  .bfe-line .top-phone {
    margin-top: 10px;
  }
  .lp-banner label img {
    display: none;
  }
  .discount {
    right: 0;
  }
  .header-lp .chatButton {
    display: none;
  }
  .header-lp .navbar {
    background-color: #fff0;
  }
  .header-lp .navbar-toggler {
    border: 0;
  }
  .make-box {
    margin-top: 40px !important;
  }
  .align-content-md-center {
    text-align: center;
  }
  .top-form .form-top-box .imgBox {
    width: 16%;
  }
  .package-box .pck-foot {
    position: static;
  }
  .lp-as-seen-on {
    flex-flow: column;
    gap: 10px;
  }
  .lp-as-title {
    flex: 1;
    max-width: inherit;
  }
  .lp-as-logos {
    display: flex;
    gap: 12px 21px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lpn-logo-holder {
    flex: 1 0 70px;
    max-width: 70px;
  }
  .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .logo img {
    max-width: 150px;
  }
  .light-sec p {
    color: #000;
  }
  .best-sec,
  .why-boxes,
  .profe-box,
  .services-box {
    text-align: center;
  }
  .bbc-sec .bbc-box,
  .profe-box,
  .services-box {
    height: auto;
  }
  .profe-box .ctm-btms {
    left: 0;
    bottom: 10px;
    margin: auto;
    right: 0;
  }
  .profe-box .pro-text {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .services-box {
    margin: 0 0 30px 0;
  }
  .single__service h4 {
    margin-top: 15px;
  }
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
  }
  .service-box-area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .service-box-area-main {
    padding-top: 90px;
  }
  .service-box-content {
    padding: 0 25px 20px;
  }
  ul.thank_cta li {
    margin: 0 0 20px;
  }
  .thank_cta {
    display: table;
    column-gap: 30px;
    margin: auto;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .pop-box-2-new-pop {
    display: none;
  }
  .pop-form-new-popp.ta-center-new-pop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 10px;
    border-radius: 23px;
  }
  .pop-form-new-popp.ta-center-new-pop button {
    background: #25a08c;
  }
  .pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0 0 5px;
  }
  .pop-form-new-popp.ta-center-new-pop h3 span {
    color: #fff;
  }
}
@media (max-width: 575px) {
  .bookImg {
    width: 350px !important;
    object-fit: contain;
  }
  .process-step::before {
    left: -10px;
  }
  .lp-new-fh {
    border-radius: 0;
  }
  .rating-box {
    margin-left: 0;
    width: 100%;
  }
  .lp-new-title br,
  .lp-content-holder p br {
    display: none;
  }
  .ic-box-lp {
    display: flex;
    gap: 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    min-height: 59px;
    margin-bottom: 17px;
  }
  .requestButton a {
    padding: 12px;
  }
  .multiple-geners {
    flex-wrap: wrap;
  }
  .multiple-geners .slide-box {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .lp-main-btns .yellow-btn {
    padding: 5px 10px;
  }
  .top-form-v2 .form-main {
    flex-direction: column;
    align-items: flex-end;
  }
  .top-form-v2 .field-box,
  .top-form-v2 .form-group,
  .top-form-v2 .iti-group {
    display: flow;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 5px 0;
    width: 100%;
    text-align: justify;
  }
  .top-form .form-top-box .imgBox {
    width: 20%;
  }
  .fancybox-slide {
    padding: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding: 0 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 413px) {
  .lp-list li {
    padding-left: 20px;
  }
  .lp-list li i {
    top: 3px;
  }
  .lp-banner {
    padding-bottom: 35px;
  }
  .bbottom-tag,
  .shortlist-company-process,
  .testimonials-sec {
    padding: 10px 0;
  }
  .process-section {
    margin-top: 15px;
  }
  .price-box {
    margin-bottom: 15px;
    padding: 5px 0 0;
    min-height: auto;
  }
  .price-box-header {
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .price-list {
    height: 275px;
  }
  .whyChoose-sec {
    padding: 15px 0;
  }
  .small-title h2 {
    margin-bottom: 10px;
  }
  .whyChoose-sec .row {
    height: 120px;
  }
  .multiple-geners .slide-box {
    max-width: 40%;
    padding: 5px;
  }
  .whyChoose-sec .mb-5 {
    margin-bottom: 1rem !important;
  }
  .category-step,
  .process-step {
    margin-bottom: 15px;
  }
  .become-sec {
    padding: 10px 0 0;
  }
  .becomelp img {
    width: 125px;
  }
  .footer-lp {
    padding: 10px 0;
  }
  .footer-sec .copyright {
    padding: 5px 30px;
    margin-top: 5px;
  }
  .footer-logo .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .light-sec img,
  .whyChoose-sec .slide-box img {
    width: 70% !important;
    height: 70% !important;
  }
  .make-sec .make-box {
    margin-top: 10px;
    font-size: 20px;
  }
  .make-box .make-text label,
  .make-sec label span {
    font-size: 30px;
  }
  .make-sec .bdr-btn {
    margin: 0;
  }
  .mid-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 0;
    height: 100px;
  }
  .top-form form {
    padding: 20px;
  }
  .top-form input,
  .top-form select {
    height: 40px;
    margin-bottom: 10px;
  }
  .agentList li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .yellow-btn {
    padding: 10px 14px;
  }
  .become-sec .mid-form {
    margin: 20px 0;
  }
  .become-sec .mid-form .yellow-btn {
    margin-top: 10px;
  }
  .ctaTop .ImgArea {
    text-align: center;
  }
  .top-form .form-top-box .imgBox {
    width: 28%;
  }
}
.pricing-sec {
  background-color: #ebebeb;
}
.error{
  font-size: 12px !important;
  color: red !important;
}