/* * {
    margin: 0;
    padding: 0;
} */

ul {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    /* background: #E5E5E5; */
    /* background: #fafafa; */
    background: #fff;
    font-family: 'Inter';
    font-style: normal;
    color: #474747;
}

header {
    background-color: #242734cc;
    /* padding: 10px; */
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 999;
}

header .content {
    /* width: 90%; */
    margin: auto;
    padding: 10px 10%;
    background-color: rgb(255 255 255 / 95%) !important;
    /* opacity: 0.7; */
}

/* header .content img {
    width: 100px;
} */

header .menus ul {
    margin-bottom: 0;
}

header .menus ul li {
    list-style: none;
}

header .menus ul li a {
    text-decoration: none;
    margin: 0px 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /* line-height: 18px; */
    text-align: center;
    color: #403F3F;
    padding: 10px 10px;
    /* opacity: 0.7; */
}

.logo {
    margin-right: 40px;
}

header .menus ul li a:hover {
    font-weight: 600;
    color: #19B043;
}

header .menus ul li a.book_a_demo:hover {
    color: #19B043;
}

header .menus ul li a.book_a_demo {
    opacity: 0.9;
    /* color: rgba(101, 155, 255, 0.9); */
    color: #19B043;
    font-weight: 600;
}

@media (min-width:320px) and (max-width:600px) {
    header .menus ul li a {
        text-align: left;
        padding: 0px;
    }

    header .menus ul li {
        padding: 5px 0px;
    }

    .dropdown:hover>.dropdown-menu,
    .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
        top: 0px !important;
        left: 0px !important;
        will-change: transform !important;
        display: block !important;
        background: #343a40 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .dropdown-toggle {
        white-space: nowrap;
        padding: 0px !important;
    }

    .menus .dropdown-menu a {
        text-decoration: none !important;
        margin: 10px !important;
        text-align: left !important;
        color: #ccd5e6 !important;
        padding: 0px 20px !important;
    }

    #navbarCollapse {
        margin: 10px 0px 10px 0px;
    }

    .serv-img {
        width: 90px !important;
    }

    .blog-section {
        margin-top: 0% !important;
    }

    .middle-content .content {
        height: auto !important;
        /* display: flex; */
        padding: 0px 0px !important;
    }

    .middle-content .card {
        box-shadow: none !important;
        border-radius: 0px;
    }

    .content h3 {
        margin: 0px 0px 10px 0px !important;
    }
}


/* onscreen-section */

.onscreen-section {
    /* height: 80vh; */
    /* width: 80%;
margin: auto; */
    /* padding: 150px; */
    background: #fff;
}


/* .menus .dropdown-menu {
position: absolute;
top: 53px;
right: 108px;
display: inline-flex;
background: #1D3C75;
border: 0.4px solid #F9F9F9;
box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
padding: 10px 20px;
}

.menus .dropdown-menu a {
list-style: none;
} */

.dropdown-menu.show {
    display: flex;
    position: absolute;
    transform: translate3d(28px, 32px, 0px);
    top: 4px !important;
    left: 0px;
    will-change: transform;
    display: flex;
    background: #1D3C75;
    /* padding: 0.7rem 1rem !important; */
}

.menus .dropdown-menu a:hover {
    background-color: #1d3c75;
    color: #1d933e;
    /* font-size: 14px; */
    font-weight: 600;
}

.dropdown:hover>.dropdown-menu {
    display: flex;
    position: absolute;
    transform: translate3d(28px, 32px, 0px);
    top: 4px !important;
    left: 0px;
    will-change: transform;
    display: flex;
    background: #1D3C75;
    /* padding: 0.7rem 1rem !important; */
}


/* .dropdown:hover>.dropdown-menu {
display: flex;
position: absolute;
transform: translate3d(28px, 32px, 0px);
top: 0px;
left: 0px;
will-change: transform;
display: flex;
background: #1D3C75;
padding: 0.7rem 1rem;
} */

.banner-section {
    /* padding: 50px 105px; */
    /* padding: 10% 0px; */
    /* padding: 10% 0px; */
    /* width: 60%;
    margin: auto; */
    padding-top: 4%;
}

.menus .dropdown-menu a {
    text-decoration: none;
    margin: 0px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 20px;
}


/* .banner-title {
padding-top: 70px;
} */

.banner-section .banner-title h3 {
    font-size: 50px;
    line-height: 52px;
    /* letter-spacing: 0.05em; */
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-section .banner-title h6 {
    font-size: 24px;
    color: #403F3F;
    /* opacity: 0.7;     */
    margin-bottom: 30px;
    /* font-family: inter; */
    font-weight: 500;
    line-height: normal;
}

.banner-section .banner-title .btn {
    background: #1E5FD7;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 23px;
    margin-right: 20px;
}

.banner-section .banner-title .btn:hover {
    background: #1f703b !important;
}

.banner-title a img {
    margin-right: 8px;
}

.banner-section .banner-title a {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #6c6868;
}


/* onscreen-section End */


/* middle-content */

.title {
    width: 90%;
    margin: auto;
    padding: 5% 0 5% 0;
}

.title h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 45px;
    color: #FFFFFF;
}

.title h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.title h4 span {
    opacity: 0.7;
}


/* .middle-content {
margin-bottom: 20px;
padding: 70px 0;
padding: 100px;
background: #fff;
} */

.blog-section {
    width: 80%;
    margin: auto;
    padding: 10% 0px;
    /* margin-top: -8%; */
}

.content h3 {
    color: #1E1E1E;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    /* padding-right: 25%; */
    margin: 20px 0;
}

.content p {
    font-size: 12px;
    font-weight: 500;
}

/* .middle-content .card {
border: none;
background: transparent;
padding: 2.25rem;
} */

