body,
* {
    font-family: 'Roboto', sans-serif;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* try now */
.sign_up {
    background-image: url(../images/ss2.png);
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0px;
    background-size: cover;
}

.login-sso a {
    color: #FFFFFF;
}

.sign_up::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.sign_up_form {
    width: 100%;
    max-width: 610px;
    margin: auto;
    background: #FFFFFF;
    padding: 60px 40px;
    text-align: center;
}

.login-sso {
    text-align: center;
    margin-top: 20px;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .login-sso p {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 6px;
    }

.confirm_mail {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #FFFFFF !important;
    padding: 24px 40px;
    text-align: center;
}

.signup-section {
    z-index: 1;
    /*  margin-top: 30px; */
}

.sign_up_form .form-group .form-control {
    border: 1px solid #ccc;
    padding: 15px 10px;
    border-radius: 4px !important;
}

.sign_up_form .form-group {
    position: relative;
}

    .sign_up_form .form-group i {
        position: absolute;
        right: 12px;
        top: 19px;
    }

.sign_up_btn {
    padding: 12px 0px;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    transition: background-color .15s ease-in;
    background-color: #021F3A;
    color: #FFFFFF;
}

    .sign_up_btn:hover {
        background-color: #021F3A !important;
        border: 1px solid #021F3A;
    }

.confirm_mail h4 {
    color: #021F3A;
    font-weight: 600;
    font-size: 25px;
}

.confirm_mail p {
    margin: 15px 0px;
    color: #000000;
}

.confirm_mail h6 {
    font-size: 16px;
}

.sign_up_form h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.sign_up_form p {
    font-size: 14px;
    margin-top: 15px;
}

/* try now */
/*------------Hero section starts------------*/
.free_trail {
    position: relative;
}

    .free_trail input::placeholder {
        font-family: 'Roboto', sans-serif !important;
    }

    .free_trail input {
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        /* margin-bottom: 10px; */
        margin-right: 10px;
    }

        .free_trail input::placeholder {
            color: #000;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 14px !important;
        }

    .free_trail p {
        color: #878787;
    }

.hero .h1_heading {
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero p {
    margin-bottom: 30px;
}

/*------------Hero section Ends------------*/

/*------------Traning section Start------------*/
.left li:not(:last-of-type) {
    margin-bottom: 20px;
}

.traning {
    background-color: #F7F7F7;
}

    .traning .sub_heading {
        position: relative;
        margin: 0 auto 20px 34px;
    }

        .traning .sub_heading::before {
            position: absolute;
            content: '\f105';
            left: -40px;
            font-family: FontAwesome;
            color: #021F3A;
            font-weight: 900;
            font-size: 55px;
            top: -15px;
        }

    .traning ul li:nth-child(2) .sub_heading::before {
        color: #e23c39;
    }

    .traning .left {
        padding-left: 50px;
    }

    .traning .col-lg-6.mb-lg-auto {
        margin-right: auto;
    }

/*------------Traning section Ends------------*/

/*------------Lorem section Start------------*/
.text {
    background-color: #021F3A;
}

.lorem .arrow {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

    .lorem .arrow:last-of-type {
        margin-bottom: 0;
    }

    .lorem .arrow::before {
        position: absolute;
        content: '\f105';
        left: 0px;
        font-family: FontAwesome;
        color: #021F3A;
        font-size: 40px;
        font-weight: 900;
        top: -10px;
    }

.content-div li {
    margin-bottom: 30px;
}

/*------------Lorem section Ends------------*/
/*------------Courses section Start------------*/
.courses span {
    font-weight: 700;
}

.courses {
    background-color: #F7F7F7;
}

    .courses .title {
        font-family: 'Roboto', sans-serif;
        color: #000;
        margin-bottom: 80px;
    }

    .courses ul li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
    }

        .courses ul li:last-of-type {
            margin-bottom: 0;
        }

        .courses ul li::before {
            position: absolute;
            content: '';
            height: 10px;
            width: 10px;
            border-radius: 3px;
            left: 10px;
            background-color: #021F3A;
            top: 22px;
        }

.creted_courses .title {
    color: #000;
    text-align: start;
    width: auto;
    line-height: 1.4;
}

.creted_courses .left {
    padding: 0 100px;
}

/*------------Courses section End------------*/
/*------------Digital learning section Start------------*/
.heading_img {
    height: 50px;
}

.digital_learning figcaption p {
    font-weight: 400;
}

.digital_learning figcaption .image_heading {
    margin: 20px 0;
}

.digital_learning {
    background-color: #95c3ef78;
}

    .digital_learning .img_top {
        margin-bottom: 30px;
    }

/*------------Digital learning section End------------*/

/*------------Congrats section Start------------*/

.congrats .congrats_detail {
    margin-left: 80px;
}

.congrats_detail {
    position: relative;
    margin-bottom: 50px;
}

    .congrats_detail:last-of-type {
        margin-bottom: 0;
    }

    .congrats_detail::before {
        position: absolute;
        content: '';
        left: -20px;
        width: 3px;
        height: 100%;
        top: -2px;
        background-color: #021F3A;
    }

/*------------Congrats section End------------*/

/*------------Lesson section Start------------*/
.lesson {
    background-color: #0F3D3E;
}

    .lesson .content-div p {
        font-weight: 400;
        line-height: 1.3;
        color: white;
        font-size: 30px;
    }

/*------------Lesson section End------------*/
/*------------Testimonial section Start------------*/
.testimonial .item .title {
    color: #000;
    font-weight: 400;
    position: relative;
    width: 90%;
    padding: 26px 15px;
    margin: 0 auto;
}

.testimonial .item {
    position: relative;
}

    .testimonial .item h5 {
        font-family: 'Roboto', sans-serif;
        color: #021F3A;
        font-weight: 900;
        text-align: end;
        padding-top: 5px;
    }

.testimonial_carousel .owl-item img {
    width: 25px;
}

.testimonial_carousel .last_img {
    margin-left: auto;
    position: absolute;
    right: 20px;
    bottom: 62px;
}

.testimonial_carousel .first_img {
    /* margin-left: auto; */
    position: absolute;
    /* left: 20px; */
    top: 15px;
}

.testimonial {
    background-color: #F7F7F7;
}

/*------------Testimonial section End------------*/

/*------------Dollar section Start------------*/
.dollar_heading {
    width: 80%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

    .dollar_heading .title {
        color: #000;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .dollar_heading .image_heading {
        font-weight: 900;
        font-size: 22px;
        /* margin: 30px 0 10px; */
    }

    .dollar_heading .fw {
        font-weight: 400;
        margin-top: 15px;
        font-size: 20px;
    }

.dollar .card_top span {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* margin-bottom: 20px; */
}

.dollar .card_top .title {
    color: #021F3A;
    margin-top: 10px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.dollar .card ul {
    width: auto;
    text-align: left;
    margin: auto;
    max-width: fit-content;
}

.dollar .card_top h3 {
    margin-top: 15px;
    font-size: 20px;
}

.dollar .card_top h4 {
    margin-top: 0;
    font-size: 18px;
}

.dollar .card_top h5 {
    margin-bottom: 15px;
    font-size: 16px;
}

.dollar .card-body li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    padding-left: 26px;
}

    .dollar .card-body li:last-of-type {
        margin-bottom: 0;
    }

    .dollar .card-body li:before {
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        border-radius: 3px;
        left: 1%;
        background-color: #021F3A;
        top: 8px;
    }

.dollar .card-body .btn_1 {
    margin: 0 auto;
    display: flex;
    padding: 12px 50px;
    margin-top: 60px;
    font-weight: 400;
}

.dollar .card {
    background-color: #FAFAFA;
    padding: 50px;
    border-radius: 10px;
}

.dollar .trial {
    font-size: 48px;
    font-weight: 900;
}

    .dollar .trial span {
        color: #021F3A;
    }

.dollar .btn_2 {
    padding: 12px 50px;
    font-weight: 400;
}

/*------------Dollar section End------------*/

/*------------Index section Start------------*/
.index_contact {
    background-color: #021F3A;
}

    .index_contact .image_heading {
        font-weight: 500;
    }

    .index_contact .btn_1 {
        padding: 12px 50px;
        font-weight: 400;
    }

/*------------Index section End------------*/

/* blog-page-css start */
.custom-btn {
    background-color: #021F3A;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.blog-slide-sec {
    background: linear-gradient(#0E3553 75%, #FFFF 25%);
}

.blog-slide {
    max-width: 1000px;
    background-color: #fff;
    margin: auto;
}

.slider-content {
    display: flex;
}

.blog-slide-sec .owl-carousel.owl-drag {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .blog-slide-sec .owl-carousel.owl-drag .owl-item {
        overflow: hidden;
    }

.blog-slide-text {
    padding: 35px;
    text-align: initial;
}

.blog-slide img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-slide-text h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.blog-slide-text p {
    margin-bottom: 30px;
    color: #58595A;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-title {
    font-family: 'Roboto', sans-serif;
}

.blog-slide-text .custom-btn {
    padding: 9px 29px;
}

.blog-slide-sec .owl-theme .owl-dots {
    width: 100%;
    position: absolute;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blog-slide-sec .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #021F3A;
    }

.blog-slide-sec .owl-theme .owl-nav {
    width: 100%;
    top: 40%;
    position: absolute;
    color: #0D793B;
    font-size: 30px;
}

    .blog-slide-sec .owl-theme .owl-nav .owl-prev {
        left: -50px;
        position: absolute;
    }

    .blog-slide-sec .owl-theme .owl-nav .owl-next {
        right: -50px;
        position: absolute;
    }

#blog-slider .owl-nav i {
    color: #FFFF;
    font-size: 35px;
}

    #blog-slider .owl-nav i:hover {
        color: #FFFF;
        transition: 0.2s ease-in-out;
    }

.blog-slide-sec .owl-theme .owl-dots .owl-dot span {
    transition: 0.5s linear;
}

.blog-slide-sec .owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
}

.blog-slide-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.blog-slide-sec .owl-theme .owl-nav .disabled {
    opacity: 1;
}


/* tab section start */
.blog-tab {
    padding: 100px 0px 50px 0px;
}

    .blog-tab .btn-tab.active {
        text-decoration: none;
        color: #021F3A;
    }

    .blog-tab .card {
        width: fit-content !important;
    }

    .blog-tab .card-body {
        padding: 15px 20px;
        height: 325px;
    }

    .blog-tab .card-title {
        font-size: 24px;
        font-weight: bold;
        margin: 25px 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
    }

    .blog-tab .card-text {
        font-size: 20px;
        margin-bottom: 30px;
        color: #58595A;
        line-height: 1.5;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

.the_green {
    color: #021F3A !important;
    font-weight: 900 !important;
}

.blog-tab .card-body a {
    text-decoration: none;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: bold;
}

.the_green {
    color: #021F3A !important;
}

.blog-tab .card {
    margin-bottom: 35px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-tab .tab-btn-sec {
    padding-bottom: 20px;
    border-bottom: 2px solid red;
    margin-bottom: 40px;
}

.blog-tab .tab-navigation ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 10px;
}

.blog-tab .tab-navigation li {
    margin-right: 30px;
}

    .blog-tab .tab-navigation li a {
        text-decoration: none;
        color: #58595A;
        font-size: 20px;
        cursor: pointer;
        font-weight: 500;
    }

    .blog-tab .tab-navigation li:last-of-type {
        margin-right: 0;
    }

.blog-tab .btn-tab:hover {
    color: #021F3A;
    transition: 0.2s ease-in-out;
}

.tab-navigation {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
    padding-bottom: 8px;
}

.card-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* blog-page responsive end */
/* blog-page-css end */


/*--------------Blog Detail Page Start--------------*/

.blog_banner {
    background: linear-gradient(#f4f7eb 50%, #FFF 50%);
    /* background-color: rgb(37, 152, 78, 10%); */
}

    .blog_banner .title {
        text-align: left;
        margin-bottom: 50px;
        color: #000;
        font-size: 48px;
        font-weight: 700;
    }

.blog_content p {
    color: #58595A;
    font-size: 20px;
}

.blog_content .line {
    position: relative;
    padding-left: 40px;
}

.blog_content p.line::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100px;
    left: 0;
    background-color: #021F3A;
}

.blog_banner iframe {
    /* margin-bottom: 50px; */
    height: 100%;
}



/*--------------Blog Detail Page End--------------*/

/*--------------Contact us Page Start--------------*/
.contact_us .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #58595A;
    font-size: 16px;
}

.contact_us .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-radius: 10px;
}

.contact_us .title {
    font-size: 48px;
    margin: 0;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}

    .contact_us .title:last-of-type {
        margin-bottom: 60px;
    }

.contact_detail P {
    color: #000;
}

.contact_detail li:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact_detail li a i {
    color: #021F3A;
}

.contact_detail li a i,
.contact_detail li a img {
    margin-right: 20px;
    margin-top: 5px;
}

.heading {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
}

.send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #D6D6D6 !important;
    font-size: 13px !important;
}

.send_us_message input::placeholder {
    font-family: 'Roboto', sans-serif;
}

.send_us_message input,
.send_us_message textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px 0px 14px 12px;
    border-radius: 10px;
    line-height: 1;
}

    .send_us_message input::placeholder,
    .send_us_message textarea::placeholder {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #d6d6d6;
    }

