@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Black.otf') format('opentype');
    font-weight: black;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-BlackItalic.otf') format('opentype');
    font-weight: black;
    font-style: Italic;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Light.otf') format('opentype');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-LightItalic.otf') format('opentype');
    font-weight: light;
    font-style: Italic;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Medium.otf') format('opentype');
    font-weight: Medium;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-MediumItalic.otf') format('opentype');
    font-weight: Medium;
    font-style: Italic;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-Thin.otf') format('opentype');
    font-weight: Medium;
    font-style: normal;
}

@font-face {
    font-family: 'FKGroteskNeueTrial';
    src: url('fonts/FKGroteskNeueTrial-ThinItalic.otf') format('opentype');
    font-weight: thin;
    font-style: Italic;
}

html {
    overscroll-behavior: none;
    scroll-behavior: smooth
}

body {
    font-family: 'FKGroteskNeueTrial', sans-serif;
}

/* body {
    font-family: 'FKGroteskNeueTrial', sans-serif;
    overflow: hidden;
    overflow-y: auto;
}

body::-webkit-scrollbar {
    display: none;
} */

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

a:focus {
    box-shadow: none !important
}

input:focus {
    outline: 0
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

select:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

button:focus {
    outline: 0
}

.clearfix {
    display: block;
    content: "";
    clear: both
}

/* ---------------------------------------------------------------------------------------- */

section.video_library_main_sec {
    margin-top: 100px;
    text-align: center;
}

section.video_library_main_sec h1 {
    color: #000;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
}

section.video_library_main_sec p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    max-width: 95%;
    margin: auto;
}

section.video_library_card_main_sec {
    margin-top: 60px;
}

.card_main_video_lib {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    padding: 27px;
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 7px;
}

.card_main_video_lib img {
    width: 80px;
}

.card_main_video_lib h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 20px;
}

button.main_btn_click {
    border-radius: 23px;
    background: #0480B6;
    width: 150px;
    padding: 5px 10px;
    border: 1px solid #0480B6;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 19px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.acc_cre_main_sec h1 {
    font-size: 60px !important;
}

section.acc_cre_main_sec p {
    font-size: 27px;
    max-width: 80%;
    line-height: 44px;
}

.progress_main_bar_sec {
    width: 60%;
    margin: 50px auto;
    margin-bottom: 0;
}

.acc_cre_progress_bar .progress-bar {
    width: 0;
    -webkit-animation: progress 1.5s ease-in-out forwards;
    animation: progress 1.5s ease-in-out forwards;
    background-color: #7CDA24;
    border-radius: 22px;
}

.acc_cre_progress_bar .progress-bar .title {
    opacity: 0;
    -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
    animation: show 0.35s forwards ease-in-out 0.5s;
}

.acc_cre_progress_bar .progress {
    border-radius: 22px;
    margin: 8px 0;
}

section.acc_cre_progress_bar p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

@-webkit-keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sliding_bnr_img_main {
    max-width: 100%;
    margin: 39px auto;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.07);
}

.sliding_bnr_img_main img {
    width: 90% !important;
    margin: auto;
}

.owl-carousel .owl-item {
    transition: transform 1.5s ease-in-out;
}


section.free_trial_main_sec {
    margin-top: 100px;
}

.free_trial_cont_sec h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}

.free_trial_cont_sec p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.free_trial_form_main {
    border-radius: 31px;
    background: #1980B7;
    padding: 54px 34px;
}

.free_trial_form_main h2 {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
}

.free_trial_form_main h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 16px;
}

.free_trial_form_main input {
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.37);
    padding: 9px 9px !important;
    border: 1px solid #fff;
}

.free_trial_form_main button {
    border-radius: 23px;
    background: #7CDA24;
    border: 1px solid #7CDA24;
    padding: 6px 44px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
}

.free_trial_form_main .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.free_trial_cont_sec {
    position: relative;
}