.middle-content .card {
    background: rgba(255, 255, 255, 0.9);
    /* box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 10px 0px; */
    padding: 1rem;
    border: none;
}

.middle-content .content {
    padding: 10px 30px;
    /* height: 350px; */
}

.middle-content .content ul {
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px !important;
}

.middle-content .content a {
    color: #00A19A;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}


/* Slider Section */

#slider-section {
    background: #fff;
}

.slider-section .carousel-item .row {
    background: rgba(32, 35, 48, 0.98);
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    width: 10%;
}

.slider-section .carousel-item .item-content {
    margin-left: 15%;
}

.slider-section {
    width: 80%;
    margin: auto;
    color: #fff;
    padding: 7% 0px;
}

.slider-section .item-content h3 {
    color: #c4c5c8;
    margin-bottom: 10%;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.slider-section .item-content p,
.slider-section .item-content a {
    font-size: 15px;
    line-height: 21px;
    color: #c4c5c8;
}

.slider-section .item-content a {
    color: #19b043;
}


/* Steper Section */

.step-section {
    /* display: none; */
    width: 80%;
    margin: auto;
    padding: 15% 0px;
}

#step-section {
    background: #FAFAFA;
}

.stepper-content {
    width: 72%;
    margin: auto;
    padding-top: 50px;
}

.stepper-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #9921D1;
    margin-top: 20px;
    margin-bottom: 5px;
}

.stepper-content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.stepper-content .details {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    opacity: 0.7;
}

#progress-bar-container li .step-inner {
    /* position: absolute; */
    color: #000;
    width: 100%;
    bottom: 0;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
    color: #444;
}

#progress-bar-container li::after {
    display: none;
    content: " ";
    /* display: block; */
    width: 6px;
    height: 6px;
    background-color: #777;
    margin: auto;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-top: -22px;
    box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.2);
    transition: all ease 0.25s;
}

#progress-bar-container li:hover::after {
    background: #555;
}

#progress-bar-container li.active::after {
    background: #207893;
}

#line {
    width: 2px;
    margin: auto;
    background-color: #e5e5e5;
    height: 100%;
    position: absolute;
    left: 7%;
    /* top: 0px;
bottom: 0px; */
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.75s;
    overflow: hidden;
}

#line-progress {
    content: " ";
    width: 8%;
    height: 100%;
    background-color: #207893;
    background: linear-gradient(to right #207893 0%, #2ea3b7 100%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

#progress-content-section {
    /* position: relative; */
    /* top: 100px; */
    width: 100%;
    margin: auto;
    /* background: #f3f3f3; */
    border-radius: 4px;
}

#progress-content-section .section-content {
    /* padding: 30px 40px; */
    text-align: center;
}

.section-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

.section-content p {
    /* text-align: left; */
    color: #777;
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    /* margin: 10px 100px 0px 45px; */
    margin: 0px 10%;
}

.section-content span {
    font-style: normal;
    color: #303F9F;
    font-weight: 600;
}

.section-content {
    display: none;
    animation: FadeinUp 0.7s ease 1 forwards;
    transform: translateY(15px);
    opacity: 0;
}

.section-content.active {
    display: block;
    opacity: 1;
}

.progress-wrapper {
    margin: auto;
    max-width: 1080px;
}

#progress-bar-container {
    position: relative;
    width: 90%;
    /* margin: auto; */
    height: 100px;
    margin-top: 10%;
}

#progress-bar-container ul {
    counter-reset: section;
    list-style-type: none;
    padding-top: 15px;
    /* z-index: 999; */
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

#progress-bar-container li::before {
    content: " ";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #9921D1;
    border: 2px solid #9921D1;
    transition: all ease 0.3s;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
}

#progress-bar-container li.active::before {
    /* border: 2px solid #fff; */
    /* counter-increment: section; */
    content: counters(section, ".") " ";
    background-color: #9921D1;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-top: -7px;
}

#progress-bar-container li {
    counter-increment: section;
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}

#progress-bar-container li span {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #1D933E;
    position: absolute;
    top: 0%;
    left: 78%;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* Service Section */

.box {
    background: #FFFFFF;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    margin-top: 10px;
    padding: 10px
}

.feacher-title h3 {
    text-align: center;
    font-weight: 500;
    font-size: 31px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 5%;
}

.feacher-title h3 b {
    color: #1d3c75;
}

.services-section {
    width: 80%;
    margin: auto;
    padding: 10% 0;
}

#services-section {
    background: #FFFFFF;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.services-section h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #9921D1;
    margin-bottom: 0px;
    /* text-align: center; */
}

.services-section h2 {
    font-weight: 500;
    font-size: 31px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 20px;
}

.services-section p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0px;
    /* text-align: center; */
}

.app-link {
    width: 90%;
    margin: auto;
    padding: 10% 0px;
}

.digitalWorld-section,
.digitalWorld-section-1 {
    width: 90%;
    margin: auto;
    padding: 10% 0px;
}

.digital-content h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    color: #000000;
}

.digital-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-family: Poppins;
}

.digital-content p {
    font-weight: 600;
    font-family: Poppins;
    font-size: 12px;
    line-height: 21px;
    color: #000000b3;
}

.digitalWorld-section-1 .digital-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
}

.digitalWorld-section-1 .digital-content {
    margin: 0px;
    margin-right: 11%;
}

/* .digital-content {
    margin-left: 15%;
} */

.digital-content a {
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #1E5FD7;
    margin-top: 10%;
    /* background: #FAD517;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 15%);
    border-radius: 0px 10px; 
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding: 15px 30px;
    margin-top: 15%;*/
}

.digital-content a:hover {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
    color: #fff;
}

.app-content .d-flex h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
}

