* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Avenair", sans-serif;
}

.dark-version {
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Gotham'; */
    font-family: "Avenair-Heavy";
}

a {
    text-decoration: none;
}

.text-skyblue {
    color: #2da9de;
}

a:focus {
    outline: none;
}

.headline1 {
    font-size: 34pt;
    /* font-family: 'Gotham'; */
    /* font-family: 'Crisp Noto Sans Regular'; */
    font-family: "Avenair-Heavy";
}

.headline {
    font-size: 36pt;
    font-family: "Avenair-Heavy";
    /* font-family: 'Avenair'; */
    /* font-family: 'Crisp Noto Sans Regular'; */
}

.subline {
    font-size: 16pt;
    font-family: "Avenair";
}

.content-headline {
    font-size: 10pt;
    font-family: "Avenair";
}

.content-copy {
    font-size: 11pt;
}

.content-caption {
    font-size: 9pt;
}

.radius-btn {
    border-radius: 100px !important;
}

.bg-gray {
    background: #f8f8f8 !important;
}

.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn {
    padding: 10px 25px;
    border-radius: 12px;
    font-weight: 700;
}

.btn-primary {
    background: #094baf;
    border-color: #094baf;
}

.btn-outline-primary {
    border-color: #094baf;
    color: #094baf;
}

.indexpage header {
    position: fixed;
}

header {
    padding: 10px 0px;
    position: initial;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

header.homeheader.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

&::before {
    /* ... your properties to style the before element ... */
    transition-property: opacity, transform;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
}

&.aos-animate::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.navbar .navbar-nav .nav-link:hover {
    /*background-color: #fff;*/
    color: #2da9de;
}

a.nav-link.content-copy.subscribe-btn {
    background: #2da9de;
    padding: 10px;
    color: #fff;
    margin: 5px;
    border-radius: 3px;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }
}

.indexpage .navbar .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar .navbar-nav .nav-link {
    padding: 1em;
    transition: all 0.5s;
    color: #000;
}

header.homeheader.fixed .navbar .navbar-nav .nav-link {
    color: #000;
}

.navbar-brand {
    font-size: 1.5em;
}

.nav-responsive {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        padding-top: 0.5em;
    }

    button.navbar-toggler {
        background-color: #2da9de;
        padding: 2px 5px;
    }

    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
}

.navbar-brand img {
    width: 50mm;
}

.navbar-brand img.sticky-logo {
    display: none;
}

.navbar-brand img.sticky-logo {
    display: none;
}

header.homeheader.fixed .navbar-brand img.sticky-logo {
    display: block;
}

header.homeheader.fixed .navbar-brand img.without-sticky-logo {
    display: none;
}

.video-slider {
    overflow: hidden;
    position: relative;
}

.video-slider .swiper-wrapper {
    padding-left: 0;
}

.video-slider .swiper-wrapper video {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}

.video-slider .swiper-wrapper li div {
    position: relative;
}

.video-slider .swiper-wrapper li div h2 {
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    padding: 30px;
    max-width: 650px;
    left: 0;
    right: 0;
    top: 0%;
    text-align: center;
    margin: auto;
    z-index: 2;
    color: #000;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
    color: #fff;
}

.video-slider .swiper-container .vidoe-overlay {
    position: relative;
}