.send_us_message label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .send_us_message label span {
        color: red;
    }

.send_us_message .phone_p {
    font-family: 'Roboto', sans-serif;
    color: #878787;
    font-size: 12px;
}

.max_200 {
    font-family: 'Roboto', sans-serif;
    color: #58595A;
    font-size: 14px;
    text-align: end;
    font-weight: 400;
}

.send_us_message .btn_2 {
    border-radius: 0;
    margin-top: 30px;
}

.send_us_message {
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    border-radius: 10px;
}

    .send_us_message .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000 !important;
        font-size: 14px !important;
    }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
}

section.contact_us {
    padding-top: 50px;
}

/*--------------Contact us Page End--------------*/

/**--------------For Demo------------------*/
.modal .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d6d6d6 !important;
    font-size: 16px !important;
}

.has-icon input::placeholder {
    color: #000 !important;
}

.modal .fill-require:after {
    content: " *";
    color: red;
}

.modal .modal-dialog {
    max-width: 620px;
}

.modal .modal-body.form_field {
    padding: 0 30px 40px;
}

.has-icon > i {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 5px;
    width: 22px;
    pointer-events: none;
}

.form_field label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.form_field .form-control {
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
    background-color: #ffffff;
}

.form_field .form-group small {
    font-size: 12px;
    color: #757575;
    line-height: 1;
}

