/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');



/*font-family: 'Oswald', sans-serif;*/


body {
  counter-reset: my-sec-counter;
}

h3,h4,h5,h5,p,span {
  font-family: 'Open Sans', sans-serif;
  counter-reset: my-sec-counter;
}

h1, h2{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
}

h6{
  font-weight: 600 !important;
  font-size: 14px !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(105, 105, 105, 0.75) !important;
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.btn-group-lg>.btn, .btn-lg, .form-control {
  border-radius: 0 !important;
}

::-webkit-input-placeholder {
  color: #d6d6d6 !important;
}

:-ms-input-placeholder {
  color: #d6d6d6 !important;
}

::placeholder {
  color: #d6d6d6 !important;
}

.testimonial_img{
    width: 50px;
}


#about {
  -webkit-box-shadow: 0px 5px 11px 0px rgba(132, 132, 132, 0.2);
  -moz-box-shadow: 0px 5px 11px 0px rgba(132, 132, 132, 0.2);
  box-shadow: 0px 5px 11px 0px rgba(132, 132, 132, 0.2);
}

.custombox {
  background-color: #fff;
}

.custombox img {
  width: 30px;
}

.redeemcontainer {
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width: 575px){

  .masterlogo {
    top: 5%;
  }

  .tld-logos img{
    max-height: 16px;
    padding-left: 5px;
  }
  #page-top:after, .yellow-second:before{
    display: none;
  }

  .howitwork h1, #idea h1, #redeem h1, #faq h1{
    text-align: center;
  }

  .redeemBox{
    padding-bottom: 30px;
  }
  .faqQ {
    float: left;
    font-weight: 400;
    width: 95%;
    text-align: left;
}

.accordion>.card .card-header{
  padding: 1rem !important;
}

}

@media (max-width: 1199px) {

  .tld-logos-desktop{
    display: none;
  }

  #page-top:after, .yellow-second:before{
    display: none;
  }

  #works .howitwork{
  padding:1rem;
}



  .redeemcontainer {
    padding-left: 0px !important;
  }

  .redeemBox.lastcontainer {
    padding-right: 0px !important;
  }
}

@media (min-width: 1200px){

  .tld-logos-desktop {
    padding-top: 30px;
  }

  .tld-logos-desktop img{
  width: 600px; padding-top: 10px;
}
    .masterlogo {
      top: 10%;
  }

  .tld-logos{
    display: none;
  }

  .searchformwrapper{
    width: 60%;
  }






.yellow-second:before{
  content: '';
    background-image: url(../images/yellow-strip.svg);
    position: absolute;
    width: 200px;
    height: 129px;
    right: -9px;
    z-index: -99;
    top: 0px;
}

    #works .howitwork{
  padding: 3rem 4rem 3rem 6rem;
}
  .redeemBox{
    /*border-bottom: 1px solid #f3f3f3;*/
    border-right: 1px solid #f3f3f3;
  }

  .redeemBox.three{
  }

  .redeemBox.four{
        border-right: 0px solid #f3f3f3;
  }

  .redeemBox.five{
    border-bottom: 0px solid #f3f3f3;
    padding-top: 20px;
  }

  .redeemBox.six{
    border-right: 0px solid #f3f3f3;
    padding-top: 20px;
      border-bottom: 0px solid #f3f3f3;
  }

  .accordion>.card .card-header {
  padding: 1rem 2rem !important;
}

.yellow-second::after{
  content: '';
    background-image: url(../images/x-behind-image.svg);
    position: absolute;
    width: 330px;
    height: 256px;
    right: -80px;
    z-index: -82;
    top: 30%;
    background-repeat: no-repeat;
}
}

.redeemBox::before {
  counter-increment: my-sec-counter;
    content: 'Step ' counter(my-sec-counter);
    display: block;
    width: 60px;
    -moz-border-radius: 50%;
    text-align: center;
    color: #fb0f94;
    margin-bottom: 20px;
    border: 1px solid #fb0f94;
    font-size: 14px;
}

.horiLine {
  border-top: 1px solid #f1f1f1;
  width: 80%;
}

/*accordian start*/



.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
}

/*ends*/
.faqQ {
  float: left;
}

.searchIcon {
  width: auto !important;
}

.searchIcon img {
  width: 20px;
  position: relative;
  top: -2px;
}

.card {
  border: 0;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 0px !important;
      margin-bottom: 20px;
}

.btn-link {
  font-size: 18px;
  font-weight: 400 !important;
  color: #000000 !important;
}

.card-header {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-bottom: 0px solid #f3f3f3;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
  cursor: pointer;
}

.card-body {
  padding: 2rem !important;
  padding-top: 0 !important;
}

#redeem {
  background-color: #fff;
}

#faq {
}

.btn-dark {
  color: #fff;
  background-color: #fb0f94 !important;
  border-color: #fb0f94 !important;
  font-size: 16px;
}

.masterlogo {
  width: 150px;
  position: absolute;
    left: 5%;
}



#page-top{
  background-color: #ffffff;
}

#page-top h1{
  font-size: 2.5rem;
}

#aboutcontainer{
  background-color: #efefef;
}


.font14{
  font-size: 14px;
}

.searchForm input[type=text], .searchForm button{
  height: 60px;
  box-shadow: 0px 10px 9px #0000000D;
  border:1px solid #C9C9C9;
} 

.searchForm button{
  height: 60px;
  width: 100% !important;
}


#about{
  background-color: white; 
}


::-moz-selection { /* Code for Firefox */
  color: #ffffff !important;
  background: #000000 !important;
}

::selection {
  color: #ffffff !important;
  background: #000000 !important;
}


html {
      scroll-behavior: smooth;
    }

html, body {
  height: 100%;
}

.full-height {
  height: 100%;
}



#idea::before{
  content: '';
  background: #fb0f94;
  width: 100%;
    height: 230px;
    content: "";
    position: absolute;
    left: 0;
}

#idea{
  background-color: #F8F8F8;
}




#works ul {
  list-style: none;
  padding: 0;
}
#works li {
  padding-left: 1.3em;
  padding-bottom: 30px;
}
#works li:before {
  content: "\f068"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  font-size: 10px;
  left: -7px;
  position: relative;
}







.footerLogo{
  float: left;
}

.social{
  margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}


#page-top .container{
  margin-bottom: 4%;    
  margin-top: 10%; 
  display: -ms-flexbox!important;
  display: grid!important;
}

.searchForm input[type=text]{
  border-radius: 5px 0px 0px 5px !important; 
  font-size: 1rem;
}

.searchForm button{
  font-size: 16px; 
  border-radius: 0px 5px 5px 0px !important;
}

a{
  color: #fb0f94 !important;
}

#footer p{
  margin-bottom: 0.5rem;
}