


html,
body {
   margin:0;
   padding:0;
   height:100%;

}





#mainContent {
  min-height: calc(100vh - 383px);
  margin-top: 50px;

}







@@font-face {
  font-family: "Montserrat";
  font-weight: 600;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #009cea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #14b1ff;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 130px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.marketing {
  background: #ffed66;
  text-align: center;
  vertical-align: center;
  height: 40px;
  padding: 7px;
  display: absolute;
}

.campaign {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight 600;
  color: #000;

}

.leftContent {
  padding: 30px;
  float:left;
}

.rightContent {
  padding: 30px;
  float:right;
  height: 100px;
  width: auto;
}

.mainLogo {
  text-align: center;
  margin-left: 90px;
  margin-right: 45px;
  margin-top: 10px;
}


.logo {
  width: auto;
  height: 80px;
  margin: 0 auto;
}


.readyBtnHeader {
    border-style: none;
    border-radius: 100px;
    width: 100px;
    height: 30px;
    z-index: 100;
    position: relative;
    background: rgba(255,60,77,1);
    margin-left: 80px;
    margin-top: 20px;

}

.btnLabelHeader {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Montserrat";
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}









.menus_li > a {
    display: inline-block;
    line-height: 21px;
    padding: 0;
    position: relative;
    float: left;
    background: none!important;
    border: none!important;
    font-family: 'Poppins';
    font-size: 30px;
    margin-top: 10px;

}
.menus_li > a {
    font-size: 20px!important;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.menus_ul li{
  display: inline-block!important;
  margin-left: 10px;
  -webkit-transition: transform .44s cubic-bezier(.36,.76,0,.88);
  transition: transform .44s cubic-bezier(.36,.76,0,.88);
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #303236;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;

}

.footerLinks {
  margin-top: 50px;
  background: #303236;
  text-align: center;
}

.footerLinks a {
  font-size: 20px;
  margin-top: 5px;
  color: #fff;
  font-family: "Montserrat";

}

.footerLink {
  font-size: 20px;
  margin-top: 5px;
  color: #fff;
  font-family: "Montserrat";

}


.paymentMethods {
  margin-top: 10px;
  float:right;
}

.socialTitle {
  font-size: 20px;
  float: right;
  color: #fff;
  font-family: "Montserrat";

}

.socialIcon {
  height: 30px;
  width: auto;
  margin: 5px;
  float:right;
}


@media only screen and (max-width: 800px) {

  .paymentMethods {
    margin-left: 30%;
  }

  .paymentIcon {
    height: 40px;
  }

  .socialArea {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 0px;
  }

  .socialTitle {
    font-size: 20px;
    font-family: "Montserrat";
    float: none;
  }

  .socialIcon {
    height: 30px;
    width: 30px;
    margin: 5px;
    float:none !important;
  }
}

@media only screen and (min-width: 801px) {
  .paymentIcon {
    height: 40px;
    width: auto;
    margin-right: 20px;
    float: right;
  }

  .socialArea {
    margin-top:70px;
    float:right;
  }
}





#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  font-family: "Montserrat";
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat";

}


.terms {
  font-family: "Montserrat";
  font-size: 14px;
}