#datepicker {
    display: none;
    position: absolute;
    bottom: 60px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
}

    #datepicker button {
        outline: 0;
        border: 0;
        background: #ffffff;
        color: black;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        #datepicker button.active,
        #datepicker button.ui-state-hover {
            background: #021F3A;
            border: 1px solid#021F3A;
            color: white;
        }

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next:before {
    content: "\f105";
}

#datepicker button:disabled {
    background: #ebebeb;
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}



    .timeslot::-webkit-scrollbar {
        width: 2px;
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #021F3A;
        outline: 1px solid#021F3A;
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
    background: white;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-weight: 400;
    color: #757575;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid#021F3A;
        background: #021F3A;
        font-weight: normal;
        color: #ffffff;
        border-radius: 4px;
    }

#addon {
    background-color: #999;
    width: 100%
}


/*Select2*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 50px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
    }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #021F3A;
    outline: 1px solid#021F3A;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #021F3A;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    top: -50px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 4px;
    position: absolute;
    width: 100%;
    bottom: -44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    left: unset !important;
    top: 15px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(-45deg);
    }

.modal-backdrop {
    z-index: 0;
}

/* modal-css-end */




/*--------------------------------------------------------------------
        ************FAQ PAGE CSS STARTS***********
----------------------------------------------------------------------*/
.faq-top-banner {
    background-color: #d4ecff;
    text-align: center;
    padding: 100px 0px;
}

