@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* #2D89F9 */
:root {
    --loader-size: 70px;
    --animation: cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
    --loader-color: #2C89F9;
    --theme: #2C89F9;
    --lighttheme: #F5F9FF;
    --creametheme: #D9F2FF;
    --darkblue: #131621;
    --gray: #7E7E7E;
    --text-black: #1E1E1E;
    /* --text-gray: #676767; */
    --text-gray: #000000;
    --text-light-gray: #676767;

    --black: #0a0f15;
    --theme-gradiant: linear-gradient(to right bottom, #4dc2ff, #5ec7ff, #6dcdff, #7cd2ff, #89d7ff);
}

html {
    scroll-behavior: smooth;
}
/* .container,
.row>*{
    padding-right: 15px;
    padding-left: 15px;
} */
/* .row{
    margin-right: -15px;
    margin-left: -15px;
} */

.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

.text-light-gray{
    color: var(--text-light-gray);
}

.btn-primary {
    color: #fff;
    background-color: #2C89F9;
    border-color: #2C89F9;
}
.object-fit-none{
    /* object-fit: none; */
}
.btn-light-primary{
    color: var(--theme);
    background-color: #2C89F926;
    border-color: #2C89F926;
}
.btn-light-primary:hover{
    color: var(--theme);
    background-color: #2c89f940;
    border-color: #2c89f940;
}
.btn-light-primary.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #1E1E1E;
}

.form-control::placeholder{
    color: #676D75;
}
.form-control{
    background: #D9D9D94D;
    border: none;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
}
.form-check-input:checked{
    background-color: var(--theme);
    border-color: var(--theme);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

section {
    padding: 100px 0
}

a {
    text-decoration: none
}

.cs-ms-xxl-auto{
    margin-left: auto;
}
.cs-me-xxl-auto{
    margin-right: auto;
}

.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}

.text-theme {
    color: var(--theme) !important
}

.text-cs-black{
    color: var(--text-black);
}

.text-cs-gray{
    color: var(--text-gray);
}

.text-gray {
    color: var(--gray) !important
}

.bg-black {
    background-color: var(--black) !important
}

.bg-theme {
    background-color: var(--theme) !important
}

.bg-lighttheme {
    background-color: var(--lighttheme) !important
}

.bg-creametheme {
    background-color: #E6F1FE !important;
}

.theme-outline {
    border-color: var(--theme) !important
}

.theme-gradiant {
    background: var(--theme-gradiant) !important
}

.theme-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.rounded-10 {
    border-radius: 10px !important
}

.rounded-15 {
    border-radius: 15px !important
}

.rounded-20 {
    border-radius: 20px !important
}

.rounded-40 {
    border-radius: 40px !important
}

.index1 {
    z-index: 1;
}

.pt-50 {
    padding-top: 57px;
}

.bottom-shaow {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.owl-carousel .owl-stage-outer {
    /* padding-bottom: 25px; */
}

.bottom-line {
    display: inline-block;
    width: 22%;
    height: 2px;
    background-color: var(--theme)
}

.main-title {
    font-size: 36px;
    font-weight: 700
}

.sub-title {
    font-size: 20px;
    font-weight: 400
}

.sec-paragraph {
    font-size: 19px;
    font-weight: 300;
}

.third-paragraph {
    font-size: 18.5px;
    font-weight: 300;
}

.small-paragraph{
    font-size: 15.5px;
    font-weight: 300;
}

.exsmall-paragraph{
    font-size: 14px;
    font-weight: 300;
}

.index-1 {
    z-index: 1
}

.service-card, .choose-card, .custome-btn, .custome-btn:before, .header, .loader-body, .to-top-btn, .navbar-toggler-icon, .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    transition: .3s
}

.service-card:before, .custome-btn:before, .card-outline:before, .footer-before:before, .howitwork li p:before, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    content: "";
    pointer-events: none;
}

.imgupdown {
    animation: imgupdown 3s linear infinite;
}

@keyframes imgupdown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

/*  Header  */
.header-box {
    background: white;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05); */
    margin-top: 10px;
}

.counter-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.features-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.footer-ss {
    position: absolute;
    top: -446px;
    left: 0;
    width: 100%;
}

.header-btn{
    padding: 10px 25px;
}
.normal-btn{
    padding: 17px 36px;
}

.work-list-sub-ul{
    list-style-type: circle;
    padding: inherit;
}
.work-list-sub-ul li::marker{
    color: #00AEF3;
}







.howitwork li {
    padding-left: 15px;
    margin: 18px 0
}

.howitwork li p:before {
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}

.howitwork li p {
    font-size: 18px
}

