@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Autour+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Basic&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato", sans-serif;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #272727;
    padding: 0 0 15px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.title {
    font-size: 38px;
    line-height: 55px;
    font-weight: 300;
    color: #272727;
    text-transform: uppercase;
    padding: 0 0 20px;
}

.title span {
    font-weight: 700;
}

.theme-btn {
    font-size: 16px;
    font-weight: 600;
    color: #080809;
    padding: 11px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display: inline-flex;
}

.theme-btn:hover {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

.theme-btn-blue {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

.theme-btn-blue:hover {
    background: #6EACDA;
    color: #fff;
    border: 1px solid #6EACDA;
}

.theme-btn img {
    margin-right: 8px;
}

.theme-btn-white {
    background: #fff;
    color: #11578F;
}

.theme-btn-white:hover {
    background: #6EACDA;
    color: #fff;
    border: 1px solid #6EACDA;
}

.theme-btn-white:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

header .navbar-nav .nav-item .theme-btn {
    font-size: 16px;
    font-weight: 600;
    color: #080809;
    padding: 11px 20px !important;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

header .navbar-nav .nav-item .theme-btn:hover {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

header .navbar-nav .nav-item .theme-btn-blue {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

header .navbar-nav .nav-item .theme-btn-blue:hover {
    background: #6EACDA;
    color: #fff;
    border: 1px solid #6EACDA;
}

header .navbar-nav .nav-item .theme-btn-blue img {
    margin-right: 5px;
}

header {
    padding: 20px 0;
    background: #fff;
}

header .navbar-nav .nav-item {
    margin: 0 15px;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 400;
    color: #080809;
}

header .navbar-nav .nav-item a:hover {
    color: #11578F;
}

.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);
    transition: all 0.7s;
    z-index: 9;
}

.hero-section {
    padding: 60px 0 250px;
    background: url(../img/banner-bg.png) no-repeat;
    background-size: cover;
}

.hero-section .right-block {
    padding: 35px 35px;
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

.hero-section .slider-block {
    /* background: url(../img/slider-img.png) no-repeat;
    */
    /* background-size: cover;
    */
    padding: 20px 65px;
    border-radius: 10px;
    min-height: 234px;
    display: flex;
    align-items: start;
    flex-flow: column;
    justify-content: center;
    position: relative;
    border-radius: 10px;
}

.hero-section .slider-block:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(157, 93, 42, 1) 50%, rgb(255 255 255 / 0%) 100%);
    z-index: -1;
    border-radius: 10px;
}

.hero-section .slider-img {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 10px;
}

.hero-section .slider-block h3 {
    color: #fff;
    font-size: 34px;
    font-family: "Autour One", system-ui;
}

.hero-section .slider-block .book-text {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
}

.hero-section .slider-block p {
    color: #fff;
    font-size: 22px;
    padding: 0 0 5px;
    font-family: "Basic", sans-serif;
    font-weight: 400;
}

.hero-section .slider-block .theme-btn {
    margin: 10px 0 0 0;
}

.hero-section .right-block .last-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 20px 0 0;
}

.hero-section .right-block .last-text span {
    font-size: 28px;
    font-weight: 700;
}

.hero-section .right-block .title {
    padding: 0 0 30px;
}

.hero-section .right-block p {
    padding: 0 0 30px;
}

.slick-prev {
    background: #000 url(../img/prev-icon.svg) no-repeat center center;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover {
    background: #11578F url(../img/prev-icon.svg) no-repeat center center;
}

.slick-next {
    background: #000 url(../img/next-icon.svg) no-repeat center center;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.slick-next:hover {
    background: #11578F url(../img/next-icon.svg) no-repeat center center;
}

.hero-section .flex-card {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 25px 0;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

.hero-section .flex-card:hover {
    background: transparent;
    border: 1px solid #88CAFF;
}

.hero-section .flex-card p {
    font-size: 14px;
    font-weight: 400;
    color: #272727;
    padding: 0;
    min-height: 50px;
}

.hero-section .flex-card img {
    margin: 0 auto 10px;
    max-height: 60px;
}

.hero-section .title-small {
    font-size: 22px;
    padding: 50px 0 0 0;
    text-transform: capitalize;
}

.service-slider {
    margin: 0 4px;
}

.service-slider .slick-slide {
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
}

.service-slider .slick-prev {
    left: -10px;
}

.service-slider .slick-next {
    right: -10px;
}

.register-banner-section .register-banner-wrapper {
    text-align: center;
    padding: 60px 20px;
    background: #11578F url(../img/register-banner-bg.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: -170px;
}

.register-banner-section .register-banner-wrapper .title {
    color: #fff;
}

.register-banner-section .register-banner-wrapper p {
    color: #fff;
    padding: 0;
}

.register-banner-section .register-banner-wrapper p:nth-child(3) {
    color: #fff;
    padding: 0 0 40px;
}

.service-section {
    overflow: hidden;
    padding: 100px 0;
}

.service-section .gallery {
    height: 100%;
    width: 1705px;
    display: flex;
    gap: 20px;
}

.service-section .panel-container {
    border-radius: 10px;
    position: relative;
    width: 15%;
    background: #eee;
    transition: width 1s, visibility 1s, transform cubic-bezier(0.15, 0.1, 0.25, 1.3);
    user-select: none;
}

.service-section .panel-container:nth-child(1) {
    visibility: hidden;
    transform: translateY(-100%);
    animation: fall 2s 0s forwards;
    transform: translateY(100%);
    animation: fly 2s 0s forwards;
}

.service-section .panel-container:nth-child(2) {
    visibility: hidden;
    transform: translateY(-100%);
    animation: fall 2s 0.5s forwards;
}

.service-section .panel-container:nth-child(3) {
    visibility: hidden;
    transform: translateY(-100%);
    animation: fall 2s 1s forwards;
    transform: translateY(100%);
    animation: fly 2s 1s forwards;
}

.service-section .panel-container:nth-child(4) {
    visibility: hidden;
    transform: translateY(-100%);
    animation: fall 2s 1.5s forwards;
}

.service-section .panel-container:nth-child(5) {
    visibility: hidden;
    transform: translateY(-100%);
    animation: fall 2s 2s forwards;
    transform: translateY(100%);
    animation: fly 2s 2s forwards;
}

.service-section .panel-container:hover {
    cursor: pointer;
    outline-color: #948979;
}

.service-section .panel-container:has(.panel-control:checked) {
    width: 40%;
}

.service-section .panel-container:has(.panel-control:checked):hover {
    user-select: initial;
    cursor: initial;
    outline-color: #dfd0b8;
}

.service-section .panel-container .panel {
    min-height: 234px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    height: 234px;
}

.service-section .panel-container .panel:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(157, 93, 42, 1) 50%, rgb(255 255 255 / 0%) 100%);
    opacity: 0;
    border-radius: 10px;
}