.main-heading-style-one h2 {
    color: #151515;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 35px;
}

/* .faq-top-banner .main-heading-style-one p {
    width: 630px;
} */

.main-heading-style-one p {
    color: #151515;
    font-size: 24px;
    margin: auto;
}

    .main-heading-style-one p span a {
        color: #29abe2;
        font-size: 24px;
    }



section.faq-first-section {
    padding: 100px 0 100px;
}

    section.faq-first-section .accordion-item {
        border-top: none;
        border-radius: 0px !important;
        background: #fff !important;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #CCCCCC;
    }

        section.faq-first-section .accordion-item:first-of-type {
            border-top: 2px solid #CCCCCC;
        }

    section.faq-first-section .accordion-button {
        padding: 22px 20px;
    }

        section.faq-first-section .accordion-button:not(.collapsed)::after {
            color: #021F3A;
            content: "\f106";
            font-family: Fontawesome;
            background-image: none;
            font-size: 24px;
            position: relative;
            top: -9px;
            right: 0px;
            transform: revert;
            font-weight: 400;
        }

.accordion-button::after {
    color: #58595a;
    content: "\f107";
    font-family: Fontawesome;
    background-image: none;
    font-size: 24px;
    position: relative;
    top: -8px;
    font-weight: 400;
}

section.faq-first-section .accordion-button:not(.collapsed) {
    color: #58595A;
    background-color: #fff;
    box-shadow: none;
}