.howrunorstayword .howitwork li p {
    font-size: 16px
}

.howrunorstayword .howitwork li {
    margin: 10px 0
}

.howrunorstayword .howitwork li p:before {
    width: 6px;
    height: 6px;
    top: 9px
}

.to-top-btn.active {
    opacity: 1;
    visibility: visible;
    right: 30px
}

.to-top-btn {
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    font-size: 25px;
    position: fixed;
    right: -30px;
    bottom: 30px;
    z-index: 99
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 2px solid transparent
}

.header.sticky {
    position: fixed;
    animation: headerdown .5s linear;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: white;
}

@keyframes headerdown {
    0% {
        transform: translateY(-76px)
    }

    100% {
        transform: translateY(0)
    }
}

.nav-link.active, .nav-item.active .nav-link, .nav-link:hover {
    color: var(--theme)
}

.nav-link {
    font-size: 19px;
    color: #8E9AB1;
    /* font-weight: 500; */
}

.navbar-brand img {
    width: 250px;
}

.navbar-nav .nav-item {
    margin: 0 10px
}

.navbar-toggler {
    display: flex;
    height: 40px;
    width: 40px
}

.navbar-toggler-icon:after {
    top: 10px
}

.navbar-toggler-icon:before {
    top: -10px
}

.navbar-toggler-icon:after, .navbar-toggler-icon:before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: var(--theme);
    border-radius: 10px;
}

.navbar-toggler-icon {
    height: 2px;
    width: 100%;
    background: var(--theme);
    border-radius: 10px;
}

.navbar-toggler.active .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler.active .navbar-toggler-icon:after {
    transform: rotate(225deg);
}

.navbar-toggler.active .navbar-toggler-icon:before {
    transform: rotate(-225deg);
}