.service-section .panel-container:has(.panel-control:checked) .panel:after {
    opacity: 1;
}

.service-section .panel-container .panel-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: right;
}

.service-section .panel-container h3 {
    font-size: 18px;
    color: #fff;
    transform: none;
    position: relative;
    z-index: 2;
    padding: 5px 10px;
}

.service-section .panel-container .panel-id::before {
    content: "#";
}

.service-section .panel-container .panel-control {
    display: none;
}

.service-section .panel-container .panel-control:checked~.panel-id {
    display: none;
}

.service-section .panel-container .panel-control:checked~.panel-content {
    display: flex;
}

.service-section .panel-container .panel-control:checked~h3 {
    font-size: 30px;
    font-weight: 900;
    padding: 0 0 10px;
}

.service-section .theme-btn-white {
    padding: 8px 18px;
}

.service-section .panel-container:has(.panel-control:checked) .panel {
    padding: 30px 40px;
}

.service-section .panel-container .panel-content {
    height: 100%;
    flex-direction: column;
    color: white;
    letter-spacing: 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    display: none;
    transition: display 1s;
}

.service-section .panel-container .panel-content .head {
    padding: 10px;
    font-size: 2.5rem;
    position: relative;
}

.service-section .panel-container .panel-content .head::before {
    content: "";
    border-radius: 0.25rem;
    border: 2.5px solid white;
    margin-right: 0.75rem;
}

.service-section .panel-container .panel-content .head::after {
    content: "";
    height: 78%;
    width: 0;
    border-radius: 0.25rem;
    margin: 7px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background: #15344899;
    animation: squeezeout 2s 1s forwards;
}

.service-section .panel-container .panel-content .icon {
    color: inherit;
    height: 1.125rem;
}

.service-section .panel-container .panel-content .alt {
    vertical-align: bottom;
}

.service-section .panel-container .panel-content .alt .value::after {
    content: " mts.";
}

.service-section .panel-container .panel-content .spacer {
    flex: 1 0 auto;
}

.service-section .panel-container .panel-content .body {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    transform: translateY(100%);
    animation: slideInTop 1s 1s forwards;
}

.service-section .panel-container .panel-content .title {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 15px;
    max-width: 50%;
    text-transform: none;
}

.service-section .panel-container .panel-content .value {
    margin-bottom: 0.75rem;
}

.service-section .container {
    position: relative;
    overflow: hidden;
}

.service-section .slick-prev {
    left: 20px;
    top: 64%;
}

.service-section .slick-next {
    right: 20px;
    top: 64%;
}

.service-section .title {
    padding: 0 0 40px;
}