.mobilescreen-list {
    margin-top: 2% !important;
    list-style: none;
    display: flex;
    justify-content: space-around;
    text-decoration: underline;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}

.mobilescreen-list li:first-child {
    margin-left: 9%;
}

.mobilescreen-list li:last-child {
    margin-right: 2%;
}


/* About Section */

.about-section {
    margin: auto;
    padding:10% 0 10% 0;
    overflow: hidden;
    background: url('../img/home-page/about_bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-content {
    /* padding: 85px; */
    /* background: #F9F9F9; */
    font-size: 17px;
    line-height: 27px;
    /* width: 70%; */
    margin: auto;
    /* margin: 12% auto; */
}

.about-content h4 {
    color: #303F9F;
    font-weight: 600;
    font-size: 17px;
}

.about-content h4 span {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    opacity: 0.7;
}

.about-content h3 {
    color: #000;
    font-size: 26px;
    line-height: 42px;
    font-weight: 600;
}

.about-content p {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
    opacity: 0.7;
}

.about-content a {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    /* color: #19b043;
    font-weight: 600; */
}

.about-content .feature-btn {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #1E5FD7;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 15px 30px;
    /* color: #19b043;
    font-weight: 600; */
}


/* Action Section */

#action-section {
    background: #f5f5f5;
}

.action-section {
    /* background: rgba(32, 35, 48, 0.98); */
    width: 100%;
    margin: auto;
    padding: 30px 0px;
}

.action-section h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    /* text-align: center; */
    color: #000;
}

.action-section a {
    background: #303F9F;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    border-radius: 50px;
    /* font-weight: 600; */
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #fff;
    padding: 15px 50px;
    margin-right: 20px;
}

.action-section a:hover {
    color: #c4c5c8;
    background: #1d933eab !important;
}

.action-section a:active {
    box-shadow: 0 0 0 0.2rem #1d933eab;
}


/* How use Student */

.how-use {
    background: #1F3B76;
    /* background-image: url("../img/home-page/student-with-books.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    padding: 5% 0 20% 0;
    /* padding-bottom: 23%; */
    margin-bottom: 25%;
}

.how-use .how-use-content a {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: #9921D1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: 10%;
    padding: 14px 70px;
}

.how-use .how-use-content a:hover {
    background: #1f703b !important;
}

.how-use-content {
    position: relative;
    /* margin-left: 10%; */
    /* top: 30%; */
    /* left: 20%; */
    z-index: 1;
}

.how-use-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
}

.how-use-content p {
    color: #F5F4F4;
    font-size: 15px;
    line-height: normal;
    /* margin-top: 8%; */
    font-weight: 500;
}

.how-use-image {
    margin-top: 8%;
}


/* Benefit Section */

.benefit-section {
    padding: 5% 0px;
    background: #FFFFFF;
}

.benefit-content {
    margin-bottom: 4%;
}

.benefit-title h3 {
    color: #202330;
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 7%;
}

.benefit-content h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1e5fd7e6;
    margin-left: 10px;
}

.benefit-content p {
    color: #000;
    opacity: 0.7;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}


/* Privacy Section */



.privacy-content {
    width: 90%;
    margin: auto;
    padding: 10% 0px;
    /* margin-bottom: 20px; */
    /* padding: 70px 0;
padding: 100px; */
}

.privacy-content .content h3 {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 25%;
    margin: 20px 0;
}

.privacy-content .content p {
    color: #fff;
    font-size: 15px;
    opacity: 0.7;
}

.privacy-content .card {
    border: none;
    padding: 0px;
    background: transparent;
    /* background: #202330; */
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    color: #fff;
}

.privacy-content .content {
    padding: 10px 30px;
    height: 217px;
    margin-top: -7px;
    background: #202330;
}

.privacy-content .content ul {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px !important;
}

.privacy-content .content a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.privacy-title {
    padding: 50px 0px;
}

.privacy-title p {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #000;
    opacity: 0.7;
}

.privacy-title h3 {
    color: #000;
    font-weight: 600;
    font-size: 31px;
    line-height: 47px;
}

.privacy-title h3 span {
    font-style: italic;
    font-weight: 700;
    font-size: 31px;
    line-height: 47px;
    color: #303F9F;
}

.privacy-content hr {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}


/* footer */

footer {
    background: #F5F5F5;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.footer {
    /* width: 80%; */
    margin: auto;
    padding: 20px 0 20px 0;
}

.footer p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    opacity: 0.7;
}


/* .footer li {
    list-style: none;
} */

.footer li,
.footer li a,
.footer a {
    list-style: none;
    margin-bottom: 20px;
    color: #403F3F;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.footer h6 {
    font-size: 16px;
    font-weight: 600;
}

.copyright {
    font-size: 18px;
    line-height: 14px;
    color: #403F3F;
    font-weight: 600;
}

.footer-link ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.footer-link ul li {
    list-style: none;
    margin: 0 10px;
}

.footer-link ul li a.link_uni {
    color: rgba(30, 95, 215, 0.9);
}

.footer-link ul li a {
    text-decoration: none;
    font-family: 'Inter';
    /* font-style     : normal; */
    font-weight: bold;
    font-size: 15px;
    line-height: 14px;
    /* identical to box height, or 100% */
    color: rgba(0, 0, 0, 0.6);
}

.footer .social-media-link {
    padding: 20px 0px;
}

.footer .social-media-link li img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}


/* Ad */

.admin-banner {
    margin-top: 40px;
}

#admin-banner-title {
    background: rgba(32, 35, 48, 0.98);
}

.admin-banner-title {
    width: 90%;
    margin: auto;
    padding: 7% 0px;
}

.admin-banner-title h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #19B043;
}

.admin-banner-title h3 {
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.admin-banner-title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    opacity: 0.7;
}