section.faq-first-section button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

section.faq-first-section h2.accordion-header button {
    font-size: 20px;
    color: #58595A;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

section.faq-first-section .accordion-item:nth-child(1n) .collapse {
    display: none !important;
}

    section.faq-first-section .accordion-item:nth-child(1n) .collapse.show {
        display: block !important;
    }


/*--------------------------------------------------------------------
        ************FAQ PAGE CSS ENDS***********
----------------------------------------------------------------------*/




/*--------------------------------------------------------------------
        ************FAQ PAGE CSS STARTS***********
----------------------------------------------------------------------*/

section.blog-first-section {
    padding: 100px 0 0;
}


/*--------------------------------------------------------------------
        ************FAQ PAGE CSS ENDS***********
----------------------------------------------------------------------*/






/* feature css start */
.feature-top-banner {
    background-color: #d4ecff;
    padding: 100px 0px;
    text-align: center;
}

    .feature-top-banner h2 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 35px;
        color: #000000;
    }

.feature-heading {
    margin-bottom: 30px;
    border-bottom: 3px solid #E6E6E6;
    margin-top: 20px;
}

    .feature-heading h2 {
        position: relative;
        width: fit-content;
        color: #021F3A;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 4px;
    }

        .feature-heading h2::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -7px;
            background-color: #021F3A;
            left: 0;
        }

.feature-box a.mediaanchor {
    position: relative;
}

    .feature-box a.mediaanchor img:first-child {
        max-height: none;
        width: 100%;
    }

.feature-box-details a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feature-box img.playIcon {
    position: absolute;
    max-width: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.feature-box p {
    font-size: 16px;
    color: #707070;
    line-height: 25px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-box h4 {
    font-size: 19px;
    font-weight: bold;
    color: #0e3553;
}

/* feature css end */

/*price section starts*/
.my-plans .packages {
    margin-bottom: 0;
}

.my-plans .card-body li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 26px;
}



.my-plans .btn_1 {
    margin: 0 auto;
    display: flex;
    padding: 12px 50px;
    font-weight: 400;
    background-color: #1A1A1A;
    color: white;
}
    .my-plans .btn_1:hover {
        background-color: #000000;
    }

    .my-plans .packages {
        padding: 40px;
    }

    .my-plans .packages p {
        text-align: center;
    }

    .my-plans .packages h2 {
        font-size: 26px;
        font-weight: 700;
        padding: 0px 5px;
        text-align: center;
    }

.my-plans .packages {
    width: 100%;
    padding-bottom: 2.5em;
    height: 100%;
    background-color: #d4ecff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    color: #000;
}

h1,
h2 {
    font-size: 2.2em;
}

.my-plans .list li {
    font-size: 16px;
    list-style: none;
    border-width: 1px;
    padding: 0px 15px;
    text-align: left;
    margin: 0;
}

.my-plans .card-body li:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -2%;
    background-color: #021F3A;
    top: 10px;
}

.my-plans .first {
    margin-top: 0px;
}

.my-plans .list {
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
}

.my-plans ol,
ul {
    padding: 0;
}

.my-plans .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-plans input,
label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.my-plans .button {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.4em;
    margin: 15px 15px;
    border-radius: 50px;
    color: #f4f4f4;
    transition: all 0.3s ease 0s;
}

    .my-plans .button:hover {
        transform: scale(1.2);
    }

.my-plans .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .my-plans .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.my-plans .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

    .my-plans .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.my-plans input:checked + .slider {
    background-color: #021F3A;
}

