body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #5D667B;
  }
  p{
    margin: 0;
  }
  .upcoming_webinar_marqee {
    padding: 12px;
    background: var(--Theme-Blue-800, #182878);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

section.thankyousignup {
    padding: 46px 0 88px 0;
    background: #F2F3F8;
}
.thankyousignup_inner {
    padding: 30px;
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 16px 0px #D5D7E3;
    text-align: center;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
}
.thankyousignup_inner > img {
    margin-bottom: 24px;
}
.thankyousignup_inner h1 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}
.thankyousignup_inner > p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.thankline {
    background: #D0D5DD;
    width: 100%;
    height: 1px;
    margin: 24px 0;
}
p.whatnext {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.thankyousignup_inner ul {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-left: 16px;
    margin-bottom: 24px;
}
.needassistanse {
    border-radius: 8px;
    background: #F2F4F7;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
}
.needassistanse a {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.upcoming_webinar_marqee span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

section.faq_bottom {
    background: #F3F7FC;;
    padding: 72px 0;
}

.Choose_Text_Right a {
    background: #597BF7;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 10px 26px;
    display: inline-block;
    text-decoration: unset;
}

.error {
    color: red;
    font-size: 0.875rem;
    margin-top: 4px;
    display: block;
}
.upcoming_webinar_marqee .upcoming_webinar_marqee_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 3s linear infinite;
    -webkit-animation: scroll-left 3s linear infinite;
    animation: scroll-left 30s linear infinite;
    display: flex;
    gap: 32px;
    top: 0;
    align-items: center;
    white-space: nowrap;
}
.upcoming_webinar_marqee .upcoming_webinar_marqee_inner:hover {
    animation-play-state: paused ;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-150%);
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}
.header_wrap .header .nav-item .nav-link {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.Date_Btn, .Date_New_Btn {
    margin-top: 22px;
}
.Date_New_Btn a {
    border: 1px solid #597BF7;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #597BF7;
    padding: 13px 26px;
    display: inline-block;
}
.Date_New_Btn a {
    border: 1px solid #597BF7;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #597BF7;
    padding: 13px 26px;
    display: inline-block;
}
.Date_New_Btn {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.become-new-select {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding: 14px 14px;
    display: inline-block;
}
.header_wrap .header .nav-item.active .nav-link {
    color: #3a58ef;
    border-bottom: 1px solid;
}
.header_wrap .header .navbar-nav {
    gap: 16px;
}
span.new_course {
    border-radius: 4px;
    background: var(--Theme-Yellow-400, #F1C94E);
    display: inline-block;
    padding: 2px 4px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 8px;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.btn_main {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    gap: 8px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    align-items: center;
    text-decoration: none;
    transition: .4s ease all;
}
.btn_main:hover {
    background: #283fb1;
    transition: .4s ease all;
}
.header_wrap .header .nav-item ul.dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    min-width: 176px;
    margin: 0;
}
.header_wrap .header .nav-item ul.dropdown-menu .dropdown-item {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 10px;
}
.header_wrap .header .nav-item ul.dropdown-menu .dropdown-item.active,.header_wrap .header .nav-item ul.dropdown-menu .dropdown-item:active {
    background: #fff;
}
.header nav {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(11.999500274658203px);
    padding: 21px 0;
}
.footer_wrap {
    padding: 46px 0;
    background: var(--Theme-Dark-Blue-900, #17162C);
}
.footer_left > a {
    margin-bottom: 48px;
    display: inline-block;
}
.subscribe_email {
    max-width: 457px;
}
.subscribe_email > label {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}
.subscribe_email_input {
    position: relative;
    height: 52px;
}
.subscribe_email_input > svg {
    position: absolute;
    left: 16px;
    top: 16px;
}
.subscribe_email_input > .form-control {
    padding-left: 40px;
    height: 100%;
    padding-right: 150px;
}
.subscribe_email_input > .btn-subscribe {
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: none;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: .4s ease all;
}
.subscribe_email_input > .btn-subscribe:hover {
    background: #283fb1;
    transition: .4s ease all;
}
.footer_right > p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.footer_item {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.footer_add p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    opacity: 0.75;
}
.footer_item > svg {
    min-width: 24px;
}
.footer_addresses {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer_item span a {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.footer_item_wrap {
    display: flex;
    gap: 10px;
}
.footer_item_time {
    display: flex;
    flex-direction: column;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.upper_footer {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 46px;
    margin-bottom: 46px;
}
.copyrights {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.963px;
}
.lower_footer ul {
    list-style: none;
    display: flex;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 32px;
    padding: 0;
    margin: 0;
}
.footer_social > span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer_social {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}
/*Enquiry form start*/
.Get_started .form-floating > label:not(.Get_started.form-floating > textarea + label) {
    padding: 0.7rem 0.75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
}
.Get_started .form-floating>.form-control-plaintext~label, .Get_started .form-floating>.form-control:focus~label, .Get_started .form-floating>.form-control:not(:placeholder-shown)~label, .Get_started .form-floating>.form-select~label {
    color: #344054!important;
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}
.Get_started .form-floating>.form-control, .Get_started .form-floating>.form-control-plaintext, .Get_started .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    color: #000;
}
.Get_started .form-floating>.form-control-plaintext:focus, .Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown), .Get_started .form-floating>.form-control:focus, .Get_started .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .625rem;
    padding-bottom: .9rem;
    box-shadow: none;
    border-color: #dee2e6;
    font-size: 14px;
}
.enquireform {
    padding: 34px 34px;
    max-width: 597px;
    border-radius: 12px 0px 0px 12px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    right: 0;
    z-index: 99;
    top: 50%;
}
.enquireform_ttl {
    position: relative;
    padding-bottom: 16px;
}
.enquireform_ttl p {
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
}
.enquireform_ttl span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: block;
}
.enquireform_ttl span.closebn {
    position: absolute;
    right: 0;
    z-index: 9;
    top: -5px;
    cursor: pointer;
}
.enquiry_now_btn {
    position: fixed;
    right: 0;
    display: flex;
    height: 138px;
    width: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    top: 23%;
    cursor: pointer;
    z-index: 99;
}
.enquireform  {
    position: fixed;
    top: 23%;
    right: 48px;
    transform: translateX(0);
    transition: 0.5s linear;
}
.enquireform.active {
    transform: translateX(calc(100% - -60px));
    z-index: 0;
}
.form-select {
    color: #101828;
    background: 0 0;
}
.form-floating .bootstrap-select .btn.dropdown-toggle {
    font-size: 14px;
    border: 1px solid #eaecf0;
    height: 44px;
    padding: 6px 12px;
    background-color: #fff;
}
.form-floating .bootstrap-select .btn.dropdown-toggle:focus{
outline: none !important;
}
.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-item:active,.bootstrap-select .dropdown-item:focus{
    background-color: #3A58EF !important;
    color: #fff;
}
.form-floating .bootstrap-select {
    padding: 0 !important;
}
.dropdown.bootstrap-select.form-select {
    border: none;
    height: auto;
    min-height: auto;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
    color: gray;
}
/*Enquiry form over*/
.Unlockform {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
}
#UnlockformModal .modal-dialog {
    max-width: 575px;
}
p.already_login {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
p.already_login a {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.congratesModal  .modal-dialog {
    max-width: 343px;
}
.congratesModal  .modal-body > svg {
    display: block;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
span.congre_header {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
}   
span.congre_header + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.loginModal span.congre_header {
    color: var(--Theme-Dark-Blue-900, #17162C);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}
.loginModal span.congre_header + p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 32px;
}
span.cltxt {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: block;
    text-align: left;
    margin-bottom: 8px;
}
.codeenter {
    display: flex;
    gap: 24px;
}
.codeenter span {
    display: block;
    max-width: 46px;
}
.codeenter span .form-control {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-50, #F9FAFB);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.codeenter span .form-control:focus {
    border: 1.2px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    box-shadow: none;
}
.welcomeModal .modal-dialog {
    max-width: 376px;
}
.welcomeModal  span.congre_header {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 24px;
    display: block;
}
.btn_second {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    margin: auto;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: .4s ease all;
}
.btn_second:hover {
    transition: .4s ease all;
}
.Become_Submit button {
    background-color: #597BF7;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 12px 24px;
    box-shadow: none;
    border: 0;
    margin-top: 20px;
    min-width: 98px;
  }
  
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 30px;
  }
  
  .form-control-border .dropdown.bootstrap-select.show-tick {
    width: 100%;
  }
  
  .form-control-border button.btn.dropdown-toggle {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
  }
  
  .Fees_Main_Pop {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    display: flex;
    padding: 15px;
}
.modal-header.LogInHeader, 
.modal-header.SignUPEnrollHeader,
.modal-header.CourseFeeHeader,
.modal-header.PaymentHeader {
  border: 0;
  padding: 0;
}

.modal-header.LogInHeader .btn-close, 
.modal-header.SignUPEnrollHeader .btn-close,
.modal-header.CourseFeeHeader .btn-close,
.modal-header.PaymentHeader .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 999;
}

.modal-body.LogIn_Con, 
.modal-body.SignUPEnroll_Con,
.modal-body.CourseFee_Con,
.modal-body.Payment_Con {
  padding: 35px;
}

.loader_new {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    /*   background: rgba(255, 255, 255, 0.7); */
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.sk-three-bounce .sk-child {
    background-color: #597BF7;
    border-radius: 100%;
}

.sk-three-bounce {
    margin: 48px auto;
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
    display: block;
    border-radius: 100%;
    content: "";
    background-color: #597BF7;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal-body.LogIn_Con .header3 , 
.modal-body.SignUPEnroll_Con  .header3,
.modal-body.CourseFee_Con h3,
.modal-body.Payment_Con h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #111E30;
  margin-bottom: 15px;
}
  
  .other_link p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #525252;
    margin-bottom: 35px;
  }
  
  .modal-body.LogIn_Con label, 
.modal-body.SignUPEnroll_Con label,
.modal-body.CourseFee_Con label,
.modal-body.Payment_Con label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #525252;
  margin-bottom: 5px;
}

.modal-body.LogIn_Con .form-control , 
.modal-body.SignUPEnroll_Con .form-control,
.modal-body.CourseFee_Con .form-control,
.modal-body.Payment_Con .form-control {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  height: 52px;
}

.modal-body.LogIn_Con label.form-check-label,
.modal-body.SignUPEnroll_Con label.form-check-label,
.modal-body.CourseFee_Con label.form-check-label,
.modal-body.Payment_Con label.form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #364250;
}
ul, ol {
    padding: 0;
    margin: 0;
}
/* Jumper Start*/
.progress-wrap {
    background: #e7f0fd;
    position: fixed;
    right: 30px;
    bottom: 90px;
    height: 52px;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(232 240 253);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.2s linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap, .progress-wrap::after {
    width: 52px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
}
.progress-wrap::after {
    position: absolute;
    content: "";
    background: url(../images/tt-icon.svg)
    center no-repeat;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    height: 52px;
    display: block;
    z-index: 1;
    transition: 0.2s linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #0f67ea;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/* Jumper End */
@media(max-width:767px){
    .footer_social {
        justify-content: flex-start;
    }
    .copyrights {
        margin-bottom: 16px;
    }
    .footer_left > a {
        margin-bottom: 16px;
    }
    .header_wrap .header .nav-item .btn-group {
        display: block;
    }
    .enquireform_ttl span.closebn {
        position: absolute;
        right: -20px;
        z-index: 9;
        top: -25px;
        cursor: pointer;
    }
    
}
.sticky-box {
    position: fixed;
    right: 0;
    top: 41%;
    z-index: 999;
}
.sticky-box a {
    background-color: #3A58EF;
    border-radius: 10px 0 0 10px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.sticky-box a.wa-icon {
    background-color: #40c351;
}
.sticky-box a svg {
    min-width: 30px;
    min-height: 30px;
}