.admin-feacture {
    padding: 12% 0px;
}

.feacture-content h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #9921D1;
}

.feacture-content h3 {
    color: #000;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.feacture-content p {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 35px;
    opacity: 0.7;
}

.feacture-content h5 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    opacity: 0.5;
}


/* .feacture-img img {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
} */


/* .feacture-img {
animation: 3s slide-right;
}

@keyframes slide-right {
from {
margin-left: -100%;
}
to {
margin-left: 0%;
}
} */

.blog-post {
    margin-top: 20%;
}

.blog-post h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    color: #497455;
}

.get_start-btn {
    background: #1E5FD7 !important;
    color: #fff !important;
}

.learn_more_btn {
    border: 2px solid #1E5FD7;
    background: #F5F5F5 !important;
    color: #1E5FD7 !important;
}

.get_start {
    border-radius: 3px;
    background: #1E5FD7;
    color: #FFF !important;
    padding: 10px 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.sign-in {
    border-radius: 3px;
    border: 1px solid rgba(196, 196, 196, 0.95);
    color: #FFF !important;
    background: #000;
    font-size: 12px;
    font-weight: 600;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

/* BooK Demo */

.request-demo-section {
    width: 85%;
    margin: auto;
    position: relative;
    top: -320px;
}

.demo-content h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #9921D1;
    margin: 5% 0px;
}

.demo-content h3 {
    color: #000;
    font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 5%;
}

.demo-content p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10%;
    opacity: 0.7;
}

.demo-content p span {
    color: #1e5fd7;
}

.demo-content ul {
    color: #000;
    font-size: 15px;
    opacity: 0.5;
    line-height: 30px;
    padding: 0px 40px !important;
    margin-bottom: 15px !important
}

.demo-form h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #000000;
}

.demo-form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
}

.demo-form h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    opacity: 0.9;
}

.info-form label {
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
}

.info-form label span {
    color: #ff000e;
}

.info-form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);
}

.info-form button {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background: #1D933E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 12px 60px;
}

.info-form button:hover {
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.info-form .form-group button {
    align-items: center;
}

.info-form .form-group input[type=text],
.info-form .form-group input[type=email],
.info-form .form-group select {
    border-radius: 0px;
    height: 47px;
}

.demo {
    background: rgba(249, 249, 249, 0.98);
    box-shadow: 6px 6px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 50px 45px
}

.demo-content {
    margin-right: 80px;
}

.admin-banner-title a {
    display: none;
}

.mobile-display {
    display: none;
}

@media (min-width:320px) and (max-width:600px) {
    .footer .social-media-link {
        display: none;
    }

    .footer .link_uni {
        display: none;
    }

    .footer-link ul {
        display: block !important;
    }

    footer {
        /* background: rgb(32 35 48); */
        text-align: center;
    }

    .footer-link ul li a {
        color: #fff;
        line-height: 30px;
        font-weight: normal;
    }

    .footer p {
        color: #fff;
        opacity: 0.7;
    }

    .footer hr {
        border-top: 1px solid rgb(255 255 255 / 20%);
        margin-bottom: 0rem;
    }

    .footer h6 {
        /* color: #fff; */
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .footer li,
    .footer li a,
    .footer a {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .copyright {
        /* font-weight: 400; */
        font-size: 14px;
        line-height: 15px;
        /* color: #FFFFFF; */
        margin-bottom: 5%;
    }

    /* .copyright {
        margin: 15% 0 0 0;
    } */
    .footer-link ul li {
        margin: 0;
    }

    #admin-banner-title {
        background: #fff;
    }

    .admin-banner-title h4 {
        display: none;
    }

    .admin-banner-title h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.05em;
        color: #000000;
        text-align: left;
    }

    .admin-banner-title p {
        font-size: 12px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.7);
        text-align: left;
    }

    .admin-banner-title a {
        display: block;
        background: #1E5FD7;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        margin-top: 10%;
        padding: 10px;
    }

    #action-section {
        background: rgb(255 255 255 / 98%);
    }

    .action-section h4 {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        color: #202330;
    }

    .action-section a {
        /* background: #1E5FD7 !important; */
        /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
    }

    .action-section {
        width: 90%;
        padding: 20px 0px 20px 0px;
    }
}

@media (min-width:320px) and (max-width:600px) {
    .request-demo-section {
        top: 0;
        padding-bottom: 5%;
    }

    .demo-content {
        margin-right: 0px;
    }

    .demo {
        padding: 20px;
    }

    .desktop-display {
        display: none !important;
    }

    .mobile-display {
        display: block;
    }

    .feacture-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .feacture-content h5 {
        font-size: 10px;
        line-height: 15px;
    }

    .feacture-content h4 {
        font-size: 10px;
    }

    .feacture-content p {
        font-size: 12px;
        line-height: 21px;
    }

    .benefit-section {
        background: #FFFFFF !important;
    }

    .demo-content h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .demo-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .demo-content ul {
        font-size: 12px;
        line-height: 20px;
    }

    .demo-form p {
        font-size: 12px;
        line-height: 18px;
    }

    .info-form p {
        font-size: 12px;
    }

    .demo-form h3 {
        font-size: 16px;
        line-height: 27px;
    }

    .demo-form h4 {
        font-size: 14px;
        line-height: 21px;
    }
}


/* Home Page */