.my-plans input:focus + .slider {
    box-shadow: 0 0 1px #021F3A;
}

.my-plans input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.my-plans .slider.round {
    border-radius: 34px;
}

    .my-plans .slider.round:before {
        border-radius: 50%;
    }

.my-plans .top {
    margin-bottom: 25px;
}

.plan-value-section {
    min-height: auto;
    text-align: center;
}

.toggle-btn span {
    font-size: 20px;
    font-weight: 500;
}

.packages h1 {
    color: #021F3A;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0px;
}

.packages h4 {
    color: #000;
    font-weight: 600;
    padding-top: 30px;
    font-size: 30px;
}

.packages h5 {
    color: #0000008c;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.packages h1 sub {
    font-size: 16px;
    font-weight: 700;
    /*color: #000;*/
}

.packages h1 sup {
    font-size: 24px;
    vertical-align: top;
    top: 18px;
    color: #000;
}

.packages h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
}

.packages p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
}

.toggle-btn {
    margin-top: 20px;
}

/*price section ends*/


.modal .fill-require:after {
    content: " *";
    color: red;
}

.modal .modal-dialog {
    max-width: 580px;
}

    .modal .modal-dialog h2 {
        color: #021F3A !important;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 24px;
    }

    .modal .modal-dialog .btn {
        min-height: 50px;
        line-height: 28px;
    }

.modal .modal-body.form_field {
    padding: 0 30px 40px;
}

.has-icon > i {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 5px;
    width: 22px;
    pointer-events: none;
}

.form_field label {
    font-family: 'Roboto', sans-serif;
}

.form_field .form-control {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 46px;
    background-color: #ffffff;
    color: #000;
}

.form_field .form-group small {
    font-size: 11px;
    color: #757575;
    display: block;
    line-height: 14px;
    margin-top: 5px;
}

#datepicker {
    display: none;
    position: absolute;
    bottom: 60px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
}

    #datepicker button {
        outline: 0;
        border: 0;
        background: #ffffff;
        color: black;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        #datepicker button.active,
        #datepicker button.ui-state-hover {
            background: #021F3A;
            border: 1px solid #021F3A;
            color: white;
        }

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next:before {
    content: "\f105";
}

#datepicker button:disabled {
    background: #ebebeb;
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}



    .timeslot::-webkit-scrollbar {
        width: 2px;
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #021F3A;
        outline: 1px solid #021F3A;
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
    background: white;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-weight: 400;
    color: #757575;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #021F3A;
        background: #021F3A;
        font-weight: normal;
        color: #ffffff;
        border-radius: 4px;
    }

#addon {
    background-color: #999;
    width: 100%
}


/*Select2*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 45px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
    }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #021F3A;
    outline: 1px solid #021F3A;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #021F3A;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    top: -50px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 4px;
    position: absolute;
    width: 100%;
    bottom: -44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    left: unset !important;
    top: 15px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #CCCCCC;
        border-radius: 8px;
        transform: rotate(-45deg);
    }

.modal-backdrop {
    z-index: 1;
}

.term-con a {
    color: #021F3A;
}

.modal {
    z-index: 1000;
}

header.fixed-header {
    position: sticky;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 2px 4px -4px black;
    -moz-box-shadow: 0 2px 4px -4px black;
    box-shadow: 0 2px 4px -4px black;
    background: #fff;
    z-index: 111111;
}



.faq-content .accordion-body a img.playIcon {
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-content .accordion-body a {
    position: relative;
}

p.shortDesc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn_2:disabled {
    background: #000;
    pointer-events: none;
}

/*Loader*/
.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

#btnContact {
    position: relative;
}

    #btnContact span {
        position: absolute;
        right: 0px;
        top: 23px;
    }

button span .spinner {
    width: 20px;
    height: 20px;
    right: 10px;
    left: initial;
    margin: -10px 0 0 -25px;
}

.green-disabled {
    pointer-events: none;
}

.spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

#errorIcon {
    color: red;
    position: absolute;
    top: 15px;
    right: 15px;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.btn_try_now {
    font-size: 30px;
    width: 300px;
    display: block;
    min-height: 80px;
    margin: auto;
    line-height: 60px;
    background-color: #021F3A;
    border-color: #021F3A;
    color: #fff;
    border-radius: 10px;
    padding: 0.57rem 1.63rem;
    margin-right: 0;
}