@keyframes fall {
    0% {
        visibility: hidden;
        transform: translateY(-100%);
    }

    100% {
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes fly {
    0% {
        visibility: hidden;
        transform: translateY(100%);
    }

    100% {
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInBottom {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes slideInTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        flex: 1;
    }

    100% {
        flex: 80%;
    }
}

@keyframes squeezeout {
    0% {
        width: 1px;
    }

    100% {
        width: 100px;
    }
}

.book-service-section {
    padding: 80px 0;
    background: #F5F5F5;
}

.book-service-section .title {
    text-align: center;
    padding: 0 0 40px;
}

.book-service-section .flex-card {
    text-align: center;
}

.book-service-section .flex-card img {
    display: block;
    margin: 0 auto 40px;
}

.book-service-section .flex-card .num-blk {
    position: relative;
    margin: 0 0 45px;
}

.book-service-section .flex-card .num-blk span {
    position: relative;
    height: 47px;
    width: 47px;
    border: 2px solid rgba(17, 87, 143, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    margin: 0 auto;
    color: rgba(17, 87, 143, 1);
    border-radius: 50%;
}

.book-service-section .flex-card p {
    max-width: 90%;
    margin: 0 auto;
}

.book-service-section .flex-card .num-blk:after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #11578F;
    width: 80%;
    height: 2px;
    top: 50%;
    left: 66%;
}

.book-service-section .flex-card-main:last-child .flex-card .num-blk:after {
    display: none;
}

.testimonial-section {
    padding: 80px 0;
    text-align: center;
}

.testimonial-section .slick-slide {
    padding: 20px 20px;
}

.testimonial-section .flex-card h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #272727;
}

.testimonial-section .flex-card p {
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    color: #272727;
    padding: 0 0 10px;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
}

.testimonial-section .flex-card p:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4%;
    width: 46px;
    height: 27px;
    background: url(../img/quote-top.svg) no-repeat center center;
}

.testimonial-section .flex-card p:after {
    content: "";
    position: absolute;
    top: 42%;
    right: -8%;
    width: 46px;
    height: 27px;
    background: url(../img/quote-bottom.svg) no-repeat center center;
}

.testimonial-section .slick-prev {
    left: 50px;
}

.testimonial-section .slick-next {
    right: 50px;
}

.testimonial-section .testimonial-slider {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 60px 0;
}

footer {
    background: #f5f5f5 url(../img/footer-bg.png) no-repeat;
    background-size: cover;
    padding: 50px 0 0;
}

footer a {
    color: #272727;
    font-size: 18px;
}

footer a:hover {
    color: #11578F !important;
    text-decoration: underline !important;
}

footer h3 {
    font-size: 22px;
    font-weight: 700;
    color: #272727;
    padding: 0 0 20px;
}

footer .footer-nav {
    padding: 0;
    margin: 0;
}

footer .footer-nav li {
    list-style: none;
    margin: 0 0 15px;
}

footer .footer-nav li a {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    text-decoration: none;
}

footer .footer-nav li a:hover {
    text-decoration: underline;
}

footer .social-media li {
    display: inline-block;
    margin: 0 7px 0 0;
}

footer .social-media li a {
    transition: all 0.2s ease-in-out;
}

footer .social-media li a:hover {
    opacity: 0.8;
}

footer .footer-bottom {
    background: #EAEAEA;
    padding: 20px 0;
    margin: 30px 0 0;
}

footer .footer-bottom p {
    padding: 0;
}

footer .privacy-blk {
    text-align: right;
}

.scrolltop-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: 50px;
}

.scrolltop-btn img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* cookies consent css */
.wrapper {
    position: fixed;
    bottom: 20px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px 30px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.wrapper.show {
    left: 20px;
}

.wrapper .top-blk {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.top-blk h2 {
    color: #11578F;
    font-weight: 500;
    font-size: 24px;
}

.wrapper .data {
    margin-top: 10px;
}

.wrapper .data p {
    color: #424242;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.data p a:hover {
    text-decoration: underline;
}

.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 10px;
    background: #11578F;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    border: 2px solid #11578F;
}

.buttons #acceptBtn:hover {
    background-color: #11578F;
}

#declineBtn {
    border: 2px solid #11578F;
    background-color: #fff;
    color: #11578F;
}

#declineBtn:hover {
    background-color: #11578F;
    color: #fff;
}

.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0 !important
}

.wizard-content .wizard>.steps {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 30px;
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    /* display: table;
    width: 100%;
    table-layout: fixed;
    */
    margin: 0 auto 0 30px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.wizard-content .wizard>.steps>ul>li {
    position: relative;
    width: 15px;
    display: inline-block;
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default;
    font-size: 0;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #11578F;
    background-color: #11578F;
    color: #009efb
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default;
    font-size: 0;
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #999;
    font-size: 0;
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0;
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: absolute;
    right: 0;
    text-align: right;
    padding: 15px 30px 0;
    bottom: 20px;
    width: 100%;
    border-top: 1px solid #D3ECFF;
    background: #fff;
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both;
    display: none;
}

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: url(../img/next-arrow.svg) no-repeat center right;
    color: #11578F !important;
    display: block;
    padding: 0 20px 0 0;
    background-size: inherit;
    border: 0;
    background-color: transparent !important;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    color: #272727 !important;
    background: url(../img/prev-arrow.svg) no-repeat center left;
    color: #11578F;
    display: block;
    padding: 0 0 0 20px;
    background-size: inherit;
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #272727 !important;
    background: url(../img/prev-arrow.svg) no-repeat center left;
    color: #11578F;
    display: block;
    padding: 0 0 0 20px;
    background-size: inherit;
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #009efb;
    display: none;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3;
    display: none;
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 12px;
    height: 12px;
    line-height: 0;
    border: 1px solid #11578F;
    font-size: 1.3rem;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

.service-modal .title {
    padding: 10px 30px;
    font-size: 26px;
    border-bottom: 1px solid #D3ECFF;
    margin: 0 0 25px;
}

.service-modal .modal-content {
    border: 0;
    border-radius: 20px;
    min-height: 600px;
}

.service-modal .modal-header {
    padding: 10px 30px;
    border-bottom: 1px solid #D3ECFF;
}

.service-modal .custom-width {
    width: 20%;
    margin: 0 0 20px;
}

.service-modal .hero-section {
    background: none;
    padding: 0;
}

.service-modal .hero-section .flex-card {
    border: 1px solid #DFF1FF;
    height: 100%;
    padding: 25px 20px;
}
    .service-modal .hero-section .flex-card:hover {
        background: #e7f2f9;
    }

    .service-modal .hero-section .flex-card img {
        z-index: 3;
        position: relative;
    }

.service-modal .hero-section .flex-card p {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    z-index: 3;
    position: relative;
    word-break: break-word;
}

.service-modal .custom-width:has(.custom-check:checked) .contain:after {
    opacity: 1;
}

.service-modal .custom-width .contain:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #E9F5FF;
    opacity: 0;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid #88CAFF;
}