@media (min-width:320px) and (max-width:600px) {
    .banner-section .banner-title h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .stepper-content p {
        font-size: 10px;
    }

    .how-use-content {
        left: 0%;
        top: 0%;
        padding: 10% 0;
        margin-left: 0px;
    }

    .digital-img>div {
        width: 100% !important;
    }

    .benefit-content h3 {
        font-size: 13px;
        line-height: 20px;
        color: #000;
    }

    .benefit-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .benefit-content .d-flex>div {
        width: 17px !important;
        height: 17px !important;
    }

    .benefit-content p i {
        font-size: 10px;
        line-height: 15px;
        color: #000;
        opacity: 0.5;
        font-style: normal;
    }

    .privacy-mob {
        width: 90%;
        margin: auto;
    }

    .privacy-mob .privacy-content h3 {
        font-style: italic;
        font-weight: 700;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        color: #19B043;
    }

    .privacy-mob .privacy-content p {
        font-style: italic;
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
        text-align: center;
        color: rgba(0, 0, 0, 0.7);
    }

    .privacy-mob a {
        background: #19B043;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
    }

    .banner-section {
        width: 85%;
        padding: 20% 0px;
    }

    .banner-section .banner-title h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .banner-section .banner-title .btn {
        background: #1E5FD7 !important;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
    }

    .step-section {
        width: 85%;
    }

    .about-section {
        width: 90%;
    }

    .stepper-content {
        width: auto;
        padding-top: 0px;
    }

    .stepper-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .stepper-content .details {
        font-size: 12px;
        line-height: 18px;
    }

    #progress-content-section {
        width: 100%;
    }

    #progress-bar-container {
        height: 80px;
    }

    .section-content p {
        font-size: 9px;
        line-height: 14px;
        margin: 10px 10px 0px 10px;
    }

    .about-content {
        padding: 30px;
        min-height: auto !important;
        background: #fff;
    }

    .about-content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .about-content h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .about-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .feacture-img-mob {
        min-height: auto !important;
    }

    #about-section {
        background: rgba(249, 249, 249, 0.98);
    }

    .how-use-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .how-use-content p {
        line-height: 21px;
        font-size: 12px;
    }

    .how-use .how-use-content button {
        font-size: 15px;
        line-height: 22px;
        padding: 5px 40px;
    }

    .how-use-btn {
        text-align: center;
    }

    .services-section h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .services-section h3,
    .services-section p {
        font-size: 12px;
        line-height: 18px;
    }

    .banner-content-mob h3 {
        font-size: 15px !important;
        line-height: 23px !important;
        color: #1D3C75 !important;
    }

    .banner-content-mob p {
        font-weight: 500;
        font-size: 12px;
        line-height: 21px;
        color: #000;
        opacity: 0.7;
    }

    .banner-section .banner-title .video-btn {
        background: rgba(249, 249, 249, 0.98);
        border: 2px solid #9921D1;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #9921D1;
        width: 100%;
        padding: 10px;
    }

    .onscreen-section {
        background: rgba(249, 249, 249, 0.98);
    }

    #step-section {
        background: #fff;
    }

    .banner-img-mob {
        padding: 10% 0px;
    }

    .onscreen-section {
        height: auto;
    }

    .benefit-title h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .middle-content .card {
        padding: 0rem 0rem 1rem 0rem;
        background: rgb(249 249 249);
    }

    .blog-section {
        width: 90%;
    }

    .blog-img {
        margin-right: 10%;
    }

    .middle-content .content .blog-img img {
        width: 50px !important;
        background: #F0F0F2;
        border-radius: 50%;
        padding: 10px;
    }

    /* .middle-content .content .blog-img::after {
        content: " ";
        display: block;
        margin: auto;
        width: 1px;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #296AE1;
    } */

    .middle-content {
        background: #F9F9F9;
    }

    .feacture-btn {
        background: #1E5FD7 !important;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
    }

}

.fea-img {
    margin-bottom: 10%;
}


/* Career PAge */

.career-section {
    width: 70%;
    margin: auto;
    padding: 10% 0px;
}

.career-section h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.career-section h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    opacity: 0.7;
    margin-top: 5%;
}

.career-section p {
    font-size: 15px;
    line-height: 20px;
    opacity: 0.5;
}

.career-section h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #9921D1;
    margin: 7% 0px;
}

.career-section .career-btn {
    background: #1D933E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 23px;
    margin: 5% 0px;
}

.career-section .career-btn:hover {
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.career-section a {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #1E5FD7;
}

@media (min-width:320px) and (max-width:600px) {
    .career-section h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .career-section h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .career-section p {
        font-size: 12px;
        line-height: 18px;
    }

    .career-section h6 {
        font-size: 10px;
        line-height: 14px;
    }

    .career-section a {
        font-size: 12px;
    }

    .career-section .career-btn {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        margin-top: 10%;
        padding: 10px;
    }
}


/* support page */

.support-banner-title {
    width: 90%;
    margin: auto;
    padding: 7% 0px;
}

#support-banner-title {
    background: #FAFAFA;
}

.support-banner-title h3 {
    color: #000000;
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}

.support-banner-title h3 span {
    color: #1E5FD7;
}

.support-banner-title p {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
    text-align: center;
    margin-top: 5%;
}

.support-input {
    font-size: 15px;
    line-height: 21px;
    color: #1E5FD7;
    width: 80%;
    margin: auto;
}

.support-banner-title p {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
    text-align: center;
    margin-top: 5%;
}

