/* color variables */
/* New CTA Color */
/* new color */
/* end color variables */
/* font variables */
/* end font variables */
/*width variables*/
/*end width variable*/
/* media variable */
/*end media variable */
/* Button Mixins */
.btn-secondary {
  color: #46d633;
  background-color: transparent;
  padding: 12px 30px;
  font-size: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  border: 1px solid #46d633;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #3ccc29;
  background-color: #46d633;
  color: #ffffff;
  text-decoration: none;
}
.white-btn {
  background: #ffffff;
  color: #46d633;
  padding: 12px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 17px;
}
.white-btn:hover {
  background-color: #46d633;
  color: #ffffff;
  text-decoration: none;
}
/* Media mixins */
.page-footer {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: 0px solid #f5f5f5;
  position: relative !important;
}
.page-footer .footerbottom p {
  color: #cccccc;
}
.page-footer .page-footer-wrap {
  float: left;
  width: 100%;
}
.page-footer .page-footer-wrap .page-footer-holder {
  margin: 0px auto;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-footer-holder .btn-primary {
    font-size: 13px;
    padding: 12px 10px !important;
  }
  .page-footer-holder .btn-link {
    font-size: 13px;
    padding: 12px 10px !important;
  }
}
.page-footer .bg-darken-gray {
  background-color: #000000;
}
.page-footer-holder {
  padding: 50px 0 30px;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .border-right {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .page-footer-holder {
    padding: 30px 0 30px;
  }
}
.page-footer-holder .cta-info-main {
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .cta-info-main {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .cta-info-main .col-sm-6 {
    padding: 0 !important;
  }
}
.page-footer-holder img {
  max-width: 100%;
}
.page-footer-holder a {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: normal;
}
.page-footer-holder a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.page-footer-holder p {
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8);
  font-family: proxima-nova, sans-serif !important;font-weight: 400 !important;font-style: normal !important;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder p {
    font-size: 13px;
  }
}
.page-footer-holder .col-md-3 {
  padding: 0 15px 0px !important;
  /*.maxresponsive(@break-xll, {
            padding: 0 12px 35px !important;
        }

        );

        .maxresponsive(@break-lg, {
            padding: 0 6px 20px 17px !important;
        }

        );*/
}
.page-footer-holder .social-contact {
  padding: 30px 0px 30px !important;
  /*.maxresponsive(@break-xll, {
            padding: 0 20px 35px 12px !important;
        }

        );*/
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .social-contact {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0px 25px !important;
  }
}
.page-footer-holder .social-contact .footer-social-box {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .social-contact .footer-social-box {
    margin-bottom: 0px;
  }
}
.page-footer-holder .social-contact .footer-social-box a {
  display: inline-block;
  margin: 0px 15px 0px 0;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .social-contact .footer-social-box a {
    font-size: 16px;
  }
}
.page-footer-holder .social-contact .footer-social-box a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.page-footer-holder .social-contact .footer-social-box a span {
  margin-right: 8px;
  vertical-align: bottom;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .social-contact .footer-social-box a span {
    vertical-align: middle;
  }
}
.page-footer-holder .social-contact .footer-social-box .f-icon-blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 21px;
  display: inline-block;
  background-image: url(https://images.kolabtree.com/blog_icon_14_09_2021.svg);
}
.page-footer-holder .social-contact .footer-social-box .f-icon-twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 21px;
  display: inline-block;
  background-image: url(https://images.kolabtree.com/Twitter_icon_07_09_21.svg);
}
.page-footer-holder .social-contact .footer-social-box .f-icon-facebook {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 21px;
  display: inline-block;
  background-image: url(https://images.kolabtree.com/Facebook_icon_07_09_21.svg);
}
.page-footer-holder .social-contact .footer-social-box .f-icon-linkedin {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 21px;
  display: inline-block;
  background-image: url(https://images.kolabtree.com/Linkedin_icon_07_09_21.svg);
}
.page-footer-holder .address {
  display: block;
  clear: both;
}
.page-footer-holder .address address {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .address address {
    padding: 5px 0 0px;
  }
}
.page-footer-holder .address address a {
  display: inline;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .address address a {
    font-size: 16px;
  }
}
.page-footer-holder .address address a:hover {
  text-decoration: underline;
}
.page-footer-holder .address address u {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .address address p {
    font-size: 13px;
  }
}
.page-footer-holder .ttl {
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: normal;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .ttl {
    font-size: 20px;
  }
}
.page-footer-holder .footerlinklist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-footer-holder .footerlinklist li {
  padding-right: 10px;
}
.page-footer-holder .footerlinklist li a {
  padding: 0px 0px 15px;
  display: table;
  color: rgba(255, 255, 255, 0.8);
}
.page-footer-holder .footerlinklist li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .footerlinklist li a {
    font-size: 16px;
  }
}
.page-footer-holder .btn {
  text-decoration: none;
  letter-spacing: normal;
  padding: 15px 45px;
  font-size: 16px !important;
  border-radius: 4px !important;
  margin-bottom: 0;
}
.page-footer-holder .btn:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .btn {
    font-size: 13px !important;
  }
}
.page-footer-holder .referfriendbtn {
  margin-top: 20px;
}
.page-footer-holder .btn-link {
  margin-left: 20px;
}
.page-footer-holder #faqid .getqueri-ttl {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder #faqid .getqueri-ttl {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.page-footer-holder #faqid p {
  margin-bottom: 0;
  /*.maxresponsive(@break-lg, {
                font-size: @kb_fs_13;
            }

            );*/
}
@media only screen and (max-width: 992px) {
  .page-footer-holder #faqid p a {
    line-height: 1.36;
    font-size: 14px;
  }
}
.page-footer-holder #faqid .faq-sec-add {
  float: left;
}
.page-footer-holder #paymentPartners label {
  margin: 15px 0 10px;
  letter-spacing: normal;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder #paymentPartners label {
    font-size: 13px;
    margin: 10px 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer-holder .footerbottom {
    padding: 0 0px;
  }
}
.page-footer-holder .footerbottom .copyright {
  border-top: 1px solid rgba(243, 246, 242, 0.6);
  border-bottom: 1px solid rgba(243, 246, 242, 0.6);
  padding: 30px 0px;
  color: rgba(243, 246, 242, 0.6);
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .footerbottom .copyright {
    margin-top: 10px;
    padding: 25px 0px 5px;
  }
}
.page-footer-holder .footerbottom .copyright a {
  padding: 0px 20px 0 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  line-height: 12px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  /*.maxresponsive(@break-xll, {
                    padding: 10px 16px;
                }

                );*/
}
.page-footer-holder .footerbottom .copyright a:last-child {
  border-right: 0;
}
.page-footer-holder .footerbottom .copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .footerbottom .copyright a {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.page-footer-holder .footerbottom .f-year-text {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid rgba(243, 246, 242, 0.6);
  margin: 0 10px;
}
@media only screen and (max-width: 992px) {
  .page-footer-holder .footerbottom .f-year-text {
    font-size: 13px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .order-ipad-follow {
    order: 3;
    flex-basis: 100%;
    margin: 15px 10px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .order-ipad-pay {
    order: 1;
  }
}