.cta1 {
    padding-top: 0;
}

    .cta1 h4 {
        font-size: 60px;
        font-weight: 700;
    }




.footer-copyright {
    padding: 10px 0px;
    background-color: #000000;
}

.blog_banner .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-top: 56.25%; */
    /* 16:9 Aspect Ratio */
    max-width: 900px;
    height: 510px;
    margin: auto;
    margin-bottom: 50px;
}

.blog_banner img {
    display: flex;
    margin: 20px auto;
    min-width: 900px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cta1 h4 strong {
    color: #021F3A;
    font-weight: 600 !important;
}

section.contact_us {
    padding-top: 50px;
    position: relative;
}

    section.contact_us:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #d4ecff;
        height: 190px;
        width: 100%;
        z-index: -1;
    }



.swal-overlay {
    z-index: 9999999999;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    background-color: #021F3A;
    font-weight: 400;
    min-width: 100px;
    font-size: 16px;
}

.swal-text {
    color: #000;
}

.swal-button:not([disabled]):hover {
    background-color: #021F3A;
}

.swal-text {
    text-align: center;
}

.input-cross {
    height: 20px;
    width: 20px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .input-cross i {
        color: #FFFFFF;
        font-size: 13px;
    }
/*font issues fixed by sibankar*/

.hero img {
    margin-top: -110px;
    margin-left: auto;
    display: block;
}

.hero p {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 30px 0;
    display: block;
}

.hero .free_trail input {
    height: 50px;
    font-size: 18px;
}

    .hero .free_trail input::placeholder {
        font-size: 18px;
        color: #d6d6d6;
    }

    .hero .free_trail input::-webkit-input-placeholder {
        font-size: 16px !important;
    }

.free_trail input {
    font-size: 16px;
    margin-right: 0px;
}

.hero small {
    display: block;
    margin-top: 10px;
    color: #878787;
    font-size: 16px;
}

.traning .sub_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.traning p {
    padding-left: 36px;
}

.cta h2 {
    font-size: 48px;
    font-weight: 500;
}

.lorem .sub_heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.lorem .arrow {
    font-size: 26px;
    color: #000;
    line-height: 1.7;
    padding-left: 55px;
}

.courses ul li p, .creted_courses p, .lorem p, .traning p, .digital_learning p, .congrats p {
    font-size: 26px;
    line-height: 1.7;
}

h4.image_heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.testimonial .item .title {
    font-size: 45px;
    line-height: 60px;
}

.my-plans h4 {
    font-size: 30px;
    font-weight: 600;
}

.my-plans .list li {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

.my-plans .btn_1 {
    font-size: 23px;
    min-width: 213px;
    min-height: 60px;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 600;
}

.cta .btn_1 {
    font-size: 23px;
    min-width: 213px;
    min-height: 60px;
    line-height: 45px;
    padding: 12px 48px;
}

.usefull_link {
    max-width: 240px;
    margin-left: auto;
}

.footer_heading ul li a, .footer_heading ul li a p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer_heading span i {
    font-size: 24px;
    margin-right: 20px;
    margin-top: 5px;
    min-width: 20px;
}

    .footer_heading span i.fa-map-marker {
        margin-left: 5px;
    }

.footer_logo {
    margin-bottom: 30px;
}

.veridoc {
    max-width: 180px;
}


.blog_content {
    /* max-width: 1000px; */
    margin: auto;
    margin-bottom: 30px;
}


.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.accordion-body p {
    font-size: 20px;
    line-height: 1.7;
    color: #58595a;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 20px;
}

.blog_content * {
    font-family: 'Roboto', sans-serif !important;
}

.blog_content p, .blog_content span {
    font-size: 20px;
    line-height: 1.7;
    color: #58595a;
    margin-bottom: 1rem;
}

.blog_content h1 span {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.blog_content h2 span {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1.4 !important;
}

.blog_content h1, .blog_content h2, .blog_content p {
    text-align: left !important;
}

.contact_detail p {
    font-size: 20px;
}

.contact_detail li i {
    font-size: 21px;
}



.navbar .header-demo-btn .btn_1 {
    line-height: 1.7;
}

.free_trail .btn_2 {
    font-size: 16px;
    font-weight: 400;
    min-height: 50px;
    line-height: 28px;
}

#RequestDemoModal h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #021F3A;
}

.modal .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto', sans-serif !important;
}

#RequestDemoModal input::placeholder {
    color: #d6d6d6;
}