.service-modal .btn-close {
    color: #11578F;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9;
    background: url(../img/btn-close.svg) no-repeat center center;
    opacity: 1;
    height: 20px;
    width: 20px;
    border: 0px;
}

.service-modal .btn-close:focus {
    box-shadow: none;
}

.service-modal .modal-body {
    padding: 0;
    scrollbar-color: #11578F #FFF;
    scrollbar-width: thin;
}

.service-modal .main-row {
    max-height: 400px;
    overflow-y: auto;
}

.service-modal .custom-row {
    padding: 0 30px;
}

.service-modal h3 {
    font-size: 16px;
    font-weight: 700;
    color: #11578F;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.service-modal .sec-title {
    border-top: 1px solid #D3ECFF;
    margin-top: 20px;
    padding: 20px 0;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.form-control::placeholder {
    color: #AEAEAE;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #11578F;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    color: #080809;
    margin-bottom: 5px;
}

.service-modal .success-msg {
    font-size: 20px;
    font-weight: 700;
    color: #272727;
    text-align: center;
    padding: 0 0 15px;
}

.service-modal .verify-text {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 30px;
}

.service-modal .custom-row-last-step {
    padding: 13%;
}

.service-modal .theme-btn-blue {
    display: table;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .service-modal .modal-dialog {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .service-modal .modal-dialog {
        max-width: inherit;
        margin-right: auto;
        margin-left: auto;
    }
}

.contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    left: auto;
    background-color: transparent;
    border: 1px solid #ABD4F3;
    border-radius: 2px;
    z-index: 3;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked~.checkmark {
    background-color: #11578F;
    border: 1px solid #11578F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profile-section {
    background: #fff;
    border-top: 1px solid #D3ECFF;
    padding: 60px 0;
}

.profile-section .profile-slider {
    max-width: 90.5%;
    margin: 0 auto;
}

.profile-section .profile-slider .custom-width {
    margin: 0;
}

.profile-section .profile-slider .slick-slide {
    text-align: center;
    margin-right: 13px;
    margin-left: 13px;
}

.profile-section .title {
    padding: 0 0 10px;
    margin: 0;
    border: 0;
}

.profile-section .sub-title {
    padding: 0 0 40px;
}

.profile-section .slick-prev {
    left: -30px;
}

.profile-section .slick-next {
    right: -30px;
}

.profile-section .profile-slider .flex-card {
    min-height: 162px;
}

.profile-section .main-service {
    margin: 0 0 60px;
}

.profile-section .main-service .flex-card {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 45px 20px;
}

.profile-section .main-service .flex-card:hover {
    border: 1px solid #88CAFF;
    background: #E9F5FF;
}

.profile-section .main-service .custom-width {
    width: 33.33%;
    margin: 0;
}

.profile-section .main-service .checkmark {
    display: none;
}

.profile-section .main-service .flex-card a {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
}

.profile-section .main-service .flex-card a img {
    margin: 0 0 0 10px;
}

.profile-section .left-block {
    background: #11578F url(../img/profile-block-bg.png) no-repeat center bottom 50px;
    padding: 35px 30px;
    border-radius: 12px;
    height: 100%;
    min-height: 760px;
    background-size: 100%;
}

.profile-section .left-block .title {
    color: #fff;
    font-size: 38px;
    line-height: 55px;
    padding: 0 0 20px;
}

.profile-section .left-block p {
    color: #fff;
    padding: 0 0 100px;
    font-weight: 300;
}

.profile-section .theme-btn-blue img {
    margin: 0 0 0 10px;
}

.profile-section .btn-blk {
    text-align: right;
}

.profile-section .btn-blk .theme-btn-blue {
    margin: 55px 0 0 0;
    display: inline-block;
}

.success-modal .btn-close {
    color: #11578F;
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 9;
    background: url(../img/btn-close.svg) no-repeat center center;
    opacity: 1;
    height: 20px;
    width: 20px;
}

.success-modal .btn-close:focus {
    box-shadow: none;
}

.success-modal .modal-header {
    border-bottom: 1px solid #D3ECFF;
    padding: 20px 30px;
}

.success-modal .modal-body {
    text-align: center;
    padding: 30px 0 50px;
}

.success-modal .modal-body h4 {
    font-size: 20px;
    font-weight: 700;
    color: #272727;
    padding: 0 0 10px;
}

.success-modal .modal-body p {
    font-size: 20px;
    font-weight: 300;
    color: #272727;
    padding: 0 0 30px;
}

.success-modal .modal-content {
    border-radius: 20px;
}

.success-modal .title {
    padding: 0;
    font-size: 26px;
    line-height: normal;
}

.login-section {
    padding: 60px 0;
    border-top: 1px solid #D3ECFF;
}

.login-section .left-blk img {
    height: 100%;
    width: 100%;
    min-height: 230px;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 11px;
}

.login-section .right-blk {
    background: #E0EDFB;
    padding: 85px 100px;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.login-section .right-blk .title {
    text-align: center;
    font-size: 26px;
    line-height: normal;
    padding: 0 0 15px;
}

.login-section .right-blk .sub-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #11578F;
    padding: 0 0 40px;
}

.login-section .right-blk .theme-btn-blue {
    width: 100%;
    text-align: center;
    display: block;
    padding: 9px 20px;
}

.login-section .right-blk .checkbox-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px;
}

.login-section .right-blk .text-link {
    font-size: 16px;
    font-weight: 600;
    color: #11578F;
    position: relative;
}

.login-section .right-blk .text-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #11578F;
}

