body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /*navbar start*/
  .top-container {
  background-color: #f1f1f1;
  text-align: center;
  }
  
  .header {
  padding: 0px 20px;
  background: #072404;
  color: white;
  z-index: 99;
  }
  
  .abc {
    color:white!important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

  }

  .abc:hover {
    color: #04ffdb!important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

  }
  /*.sticky {*/
  /*position: fixed;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*}*/
  
  /*.sticky + .content {*/
  /*padding-top: 102px;*/
  /*}*/
  /*top*/
  
  
  a {
    text-decoration: none;
  }
  
  
  /*navbae last*/
  .hideMenu {
    display: none;
  }
  
 @media only screen and (max-width: 768px) {
  
    .hideMenu {
      display: block !important;
    }
  }
  .hidebnr {
    display: block;
  }
  
 @media only screen and (max-width: 768px) {
  
    .hidebnr {
      display: none !important;
    }
  }

.home-banner-total-part {
  position: relative;
  background-image: url(img/home_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner-caption-show h1 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding-top: 130px;
}

@media only screen and (max-width: 480px) {
  .banner-caption-show h1 {
    letter-spacing: 0px !important;
    font-size: 15px !important;
    padding-top: 0px !important;
    font-family: Poppins, sans-serif;
  }
}
.banner-caption-show h2 {
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 900;
  font-family: Poppins, sans-serif;
  line-height: 1;
  text-shadow: 0px 24px 37px rgb(0 0 0 / 25%);
  background: linear-gradient(
    180deg,
    #fef6e1 15.62%,
    #f1bf3d 50%,
    #835524 83.85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

@media only screen and (max-width: 480px) {
  .banner-caption-show h2 {
    font-size: 4em !important;
  }
}

.banner-board-slider-show {
  margin-top: -50px;
}
.banner-board-slider-show img {
  height: 720px;
  width: auto;
}

@media only screen and (max-width: 480px) {
  .banner-board-slider-show img {
    height: 215px !important;
    text-align: center;
  }
}

.per {
  color: white;
  font-size: 25px;
}

@media only screen and (max-width: 480px) {
  .per {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
}

.get-demo-id-button a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 16px 35px;
  background: transparent;
  border: 2px solid #04ffdb;
  filter: drop-shadow(0px 4px 4px #006e5e) drop-shadow(0px 4px 9px #006e5e);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 480px) {
  .get-demo-id-button {
    text-align: center !important;
  }
}
.single-bit-coin {
  position: absolute;
  left: 3%;
  top: 64%;
}

.single-bit-coin img {
  height: 150px;
}
.blured-card {
  position: absolute;
  top: 72%;
  right: 0%;
}

.blured-card img {
  height: 150px;
}

/*WE ARE TIGERBOOKstart*/
.main {
  background-color: #102121;
  padding-bottom: 8%;
}
.weare {
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}

@media only screen and (max-width: 480px) {
  .weare {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
  }
}

.india {
  font-size: 27px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 420px) {
  .india{
    font-size: 15px;
  }
}

.about-content-full {
  margin-top: 25px;
  border: 0.5px solid #04ffdb;
  padding: 20px 35px;
}
@media only screen and (max-width: 320px) {
  .about-content-full {
    margin-top: 25px;
    border: 0.5px solid #04ffdb;
  }
}

.about-content-full p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
  font-family: 'Poppins', sans-serif;}

.about-two-buttons a:first-child {
  background: linear-gradient(89.92deg, #16a665 0.03%, #00f79e 106.53%);
}
@media only screen and (max-width: 480px) {
  .about-two-buttons a:first-child {
    margin-bottom: 5px !important;
  }
}
.about-two-buttons a {
  padding: 20px 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 10px;
  box-shadow: 0px 4px 44px rgb(0 247 158 / 53%);
}
@media only screen and (max-width: 480px) {
  .about-two-buttons a {
    padding: 15px 5px !important;
    margin: 0 !important;
    display: block;
    width: 100%;
  }
}

.about-two-buttons a:last-child {
  background: linear-gradient(89.92deg, #ff7300 0.03%, #16a665 106.53%);
}
.about-two-buttons a {
  padding: 20px 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 10px;
  box-shadow: 0px 4px 44px rgb(0 247 158 / 53%);
}
@media only screen and (max-width: 480px) {
  .about-two-buttons a {
    padding: 15px 5px !important;
    margin: 0 !important;
    display: block;
    width: 100%;
  }
}
a {
  text-decoration: none;
}

.about-two-buttons {
  margin-top: -37px;
}

/*WE ARE TIGERBOOK end*/

/*    <!--section 3 start-->*/
.steps-section {
  margin-top: -70px;
  position: relative;
  background-image: url(img/12345.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 480px) {
  .steps-section {
    margin-top: -17px !important;
    background-size: cover !important;
  }
}

.steps-heading {
  padding: 80px 0 0;
}
@media only screen and (max-width: 480px) {
  .steps-heading {
    padding: 40px 0 0 !important;
  }
}

.steps-heading h2 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.steps-towards-section {
  padding: 50px 0;
}
@media only screen and (max-width: 480px) {
  .steps-towards-section {
    padding: 20px 0 !important;
  }
}
.icons-sh {
  position: relative;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.steps-data {
  position: absolute;
  top: 24%;
  left: 40%;
}

@media only screen and (max-width: 480px) {
  .steps-data {
    top: 14% !important;
    left: 43%;
  }
}

.steps-data h6 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .steps-data h6 {
    font-size: 12px !important;
    padding-top: 10px;
  }
}

.steps-data p {
  padding-top: 14px;
  padding-right: 47px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #e0e0e0;
}
@media only screen and (max-width: 480px) {
  .steps-data p {
    padding-top: 0px !important;
    padding-right: 17px !important;
    font-size: 6px !important;
  }
}

.lower-steps-section {
  padding-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .lower-steps-section {
    padding-bottom: 60px !important;
  }
}

.lower-steps-section h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  letter-spacing: 1px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .lower-steps-section h3 {
    font-size: 15px !important;
    padding-bottom: 15px !important;
    text-align: center;
  }
}

.steps-button {
  padding: 50px 0;
}
@media only screen and (max-width: 480px) {
  .steps-button {
    padding: 20px 0 0 !important;
  }
}

.steps-button a {
  padding: 25px 70px;
  background: linear-gradient(89.92deg, #16a665 0.03%, #00f79e 106.53%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0px 4px 44px rgb(0 247 158 / 53%);
}
@media only screen and (max-width: 480px) {
  .steps-button a {
    padding: 15px 7px !important;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/*    <!--section 3 end-->*/

/*    <!--section 4 start-->*/

.forlogo {
  color: rgb(193, 193, 193);
  font-family: 'Poppins', sans-serif;
}

.partners-and-others {
  background: #102020;
  padding: 150px 0 75px;
  margin-top: -71px;
  background-image: url(img/partner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 480px) {
  .partners-and-others {
    padding: 65px 0 40px !important;
    margin-top: -40px !important;
    background-size: cover !important;
  }
}

.partners-relative {
  position: relative;
}

.partners-heading {
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .partners-heading {
    padding-bottom: 20px !important;
  }
}

.partners-heading h2 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.upper-grid {
  background: rgba(22, 166, 101, 0.25);
  border: 1px solid #eee;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .upper-grid {
    padding: 10px !important;
  }
}

.upper-grid h4 {
  color: #00f69e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .upper-grid h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .upper-grid {
    padding: 10px !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.upper-grid p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 19px;
  /* padding-top: 20px; */
}
@media only screen and (max-width: 480px) {
  .upper-grid p {
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    font-size: 12px !important;
  }
}

.single-partners-btn a {
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(89.92deg, #ff7300 0.03%, #16a665 106.53%);
  font-size: 13px;
  padding: 20px 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .single-partners-btn a {
    font-size: 12px !important;
    padding: 12px 5px !important;
  }
}

@media only screen and (max-width: 480px) {
  .mt-70 {
    margin-top: 40px !important;
  }
}
.logosize{
  width: 45%;
}
.logosize5{
  width: 94%;
}
/*    <!--section 4 end-->*/

/*    <!--section  6 start-->*/
.after-partners-section {
  background: #102020;
  position: relative;
}

.after-partners-heading {
  padding-bottom: 60px;
}

.padding-80 {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 480px) {
  .padding-80 {
    padding: 30px 0 70px !important;
  }
}
.after-partners-heading h2 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-div-for-circle {
  padding: 16px;
  border: 1px solid #fff;
  margin-bottom: 85px;
  min-height: 220px;
}

.circle-right-shift {
  display: flex;
  justify-content: end;
}

.main-circle {
  height: 100px;
  width: 100px;
  background: #112d27;
  border: 1.5px solid #ffffff;
  box-shadow: 0px 4px 44px rgb(0 247 158 / 53%);
  border-radius: 50%;
  margin-top: -75px;
  margin-right: 25px;
}
.main-circle img {
  height: 40px;
}

.circle-content {
  padding-top: 20px;
}

.circle-content h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.circle-content p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  padding-top: 20px;
}

.faq-heading {
  padding-bottom: 30px;
  
}
@media only screen and (max-width: 480px) {
  .faq-heading {
    padding-bottom: 20px !important;
  }
}

.faq-heading h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;

}
/*    <!--section  6 end-->*/

/*section 7 start faq*/

.panel {
  padding: 0 18px;
  display: none;
  color: white;
  background-color: #112d27;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;

}

.bounce-animation {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*section 7 end faq*/

/*section 8 start faq*/
.footer-section {
  background-image: url(img/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .footer-section {
    padding: 60px 0 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .right-faq-img-new {
    position: absolute;
    top: -30% !important;
    right: 20% !important;
    overflow: hidden;
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .right-faq-img-new img {
    height: 170px !important;
    overflow: hidden;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.footer-menus {
  padding: 25px 0;
  /* border-bottom: 0.5px solid #424242; */
  margin: 0 150px;
}
@media only screen and (max-width: 480px) {
  .footer-menus {
    padding: 15px 0 !important;
    margin: 0 !important;
  }
}
.footer-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menus ul li {
  display: inline-block;
  margin: 0 25px;
}
@media only screen and (max-width: 480px) {
  .footer-menus ul li {
    display: inline-block;
    margin: 4px 8px !important;
  }
}

.footer-menus ul li a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 480px) {
  .footer-menus ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
}

.footer-content-show {
  padding: 25px 0;
  border-top: 0.5px solid #424242;
  border-bottom: 0.5px solid #424242;
}
@media only screen and (max-width: 480px) {
  .footer-content-show {
    padding: 15px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .footer-class-check {
    display: block !important;
  }
}

.single-footer-content {
  border-right: 1px solid #424242;
  padding-right: 90px;
}
@media only screen and (max-width: 480px) {
  .single-footer-content {
    border-right: none !important;
    padding-right: 0 !important;
    margin: 0 0 10px 80px;
  }
}

.box-icons {
  height: 40px;
  width: 40px;
  background: #0ec0a6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  box-shadow: 0px 4px 44px rgb(0 247 158 / 53%);
}
@media only screen and (max-width: 480px) {
  .box-icons {
    margin-right: 10px !important;
  }
}
.box-icons i {
  color: #fff;
}
.box-content p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.footer-copy-rights {
  padding-top: 25px;
}

@media only screen and (max-width: 480px) {
  .footer-copy-rights {
    padding-top: 15px !important;
  }
}
.footer-copy-rights p {
  color: #757575;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.box-content p a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.box-content span {
  display: block;
  line-height: 15px;
  color: #434242;
}
/*section 8 end faq*/

/*whatsaap*/
.float {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 47px;
  right: 35px;
  background: linear-gradient(
    90deg,
    rgb(60, 255, 183) 0%,
    rgb(0, 148, 68) 100%
  );    color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.my-float {
  margin-bottom: 8px;
  margin-left: 1px;
  font-size: 30px;
}
/*whatsaap end*/


/*Customer Review start*/

.testimonial{
  margin: 0 20px 1px;
}
.testimonial .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #111111;
  position: relative;
}
.testimonial .testimonial-content:before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #303432;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #303432;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #00f69e;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #00f69e;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description{
  font-size: 15px;
  font-style: italic;
  color: white;
  line-height: 23px;
  margin: 0;
}
.testimonial .title{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.testimonial .post{
  display: block;
  font-size: 14px;
  color: #00f69e;
}
.owl-theme .owl-controls{
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #00f69e;
}

.review{
  font-size: 25px;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/*Customer Review end*/

/*faq start*/
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  background-color: #102020;
  padding: 30px 30px 30px 30px; 
  box-shadow: rgba(0, 247, 158, 0.53) 0px 2px 8px 3px;
}
.accordion-item {
  background-color: #0b1717;
  color: #ffffff;
  margin: 1rem 0;
  border-radius: 0.5rem;
  
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;

}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
/*faq end*/