.video-slider .swiper-container .vidoe-overlay:after {
    content: "";
    background: rgb(45, 169, 222);
    background: linear-gradient(360deg,
            rgba(45, 169, 222, 0.55) 40%,
            rgba(255, 255, 255, 0.55) 88%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

span.swiper-pagination-bullet {
    background-color: #fff;
    width: 14px;
    height: 14px;
}

.bg-skyblue {
    background: #2da9de;
}

.email-section {
    padding: 50px 0px 50px;
    position: relative;
}

.email-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.email-form .form-control {
    height: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    width: calc(100% - 153px);
    max-width: 300px;
    border-radius: 100px;
    padding-left: 20px;
    font-size: 10pt;
}

.email-form a {
    background: #202020;
    color: #fff;
    height: 60px;
    padding: 0px 30px;
    border-radius: 60px;
    line-height: 60px;
}

.email-section h2.headline {
    margin-bottom: 0;
    /* text-transform: capitalize; */
}

.custom-shape-divider-top-1704193761 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1704193761 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-1704193761 .shape-fill {
    fill: #ffffff;
}

.project-section {
    padding: 80px 0px;
}

.project-box {
    margin-bottom: 30px;
    text-align: center;
}

.project-box .project-img {
    max-width: 320px;
    max-height: 320px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.project-box .project-img img.img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 10px solid #ddd;
}

section.how-it-work {
    background: #eaeaea;
    padding: 80px 0px;
}

.how-it-work-box {
    display: flex;
    border: 1px solid #eaeaea;
    padding: 0px;
    border-radius: 15px;
    flex-direction: column;
    box-shadow: 0px 32px 50px -7px rgba(255, 255, 255, 0.11);
}

.how-it-work-box .how-it-work-img {
    flex-shrink: 0;
    width: 100%;
    background: transparent;
    padding: 25px 25px 0;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-it-work-box .how-it-work-img img.img-fluid {
    max-width: 150px;
}

.how-it-work-box .how-it-work-details p {
    margin-bottom: 0;
    font-size: 12pt;
}

.how-it-work-box .how-it-work-details {
    flex: 1;
    padding: 25px;
    background: #eaeaea;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
}

.how-it-work-box .how-it-work-details h4.content-headline {
    font-size: 16pt;
    color: #2da9de;
}

/*---------------------------*/
.testimonials-wrap {
    padding: 60px 0;
    background: #2da9de;
    position: relative;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
}

.testimonial-box img.img-fluid {
    max-width: 60px;
    margin: 20px 0;
}

.user-img {
    width: 80px;
    height: 80px;

    position: relative;
    min-width: 80px;
    background-size: 100%;
    margin-right: 15px;
    background-repeat: no-repeat;
}

.testimonial-box p {
    color: #fff;
}

.testimonial-box h5 {
    font-size: 16px;
    color: #fff;
}

.testimonial-box .content-copy {
    font-size: 10pt;
    text-indent: 22px;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: 27px;
    color: #4f4f4f;
    font-size: 18px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-weight: 500;
}

.position {
    color: #2da9de;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.faq {
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.faq .accordion-header button {
    font-size: 12pt;
    line-height: 2;
    box-shadow: none;
    font-weight: 500;
    padding-left: 45px;
}

.faq .accordion-body p {
    font-weight: 400;
    font-size: 11pt;
    line-height: 2;
    color: #2d2d2d;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.accordion-button::after {
    background-image: url(../images/plus.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minimize-sign.png);
}

.accordion-item {
    padding: 15px 0px 15px 15px;
}

.accordion-item .accordion-header .accordion-button,
.accordion-item {
    border-radius: 0;
}

.accordion-item {
    border-radius: 0 !important;
}

.faq-section {
    padding: 60px 0px 0px;
    background: #fff;
    position: relative;
}

.download-section {
    padding: 30px 0px;
    background-color: #2da9de;
}

.download-section p {
    max-width: 600px;
    color: #fff;
    font-size: 11pt;
    text-align: center;
    margin: 15px auto;
}

.app-btn {
    text-align: center;
}

.app-btn a img.img-fluid {
    max-width: 80px;
}

main {
    min-height: calc(100vh - 300px);
}

footer {
    padding: 50px 0 50px;
    position: relative;
    background: #2da9de;
}

.footer-logo img.img-fluid {
    max-width: 180px;
    margin-bottom: 20px;
}

/*.footer-widget ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}*/
.footer-widget ul li {
    padding: 5px;
}

.footer-widget ul li a {
    color: #2d2d2d;
    font-size: 11pt;
}

.social-link {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-start;
}

.social-link h4 {
    margin-bottom: 20px;
    color: #fff;
}

.social-link a {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social-link div a img {
    max-width: 30px;
}

.download-footer a {
    margin-bottom: 10px;
    display: inline-block;
}

.download-footer a img {
    max-width: 165px;
}

.terms-para p {
    font-size: 11pt;
}

.terms-para h6 {
    font-size: 11pt;
}

.terms-para ul li {
    font-size: 11pt;
}

.breadcrumb-area {
    padding: 30px 0px;
    background: #2da9de;
}

.breadcrumb-area h1 {
    text-align: center;
    color: #fff;
}

section.contact-section {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

.basic-login {
    box-shadow: 0px 16px 32px 0px #2da9de3b;
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.form-control {
    height: 48px;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}

section.on-scrolldiv {
    height: 100%;
    overflow: hidden;
    padding: 60px 0px;
}

#text {
    text-align: center;
    position: relative;
    font-size: 50pt;
    font-weight: 700;
}

.text0,
.text2 {
    color: black;
}

.text1,
.text3 {
    color: black;
}

/*-------------------------------------*/
.custom-shape {
    position: absolute;
    bottom: 0;
    height: 400px;
    width: 100%;
    direction: rtl;
    overflow: hidden;
    direction: ltr;
}

.custom-shape svg {
    fill: #2da9de;
    width: calc(150% + 1.3px);
    height: 400px;
    transform: translateX(-50%) rotateY(180deg);
    left: 50%;
    position: absolute;
}

.custom-shape-top svg {
    fill: #2da9de;
    width: calc(150% + 1.3px);
    height: 400px;
    transform: translateX(-50%) rotateY(180deg);
    left: 50%;
    position: absolute;
}

.custom-shape-top {
    position: absolute;
    width: 100%;
    height: 400px;
    overflow: hidden;
    bottom: -400px;
    transform: rotate(180deg);
}

/*---------------------*/

section.advance-your {
    padding: 180px 0px 50px;
    position: relative;
    z-index: 2;
}

.advance-box {
    display: flex;
    align-items: center;
}

.advance-box a.btn.btn-dark.text-white.content-copy {
    flex-shrink: 0;
    margin-left: 15px;
}

/*.advance-box marquee {
    font-size: 34pt;
    font-weight: 700;
    font-family: 'Gotham';
    height: 250px;
    flex-shrink: 0;
    max-width: 250px;
    display: flex;
    align-items: center;
    animation: zoom-in-zoom-out 4s ease-out infinite;
    overflow: hidden;
}*/

/*@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}*/

.Marquee {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    width: 240px;
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 8s linear infinite running;
    -moz-animation: marquee 8s linear infinite running;
    -o-animation: marquee 8s linear infinite running;
    -ms-animation: marquee 8s linear infinite running;
    animation: marquee 8s linear infinite running;
    font-size: 34pt;
    font-weight: 700;
    font-family: "Gotham";
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    width: auto;
    margin: 0 0em;
    padding: 0 0.2em;
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Marquee-tag:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
    background-color: #ddd;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.12);
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

/* adapted from  https://codepen.io/glebkema/pen/Xjryjd*/
/*.mq-carousel .owl-item.active > div:after {
  content: 'active';
}
.mq-carousel .owl-item.center > div:after {
  content: 'center';
}
.mq-carousel .owl-item.active.center > div:after {
  content: 'active center';
}*/
.owl-carousel.mq-carousel.owl-theme.owl-loaded {
    width: 240px;
}

.mq-carousel .owl-item>div {
    font-family: "Avenair-Heavy";
    font-size: 40pt;
    font-weight: bold;
    transform: scale(0.8);
    transition: 0.6s ease;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.mq-carousel .owl-item.active div {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.owl-theme .owl-controls {
    display: none !important;
}

.oreder-list {
    padding: 200px 0px 100px;
    position: relative;
    z-index: 2;
}

.oreder-list h2 {
    margin-bottom: 50px;
}

.product-slider-box {
    text-align: center;
    width: 100px;
}

.product-slider-box img.img-fluid {
    max-width: 64px;
}

.img-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: auto;
}

.img-circle img.img-fluid {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.footer-about p {
    color: #fff;
}

.footer-copyright p {
    color: #fff;
    margin-bottom: 0;
}

.footer-widget .footer-link h4 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-widget .footer-link ul {
    padding-left: 0;
    list-style-type: none;
}

.footer-widget .footer-link ul li a {
    color: #fff;
}

.banner-title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    max-width: 810px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.banner-title h1 {
    color: #fff;
}

.hide {
    display: none;
}

.videoContainer {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
    position: relative;
    background-color: #2da9de;
}

.vde-soverlay {
    background-color: #2da9de;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: 0;
}

.video {
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
}

.videoContainer::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(0deg,
            rgba(7, 56, 82, 0) 20%,
            rgba(7, 56, 82, 0.9) 100%),
        linear-gradient(180deg, rgba(7, 56, 82, 0) 20%, rgba(7, 56, 82, 0.9) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

section.plans-section {
    padding: 50px 0px;
}

.energy-select {
    max-width: 400px;
    padding: 20px 0px;
}

.energy-select label {
    margin-bottom: 10px;
}

.energy-select select.form-select {
    height: 50px;
}

.plan-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.plan-head {
    padding: 25px;
    text-align: center;
    background-color: #2da9de;
    height: 120px;
    position: relative;
}

.plan-head h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}

.plan-head h4 {
    background-color: #fff;
    padding: 10px;
    color: #2da9de;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.plan-head h4 span {
    font-size: 16px;
    color: #010101;
}

.plan-head h6 {
    display: none;
}

.plan-details {
    background: #fff;
    padding: 50px 25px 25px;
    text-align: center;
}

.plan-details ul {
    padding-left: 0;
    list-style: none;
}

.plan-details ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    color: #333;
    border-bottom: 1px dotted #ddd;
}

.plan-details a.btn.btn-dark {
    display: inline-block;
    margin-top: 30px;
}

section.subscribe-terms {
    padding-bottom: 50px;
}

section.subscribe-terms h4 {
    margin-bottom: 20px;
}

section.subscribe-terms ul {
    padding-left: 20px;
}

section.subscribe-terms ul li {
    padding: 5px 0px;
}

.payment-sidebar {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.custom-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.custom-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox label a {
    color: #2da9de;
}

.pay-plan.plan-details {
    padding: 10px 20px 0px;
    margin: 15px 0px;
    border-radius: 10px;
    background-color: #ddd;
    border: 1px solid #fff;
}

.pay-plan.plan-details ul li {
    padding: 7px 0px;
    font-size: 14px;
    border-bottom: 1px dotted #0003;
}

.payment-form {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 10px;
}

.payment-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.profile-section {
    position: relative;
    z-index: 1;
}

.payment-section h2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}

.team-section {
    padding: 50px 0px;
}

a.team-box {
    display: block;
    margin-bottom: 30px;
    border-radius: 0px;
    color: #000;
}

.team-name {
    background: #7fa1b01a;
    padding: 10px;
}

a.team-box h4 {
    font-family: "Avenair";
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 17px;
    position: relative;
    padding-bottom: 7px;
}

a.team-box h4:after {
    content: "";
    position: absolute;
    background-color: #2da9de;
    height: 2px;
    width: 40%;
    left: 0;
    bottom: 0;
}

a.team-box h5 {
    font-family: "Avenair";
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 0;
}

.category-list {
    background: #f1f1f1;
    padding: 20px;
    height: 100%;
}

.category-list a {
    display: block;
    padding: 10px;
    color: #2da9de;
    border-bottom: 1px dotted #2da9de;
}

.category-list a.active {
    background-color: #2da9de;
    color: #fff;
}

.product-list {
    padding: 15px;
}

.product-box {
    margin-bottom: 30px;
    position: relative;
}

.p-relative {
    position: relative;
}

a.download-pdf {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 7px 2px #23222233;
}

a.download-pdf img {
    width: 24px;
    height: 24px;
}

.product-box .product-details span {
    color: #2da9de;
    font-size: 14px;
}

.product-box .product-details h3 {
    font-size: 18px;
    color: #000;
    width: 260px;
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 700;
    font-family: "Avenair";
}

.product-box .product-details p {
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
}

.product-box .product-details label {
    color: #999;
}

section.custom-shape-section {
    height: 150px;
    position: relative;
}

section.service-banner {
    background: #2da9de;
    padding: 100px 0 150px;
    position: relative;
}

.changebox {
    margin: 0 5px;
    color: #000;
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
}

section.service-banner .custom-shape svg {
    fill: #fff;
}

.slider-wrapper .text {
    position: relative;
    color: #000;
    font-size: 34pt;
    font-weight: 700;
}

.slider-wrapper .text.first-text {
    color: #fff;
}

.text.sec-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2da9de;
    border-left: 2px solid #000;
    animation: animate 4s steps(12) infinite;
}

@keyframes animate {

    40%,
    60% {
        left: calc(100% + 4px);
    }

    100% {
        left: 0%;
    }
}

.service-banner-desc {
    position: relative;
    z-index: 2;
}

.service-banner-desc p {
    color: #fff;
}

.service-boxes {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}

.service-inner-desc {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.service-inner-desc h2 {
    margin-bottom: 15px;
}

.service-inner-desc ul li {
    padding: 5px 0px;
}

.service-details {
    padding: 50px 0px;
}

.service-details img.img-fluid {
    border-radius: 10px;
    margin: 10px 0;
}

section.profile-section {
    padding: 20px 0 50px;
}

.my-profile-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.my-profile-box .profile-details {
    flex: 1;
    padding: 10px 30px 0;
}

.mprofile-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.my-profile-box .profile-details h3 {
    font-size: 21px;
    margin-bottom: 5px;
}

.my-profile-box .profile-details p {
    font-size: 16px;
    margin-bottom: 0;
}

.my-profile-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.profile-img input[type="file"] {
    display: none;
}

.profile-img {
    color: #2da9de;
}

.my-profile-box {
    background: #fff;
    padding: 30px;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.my-profile-box .profile-details {
    flex: 1;
    padding: 10px 30px 0;
}

.my-profile-box .profile-details a {
    color: #2da9de;
}

.nav-menu-info ul li:hover>ul {
    visibility: visible;
    transition: all 300ms ease;
    opacity: 1;
    transform: scaleY(1);
}

.nav-menu-info ul li {
    position: relative;
}

.nav-menu-info ul ul {
    background-color: #ffffff;
    right: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    transition: all 300ms ease;
    border-top: 2px solid #2da9de;
    box-shadow: 0px 10px 20px 0px rgba(45, 69, 222, 0.08);
    transform-origin: top;
    transform: scaleY(0);
    list-style-type: none;
    padding-left: 0;
    min-width: 250px;
    width: 100%;
}

.nav-menu-info ul ul {
    padding: 10px;
}

.nav-menu-info ul ul li {
    padding: 5px 3px;
    border-bottom: 1px dotted #000;
}

.nav-menu-info ul ul li:last-child {
    border-bottom: 0;
}

.nav-menu-info ul ul li a {
    color: #000;
}

a.profile-link {
    color: #000;
    display: inline-block;
    padding: 8px;
}

a.profile-link img {
    width: 34px;
    height: 34px;
    margin-right: 3px;
}

.team-section button.btn-close {
    width: 16px;
    display: inline-block;
    position: absolute;
    background-color: #d25621;
    border-radius: 50%;
    padding: 10px;
    right: -12px;
    top: -12px;
    opacity: 1;
    filter: invert(1) drop-shadow(2px 4px 6px #fff);
}

.team-section {
    padding: 15px 0px !important;
}

.team-img {
    text-align: center;
}

.team-img img.img-fluid {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: auto;
    box-shadow: -5px 3px 0px 6px #2da9de;
}

h2.p-name {
    font-size: 28px;
    margin-bottom: 0;
}

h4.team-designation {
    font-size: 18px;
}

.team-left {
    float: left;
    padding: 5px 25px 10px;
}

.team-details p {
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-custom-css {
    border-radius: 30px;
    box-shadow: -6px 6px 0px 6px #2da9de;
}

.career-box {
    box-shadow: 0px 16px 32px 0px #2da9de3b;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.career-box h3 {
    color: #0dcaf0;
}

.career-box h4 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.career-box p {
    font-size: 14px;
}

.carrer-footer div label {
    color: #999;
    font-size: 14px;
}

.carrer-footer div span {
    font-size: 14px;
}

.doc-upload .document-label input[type="file"] {
    display: none;
}

.doc-upload .document-label {
    width: 100%;
    height: 150px;
    border: 2px dashed #0dcaf046;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quantity {
    display: flex;
    border: 2px solid #2da9de;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 103px;
}

.quantity button {
    background-color: #2da9de;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #2da9de;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

/*---------------*/
.filter-sidebar {
    background: #f1f1f1;
    padding: 20px;
}

.filter-widget {
    margin-bottom: 30px;
}

.filter-widget label {
    font-weight: 700;
    margin-bottom: 5px;
}

.radio {
    margin: 0.5rem;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197ee;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.custom-radio-group .radio label.radio-label {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #2da9de;
}

.irs--flat .irs-bar {
    background-color: #2da9de;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #2da9de;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #2da9de;
}

.slider-list {
    padding: 10px;
}

.swiper-container.order-swiper .swiper-wrapper {
    margin: 0px 50px;
    position: relative;
}

.swiper-button-prev {
    position: absolute;
    left: 0;
}

.swiper-button-next {
    position: absolute;
    right: 0;
}

.faq .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.cart-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-box .cart-details {
    flex: 1;
    padding: 15px;
}

.cart-box .cart-details h4 {
    font-size: 18px;
}

.cart-box .cart-details p {
    font-size: 14px;
}

.cart-box .cart-details .cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-box .cart-details .cart-footer h5 {
    font-size: 18px;
}

.cart-box .cart-details .cart-footer h5 span {
    font-size: 14px;
    color: #999;
}

.cart-box .cart-img {
    flex-shrink: 0;
    max-width: 150px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.pay-plan.plan-details ul li span b,
.pay-plan.plan-details ul li label b {
    font-size: 16px;
    font-weight: 700 !important;
    color: #000;
    font-family: "Avenair";
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.one-line-row {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.prd-clasw {
    width: 135px;
    display: flex;
    text-align: center;
}

.prd-clasw img.img-fluid {
    width: 60px;
    height: 70px;
    object-fit: contain;
}

.h1-size-tag {
    font-size: 50px;
    font-weight: 900;
}

/* .btn-wiper-res{
    position: absolute;
    left: 1460px;
    z-index: 10;
}
.brn-proj-res{
    position: absolute;
    left: 1280px;
    z-index: 10;
} */
.testseipwe {
    text-align: center;
    left: 0;
    top: 10px;
    right: 0;
    max-width: 300px;
}

.cartCount {
    background-color: #2da9de;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    width: 22px;
    text-align: center;
}

.cursorPointer {
    cursor: pointer;
}

/*----------------*/

.coupon-apply {
    display: flex;
}

.coupon-apply img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.coupon-apply p {
    flex: 1;
    font-weight: 700;
    position: relative;
}

.coupon-apply p span {
    display: block;
    color: #2DA9DE;
}

.coupon-apply p .c-img {
    position: absolute;
    right: 0;
    top: 1px;
}

.coupon-search {
    margin-bottom: 30px;
}

.coupon-box {
    margin-bottom: 30px;
}

.coupon-box .form-group.custom-checkbox label {
    display: flex;
    align-items: flex-start;
}

.coupon-box .form-group.custom-checkbox label div {
    padding-left: 10px;
}

.coupon-box .form-group.custom-checkbox label p {
    padding: 5px 20px;
    border: 1.5px dotted #2DA9DE;
    color: #2DA9DE;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.coupon-box .form-group.custom-checkbox label b {
    display: block;
    font-size: 14px;
}

.coupon-box .form-group.custom-checkbox label span {
    color: #20202099;
    font-size: 14px;
}

b,
strong {
    font-family: 'Avenair-Bold';
}


div:where(.swal2-icon).swal2-warning {
    /* border-color: #facea8;
    color: #f8bb86; */

    border-color: #9de0f6 !important;
    color: #3fc3ee !important;
}

  
  @keyframes cursor {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: black;
    }
  }
  @keyframes typing {
    from {
      width: 100%;
    }
    90%, to {
      width: 0;
    }
  }
  @keyframes slide {
    25% {
      font-size: 3rem;
      letter-spacing: 3px;
    }
    to {
      font-size: 0;
      letter-spacing: 0;
    }
  }
  .typing-slider {
    font-family: "Avenair-Heavy";
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 270px;
    margin: 0;
  }
  
  .typing-slider p {
    position: relative;
    display: inline;
    font-size: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    animation: slide 12s step-start infinite;
  }
  
  .typing-slider p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 3px solid black;
    background-color: white;
    animation: typing 3s infinite, cursor 1s infinite;
  }
  
  .typing-slider p:nth-child(1) {
    animation-delay: 0s;
  }
  .typing-slider p:nth-child(1)::after {
    animation-delay: 0s;
    animation-timing-function: steps(5), step-end;
  }
  
  .typing-slider p:nth-child(2) {
    animation-delay: 3s;
  }
  .typing-slider p:nth-child(2)::after {
    animation-delay: 3s;
    animation-timing-function: steps(4), step-end;
  }
  
  .typing-slider p:nth-child(3) {
    animation-delay: 6s;
  }
  .typing-slider p:nth-child(3)::after {
    animation-delay: 6s;
    animation-timing-function: steps(2), step-end;
  }
  .typing-slider p:nth-child(4) {
    animation-delay: 9s;
  }
  .typing-slider p:nth-child(4)::after {
    animation-delay: 9s;
    animation-timing-function: steps(7), step-end;
  }
  
/* 1st july changes for adding 1 section */

  /* This Code is for 5 DIVS means 5 ORBS */
  /* .charts_orb {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    color: #000;
    padding: 50px 0;
  }
  
  .charts_orb .orb {
    padding: 20px;
    border-right: 1px solid #2da9de;
    flex: 1 1 20%;
    max-width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .charts_orb .orb:last-child {
    border-right: none;
  }
  
  .charts_orb .orb .orb_graphic {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-direction: row;
  }
  
  .charts_orb .orb .orb_graphic span {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .charts_orb .orb .orb_graphic .orb_value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
  }
  
  .charts_orb .orb .orb_label {
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    font-size: 1.2em;
  }
  .charts_orb .orb .how-it-work-img img.img-fluid {
    width: 100px;
}
  
  @media (max-width: 1024px) {
    .charts_orb .orb {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      border-right: none;
      border-bottom: 1px solid #2da9de;
    }
  
    .charts_orb .orb:nth-child(3n) {
      border-right: none;
    }
  }
  
  @media (max-width: 768px) {
    .charts_orb .orb {
      flex: 1 1 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid #2da9de;
      margin-bottom: 20px;
    }
  
    .charts_orb {
      padding: 20px 10px;
    }
  
    .charts_orb .orb .orb_graphic span {
      font-size: 1.2em;
    }
  
    .charts_orb .orb .orb_graphic .orb_value {
      font-size: 2em;
    }
  
    .charts_orb .orb .orb_label {
      font-size: 1em;
    }
  } */

  /* This code is for 3 ORBS means FOR 3 DIVS */
  .charts_orb {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    color: #000;
    padding: 50px 0;
  }
  
  .charts_orb .orb {
    padding: 20px;
    border-right: 1px solid #2da9de;
    /* flex: 1 1 33.33%;
    max-width: 33.33%; */
    flex: 1 1 25%;
    max-width: 25%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .charts_orb .orb:last-child {
    border-right: none;
  }
  
  .charts_orb .orb .orb_graphic {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-direction: row;
  }
  
  .charts_orb .orb .orb_graphic span {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .charts_orb .orb .orb_graphic .orb_value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
  }
  
  .charts_orb .orb .orb_label {
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    font-size: 1.2em;
  }
  
  .charts_orb .orb .how-it-work-img img.img-fluid {
    width: 200px;
    height: 200px;
  }
  
  /* Responsive for tablets */
  @media (max-width: 1024px) {
    .charts_orb .orb {
      flex: 1 1 50%;
      max-width: 50%;
      border-right: none;
      border-bottom: 1px solid #2da9de;
    }
  
    .charts_orb .orb:nth-child(2n) {
      border-right: none;
    }
  }
  
  /* Responsive for mobile */
  @media (max-width: 768px) {
    .charts_orb .orb {
      flex: 1 1 100%;
      max-width: 100%;
      border-bottom: 1px solid #2da9de;
      margin-bottom: 20px;
    }
  
    .charts_orb {
      padding: 20px 10px;
    }
  
    .charts_orb .orb .orb_graphic span {
      font-size: 1.2em;
    }
  
    .charts_orb .orb .orb_graphic .orb_value {
      font-size: 2em;
    }
  
    .charts_orb .orb .orb_label {
      font-size: 1em;
    }
  }
  