
body {
  font-family: "Gotham";
  color: #005F83;
  max-width: 1920px;
  margin: auto;
}

.container {
    padding: initial !important;
}
.info-fw-black{
    font-weight: 900;
}
.info-fw-bold{
    font-weight: bold;
}
.info-fw-book{
    font-weight: 500;
}
.info {
  padding: 50px 0;
}
.bg-brand{
  background-color: #005F83 !important;
}
.bg-brand-light{
  background-color: #f3f7f9 !important;
}
.bg-brand-yellow{
  background: #FFE102 !important;
}
.bg-gradient{
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%) !important;
}
.text-brand {
 color: #005F83;
}
.text-brand-blue{
 color: #2898C0;
}

.text-gradient {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.info-gradient-btn {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #fff !important;
  border: 0;
  transition: .3s ease-in-out;
}


.info-btn-brand{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #005F83 !important;
  transition: 0.3s ease;
}
.info-btn-brand:hover{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white:hover{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #ffffff !important;
}

.text-gradient {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.text-style{
  font-style: italic !important;
}

/* Quote card */
.info-quote-bg {
  background: #fff;
  color: #005F83 !important;
  border-radius: 15px;
  padding: 24px;
  border-left: 3px solid #005F83;
}

.info-short-quote {
  background: #f3f7f9;
  border-radius: 15px;
  padding: 24px;
}
/* Quote card */


/* CTA Icon Card */
.info-cta-icon-card{
  background: #FFE102;
  color: #005F83;
  padding: 40px;
  border-radius: 20px;
}
.info-cta-icon img{
  max-width: 200px;
}
/* CTA Icon Card */


/* CTA Card */
.info-cta-card{
  background: #FFE102;
  color: #005F83;
  padding: 40px;
  border-radius: 20px;
}
/* CTA Card */


/* CTA Gradient Card */
.info-cta-gradient-card{
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #005F83;
  padding: 40px;
  border-radius: 20px;
}
/* CTA Gradient Card */


/* CTA Brand Card */
.info-cta-brand-card{
  background: #005F83;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}
/* CTA Brand Card */




/* Table Section */
.table-header-bg{
  background: #E5F3F8 !important;
  color: #005F83 !important;
  font-weight: 400 !important;
}
tbody, td, tfoot, th, thead, tr {
  border: 0;
}
.table-header{
  /* border: 1px solid #C8E6F0 !important; */
}
table tr td {
  border: 1px solid #C8E6F0 !important;
  color: #005F83 !important;
}
.table>thead {
  vertical-align: middle;
}
.left-radius{
  border-top-left-radius: 10px;
}
.right-radius{
  border-top-right-radius: 10px;
}
/* Table Section */


/* Card layout */
.info-icon-card {
  background: #ffffff;
  color: #005F83;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #E5F3F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #00000012;
}
.info-icon-card .info-icon-bg{
  background: linear-gradient(90.4deg, rgba(0, 191, 255, 0.1) 0.77%, rgba(86, 219, 70, 0.1) 100.09%);
  padding: 20px;
  border-radius: 50%;
}
/* Card layout */


/* Call out List */
.info-callout-list{
  background: #fff;
  color: #005F83;
  border: 1px solid #E5F3F8;
  padding: 30px;
  border-radius: 20px;
}
.info-check-mark li{
  position: relative;
  padding-left: 30px;
}

.info-check-mark li::before{
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  background: url('../images/services/template-assets/check-mark.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
.info-check-mark li:not(:last-child) {
  margin-bottom: 10px;
}
/* Call out List */



/* Call out List Bg*/
.info-callout-list-bg{
  background: #f3f7f9;
  color: #005F83;
  border: 1px solid #E5F3F8;
  padding: 30px;
  border-radius: 20px;
}
/* Call out List Bg*/


/* Large Call out List Gradient */
.info-large-callout-gradient{
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.element-left{
  position: absolute;
  left: 0;
  top: 0;
}
.element-right{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* Large Call out List Gradient */


/* Large Call out List Yellow */
.info-large-callout-yellow{
  background: #FFE102;
  color: #005F83;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.element-left{
  position: absolute;
  left: 0;
  top: 0;
}
.element-right{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* Large Call out List Yellow */

/* Large Call out List Brand */
.info-large-callout-brand{
  background: #005F83;
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.element-left{
  position: absolute;
  left: 0;
  top: 0;
}
.element-right{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* Large Call out List Brand */


/* Banners and Checklist */
.info-banner-checklist{
  background: url('../images/services/template-assets/banner-checklist-img.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.info-banner-checklist::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #000000B2;
  left: 0;
  top: 0;
}

.info-list-content li:not(:last-child){
  margin-bottom: 8px;
}
.element-right{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* Banners and Checklist */


/* Business Setup Banner */
.tab-bg-brand{
  padding: 40px;
  background: #005F83;
  border-radius: 20px;
}

.info-tab-element{
  position: absolute;
  right: 0;
  left: -30%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
}
@media (max-width: 1199px) {
  .info-tab-element {
      position: absolute;
      right: 0;
      left: -50%;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 350px;
  }
}
@media (max-width: 991px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    left: -55%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 230px;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 320px;
  }
}
@media (max-width: 576px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: auto;
  }
}

.info-gradient-text-btn {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.info-gradient-text-btn:hover {
  background-color: #fff;
}

.info-gradient-text-btn span {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* Business Setup Banner */



/* Cost Calculator Banner */
.info-cost-banner{
  background: url('../images/services/template-assets/banner-cost-img.webp');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.info-laptop-element{
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
@media (max-width: 991px) {
  .info-laptop-element{
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
/* Cost Calculator Banner */



/* Cost Calculator Banner */
.laptop-bg-brand {
  padding: 40px;
  background: #005F83;
  border-radius: 20px;
}

.laptop-bg-brand::after{
  position: absolute;
  content: '';
  background: url('../images/services/template-assets/laptop-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 400px;
  top: 0;
  right: 5%;
  z-index: 0;
}

@media (max-width: 991px) {
  .laptop-bg-brand::after{
    opacity: 0;
  }
}
/* Cost Calculator Banner */


@media (max-width: 767px) {
  .info-cta-icon-card, .info-cta-card, .info-cta-gradient-card, .info-cta-brand-card, .info-large-callout-gradient, .info-large-callout-yellow, .info-large-callout-brand, .info-banner-checklist, .tab-bg-brand, .info-cost-banner, .laptop-bg-brand{
    padding: 30px;
  }

}

.hero-bg{
  position: relative;
  background: url("../images/services/template-assets/hero-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.info-bg-overlay{
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  top: 0;
}



.info-content-table{
  position: relative;
  padding-left: 30px;
}
.info-content-table::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background: #00bfff;
  left: 0;
  top: 0;
}

.info-border-line{
  position: relative;
  padding-bottom: 10px;
}
.info-border-line::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #C8E6F0;
  left: 0;
  bottom: 0;
}
.ol-list li:not(:last-child){
  margin-bottom: 10px;
}
.ol-list li a:hover{
  color: #56DB46 !important;
}
.accordion-item{
  background: #fff;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #E5F3F8 !important;
}
.accordion-button{
  color: #00BFFF !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
.accordion-button.collapsed{
  background: #fff !important;
}
.accordion-item:not(:last-child){
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed){
  background: #fff;
  box-shadow: none;
}
.accordionExample .accordion-button::after{
  filter: invert(79%) sepia(53%) saturate(6362%) hue-rotate(157deg) brightness(100%) contrast(104%) !important;
}
.faq-content .accordion-button{
  color: #005F83 !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}

.faq-content .accordion-button::after{
  background-image: url("../images/services/template-assets/plus.png");
}
.faq-content .accordion-button:not(.collapsed)::after{
  background-image: url("../images/services/template-assets/minus.png");
}

.info-resource-list{
  position: relative;
  padding-left: 60px;
}
.info-resource-img{
  position: absolute;
  left: 0;
  top: 0;
}

.info-resource-content ul li:not(:last-child){
  margin-bottom: 8px;
}

.info-form-content{
  padding: 15px;
  border: 1px solid #e5f3f8;
  border-radius: 10px;
}



/* #stickyContent {
  background: white;
  padding: 15px;
  width: -webkit-fill-available;
  margin: 20px auto;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#stickyContent.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
} */
#stickyContent {
  background: white;
  padding: 15px;
  width: -webkit-fill-available;
  margin: 20px auto;
  border-radius: 8px;
  transition: transform 0.3s ease; /* smooth slide */
}

#stickyContent.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
}


.info-sticky-content .form-control{
  border: 1px solid #c8e6f0;
}

.info-journey-card{
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(90.4deg, rgba(0, 191, 255, 0.07) 0.77%, rgba(86, 219, 70, 0.07) 100.09%);
}



.info-content .uk-card{
  margin-bottom: 2rem !important;
}




/* Form Color */
.hbspt-form input::placeholder,.hbspt-form textarea::placeholder {
  color: #2898C0;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.hbspt-form fieldset, .hbspt-form .hs-input {
  margin: 0 !important;
  width: 100% !important;
}
.hbspt-form .hs-button {
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  background: linear-gradient(to right, #02C0FA, #43DA38) !important;
  border: 0 !important;
  min-width: 175px;
  color: #fff;
  font-family: 'Gotham Book';
  font-size: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hs_submit {
  margin-top: 25px !important;
  display: flex;
  justify-content: center;
}
.hbspt-form .inputs-list label p, .hbspt-form .inputs-list label a {
  color: #2898C0;
  font-size: 0.8rem;
}
.hbspt-form .inputs-list label {
  color: #ff4444;
  font-size: 0.8rem;
}
.inputs-list{
  padding: 0;
  list-style: none;
}
.hs-form-booleancheckbox-display{
  position: relative;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
}
.hs-form-booleancheckbox-display .hs-input{
  position: absolute;
  content: '';
  left: 0 !important;
  width: auto !important;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}



@media (max-width: 767px) {
  .info{
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .btn-wide{
    font-size: 0.8rem;
    width: 100%;
  }
}


.nav-pills{
  width: fit-content;
  padding: 10px;
}
.nav-pills li:not(:last-child) {
  margin-right: 10px;
}
.nav-pills .nav-link{
  background: #ffffff;
  color: #2898c0;
  font-size: 0.9rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #005f83;
}
@media (max-width: 767px) {
  .nav-pills{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .nav-pills li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav-item{
    width: 100%;
  }
  .nav-pills .nav-link {
    width: 100%;
    font-size: 0.8rem;
  }
}


/* SLICK CSS */
.slick-dots{
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #c9c9c9;
  text-indent: -999999px;
}
.slick-dots li.slick-active button{
  background-color:  #02C0FA;
}