.login-section .right-blk .msg-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.login-section .left-blk .custom-g3 {
    --bs-gutter-y: 11px;
    --bs-gutter-x: 11px;
}

.login-section .left-blk .margin-bot {
    margin-bottom: 0;
}

.footer-inner {
    padding: 0;
}

/* The container */
.login-section .contain {
    display: block;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #080809;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.login-section .contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.login-section .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

/* When the checkbox is checked, add a blue background */
.login-section .contain input:checked~.checkmark {
    background-color: #11578F;
    border: 1px solid #11578F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.login-section .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.login-section .contain input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.login-section .contain .checkmark:after {
    left: 10px;
    top: 3px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============== Highest Rated Sliders =============== */

.highest-rated {
    padding: 100px 0px;
}

.highest-rated .title {
    padding: 0 0 40px;
}

.highest-rated-slider .slider-bg-img {
    width: 175px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 20px 20px;
    min-height: 250px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    /* justify-content: center; */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.highest-rated-slider .slick-list {
    height: 250px;
}

.highest-rated-slider .slider-bg-img h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 10px;
    color: #fff;
}

.highest-rated-slider .slick-slide {
    transition: all 0.5s ease-in-out;
}

.highest-rated-slider .slider-bg-img p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 15px;
    max-width: 100;
    width: 224px;
    text-transform: none;
}

.highest-rated-slider .theme-btn-white {
    padding: 8px 18px;
}

.highest-rated-slider .slider-content {
    /* display: none; */
    transition: all 0.5s ease-in-out;
}

.highest-rated-slider .slider-bg-img h3 {
    font-size: 18px;
    font-weight: 700;
}

.highest-rated-slider p {
    display: none;
}

.highest-rated-slider .theme-btn-white {
    display: none;
}

.highest-rated-slider .slick-current {
    width: 560px !important;
    overflow: hidden;
}

.highest-rated-slider .slick-current .slider-bg-img {
    width: 98%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 20px 50px;
    min-height: 250px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.highest-rated-slider .slick-current .slider-content {
    transition: all 0.5s ease-in-out;
    display: block;
}

.highest-rated-slider .slick-current h3 {
    display: block;
    font-size: 30px;
    font-weight: 900;
    width: 254px;
}

.highest-rated-slider .slick-current p {
    display: block;
}

.highest-rated-slider .slick-current .theme-btn-white {
    display: inline-block;
}



.highest-rated-slider .slick-current .slider-bg-img:after {
    content: '';
    background: linear-gradient(90deg, #9D5D2A 0%, rgb(99 46 5 / 10%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.highest-rated-slider .slider-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.highest-rated-slider .slider-item input {
    display: none;
}


/* =============== Highest Rated Sliders =============== */




.privacy-policy-section {
    padding: 0 0 60px;
    border-top: 1px solid #D3ECFF;
}

.privacy-banner {
    background: #edf5fa;
    padding: 100px 0;
    margin: 0 0 60px;
}

.privacy-banner .title {
    padding: 0;
}

.privacy-policy-section h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    color: #272727;
    padding: 0 0 10px;
}

.privacy-policy-section .title {
    text-align: center;
    padding: 0;
}

.forgot-password-section .left-blk img {
    height: inherit;
    min-height: inherit;
    margin: 0;
}


.forgot-password-section .right-blk .msg-text-fst {
    padding: 0 0 30px;
}




.blog-list-section {
    padding: 0 0 60px;
}

.blog-list-section .flex-card {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 100%;
}

.blog-list-section .flex-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
}

.blog-list-section .flex-card .content-blk {
    padding: 15px 20px 25px;
}

.blog-list-section .flex-card .content-blk h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #272727;
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.blog-list-section .flex-card .content-blk p {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
}

.blog-list-section .flex-card .content-blk h3 a {
    color: #272727;
    padding-bottom: 2px;
    transition: all 0.5s linear;
    background: linear-gradient(to bottom, #272727 0%, #272727 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.blog-list-section .flex-card:hover .content-blk h3 a {
    background-size: 100% 2px;
}

.blog-list-section .flex-card .content-blk .theme-btn {
    padding: 7px 15px;
}

.blog-list-section .flex-card .content-blk span {
    text-align: right;
    display: block;
    font-size: 14px;
    color: #948979;
}

.blog-list-section .flex-card .content-blk span i {
    margin-right: 5px;
}

.blog-list-section .flex-card .content-blk .info-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}


.pagination {
    text-align: center;
    margin: 0 auto;
}

.pagination nav {
    text-align: center;
    margin: 20px auto;
}

.pagination nav ul li a {
    color: #000;
    padding: 7px 15px;
}

.pagination nav ul li a:hover {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

.pagination nav ul li a:focus {
    box-shadow: none;
}

.pagination nav ul li a.active {
    background: #11578F;
    color: #fff;
    border: 1px solid #11578F;
}

.blog-details-section {
    padding: 0 0 30px;
}

.blog-details-section .flex-card {
    height: auto;
}

.blog-details-section .flex-card .content-blk h3 {
    min-height: auto;
}

.blog-details-section .flex-card .content-blk p {
    min-height: auto;
}

.blog-details-section .flex-card img {
    height: 300px;
}

.blog-details-section .right-blk .flex-card {
    display: flex;
    height: auto;
    margin-bottom: 20px;
}

.blog-details-section .right-blk .title {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 10px;
    margin: -6px 0 20px;
    border-bottom: 1px solid #88CAFF;
}

.blog-details-section .right-blk .flex-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.blog-details-section .right-blk .flex-card .img-blk {
    width: 30%;
}

.blog-details-section .right-blk .flex-card h3 {
    font-size: 16px;
}

.blog-details-section .right-blk .flex-card .content-blk {
    width: 70%;
    padding: 10px 20px;
}

.blog-details-section .social-media {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px;
    justify-content: end;
}

.blog-details-section .social-media li {
    display: inline-block;
    margin: 0;
}

.blog-details-section .social-media li a {
    font-size: 20px;
    color: #11578F;
    transition: all 0.2s ease-in-out;
}

.blog-details-section .social-media li a img {
    height: auto;
}

.blog-details-section .social-media li a:hover {
    opacity: 0.8;
}

.blog-details-section .social-media .share-txt {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-details-section .btn-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.blog-details-section .btn-blk a {
    font-size: 16px;
    font-weight: 600;
    color: #11578F;
    transition: all 0.3s ease-in-out;
}

.blog-details-section .btn-blk a:hover {
    opacity: 0.7;
}

.blog-details-section blockquote {
    padding: 20px 20px;
    border-left: 5px solid #11578F;
    margin: 20px 0;
}

/*Dashboard Style start here*/
.notification {
    position: relative;
    margin-right: 10px;
}

.notification img {
    margin: 0px;
}

.notification span {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    background-color: red;
    color: #fff;
    border-radius: 50px;
}

.notification:hover {
    background: #fff;
}

.main-wrapper footer {
    padding: 0px;
}

.main-wrapper footer .footer-bottom {
    margin: 0px;
}

.main-wrapper footer .footer-bottom .container {
    width: auto;
    max-width: 100%;
    padding: 0px 30px;
}

.sidebar-links ul li {
    margin-bottom: 25px;
    padding: 10px 0px;
}

.service-modal.admin .custom-width {
    width: 25% !important;
    margin: 0 0 20px;
    flex: none;
    max-width: 25%;
}

@media (max-width: 992px) {
    .service-modal.admin .custom-width {
        width: 35% !important;
        margin: 0 0 20px;
        flex: none;
        max-width: 30%;
    }

    .service-modal .custom-row {
        padding: 0 30px 80px 30px;
        height: 500px;
        overflow-y: auto;
    }

    .wizard-content .wizard>.actions {

        padding: 15px 30px;
        bottom: 0px;

        z-index: 9;
    }
}

@media (max-width: 768px) {
    .dashboard .min-height-center {
        min-height: 78.5vh;
    }

    .dashboard .card .card-body {
        padding: 10px;
    }

    .dashboard .card .card-body a img.c-img {
        height: 50px !important;
    }

    .dashboard .card .card-body a .titles {
        color: #11578F !important;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 700;
    }

    .main-wrapper footer {
        padding: 0px;
        text-align: center;
    }

    .main-wrapper footer .footer-bottom {
        margin: 0px;
        text-align: center;
    }

    .main-wrapper footer .footer-bottom .social-media {
        text-align: center;
    }

    .main-wrapper footer .footer-bottom p {
        margin: 10px 0px;
    }

    .main-wrapper footer .footer-bottom .privacy-blk {
        text-align: center;
    }

    .username {
        font-size: 14px;
        text-align: center;
        width: 100%;
        display: inline-block !important;
    }

    .service-modal.admin .custom-width {
        width: 50% !important;
        margin: 0 0 20px;
        flex: none;
        max-width: 50%;
    }

    .service-modal .title {
        font-size: 20px;
    }

}

/*New Style update here for Job listing and details and company details*/
/* Job Listing page css */

.privacy-banner {
    background: #edf5fa url(../img/inner-header-bg.jpg) center center no-repeat;
    background-size: 100%;
    padding: 100px 0;
    margin: 0 0 60px;
    border-top: 1px solid #D3ECFF;
    border-bottom: 1px solid #D3ECFF;
}

.job-listing {
    padding: 0 0 20px;
}

    .job-listing .job.card {
        background: #FFFFFF;
        box-shadow: 0px 0px 19px rgb(0 0 0 / 8%);
        border-radius: 12px;
        border: 0;
        border-left: #11578f 3px solid;
    }

        .job-listing .job.card:hover {
            background: #f9f9f9;
        }

    .job-listing .full-time {
        background: #F2F9F2;
        border-radius: 17px;
        padding: 5px 20px;
        text-align: center;
        color: #4BB94C;
        font-size: 15px;
    }

    .job-listing .text-left {
        text-align: left;
    }

    .job-listing .job-heading {
        font-size: 20px;
        color: #004C84;
        font-weight: 600;
        margin-top: 8px;
        margin-bottom: 0 !important;
    }

    .job-listing .job-apply-btn {
        font-size: 16px;
        font-weight: 600;
        padding: 8px 15px !important;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        background: #11578F;
        color: #fff;
        border: 1px solid #11578F;
        display: inline-block;
    }

        .job-listing .job-apply-btn:hover {
            background: #6EACDA;
            color: #fff;
            border: 1px solid #6EACDA;
        }

    .job-listing .category-para {
        font-size: 13px;
        color: #000000;
        overflow: hidden;
        word-break: break-all;
        text-align: justify;
    }

        .job-listing .category-para p {
            padding: 10px 0 5px;
            font-size: 16px;
        }

    .job-listing .category {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
        padding: 0 0 5px;
    }

    .job-listing .category-para {
        font-size: 13px;
        color: #000000;
        overflow: hidden;
        word-break: break-all;
        text-align: justify;
        padding: 0 0 5px;
    }

    .job-listing .pr-0,
    .job-listing .px-0 {
        padding-right: 0 !important;
    }

    .job-listing .pr-0,
    .job-listing .px-0 {
        padding-right: 0 !important;
    }

    .job-listing .mt-1,
    .job-listing .my-1 {
        margin-top: .4rem !important;
    }

    .job-listing p:empty {
        display: none;
    }

    .job-listing .card-body {
        padding: 20px 20px;
    }

    .job-listing .choose-heading {
        display: none;
    }

    .job-listing .banner-padding .banner-padding {
        padding: 10px 20px 20px !important;
        background: #11578f;
        box-shadow: 0px 0px 19px rgb(0 0 0 / 8%);
        border-radius: 12px;
        border: 0;
        margin: 0 0 20px;
    }

    .job-listing .form-control::placeholder {
        color: #AEAEAE;
    }

    .job-listing .banner-padding .input-name {
        color: #fff;
    }

.job-details-section .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 8%);
    border-radius: 12px;
    border: 0;
    padding: 20px 20px;
    position: relative;
}

    .job-details-section .card .category {
        font-weight: 700;
    }

.job-details-section .jobtype {
    border-radius: 30px;
    background-color: #F2F9F2;
    color: #4BB94C;
    font-size: 18px;
    padding: 5px 15px;
}

.job-details-section .job-heading {
    font-size: 22px;
    font-weight: 700;
}

.white-box {
    padding: 15px;
    border: #dadada solid 1px;
    width: 100%;
    border-radius: 20px;
}

.job-details-section .category {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

.job-details-section .category-para {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.job-details-section .post-info {
    position: relative;
    top: 0;
    right: 0;
    z-index: 9;
    background: #11578F;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

    .job-details-section .post-info p {
        color: #fff;
    }

    .job-details-section .post-info .jobtype {
        font-weight: 700;
        display: inline-block;
    }

.company-listing .flex-card .content-blk h3 {
    min-height: auto;
}

.company-listing .flex-card .content-blk p {
    min-height: auto;
}

.company-listing .flex-card .btn-blk {
    display: flex;
    align-items: center;
    gap: 10px;
}


.company-details .fa {
    color: #FFAA00 !important;
}

.company-details h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 0 0 15px;
}

.company-details .progress-bar {
    background: #11578F;
}

.company-details .right-block {
    background: #11578F;
    padding: 30px 20px;
    border-radius: 12px;
}

    .company-details .right-block h3 {
        color: #fff;
    }

    .company-details .right-block p {
        color: #fff;
    }

.company-details .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 8%);
    border-radius: 12px;
    border: 0;
    padding: 20px 20px;
    height: 100%;
}


hr {
    border-color: #dadada;
    opacity: 1;
}

.company-listing .white-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

    .company-listing .white-box .profile-pic {
        display: inline-flex;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 150px;
        text-align: center;
        align-items: center;
        margin-right: 15px;
        overflow: hidden;
        border: #11578f 2px dashed;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }

        .company-listing .white-box .profile-pic img {
            display: inline-flex;
            width: 100px;
            height: 100%;
            object-fit: cover;
        }

    .company-listing .white-box .content-blk {
        display: inline-block;
        width: calc(100% - 115px);
        border-left: #11578f0f solid 1px;
        padding-left: 15px;
    }

        .company-listing .white-box .content-blk h3 a {
            font-size: 22px;
            font-weight: 700;
            color: #272727;
            margin-bottom: 10px;
        }
            .company-listing .white-box:hover h3 a{
                text-decoration:underline;
            }

            .company-listing .white-box .content-blk p {
                font-size: 16px;
                font-weight: 500;
                color: #272727;
            }

.dashboard .min-height-center {
    align-items: start;
}

@media (max-width:767px) {
    .company-listing .white-box {
        display: block;
        text-align: center;
    }

        .company-listing .white-box .profile-pic {
            margin-right: 0px;
            margin-bottom: 15px;
        }

        .company-listing .white-box .content-blk {
            width: calc(100% - 0px);
            border-left: 0px;
            border-top: #11578f0f solid 1px;
            padding-left: 0px;
            padding-top: 15px;
        }
}

.ratebars {
    width: 95%;
    display: inline-block;
    border-radius: 8px;
    background-color: lightgray;
    height: 10px;
    margin-left: 40px;
    margin-bottom: 0px;
}
.ratebars .bar {
    background-color: #FFAA00;
    height: 100%;
    border-radius: 8px;
}

.c-details-check{
    display: flex;
    align-items: center;
}
.company-details .form-group {
    margin: 0 0 10px;
}
.company-details .ratebars-bot {
    margin-left: 0;
}
.company-details .btnquote {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin: 0 0 0 5px;
    transition: all 0.3s ease-in-out;
}
 .company-details .btnquote:hover {
        background: #11578F;
        color: #fff;
        border: 1px solid #11578F;
    }
.company-details .buttons-bot {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*New Style Added 30/04/2025*/
.container-dashboard-banner {
    position: relative;
    background: #1E6197;
    background: linear-gradient(90deg, rgba(30, 97, 151, 1) 0%, rgba(172, 218, 255, 1) 100%);
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    padding: 26px 30px;
    font-weight: 300;
    display: flex;
    gap: 30px;
    align-items: center;
}

    .container-dashboard-banner h4 {
        font-size: 28px;
        font-weight: 300;
    }

    .container-dashboard-banner:after {
        background: url(../img/bg-shape.png) bottom right no-repeat;
        content: '';
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 0px;
        width: 100%;
        max-width: 297px;
        height: 100%;
    }

    .container-dashboard-banner .go-to-offer {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-decoration: underline;
        position: absolute;
        top: auto;
        bottom: 15px;
        right: 30px;
        left: auto;
        z-index: 9;
    }

        .container-dashboard-banner .go-to-offer:hover {
            text-decoration: none;
        }

.dashboard .job-listing .job-apply-btn {
    font-size: 14px !important;
    padding: 8px 10px !important;
}

@media (max-width:767px) {
    .company-listing .white-box {
        display: block;
        text-align: center;
    }

        .company-listing .white-box .profile-pic {
            margin-right: 0px;
            margin-bottom: 15px;
        }

        .company-listing .white-box .content-blk {
            width: calc(100% - 0px);
            border-left: 0px;
            border-top: #11578f0f solid 1px;
            padding-left: 0px;
            padding-top: 15px;
        }


    /*New style added for responsive*/
    .container-dashboard-banner {
        padding: 26px 30px 76px 30px;
        display: block;
    }
}

/* ============= Toggle text ============= */

.short-text {
    position: relative;
}

    .short-text div {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all 0.5s ease-in-out;
        padding: 0px;
        margin-bottom: 15px;
        font-size: 14px !important;
        line-height: normal;
    }

    .short-text a {
        transition: all 0.5s ease-in-out;
        color: #11578F;
        font-size: 14px !important;
        line-height: normal;
        text-align: right;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: -20px;
    }

    .short-text p {
        font-size: 14px !important;
    }

    .short-text a:hover {
        text-decoration: underline !important;
    }

div.expanded-text {
    -webkit-line-clamp: unset;
}

.short-text.active {
    transition: all 0.5s ease-in-out;
}

    .short-text.active a {
        position: absolute;
        top: unset;
        bottom: -20px;
    }

/* ============= Toggle text ============= */

.highest-rated-slider .slider-bg-img:before {
    content: '';
    width: 100%;
    height: 156px;
    position: absolute;
    left: 0;
    background: linear-gradient(167deg, rgb(0 5 8 / 73%) 28.3%, rgba(0, 0, 0, 0) 51.81%);
    top: 0;
    z-index: -1;
}

.highest-rated-slider .slick-current .slider-bg-img:before {
    opacity: 0;
}