/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: #1e3474;
    border: 1px solid #1e3474;
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: #1d3373;
    border: #1d3373;
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
3}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .6); */
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: #1d3170;
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

/* .about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 85%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: #f1901e;
    z-index: -1;
} */

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgb(19 42 109), rgb(19 42 109)), url(../img/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #f1901e;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border-radius: 60px; */
    background: var(--bs-light);
}


.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

/* .service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #f1901e;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
} */

/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid #f1901e;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgb(241 144 30 / 45%);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #f1901e;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background-color: #1d3170;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer-section {
    background-image: linear-gradient(360deg, #6ba5dccf, #a3d6f636);
}

.footer {}

.footer-para {
    color: #152c6f !important;
}

.footer-para:hover {
    color: #f1901e !important;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #1d3373;
}

/*** copyright end ***/


/* new css  */

.faq-section {
    padding-bottom: 50px;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Arial, sans-serif';
    color: #333;
}

.faq-container h2 {
    text-align: center;
    margin-bottom: 40px;
    /* color: #2c3e50; */
    font-weight: 700 !important;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.faq-question {
    background-color: #1d3170;
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    font-family: "Quicksand", sans-serif;
    color: white;
    transition: background-color 0.3s ease;
}

.faq-question .arrow {
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #eef9ff;
}

.faq-answer p {
    font-family: "Rubik", sans-serif;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #6B6A75;
    border-bottom: 1px solid black;
}


.faq-question:hover {
    background-color: #a4d6f6;
}

img.header-logo {
    min-height: 90px !important;
    width: 190px !important;
}

p.mb-2.banner-list {
    margin-top: 25px;
}

.banner-but {
    margin-top: 25px;
}

.header-phoneicon {
    color: #f1901e !important;
}

.header-tel:hover {
    color: #7ec0f5 !important;
}

.banner-listclr {
    color: #f1901e !important;
}

.boost-header {
    margin-top: 20px;
}

.h2-headingclr {
    color: #341c77;
}

.step-button {
    margin-bottom: 25px;
}

.car-box {
    margin-top: 5px !important;
}

.testi-para {
    color: #1d3170 !important;
}

.testi-header {
    color: black !important;
    margin-top: 10px;
}


.testi-header2 {
    color: #6e7684 !important;
    margin-top: -5px;
}

.fa-quote-right:before {
    content: "\f10e";
    color: #f1901e;
}

.border-box {
    /* margin-bottom: -35px; */
}

.call-button {
    display: flex;
    justify-content: center;
}

.call-toaction {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.video {

    background: linear-gradient(rgb(255 255 255), rgb(255 255 255));
    background-size: cover;
    background-attachment: fixed;

}

.how-section {
    padding-top: 100px;
}

.boost-icons {
    width: 90px;
    height: 90px;
}

.challenges-section {
    background-color: rgb(163 213 245 / 70%);
    padding-bottom: 0px !important;
}

.bannerh1 {
    color: #182e70 !important;
}

.bannerlist-para {
    font-size: 18px;
    font-weight: 900;
    color: #3a5690;
}

.float {
    position: fixed;
    /* width: 70px; */
    /* height: 65px; */
    bottom: 52px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 1px 30px 12px #28a745;
    z-index: 100;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
}

.adhd-head {
    font-size: 40px;
}

.red-button:hover {
    background: #ffffff !important;
    color: black !important;
}

.dsicover-header {
    font-size: 34px;
}

.key-header {
    font-size: 35px;
}

.get-started {
    font-size: 60px;
}


/* media screen start  */

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .banner-height {
        height: 850px ! IMPORTANT;

    }

    .banner-container {
        padding-top: 200px !important;
    }

    .adhd-head {
        font-size: 34px;
    }

    .star-boxes {
        height: 358px;
    }

    .steps-boxes {
        height: 445px;
    }

    .testi-boxes {
        height: 860px;
    }

    video.youtube-video {
        margin-top: -70px;
        width: 350px !important;
        height: 815px !important;
    }

    .focus-para {
        font-size: 20px;
        font-weight: 600;
        color: #e38210;
    }

    .my-son {
        font-size: 24px;
        font-weight: 800;
        /* line-height: 0px; */
    }

    .attention-para {
        font-size: 24px;
        color: white;
        font-weight: 900;
    }
}

@media screen and (min-width: 1440px) and (max-width: 2560px) {
    .header-tel {
        margin-left: 740px;
    }
}

@media screen and (min-width: 1351px) and (max-width: 1439px) {
    .header-tel {
        margin-left: 578px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 2560px) {
    iframe.youtube-banner {
        height: 400px;
    }

    .footer-logo {
        /* margin-left: -70px; */
        margin-top: -90px;
    }

    .banner-container {
        padding-top: 200px !important;
    }

    .banner-height {
        height: 870px;
    }

    .star-boxes {
        height: 358px;
    }

    .steps-boxes {
        height: 389px;
    }

    .testi-boxes {
        height: 750px;
        align-items: center;
        display: flex;
    }

    video.youtube-video {
        width: 380px !important;
        height: 810px !important;
        margin-top: -45px;
    }

    .focus-para {
        font-size: 21px;
        font-weight: 600;
        color: #e38210;
    }

    .my-son {
        font-size: 24px;
        font-weight: 800;

    }

    .test-image {
        height: 525px !important;
        object-fit: cover;
    }

    .sakshi-box {
        height: 525px;
        padding-top: 35px ! IMPORTANT;
    }



    .attention-para {
        font-size: 26px;
        color: white;
        font-weight: 900;
    }




}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .header-tel {
        margin-left: 500px;
    }
}

@media screen and (min-width: 320px) and (max-width: 430px) {
    .adhd-head {
        font-size: 26px;
    }

    .dsicover-header {
        font-size: 28px;
    }

    .key-header {
        font-size: 30px;
    }

    .how-mq {
        font-size: 32px;
    }
}

@media screen and (min-width: 431px) and (max-width: 767px) {
    .adhd-head {
        font-size: 30px;
    }

    .dsicover-header {
        font-size: 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }

    .float {
        left: 22px;
        bottom: 34px;
    }

    .youtube-video {
        width: 100%;
    }

    .carousel .carousel-item,
    .carousel .carousel-item img {
        height: 1000px !important;
    }

    .challenges-mq {
        padding-bottom: 10px !important;
    }

    .real-mq {
        margin-top: -40px;
    }

    .improvements-mq {
        margin-bottom: -90px !important;
    }

    .how-mq {
        padding-bottom: 30px;
    }

    .life-changingmq {
        margin-bottom: -30px !important;
    }

    .faq-section {
        padding-bottom: 0;
    }

    img.footer-logo {
        margin-top: -150px;
        /* margin-left: -50px; */
    }

    .footer {
        padding-bottom: 0px !important;
    }

    .banner-container {
        padding-top: 600px !important;
    }

    .banner-height {
        height: 1580px;
    }

    .get-started {
        font-size: 48px;
    }

    video.youtube-video {
        width: 100%;
        height: 500px !important;
    }

    .focus-para {
        font-size: 20px;
        font-weight: 600;
        color: #e38210;
    }

    .my-son {
        font-size: 24px;
        font-weight: 800;

    }

    .my-son {
        font-size: 22px;
        line-height: 0px;
        font-weight: 800;
    }

    .attention-para {
        font-size: 24px;
        color: white;
        font-weight: 900;
    }

}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .widget-1 {
        display: none;
    }

    .footer-logo {
        margin-top: -90px;
    }

    .youtube-video {
        width: 100%;
    }

    .carousel .carousel-item,
    .carousel .carousel-item img {
        height: 950px;
    }

    .real-mq {
        margin-top: -120px;
    }

    .improvements-mq {
        margin-bottom: -80px;
    }

    .how-mq {
        padding-bottom: 30px;
    }

    .how-section {
        margin-bottom: -40px;
    }

    .life-changingmq {
        margin-bottom: -30px !important;
    }

    .faq-section {
        padding-bottom: 0px;
    }

    .star-boxes {
        height: 409px;
    }

    .banner-container {
        padding-top: 540px !important;
    }

    .banner-height {
        height: 1460px;
    }

    .adhd-head {
        font-size: 30px;
    }

    .how-mq {
        font-size: 44px;
    }

    .improve-img {
        object-fit: cover;
        max-height: 400px;
        margin-bottom: 100px;
    }

    video.youtube-video {
        width: 340px !important;
        height: 600px !important;
        display: flex;
        float: left;
    }

    .focus-para {
        font-size: 20px;
        font-weight: 600;
        color: #e38210;
    }

    .my-son {
        font-size: 24px;
        font-weight: 800;
    }

    .attention-para {
        font-size: 24px;
        color: white;
        font-weight: 900;
    }

    .sakshi-box {
        margin-top: -100px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .youtube-video {
        width: 100%;
    }

    .widget-1 {
        display: none;
    }

    .footer-logo {
        margin-top: -90px;
    }

    .faq-section {
        padding-bottom: 0px;
    }

    .life-changingmq {
        margin-bottom: -30px !important;
    }

    .how-section {
        padding-bottom: 20px ! IMPORTANT;
    }

    .how-mq {
        padding-bottom: 40px;
    }

    .improvements-mq {
        margin-bottom: -70px;
    }

    .real-mq {
        margin-top: -180px;
    }

    /* .banner-container {
        padding-top: 200px !important;
    } */

    /* .banner-height {
        height: 870px;
    } */

    .adhd-head {
        font-size: 32px;
    }

    .star-boxes {
        height: 436px;
    }

    .steps-boxes {
        height: 361px;
    }

    .testi-boxes {
        height: 1125px;
    }

    .test-image {
        max-height: 500px !important;
        object-fit: fill !important;

    }

    .sakshi-box {
        margin-top: -130px;
    }

    /* .improve-img {
        object-fit: cover;
        max-height: 350px;
        margin-bottom: 160px;
    } */

    video.youtube-video {
        margin-top: -220px;
        height: 960px !important;
    }

    .focus-para {
        font-size: 20px;
        font-weight: 600;
        color: #e38210;
    }

    .my-son {
        font-size: 24px;
        font-weight: 800;
        line-height: 0px;
    }

    .attention-para {
        font-size: 24px;
        color: white;
        font-weight: 900;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1280px) {
    .footer-logo {
        margin-top: -90px;
    }
}

.improvements-mq {
    margin-bottom: -100px;
}


.faq-para {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
}

.started-text {
    margin-top: -90px;
}


/* form css  */

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
}

.close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
}