.support-faq-content .faq-content h2 {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.faq-content {
    margin-bottom: 35px;
}

.support-faq-content {
    padding: 10% 0px 0px 0px;
}

.support-faq-content .faq-content p {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    line-height: 27px;
    opacity: 0.7;
}

.Supportfaq-content h3 {
    color: #000;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.Supportfaq-content h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5%;
}

.faq-contact {
    background: #F9F9F9;
    padding: 3% 0px;
}

.faq-contact h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.faq-contact h3 a {
    color: #9921d1;
}

.artical-content h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.artical-content p {
    font-size: 15px;
    line-height: 21px;
    opacity: 0.7;
}

.artical-content a {
    font-size: 15px;
    line-height: 18px;
    color: #19B043;
}

.artical-content {
    padding-right: 10%;
}

.artical-topic {
    width: 85%;
    margin: auto;
    padding: 5% 0px 10% 0px;
}

.atical-box {
    background: #F0F0F2;
    padding: 3% 0px;
    margin: 0 0 5% 0;
}

.artical-topic h2 {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 5%;
}

@media (min-width:320px) and (max-width:600px) {
    .support-banner-title h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .support-banner-title p {
        font-size: 10px;
        line-height: 14px;
    }

    .support-input {
        font-size: 12px;
        line-height: 18px;
    }

    .Supportfaq-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .Supportfaq-content h4 {
        font-size: 9px;
        line-height: 12px;
    }

    .support-faq-content .faq-content h2 {
        font-size: 13px;
        line-height: 18px;
    }

    .support-faq-content .faq-content p {
        font-size: 10px;
        line-height: 15px;
    }

    .faq-contact h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .artical-topic h2 {
        font-size: 16px;
        line-height: 21px;
    }

    .artical-content p {
        font-size: 10px;
        line-height: 15px;
    }

    .artical-content h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .artical-content {
        padding: 10% 5%;
    }

    .artical-topic {
        width: 90%;
    }
}

.banner-option img {
    background: rgba(32, 35, 48, 0.95);
    border-radius: 9px;
}

.banner-option p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    padding: 0px 10px;
    margin-bottom: 0px;
}

.banner-option {
    margin-top: 10%;
}

.blog-title {
    padding: 0px 0px 10% 10px;
}

.blog-title h3 {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
}

.blog-title p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    opacity: 0.7;
}


/* Get In touch */

.contact-header {
    width: 90%;
    margin: auto;
    padding: 10% 0px 0px;
}

.contact-header h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.contact-header p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    opacity: 0.7;
}

.contact-section {
    width: 80%;
    margin: auto;
    padding: 5% 0px 20% 0px;
}

.contact-box h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.contact-box p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}

.contact-box a {
    font-size: 15px;
    line-height: 19px;
    color: rgba(30, 95, 215, 0.9);
}

.contact-section .info-form .form-group input[type=text],
.contact-section .info-form .form-group input[type=email] {
    font-size: 13px;
    line-height: 18px;
}

@media (min-width:320px) and (max-width:600px) {
    .contact-header h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-header p {
        font-size: 12px;
        line-height: 18px;
    }

    .contact-box h3 {
        font-size: 15px;
        line-height: 30px;
    }

    .contact-box p,
    .contact-box a {
        font-size: 12px;
        line-height: 18px;
    }

    .contact-section {
        width: 90%;
        padding: 0px;
    }

    .contact-section .demo {
        margin-bottom: 10%;
    }

    .contact-header {
        padding: 20% 0px 0px;
    }

    .contact-section .contact-box img {
        width: 15px !important;
    }

    .contact-section .contact-box .cont-img {
        width: 35px !important;
    }
}


/* Blog Page */

.blog-header {
    width: 90%;
    margin: auto;
    padding: 10% 0px 0px;
}

.blog-header h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.blog-header p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    opacity: 0.7;
}

.blogs-section {
    width: 80%;
    margin: auto;
    padding: 10% 0px 20%;
}

.blogs-section .card-body {
    background: #FFFFFF;
    border: 0.4px solid #C4C4C4;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 0px;
}

.blogs-section .content h3 {
    font-size: 16px;
    line-height: 27px;
}

.blogs-section .content p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    opacity: 0.7;
}

.blogs-section .content {
    padding: 0px 10% 10%;
}

.blogs-section .blog-btn {
    background: #FFFFFF;
    border: 2px solid #9921D1;
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #9921D1;
}

.blogs-section .blog-content {
    height: 200px;
}