.navbar-toggler.active .navbar-toggler-icon:after,
.navbar-toggler.active .navbar-toggler-icon:before {
    top: 0;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.custome-btn:before {
    width: 100%;
    height: 100%;
    background-color: #fef3ef;
    display: inline-block;
    position: absolute;
    transform: scaleY(0);
    left: 0;
    top: 0;
    z-index: -1
}

.custome-btn:hover:before,
.to-top-btn.custome-btn:before {
    transform: scaleY(1)
}

.custome-btn {
    border: 1px solid var(--theme)
}

.custome-btn:hover {
    color: var(--theme) !important
}

.banner-sec {
    padding-top: 170px;
    z-index: 1;
    /* background-image: url('../images/bannerbg.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.banner-text-content h1 {
    font-size: 85px;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner-img {
    /* position: absolute;
    left: 0;
    top: -350px;
    z-index: 1 */
}


.counder-card h3 {
    font-size: 60px;
}

.counder-cover {
    position: absolute;
    right: 0;
    top: -80px;
}

.card-outline:before {
    width: 2px;
    height: 100px;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: white;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card:hover {
    box-shadow: rgb(0 0 0 / 16%) 0px 25px 20px -20px !important;
}

.service-card p {
    font-size: 16px;
    line-height: 27px;
}

.service-img-cover {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 40px;
}

.chart-card{
    border: 2px solid #1A1A1A1F;
    box-shadow: 0px 4.302764892578125px 47.330413818359375px 0px #00000014;
}


.testimonial-title {
    font-size: 25px;
}

.testinomial-text {
    font-size: 17px;
    /* line-height: 27px; */
    font-weight: 300;
    color: var(--text-gray);
}

.testimonial-slider .owl-item.active.center .testinomial-text {
    color: var(--text-gray);
}

.testimonial-slider .owl-item {
    transform: scale(0.95);
    transition: 0.5s;
}

.testimonial-slider .owl-item.active.center {
    transform: scale(1);
}

.testimonial-cover h3 {
    color: #303030;
}

.testimonial-slider.owl-theme .owl-nav {
    margin-top: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #e68a56;
}

.testimonial-slider .owl-nav button i {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-slider .owl-nav {
    display: flex;
    left: 0;
    top: 29%;
    width: 100%;
    justify-content: center;
}

.testimonial-slider .owl-nav button.owl-prev i {
    left: 17px;
}

.testimonial-slider .owl-nav button.owl-next i {
    left: 22px;
}

.testimonial-slider.owl-theme .owl-nav button {
    margin: 0 30px;
    pointer-events: fill;
    background-color: #f7a374;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span, .testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    /* background: white; */
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    background: #E9E9E9;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theme);
}

.testimonial-sec {
    /* padding-bottom: 200px; */
}


.future-title{
    font-size: 18.5px;
}



.choose-card img {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.choose-card:hover {
    transform: translateY(-10px)
}

.footer-before:before {
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.footer-title {
    font-size: 45px
}

.footer-sub-title {
    font-size: 24px
}

.footer-form .form-control {
    border: none;
    outline: 0;
    padding: 12px 108px 12px 12px
}

.footer-border-color{
    border-color: #74747433;
}

.submit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%)
}

.social-icon li {
    display: inline-block;
    margin: 0 6px
}

.social-icon li a {
    width: 43px;
    height: 43px;
    background-color: var(--theme);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: white;
    transition: 0.4s;
}
.social-icon li a:hover{
    margin-top: -5px !important;
    transform: translateY(-5px);
}

.contact-sec {
    padding-top: 175px
}

.custom-input {
    background-color: #1c242e !important;
    border: none;
    color: #fff !important;
    outline: 0;
    padding: 20px 15px;
    border-radius: 10px
}

.use-sec {
    padding-top: 250px;
}

/* .uerselectinput:checked ~  .userlabel{
    opacity: 0;
} */

.text-justify{
    text-align: justify;
}

.chart-title{
    font-size: 19.5px;
    font-weight: 600;
    line-height: 33px;
    /* letter-spacing: 0em; */
    text-align: left;
}
.chart-border{
    border: 2px solid #1a1a1a1f;
}
.chart-container{
    min-height: 375px;
}


.work-list-li{
    padding-left: 32px;
    font-size: 18.5px;
}
.work-list-li::before{
    content: '';
    width: 14px;
    height: 14px;
    left: -1px;
    top: 7px;
    border-radius: 50%;
    position: absolute;
    background-color: #00AEF3;
    z-index: 1;
}
.work-list-li::after{
    content: '';
    position: absolute;
    top: 7px;
    bottom: -7px;
    left: 5px;
    width: 0px;
    border-left: 2px dashed #8EC1FF;
}
.work-list-li:last-child::after{
    content: none;
}

.footer-sec img[alt="footer-img"]{
    width: 245px;
}


.loader-body {
    display: flex;
    z-index: 999;
    background: #000000c9
}

.loader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: var(--loader-size);
    height: var(--loader-size);
    animation: rotate 8s cubic-bezier(.68, -.55, .265, 1.55) infinite
}

@keyframes rotate {
    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader__dot {
    background-color: var(--loader-color);
    border-radius: 50%
}

.loader__dot:nth-of-type(1) {
    animation: dot1 var(--animation);
    --loader-color: white
}

@keyframes dot1 {
    5% {
        transform: translate(0)
    }

    50% {
        transform: translate(-100%, -100%);
        border-radius: 5px
    }

    95% {
        transform: translateY(0)
    }
}

.loader__dot:nth-of-type(2) {
    animation: dot2 var(--animation)
}

@keyframes dot2 {
    5% {
        transform: translate(0)
    }

    50% {
        transform: translate(100%, -100%);
        border-radius: 5px
    }

    95% {
        transform: translateY(0)
    }
}

.loader__dot:nth-of-type(3) {
    animation: dot3 var(--animation)
}

@keyframes dot3 {
    5% {
        transform: translate(0)
    }

    50% {
        transform: translate(-100%, 100%);
        border-radius: 5px
    }

    95% {
        transform: translateY(0)
    }
}

.loader__dot:nth-of-type(4) {
    animation: dot4 var(--animation)
}

@keyframes dot4 {
    5% {
        transform: translate(0)
    }

    50% {
        transform: translate(100%, 100%);
        border-radius: 5px
    }

    95% {
        transform: translateY(0)
    }
}






/* Start Education Page */
.ul-normal {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style-type: disc;
}
.ed-introduction-sec{
        
}
/* End Education Page */




@media(max-width:1399px) {
    .cs-ms-xxl-auto, .cs-me-xxl-auto{
        margin: auto;
    }
    .chart-container {
        min-height: auto;
        border-radius: 10px;
    }
    .chart-container.container{
        /* max-width: 100%; */
    }
}

@media(max-width:199px) {
    .banner-text-content h1 {
        font-size: 75px;
        letter-spacing: 0px;
    }
}

@media(max-width:1024px) {
    .use-sec {
        padding-top: 50px;
    }

    .banner-img {
        position: relative;
        top: 0;
    }

    .footer-ss {
        top: -252px;
    }

    .header-box {
        margin-top: 2px;
    }

    .nav-link {
        font-size: 18px;
    }

    /* .testimonial-sec {
        padding-bottom: 50px;
    } */

    .download-img {
        position: relative;
        left: 0;
        top: 0;
    }

    .counder-card h3 {
        font-size: 60px;
    }

    .counder-cover {
        left: 0;
    }

    .banner-sec, .contact-sec {
        padding-top: 140px
    }

    .footer-title {
        font-size: 30px
    }

    .footer-sub-title {
        font-size: 20px
    }

    .sec-paragraph {
        font-size: 18px;
        line-height: 32px
    }

    .banner-text-content h1 {
        font-size: 65px
    }

    .sub-title {
        font-size: 19px
    }

    .choose-card img {
        width: 60px;
        height: 60px
    }

    .choose-card h3 {
        font-size: 22px
    }

    .choose-card p {
        font-size: 14px;
        line-height: 17px
    }
}

@media(max-width:991px) {

    .banner-sec, .contact-sec {
        padding-top: 125px
    }

    .footer-ss {
        top: -159px;
    }

    .counder-card h3 {
        font-size: 50px;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .navbar-collapse {
        background: var(--lighttheme);
        border-radius: 10px;
    }

    .navbar-nav .nav-item{
        margin: 8px 15px 0px 15px !important;
    }

    .header-btn{
        padding: 8px 22px;
    }

    .normal-btn {
        padding: 11px 27px;
        font-size: 15px;
    }

    section {
        padding: 30px 0
    }

    .banner-text-content h1 {
        font-size: 55px
    }

    .sec-paragraph {
        font-size: 17px;
        line-height: inherit;
    }

    .third-paragraph {
        font-size: 17px;
    }

    .testinomial-text {
        font-size: 16px;
    }

    .sub-title {
        font-size: 18px;
    }

    .main-title {
        font-size: 33px
    }

    .download-button img {
        width: 40px;
        height: 40px
    }

    .download-button h5 {
        font-size: 20px
    }

    .howitwork li p {
        font-size: 16px
    }

    .howitwork li {
        margin: 12px 0
    }

    .howitwork li p:before {
        top: 8px
    }

    .howrunorstayword .howitwork li p {
        font-size: 14px
    }

    .social-icon li a {
        width: 39px;
        height: 39px;
        font-size: 20px;
    }

    .navbar-brand img{
        width: 220px;
    }

    .footer-sec img[alt="footer-img"]{
        width: 215px;
    }

    .work-list-li {
        padding-left: 30px;
        font-size: 17px;
    }
    .future-title {
        font-size: 16px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        height: 8px;
        margin: 3px 5px;
    }
    
}

@media(max-width:767px) {
    .footer-ss {
        display: none;
    }
    .small-paragraph {
        font-size: 14px;
    }
    .exsmall-paragraph{
        font-size: 13.5px;
    }
}

@media(max-width:568px) {
    body {
        font-size: 0.9rem;
        line-height: inherit;
    }
    .third-paragraph{
        font-size: 16px;
    }
    .banner-sec, .contact-sec {
        padding-top: 120px
    }
    .service-sec {
        padding-bottom: 0 !important;
    }

    .banner-sec {
        padding-bottom: 50px;
    }

    .download-button p {
        font-size: 18px;
    }

    .testimonial-slider.owl-theme .owl-nav {
        margin-top: 0;
    }

    .testimonial-slider.owl-theme .owl-nav button {
        margin: 0 20px;
        width: 50px;
        height: 50px;
    }

    .testimonial-slider .owl-nav button i {
        font-size: 25px;
    }

    .testimonial-slider .owl-nav button.owl-prev i {
        left: 14px;
    }

    .testimonial-slider .owl-nav button.owl-next i {
        left: 19px;
    }

    .service-img-cover {
        width: 140px;
        height: 140px;
        margin-bottom: 22px;
    }

    .counder-cover {
        position: relative;
    }

    .counder-card h3 {
        font-size: 45px;
    }

    .card-outline:before {
        width: 80%;
        height: 2px;
        right: 0;
        top: initial;
        left: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .footer-before:before {
        transform: translateX(0) skewX(0)
    }

    section {
        padding: 30px 0
    }

    .banner-text-content h1 {
        font-size: 47px
    }

    .sec-paragraph {
        font-size: 15.5px;
        line-height: 22px
    }

    .sub-title {
        font-size: 16.5px
    }

    .choose-card img {
        width: 40px;
        height: 40px
    }

    .choose-card h3 {
        font-size: 20px
    }

    .choose-card p {
        font-size: 13px;
        line-height: 15px
    }

    .howitwork li p {
        font-size: 14px
    }

    .howitwork li {
        margin: 10px 0
    }

    .howitwork li p:before {
        top: 7px
    }

    .footer-title {
        font-size: 27px
    }

    .footer-sub-title {
        font-size: 18px
    }

    .main-title {
        font-size: 28px;
    }

    .social-icon li a{
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .social-icon li{
        margin: 0 4px;
    }

    .testinomial-text {
        font-size: 15px;
    }

    .chart-title{
        font-size: 18.5px;
        line-height: inherit;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 6px;
    }

    .work-list-li {
        padding-left: 27px;
        font-size: 15.5px;
    }
    .work-list-li::before {
        width: 12px;
        height: 12px;
        left: 0px;
        top: 5px;
    }
    .future-title {
        font-size: 16px;
    }

    .navbar-brand img{
        width: 205px;
    }

    .footer-sec img[alt="footer-img"]{
        width: 200px;
    }
}

@media(max-width:477px) {
    .footer-sec .container .row{
        justify-content: center;
    }
    .footer-sec .container .row .col, .footer-sec .container .row .col-auto{
        text-align: center;
    }
}

@media(max-width:375px) {
    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .download-button h4 {
        font-size: 17px;
    }

    .download-button img {
        width: 30px;
        height: 30px
    }

    .download-button span {
        font-size: 12px
    }

    .download-button h5 {
        font-size: 18px
    }

    .download-button {
        width: 100%
    }

    .d-sm-flex {
        display: flex
    }
}

@media(max-width:320px) {
    .mb-sm-0 {
        margin-bottom: 10px !important
    }

    .d-sm-flex {
        display: block
    }

    .download-button {
        width: 100%
    }
}
@media(min-width:1400px) {
    .min-cont-602px{
        min-width: 602.98px;
    }
}
@media (min-width: 992px){
    .p-lg-21rem {
        padding: 2.1rem!important;
    }
}
@media(min-width:767px) {
    .w-lg-75 {
        width: 75%
    }

    .w-lg-50 {
        width: 50%
    }

    .footer-before:before {
        transform: translateX(-50%) skewX(-18deg)
    }

}

@media (min-width: 768px) and (max-width: 991px){
    .banner-img.w-sm-75 { 
       width: 100% !important;
    }
}

/* .waitlist-offcanvas-content.offcanvas-start {
    width: 450px;
}

.waitlist-offcanvas-content .offcanvas-body form {
    width: 30%;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.waitlist-offcanvas-content .offcanvas-body .waitlist-label-title {
    font-size: 17px;
}
.waitlist-offcanvas-content .offcanvas-body .waitlist-label-pera {
	font-size: 15px;
}

.waitlist-offcanvas-content .waitlist-modal-logo {
    width: 180px;
    height: auto;
    max-width: 100%;
}

.waitlist-offcanvas-content .form-check label, .waitlist-offcanvas-content .form-check input {
    cursor: pointer;
}

@media (max-width: 767px) {
    .waitlist-offcanvas-content .offcanvas-body .waitlist-label-title {
        color: #2C89F9;
        font-size: 16px;
    }

    .waitlist-offcanvas-content .offcanvas-body .waitlist-label-pera {
        font-size: 14px;
    }
} */

.py-06rem{
    padding: 0.6rem 0px;
}
.max-w-590px{
    max-width: 590px;
}
.waitlist-modal-content .modal-content{
    /* box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5); */
}
.waitlist-modal-content .modal-header {
    /* background-color: #2C89F9; */
}

.waitlist-modal-content .modal-body {
    display: flex;
}

.waitlist-modal-content .modal-body form {
    width: 30%;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.waitlist-modal-content .modal-body .waitlist-label-title {
    /*color: #2C89F9;*/
    font-size: 18px;
    line-height: 24.51px;
}
.waitlist-modal-content .modal-body .waitlist-label-pera {
	font-size: 16px;
    color: #676D75 !important;
}

.waitlist-modal-content .waitlist-modal-logo {
    width: 180px;
    height: auto;
    max-width: 100%;
}

.waitlist-modal-content .btn-close {
    /* filter: invert(1) grayscale(100%) brightness(200%); */
    /* color: #fff; */
}

.waitlist-modal-content .form-check label, .waitlist-modal-content .form-check input {
    cursor: pointer;
}

@media (max-width: 575px) {
    .waitlist-modal-content .modal-body .waitlist-label-title {
        /* color: #2C89F9; */
        font-size: 17px;
    }

    .waitlist-modal-content .modal-body .waitlist-label-pera {
        font-size: 15px;
    }
}

.blue-btn{
    background-color: #2C89F9;
    padding: 6px 16px;
    border-radius: 2px;
}

.red-btn {
    background-color: #E97034;
    padding: 6px 16px;
    border-radius: 2px;
}
