body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    background: #fff
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

img {
    height: auto;
}

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

a {
    color: #1A2050;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}

a:hover {
    text-decoration: none;
    color: #4e4e4e;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0b3f58;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

h1,
.h1 {
    font-size: 55px;
    line-height: 125%;
}

h2,
.h2 {
    font-size: 45px;
    line-height: 130%;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 45px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 35px
}

h5,
.h5 {
    font-size: 25px;
    line-height: 30px;
}


h6,
.h6 {
    font-size: 22px;
    line-height: 26px
}

p {
    margin-bottom: 20px;
}



p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.font_lexend {
    font-family: 'Poppins', sans-serif;
}

.semi_bold {
    font-weight: 600
}

.section,
section {
    padding: 80px 0
}

.container.wide {
    max-width: 1270px
}

.container.smalls {
    max-width: 1000px
}

.container {
    max-width: 1230px
}

.header-area {
    padding: 20px 0
}

.site-logo a {
    display: inline-block;
    width: 140px;
    margin-right: 30px
}

.site-logo a:last-child {
    margin: 0
}

.header-action a {
    display: inline-block;
    padding: 12px 15px;
    background: #fff;
    color: #0b3f58;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: normal;
    margin-left: 10px
}

.header-action .loginBtn {
    background: #0b3f58;
    color: #fff;
}

.header-action .signupBtn {
    background: #ffb100;
    color: #0b3f58;
}

.header-action a:hover {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(18, 31, 94, .9) !important;
}

.mainmenu ul {
    text-align: right
}

.mainmenu {
    padding-top: 20px;
}

.mainmenu ul li {
    position: relative;
    display: inline-block;
    margin: 0 12px
}

.mainmenu ul li a {
    color: #0b3f58;
    display: block;
    position: relative;
    line-height: normal;
    font-size: 15px;
    padding: 10px 0
}

.mainmenu ul li a:hover {
    text-decoration: underline
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -15px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #0b3f58;
    border-bottom: 1px solid #0b3f58;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #0b3f58
}

.mainmenu ul li a:hover,
.mainmenu ul li:hover > a {
    opacity: 1;
    text-decoration: underline;
}

.mainmenu ul li > ul {
    width: 210px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #0b3f58;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #fff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 8px 7px;
    display: block;
}

.mainmenu ul li > ul > li a:hover {
    color: #ffb100
}

.cta-area-24 {
    background: #0b3f58;
    border: none;
    clip-path: ellipse(75% 100% at center top);
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    clip-path: none;
    min-height: inherit;
}

.cta-area-24 .cta-inner.style2 .h3 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.text_yellow {
    color: #ffb100;
}

.group_btn {
    margin-top: 30px;
}

.cta-btn-24 {
    display: inline-block;
    padding: 13px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
}

.btn_white_border {
    border-color: #fff;
    color: #fff;
}

.btn_white_border:hover {
    background: #fff;
    color: #0b3f58;
}

.footer-24.style3 {
    background: #0b3f58;
    text-align: inherit;
}

.footer-24 {
    padding: 60px 0;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.copyright {
    color: #fff;
    width: 100%
}

.footer-24 {
    margin-top: -50px;
}

.footer-24.style3 .copyright {
    margin-top: 20px;
    padding-top: 50px;
}

.footer-24.style3 .copyrights {
    color: #fff;
    padding: 0;
}

.footer-24.style3 .copyrights p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.2px;
}

.footer-social.style3 {
    text-align: center;
    margin: 0;
}

.footer-social.style3 li {
    display: inline-block;
    margin: 0 15px;
}

.footer-social.style3 li a {
    font-size: 23px;
    color: #fff;
}

.text_white {
    color: #fff;
}

.login-form-text h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.login-form-text h1 span{
    display: block
}
.login-form-text p {
    font-size: 14px;
    line-height: 22px;
}
.login-form-text p a{
    text-decoration: underline
}
.login-form form {
    margin-top: 30px;
}
.login-form form li {
    margin-bottom: 15px;
}
.login-form form label, .c_form label {
    display: block !important;
    color: #131022 !important;
    font-weight:600 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
}
.login-form form input, .login-form form select, .c_form input, .c_form select, .c_form textarea {
    width: 100%;
    border: 1px solid #d4d7e5 !important;
    padding: 12px 20px;
    border-radius: 10px !important;
    font-weight: 500 !important;
    color: #4f4f4f !important;
    font-size: 16px !important;
    height: 50px !important;
    box-shadow: none !important;
    line-height: 50px !important;
}
.c_form textarea{
    min-height: 80px !important;
    resize: none !important
}
.login-area {
    padding-top: 30px;
}
.switch {
    display: inline-block;
    height: 27px;
    position: relative;
    width: 50px;
}
.switch input {
  display:none;
}

.switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.switch .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 19px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 19px;
}
.switch input:checked + .slider {
  background-color: #ffb100;
}

.switch input:checked + .slider:before {
    transform: translateX(20px);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
.form-switch {
    position: relative;
    padding-left: 60px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.form-switch label{
    position: absolute;
    left: 0
}

a.form-switch{
    padding-left: 0
}

.login-pass_box {
    position: relative;
}
.login-pass_box .show_pass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.login-form form .log-btn-fill, .c_form button.cta-btn {
    width: 100%;
    background: #0b3f58;
    color: #fff;
    padding: 15px 0;
    border-radius: 30px;
        text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
    font-size: 14px
}
.c_form button.cta-btn{
    width: auto;
    display: inline-block;
    min-width: 180px
}
.login-form form .log-btn-fill:hover, .c_form button.cta-btn:hover{
        background: #ffb100;
    color: #0b3f58;
}
.login-form form .form_note {
    color: #0b3f58;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px
}
.page-banner{
    background: #f5f0f0
}

.faqs_accordion {
    margin-top: 30px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 0px
}

.faqs_accordion .accordion-item {
    margin-top: 30px;
    border: none;
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}
.faqs_accordion .accordion-button {
    border: none;
    background: #f5f0f0;
    color: #101E41;
    padding: 25px 30px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #FAFAFA;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
    color: #4B5670
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #0b3f58;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.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='%23ffffff'%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")
}

.column_2 {
    column-count: 2
}

.faqs_accordion .content-list {
    margin: 20px 0
}
.faq-area{
    padding-top: 30px
}
.content-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
}
.content-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.374" height="28.374" viewBox="0 0 28.374 28.374"><g id="Group_19583" data-name="Group 19583" transform="translate(-321.701 -561.413)"><circle id="Ellipse_3" data-name="Ellipse 3" cx="14.187" cy="14.187" r="14.187" transform="translate(321.701 561.413)" fill="%23ffb100"/><path id="Path_13" data-name="Path 13" d="M-2576.222,695.02l3.122,3.122,3.983-10.984" transform="translate(2907.908 -117.877)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat scroll center center/cover;
}
.c_form li{
    margin-bottom: 20px
}
section.contact-area {
    padding-top: 30px;
}

.profile-left-menu {
    padding: 50px 0;
    border-right: 1px solid  #e6e3ff;
    padding-right: 20px
}
.profile-left-menu .heading{
    color: #ffb100;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}
.profile-left-menu .heading span{
    color: #0b3f58
}
.profile-left-menu ul li{
    margin-bottom: 10px
}
.profile-left-menu ul li:last-child{
    margin-bottom: 0
}
.profile-left-menu ul li a{
    color: #777585;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px
}
.profile-left-menu ul li a:hover{
    background: #ffb100
}

.profile-left-menu ul li a span{
    font-size: 14px;
    margin-right: 10px
}
.profile-left-menu ul li a.active{
    background: #ffb100;
    color: #0b3f58
}
.profile-home-dt{
    padding-left: 30px
}
.profile-home-dt-top{
    background: #0b3f58;
    padding: 30px;
    border-radius: 15px
}
.profile-home-dt-top .heading{
    color: #ffb100;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px
}
.profile-home-dt-top .title{
    color: #fff;
    font-size: 30px;
    font-weight: 600
}
.profile-home-dt-bar ul {
    position: relative;
    padding: 27px 0;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
}
.profile-home-dt-bar ul::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #04184a;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}
.profile-home-dt-bar ul li{
    display: inline-block;
    margin: 0 20px;
    flex: 1
}
.profile-home-dt-bar ul li span:not(.num) {
    position: relative;
    line-height: 100%;
    color: #0b3f58;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    min-height: 65px;
}
.profile-home-dt-bar ul li span .num {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c9c9c9;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.profile-home-dt-bar ul li.active span .num{
	background:#ffb100
}
.profile-home-dt-bar ul li.done span .num{
	background:#0b3f58
}
.profile-home-text-box {
    margin-top: 45px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); 
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 15px;
    padding: 30px
}
.profile-home-text-box .heading{
    color: #0b3f58;
    font-size: 20px;
    margin-bottom: 30px
}
.profile-home-text-box p a {
    color: #0b3f58;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}
.profile-home-text-box p a:hover{
    color: #ffb100;
}

.profile-home-text-box td a {
    background: #0b3f58;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    min-width: 180px;
    display: inline-block;
}
.profile-home-text-box td a:hover{
        background: #ffb100;
    color: #0b3f58;
}

.profile-home-text-box p{
    color: #777585;
}
.profile-area{
    padding-top: 30px
}


.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #0b3f58;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}
.mainmenu .header-action{
    display: none
}
select.ui-datepicker-month, select.ui-datepicker-year {
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 10px;
}

@media(max-width:991px){
    .mainmenu .header-action{
    display: block
}
    .header-area{
        position: relative;
        padding: 10px 0
    }
     nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #0b3f58;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 18px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;

    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }
    .header-action > a{
        display: none
    }
    .mainmenu .header-action > a{
        display: block;
        text-align: center;
        margin: 5px 0
    }
    .header-action .loginBtn {
    background: #fff;
    color: #0b3f58;
}
    .mainmenu{
        padding: 0
    }
    h3, .h3 {
    font-size: 26px;
    line-height: 34px;
}
    .section, section {
    padding: 50px 0;
}
    .footer-24.style3 .copyright {
    padding-top: 20px;
}
    .header-toggle.active span:nth-child(2) {
    opacity: 0;
}
    .header-toggle.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
}
    .header-toggle.active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
}
    .profile-left-menu .heading, .profile-home-dt-top .heading{
        font-size: 30px
    }
	.profile-home-dt-bar ul {
    display: block;
    text-align: left;
}
	.profile-home-dt-bar ul li span .num {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c9c9c9;
    left: -53px;
    bottom: auto;
    transform: translateX(0%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -7px;
}
	.profile-home-dt-bar ul::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #04184a;
    left: -19px;
    transform: translateX(0%);
    bottom: 0;
}
}
@media(max-width:767px){
	.profile-home-dt-bar ul li span .num {

    left: -35px;
}
    .profile-left-menu {
    padding: 30px 0;
    border-right: 0px solid  #e6e3ff;
    padding-right: 0px;
}
    .profile-home-dt{
        padding-left: 0
    }
    .profile-home-dt-bar ul{
        display: block;
        text-align: left
    }
    .profile-home-dt-bar ul li{
        margin: 20px 0;
        display: block
    }
    .profile-home-dt-bar ul::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #04184a;
    left: -19px;
    transform: translateX(0%);
    bottom: 0;
}

    .login-form-text h1{
        font-size: 22px
    }
}
@media(max-width:575px){
    .footer-24.style3 .copyrights{
        text-align: center
    }
    .footer-social.style3{
        margin-top: 20px
    }
    .column_2 {
    column-count: 1;
}
    
}