@media (min-width:320px) and (max-width:600px) {
    .blogs-section .blog-home-screen {
        margin-top: 10%;
    }

    .blogs-section {
        padding: 0px;
    }

    .blog-header h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .blog-header p {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-header {
        padding: 20% 0px 0px;
    }
}


/* Home Screen Blog */

.homeScreen-header {
    width: 90%;
    margin: auto;
    padding: 10% 0px 0px;
}

.homeScreen-header h3 {
    font-size: 17px;
    line-height: 30px;
    color: #9921D1;
    font-weight: 600;
}

.homeScreen-header p {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.blog-details-section {
    width: 90%;
    margin: auto;
    padding: 5% 0px 10% 0px;
}

.blog-details-section p,
.blog-details-section ul,
.blog-details-section ol {
    font-size: 15px;
    line-height: 27px;
    margin-top: 10px;
    opacity: 0.7;
}

.blog-details-section ul {
    padding-left: 5% !important;
}

.blog-details-section ol li {
    margin-top: 5%;
    color: #d97d12;
    font-weight: 600;
}

.blog-details-section .blog-details h2 {
    font-size: 19px;
    line-height: 45px;
    font-weight: 600;
    color: #d97d12;
}

.blog-details-section .blog-details {
    margin-top: 5%;
}

.blog-details-section ul li {
    margin-top: 15px;
}

.blog-details-section .bloger-info h5 {
    color: #9921D1;
    font-size: 20px;
    line-height: 30px;
    margin-left: 5%;
}

.blog-details-section .bloger-info {
    padding: 20px 0px;
    margin-bottom: 5%;
    border: none;
    border-top: 2px solid #9921D1;
    border-bottom: 2px solid #9921D1;
}

.blog-green {
    color: #0b8f78 !important;
}

.blog-brown {
    color: #d15151 !important;
}

.blog-details-section .blog-details .per-list li {
    color: #000 !important;
}


/* Policy */

.policy-banner {
    width: 90%;
    margin: auto;
    padding: 8% 0px 0px;
}

.policy-banner h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.policy-banner h5 {
    font-size: 17px;
    line-height: 30px;
    color: rgba(30, 95, 215, 0.9);
    margin-bottom: 0px;
}

.policy-section {
    width: 80%;
    margin: auto;
    padding: 0px 0px 10%;
}

.policy-section h2 {
    margin-top: 5%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.policy-section h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    opacity: 0.8;
}

.policy-section p,
.policy-section ul {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
}

.policy-section .browser-list {
    list-style-type: none;
    margin-left: 20px !important;
}

.policy-section ul {
    margin-left: 20px !important;
}

.policy-section h4 {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.8;
    font-weight: 600;
}

.coming-banner {
    margin-top: 100px;
}

.coming-section {
    width: 70%;
    margin: auto;
    padding: 5% 0px;
}

.coming-section h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.coming-section p {
    font-size: 15px;
    line-height: 20px;
    opacity: 0.5;
}

.coming-section .career-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 35px;
    margin: 5% 0px;
    background: #1F3B76;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.back-next-section p {
    font-size: 21px;
    line-height: 22px;
    padding: 0px 10px;
}

.back-next-section {
    padding: 3% 0 3% 0;
}

@media (min-width:320px) and (max-width:600px) {
    .back-next-section p {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .info-form button {
        font-weight: 500;
        font-size: 12px;
    }

    .blogs-section .content h3 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px !important;
    }

    .blogs-section .content p {
        font-size: 12px;
        line-height: 21px;
        color: #000;
        opacity: 0.7;
    }

    .homeScreen-header p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
    }

    .homeScreen-header h3 {
        margin-top: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .blog-details-section p,
    .blog-details-section ul,
    .blog-details-section ol {
        font-size: 12px;
        line-height: 21px;
    }

    .blog-details-section .blog-details h2 {
        font-size: 16px;
        line-height: 25px;
    }

    .blog-details-section ul li {
        margin-top: 10px;
    }

    .blog-details-section .blog-details {
        margin-top: 5%;
    }

    .blog-details-section {
        padding: 5% 0px;
        width: 85%;
    }

    .policy-banner h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }

    .policy-section h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .policy-section p,
    .policy-section ul {
        font-size: 12px;
        line-height: 20px;
    }

    .policy-section h3 {
        font-size: 14px;
        line-height: 21px;
    }

    .policy-section {
        width: 85%;
    }

    .coming-section h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .coming-section p {
        font-size: 14px;
    }
}


/* Animation */

.slide-right {
    animation: 3s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}


/***** Slide Left *****/