img.free_Ellipse_1 {
    position: absolute;
    top: -53px;
    right: 41px;
    width: 47px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

img.free_Ellipse_2 {
    position: absolute;
    bottom: -70px;
    right: 225px;
    width: 37px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.free_trial_form_main input::placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.free_trial_form_main select {
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.37);
    padding: 9px 9px;
    border: 1px solid #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.free_trial_form_main .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.last_step_img {
    position: relative;
}

.last_step_img_1 {
    width: 60%;
}

.last_step_img_2 {
    position: absolute;
    top: 0;
    right: 140px;
    width: 26%;
}

img.free_Ellipse_2.last_step_free_Ellipse_2 {
    bottom: 164px;
    right: 148px;
}

.free_trial_cont_sec label.form-check-label {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.free_trial_cont_sec .form-check.form-check-inline {
    padding-left: 36px;
}

.free_trial_cont_sec .form-check-input {
    margin-top: 6px;
}

.free_trial_cont_sec .form-check-input:focus {
    border-color: #00000040;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #7CDA24;
    border-color: #7CDA24 !important;
}

.free_trial_cont_sec label.form-check-label a {
    color: #4285F4;
    text-decoration: underline;
}

.btn_main_green {
    border-radius: 23px;
    background: #7CDA24;
    border: 1px solid #7CDA24;
    padding: 6px 44px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
}

.card_thank_you_main {
    border-radius: 15px;
    border: 0.5px solid #BCBCBC;
    background: #FFF;
    padding: 40px;
}

.card_thank_you_main h3 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    padding-left: 38px;
    margin-bottom: 11px;
}

.border_bm {
    border-bottom: 1px dashed #CED6DE;
    border-image: repeating-linear-gradient(to right, #CED6DE 0, #CED6DE 10px, transparent 10px, transparent 17px) 1;
    margin: 30px 0;
}

.email_chk_card {
    border-radius: 15px;
    background: #F8F8F8;
    padding: 23px 34px;
    margin-bottom: 26px;
}

.email_chk_card img {
    width: fit-content;
    height: fit-content;
    margin-right: 14px;
}

.email_chk_card h4 {
    color: #0480B6;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.email_chk_card p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.click_link_card {
    border-radius: 15px;
    background: #F8F8F8;
    padding: 23px 34px;
}

.click_link_card img {
    width: fit-content;
    height: fit-content;
    margin-right: 14px;
}

.click_link_card h4 {
    color: #7CDA24;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.click_link_card p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

.thank_ele_sec {
    position: relative;
}

img.thank_ele_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

img.thank_ele_2 {
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 30px;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

img.thank_ele_3 {
    position: absolute;
    top: -53px;
    right: -26px;
    width: 30px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

img.thank_ele_4 {
    position: absolute;
    top: 11px;
    right: 12px;
    width: 45px;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

img.thank_ele_5 {
    position: absolute;
    bottom: -34px;
    right: 0;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    width: 45px;
}

.modal-content {
    border: none !important;
    border-radius: 21px;
    background: #FFF;
    padding: 29px;
    text-align: center;
}

.modal-header {
    border: none;
}

button.btn-close {
    border: 2px solid #a8abb9;
    border-radius: 51px;
    padding: 13px !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a8abb9'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.modal_error_pop .modal-content h3 {
    color: #000;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    margin-top: 14px;
}

.modal_error_pop .modal-content p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.modal_error_pop .modal-body {
    padding: 25px 27px;
}

section.three_ways_to_learn_main_sec {
    margin-top: 100px;
    text-align: center;
}

section.three_ways_to_learn_main_sec h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 51px;
}

section.three_ways_to_learn_main_sec h3 {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 11px;
}

section.three_ways_to_learn_main_sec p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    max-width: 90%;
    margin: auto;
}

.learn_more_row_main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.learn_more_column_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.learn_more_column_main img {
    width: fit-content;
}

.learn_more_column_main .btn {
    margin-top: auto;
}

section.faq_main_sec {
    background: #F9FAFB;
    margin-top: 90px;
    padding: 85px 0;
}

section.faq_main_sec h2 {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

.accordion_main_faq {
    max-width: 80%;
    margin: 45px auto;
    margin-bottom: 0;
}

.accordion_main_faq .accordion-item {
    margin-bottom: 32px;
    border: none;
    border-radius: 0;
}

.accordion_main_faq .accordion-item .accordion-header button {
    background: #fff !important;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 39px;
    box-shadow: none;
}

.accordion_main_faq .accordion-body {
    padding: 19px 39px;
    padding-top: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.accordion_main_faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion_main_faq .accordion-button:not(.collapsed) {
    padding: 18px 39px !important;
}

img.faq_ele_2 {
    position: absolute;
    top: -4%;
    right: 25%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    width: 30px;
}

img.faq_ele_4 {
    position: absolute;
    top: 44%;
    left: 5%;
    animation: zoom-in-zoom-out 3s ease-out infinite;
    width: 30px;
}

img.faq_ele_3 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    width: 30px;
}

img.faq_ele_1 {
    position: absolute;
    right: 4%;
    bottom: 28%;
    animation: zoom-in-zoom-out 3s ease-out infinite;
    width: 30px;
}


section.watch_video_bnr {
    background: #F9FAFB;
    padding: 80px 0;
    text-align: center;
}

ol.breadcrumb li {
    color: #000 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

ol.breadcrumb li a {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

section.watch_video_bnr h1 {
    color: #000;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    margin-top: 48px;
}

section.watch_video_bnr p {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.main_flow_sec_rows {
    margin-top: 86px;
    position: relative;
}

.scroll_element_main {
    position: absolute;
    bottom: -81px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotateX(0deg) rotateY(0deg) rotateZ(5deg);
    width: 31%;
}

.scroll_element_main_2 {
    position: absolute !important;
    bottom: -32%;
    top: auto;
    right: 29%;
    width: 23%;
    transform: translateX(-50%) rotateX(0deg) rotateY(0deg) rotateZ(5deg);
}

.main_flow_sec_rows h2 {
    color: #000;
    font-size: 70px;
    font-weight: 700;
    line-height: 90px;
}

.main_flow_sec_rows p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 85%;
}

img.video_flow_ele_1 {
    position: absolute;
    top: 0;
    right: -27%;
    width: 30px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

img.video_flow_ele_2 {
    position: absolute;
    bottom: -17%;
    left: -5%;
    width: 30px;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

.video_flow_ele_3 {
    position: absolute;
    top: 0;
    right: 0%;
    width: 30px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

section.three_steps_main_sec {
    margin-top: 200px;
    background: #0480b7;
    padding: 90px 0;
    text-align: center;
}

section.three_steps_main_sec h2 {
    color: #FFFFFF !important;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 11px;
}

section.three_steps_main_sec p {
    color: #fff;
    max-width: 90%;
    margin: auto;
    margin-bottom: 42px;
    font-size: 18px;
}

section.customer_manage_videos_main_sec {
    margin-top: 100px;
}

section.customer_manage_videos_main_sec h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.customer_manage_videos_main_card_sec {
    margin-top: 20px;
}

.video_duration {
    position: absolute;
    bottom: 9px;
    right: 9px;
    background: #000;
    border-radius: 3px;
    padding: 2px 9px;
    color: #fff;
    font-size: 18px;
}

.customer_manage_videos_main_card_sec p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    max-width: 90%;
}

section.other_videos_main_sec {
    margin-top: 100px;
}

section.other_videos_main_sec h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

.card_main_other_video {
    margin-top: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    padding: 27px;
}

.card_main_other_video h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 0;
}

.card_main_other_video button {
    margin-top: 13px;
}

section.testimonial_main_sec {
    background-color: #0480b7 !important;
    margin-top: 100px;
    padding: 90px 0;
}

.testimonial .client_pro_img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    margin-bottom: 30px;
}

.testimonial-content p {
    line-height: 1.7;
    font-size: 20px;
    color: #FFFFFF !important;
    margin-top: 18px;
}

.testimonial-content .author {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px !important;
    color: #FFFFFF !important;
}

section.testimonial_main_sec h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 44px;
}

.testi_quote_main {
    width: 25px !important;
    margin-bottom: 8px;
    margin-left: 8px;
}

#testimonial_main_slide .owl-nav {
    position: absolute;
    top: -33%;
    right: 0;
}

#testimonial_main_slide .owl-nav button span {
    color: #fff;
    font-size: 53px;
    margin: 0 6px;
}

section.subscription_main_sec {
    margin-top: 100px;
    text-align: center;
}

section.subscription_main_sec h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

section.subscription_main_sec p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 33px;
    margin-top: 14px;
}

input.form-control {
    padding: 12px 17px;
    border-radius: 100px;
    border: none;
    background-color: #ebebeb;
    text-align: left;
}

button.btn_subscribe {
    background: #0480B6;
    width: 200px;
    padding: 5px 9px;
    border: 1px solid #0480B6;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-radius: 100px;
}

.input_subscribe::placeholder {
    color: #112337;
    font-size: 18px;
}

footer.footer_main {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0480b7 !important;
    margin-top: 100px;
}

.ftr_menu_list ul {
    padding: 0;
    list-style-type: none;
    color: #fff;
}

.ftr_menu_list ul li a {
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 1.9;
}

.ftr_menu_list ul li {
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 1.9;
}

footer.footer_main img {
    width: 65%;
}

.ftr_social_icons img {
    width: 40px !important;
}

p.copyright_ftr {
    margin-top: 38px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

button.btn.btn_main_green:hover {
    color: #fff;
    background: #0480b7;
    border-color: #0480b7;
}

button.main_btn_click:hover {
    color: #fff;
    background: #7CDA24;
    border-color: #7CDA24;
}

.invalid-feedback {
    color: #c02b0a;
}

.free_trial_form_main button:hover {
    color: #fff;
}



/* ============================================================== */

.nav-desk-main {
    box-shadow: 0px 0 30px -0 #00000012;
    transition: box-shadow 300ms ease 0ms;
    background: #fff !important;
    padding: 8px 27px;
}

.nav-desk-main .navbar-brand img {
    width: 136px;
}

.nav-desk-main a.nav-link {
    font-weight: 600;
    font-size: 20px;
    color: #000000 !important;
    text-align: center;
    line-height: .9;
    padding: 0 !important;
}

.nav-desk-main li {
    padding: 8px 30px;
}

.nav-desk-main .nav_main_btn {
    padding: 12px 10px;
    width: 150px;
}

.login_sec_head .login_main_flex_sec {
    text-align: end;
    padding: 8px 27px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    width: 100%;
    justify-content: end;
    gap: 8px;
}

.login_sec_head .login_main_flex_sec h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

.login_sec_head .login_main_flex_sec img {
    width: 23px;
}

button.navbar-toggler {
    border: none;
    padding: 0;
}


/* Customize the button */
.custom-toggler {
    border: none;
    background: transparent;
    padding: 0;
}

.toggler-icon {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.toggler-icon span {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #95cd0d;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    left: 0;
}

/* Hamburger icon */
.toggler-icon span:nth-child(1) {
    top: 0;
}

.toggler-icon span:nth-child(2) {
    top: 10px;
}

.toggler-icon span:nth-child(3) {
    top: 20px;
}

/* When expanded (X shape) */
.navbar-toggler.collapsed .toggler-icon span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.navbar-toggler.collapsed .toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.collapsed .toggler-icon span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.nav-desk-main button.btn_main_green.nav_main_btn {
    background: #95cd0d;
    border-color: #95cd0d;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