input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
.message{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.success-message{
    color: green;
}
.error-message{
    color: red;
}
.noti-box {
    padding: 20px;
    background: #eeeeee5e;
    margin-bottom: 20px;
}
.noti-box .title {
    font-size: 16px;
}
.viewNot, .delete_noti{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 40px;
    height:40px;
    background: #0b3f58;
    color: #fff;
    margin-right: 10px;
}

.viewNot:hover{
    background: #0b3f58;
    color: #fff;
}
.delete_noti, .delete_noti:hover{
    background: #ffb100;
    color: #0b3f58;
}
 .c_form button.cta-btn {
    width: 100% !important;
    background: #0b3f58 !important;
    color: #fff !important;
    padding: 15px 0 !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    width: auto !important;;
    display: inline-block !important;
    min-width: 180px !important;
}
.gform_footer {
    justify-content: center !important;
}
.c_form button.cta-btn:hover {
    background: #ffb100 !important;
    color: #0b3f58 !important;
}
.gform_required_legend{
    display: none !important;
}

/* Button Styles */
.book-slot {
    display: inline-block;
    padding: 8px 20px;
    margin: 3px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #0b3f58; /* Primary color */
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.book-slot:hover {
    background-color: #ffb100; /* Hover color */
    transform: translateY(-2px); /* Slight lift effect */
}

.book-slot:active {
    transform: translateY(0); /* Reset lift effect on click */
}

.date-group {
    margin-top: 20px;
}

.date-group h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0b3f58;
    margin-bottom: 5px;
}
.hero-new-text h1{
	color:#fff;
	font-size: 40px;
}
.hero-new-text h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}
.hero-new-text{
	color: #ffffffd6;
    font-size: 16px;
}
.hero-new-img{
	position:relative
}
.hero-new-img img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}
.play_btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90px;
    height: 52px;
    border-radius: 7px;
    background: #ffb100;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play_btn:hover {
    background: #0b3f58;
    color: #fff;
    opacity: 1;
}
.btn_default, .btn_white {
    display: inline-block;
    padding: 16px 25px;
    background: #ffb100;
    color: #0b3f58;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: normal;
}
.btn_white{
    background: #fff;
    color: #0b3f58;
}
.hero-new-text .btn_default{
	margin-right:15px
}
.btn_default:hover, .btn_white:hover{
	transform:translatey(-6px)
}
.new-feature-area .nav-tabs {
    border: none;
}
.new-feature-area li.nav-item {
    padding: 10px 0;
}
.new-feature-area .nav-link.active {
    background: #fff;
    box-shadow: 0 .5rem 1.4rem rgb(26 27 34 / 9%), 0 0 .3rem rgb(26 27 34 / 0%);
}
.new-feature-area .nav-link .num {
    position: absolute;
    left: 20px;
    font-size: 26px;
	color: #0b3f58; 
	font-weight:700
}
.new-feature-area .nav-link {
    text-align: left;
    border: none;
    padding: 20px 40px;
    padding-left: 60px;
    position: relative;
    color: #000;
    font-size: 15px;
    border: none !important;
    border-radius: 10px !important;
}
.new-feature-area .title {
    font-weight: 700;
    font-size: 20px;
    color: #0b3f58;
    margin-bottom: 10px;
}
.inner-benefits{
	padding-top:70px
}
.inner-benefits .content-img img{
	border-radius:0px 300px 300px 0px
}
.inner-benefits .content-img img{
	border-radius:300px 0px 0px 300px
}
.inner-benefits .order-sm-1 .content-img img{
	border-radius:0px 300px 300px 0px
}
section.new-benefits-area {
	background-image: url("https://clara.digitalhenka.com/wp-content/uploads/2024/09/Fondo_clara_ai_benefits-scaled.webp");
	background-repeat: no-repeat;
   	background-size: cover;
	background-color: #0a3e57;
	background-position: center;
    color: #fff;
}
.new-benefits-area h3, .new-benefits-area h4{
	color:#fff
}
.pricing-box {
    background: #0b3f58;
    border-radius: 10px;
    margin-top: 40px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.pricing-box li {
    border-bottom: 1px solid #ffffff2b;
    font-size: 16px;
    padding: 20px 30px;
    line-height: 22px;
    color: #ffffffad;
}
.pricing-box li .d-flex {
    margin-bottom: 15px;
    color: #fff;
}
.pricing-box li .title {
    font-size: 18px;
    font-weight: 700;
}
.pricing-box li .icon{
	margin-right:10px;
	color:#ffb100
}
.pricing-box .action{
	padding: 20px
}
.pricing-box .action a{
	display:block;
	text-align:center
}
.header-area.style2 .mainmenu {
    padding: 0;
    margin-right: 30px;
}
.new-cta-area.v2 {
    padding: 180px 0;
}
@media(max-width:991px){
	.new-cta-area.v2 {
    padding: 60px 0;
}
	.mainmenu ul{
		margin-right:0
	}
	.mainmenu ul li{
		display:block;
		margin-left:0;
		margin-right:0
	}
	.mainmenu ul li a{
		color:#fff
	}
	.inner-benefits .content-img img {
    border-radius: 20px !important;
}
	.inner-benefits {
    padding-top: 50px;
}
}
@media(max-width:767px){
	.hero-new-text h1 {
    font-size: 28px;
}
	.hero-new-text h2 {
    font-size: 22px;
}
	h4, .h4 {
    font-size: 24px;
    line-height: 30px;
}
}
@media(max-width:575px){
	.hero-new-img{
		margin-bottom:30px
	}
	.hero-new-text {
    text-align: center;
}
	.content-img{
		margin-bottom:30px
	}
}
@media only screen and (max-width : 768px) {
.profile-home-text-box{padding:0;}
}