.slide-left {
    animation: 3s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.cristalBall {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.background {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle2 {
    /* background-color: #f3cafc; */
    /* background-color: #f7f7f9; */
    background-color: #d5d5d5;
    opacity: 0.7;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 40px;
    transform: translate(-50%, -50%);
    animation: pulse 3s linear infinite;
}

@keyframes pulse {
    0% {
        width: 600px;
        height: 600px;
    }

    50% {
        width: 650px;
        height: 650px;
    }

    100% {
        width: 600px;
        height: 600px;
    }
}

.feacture-img-mob {
    animation: f 4s linear;
}

@keyframes f {
    from {
        clip-path: inset(0 80% 0 0);
    }

    50%,
    to {
        clip-path: inset(0 0% 0 0);
    }
}

.feacture-img-mob:after {
    filter: brightness(0.2);
    transform: rotateY(-180deg);
    animation: g 4s infinite;
}

@keyframes g {
    from {
        clip-path: inset(0 0 0 20%);
        transform-origin: 20% 0;
    }

    50%,
    to {
        clip-path: inset(0 0 0 100%);
        transform-origin: 100% 0;
    }
}


/* 
@keyframes h {
    from {
        transform: rotate(-50deg);
    }
    to {
        transform: rotate(-40deg);
    }
} */

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}


/* 
.effect {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.effect.active {
    transform: translateY(0);
    opacity: 1;
} */

.banner-title h3 {
    animation: draw 0.5s linear 4.6s forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


/* banner title */

.active .fade-left {
    animation: fade-left 1s ease-in;
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.active .fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.zoom-in {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .8s ease-in;
    transition: all .8s ease-in;
}


/* 
.banner-title h3 {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
} */


/* 
.banner-title h3 {
    animation: reveals 3000ms ease-in-out infinite 200ms, glow 2500ms linear infinite 2000ms;
}

@keyframes reveals {
    80% {
        letter-spacing: 5px;
    }
    100% {
        background-size: 300% 300%;
    }
}

@keyframes glow {
    40% {
        text-shadow: 0 0 8px #fff;
    }
} */


/* 
.banner-title h3 {
    
    background: linear-gradient(130deg, #000, #fff, #000);
   
    background-size: 90%;
    animation: animate 6s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
} */
.slider-content {
    background: #1F3B76;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px 30px 20px;
    height: 125px;
}

.slider-content small {
    color: #C4C4C4;
    font-size: 12px;
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
}

.accordion-body {
    font-size: 15px;
    font-weight: 500;
}

.faq_img {
    padding: 1rem 1rem;
}

.security_verify h5 {
    color: #00A19A;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.security_verify p {
    color: #F5F4F4;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.symbol span {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.pers span {
    color: #00A19A;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.box_content p {
    color: #F5F4F4;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.resourse_img_content {
    background: rgba(217, 217, 217, 0.80);
    padding: 20px;
}

.resourse_img_content h4 {
    color: #000;

    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.resourse_img_content p {
    color: rgba(0, 0, 0, 0.70);

    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.digital-img {
    border-radius: 5px;
    background: url(../img/blog/blog-1.png);
    background-position: center;
    background-size: cover;
    padding-top: 44%;
    background-repeat: no-repeat;
}

.resour_title span {
    color: #1E5FD7;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #E3EDFF;
    padding: 10px 20px;
}
.section_p{
     padding: 10% 0px;
}
.video_section{
    border-radius: 0px 15px 15px 0px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 0;
}
.why_us{
    padding: 7% 0 ;
}
.why_us h4{
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.why_us p{


color: #403F3F;
text-align: center;
font-family: Inter;
font-size: 15px;
font-weight: 600;
line-height: 25px;
}
.why_us #myTabContent h4{
    text-align: left;
    color: #000;
font-size: 30px;
font-weight: 700;
line-height: normal;
}
.why_us #myTabContent p{
    color: #000;
    text-align: left;
font-family: Inter;
font-size: 15px;
font-weight: 600;
}
.why_us #myTabContent .sub-box h4{
    color: #662483;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.why_us #myTabContent .sub-box p{
    color: #403F3F;
font-size: 12px;
font-weight: 600;
}
.nav-pills .nav-link.active {
    color: #1E5FD7;
    background-color: #ffffff;
}
.nav-link{
    color: #474747;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 1.5rem 1rem;
}
.overlap_div{
    border-radius: 10px 0px 0px 0px;
background: #F5F5F5;
box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
position: absolute;
width: 90%;
right: 0;
top: 70%;
    padding: 40px 20px;
}
.container_width{
    width: 80%;
    margin: auto;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-dot.active{
    border: 1px solid #fff !important;
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 18px;
    height: 18px;
}
.owl-dots{
    position: absolute;
    bottom: 3%;
    left: 2%;
}
.cust_slider{
    padding-right:0px
}
@media (min-width: 320px) and (max-width: 600px){
    .overlap_div {
        position: relative;
        width: 100%;
    }
    .get_start, .sign-in{
        background:#fff;
        color: #474747 !important;
        padding-left: 0px !important;
        border:0
    }
    .accordion-button{
        font-size: 14px;
    }
    .why_us h4{
        font-size: 20px;
    }
    .why_us p{
        font-size: 12px;
    }
    .why_us #myTabContent h4{
        font-size: 16px;
    }
    .why_us #myTabContent p{
        font-size: 14px;
    }
    .digital-content{
        padding: 20px 0;
    }
    .digital-content a{
        text-decoration: none;
    }
    .blog-title h3{
        font-size: 20px;
    }
    .how-use{
        margin-bottom: 0%;
    }
    .cust_slider{
        padding-right:calc(var(--bs-gutter-x) * .5)
    }
    .slider-content{
        font-size: 12px;
        height: 130px;
    }
    .banner-title {
        margin-bottom: 20px;
    }
    .digital-img{
        padding-top: 80%;
    }
    #myTabContent,.why_us #myTabContent h4, .why_us #myTabContent .sub-box p{
        text-align: center;
    }
    .nav-link{
        padding: 1rem 0.5rem;
    }
    
}
.footer_logo{
    margin-top: 10px;
}

/* about us */
.about_title p{
    color: #202330;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section_title span {
    color: #1E5FD7;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #E3EDFF;
    padding: 10px 20px;
}
.simplicity-box{
    border-radius: 5px;
background: #D6EDD9;
}
.simplicity-box p{
    color: #1D933E;
font-family: Inter;
font-size: 24px;
line-height: normal;
font-weight: 500;
margin-bottom: 40px;
}
.simplicity-box h4{
    color: #1D933E;
-webkit-text-stroke-width: 0.5;
-webkit-text-stroke-color: #1D933E;
font-family: JejuMyeongjo;
font-size: 36px;
font-weight: 400;
}
.speed-box{
    border-radius: 5px;
background: #FFDCE8;
}
.speed-box p{
    color: #E71D73;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 40px;
}
.speed-box  h4{
    color: #E71D73;
-webkit-text-stroke-width: 0.5;
-webkit-text-stroke-color: #E71D73;
font-family: JejuMyeongjo;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.sound-box{
    border-radius: 5px;
background: #FFE0CC;
}
.sound-box p{
    color: #CC7B00;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 40px;
}
.sound-box h4{
    color: #CC7B00;
-webkit-text-stroke-width: 0.5;
-webkit-text-stroke-color: #CC7B00;
font-family: JejuMyeongjo;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.values .simplicity-box, .values .sound-box, .values .speed-box{
    padding: 50px 40px;
}
.values{
    padding: 2% 0 10% 0;
}
.leadership{
    background: #F5F5F5;
    padding: 5% 0;
}
.leadership h4{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}
.leadership h4 span{
    color: #1d3c76;
    font-weight: 500;
}
.leader_content{
    border-radius: 15px;
    background: #202330;
    padding: 10px;
}
.leader_content h4{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.leader_content p{
    color: rgba(196, 196, 196, 0.95);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.leader_box{
    border-radius: 20px;
    /* background: url(../img/about_us/leader_1.jpg); */
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 95% 10px 10px 10px;
    
}
.box_1{
    background: url(../img/about_us/leader_1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.box_2{
    background: url(../img/about_us/leader_2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.box_3{
    background: url(../img/about_us/leader_3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.box_4{
    background: url(../img/about_us/leader_4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 600px) and (max-width: 1200px){
    .banner-section .banner-title h3{
        font-size: 40px;
    }
    header .menus ul li a{
        margin: 0px 5px;
    }
    .banner-section{
        padding-top: 10%;
    }
    .overlap_div {
        position: relative;
        width: 100%;
    }
    .middle-content .content{
        padding: 10px 10px;
    }
    .action-section a{
        margin-right: 0;
        padding: 15px;
    }
    .how-use{
        margin-bottom:0;
    }
}