.form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-section {
    margin-bottom: 10px;
}

.submit-popup {

    padding: 7px;
    background: #f1901e;
    border-radius: 10px;
    width: 140px;
    margin-top: 20px;
}

.label-mb {
    margin-bottom: 5px;
}

.cl-but {
    background-color: #1d3170;
}

.center-submit {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .form-container {
        height: 530px;
        padding: 20px !important;
    }

    .pop-heading {
        font-size: 20px;
    }

    .label-mb {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .form-section {
        margin-bottom: 0px;
    }

    .form-control {
        height: 30px !important;

    }
    .submit-popup {
        padding: 5px;
        background: #f1901e;
        border-radius: 10px;
        width: 140px;
        margin-top: 14px;
    }

    .form-pall {
        padding: 0px 10px 0px 10px;
    }

}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .form-container {
        height: 530px;
        padding: 20px !important;
    }

    .pop-heading {
        font-size: 28px;
    }

    .label-mb {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .form-section {
        margin-bottom: 0px;
    }

    .form-control {
        height: 30px !important;

    }
    .submit-popup {
        padding: 5px;
        background: #f1901e;
        border-radius: 10px;
        width: 140px;
        margin-top: 14px;
    }

    .form-pall {
        padding: 0px 10px 0px 10px;
    }

}