.select2-results__options li:first-child img {
    display: none;
}

.select2-results__options li:first-child div {
    color: #d6d6d6;
}

.send_us_message .btn_2 {
    min-height: 50px;
    line-height: 28px;
    border-radius: 10px;
    padding: 0.57rem 1.63rem;
    font-size: 16px;
}
    .send_us_message .btn_2:hover {
        background-color: #011222;
    }

    .send_us_message .heading {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 24px;
    }

.contact-add p {
    max-width: 400px;
}

.desc-txt {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
    /* max-width: 1000px; */
}

.feature-top-banner .text-black {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 532px;
    margin: auto;
}

.feature-top-banner a {
    color: #29abe2;
    font-size: 24px;
    text-decoration: underline;
}

.section-title span {
    margin-bottom: 20px;
}

.section-title p {
    font-size: 24px;
    margin: 35px 0 0px;
    color: #999999;
}

.custom-btn {
    background-color: #021F3A;
    border-color: #021F3A;
    color: #fff;
    border-radius: 10px;
    padding: 0.57rem 1.63rem;
    font-size: 16px;
}
    .custom-btn:hover {
        background-color: #011221;
        color: #fff;
        border: 1px solid #011221;
    }

    .blog_banner {
        padding-top: 60px;
    }

#blog-slider {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}

.blog-tab .tab-navigation li a {
    color: #000;
}

.feature-top-banner .text-black {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 906px;
    width: auto;
    margin: auto;
}

.blog-tab .card-body {
    height: auto;
}

/* .faq-top-banner .main-heading-style-one p {
    max-width: 906px;
    width: auto;
} */

.blog-tab .card {
    box-shadow: 0 20px 30px rgb(0 24 73 / 10%);
    margin-top: 35px;
    border-radius: 10px;
}

.blog-slide {
    border-radius: 10px;
    /* overflow: hidden; */
}

.blog-slide-sec h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 70px;
}

.faq-top-banner a, .feature-top-banner a {
    text-decoration: underline;
    font-weight: 400;
}

.faq-first-section {
    /* max-width: 930px; */
    margin: auto;
}

.blog_header {
    background: linear-gradient( #d4ecff 90%, #ffff 10%);
    padding: 50px 0 150px;
    position: relative;
    /* min-height: 450px; */
}

.blog_content img:first-of-type {
    margin-top: -130px;
    z-index: 99;
    position: relative;
    width: 100%;
}

.blog_content ul {
    list-style: disc;
    padding-left: 15px;
}



.blog_footer .custom-btn {
    margin-bottom: 50px;
}

    .blog_footer .custom-btn .fa-angle-left {
        margin-right: 8px;
    }

.iframe-container {
    position: relative;
    /* height: 507px; */
    margin-top: -115px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.35%;
}

.grecaptcha-badge {
    left: 0 !important;
    box-shadow: none !important;
}

.grecaptcha-logo iframe {
    width: 72px !important;
}

.contact-add i {
    margin-left: 4px;
}
/* debojyoti css */
.footer-contact {
    max-width: 375px;
    margin: auto;
}

.hero {
    padding-top: 60px;
}



.lorem .col-lg-6.mt-lg-auto {
    text-align: center;
}


.accordion-body img {
    transition: transform .5s;
    border: 1px solid transparent;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
}

    .accordion-body img:hover {
        transform: scale(1.5);
        border: 1px solid #021F3A;
        padding: 10px;
        border-radius: 6px;
    }

.testimonial .item h2 {
    position: relative;
}

    .testimonial .item h2::before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonial .item h2::after {
        content: "\f10e";
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.feature-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.faq-first-section .container {
    width: 70%;
}

.learning .img_top img {
    width: 75px;
    height: 80px;
}

.blog_content ul {
    list-style: disc;
    padding-left: 18px;
}

.blog_content img {
    margin-bottom: 35px;
}

.blog-slide-text h3 {
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
