/* home page custum css start */
.primaryColor {
    color: #131F3B;
}

.primaryColorBg {
    background-color: #131F3B;
}

.primaryColorbtn {
    background-color: #6BF2D2 !important;
}

.fa {
    color: #131F3B !important;
}


.banner-section {
    background-image: url('/assets/img/SWAN_Accueil-Visuel.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 29px;

    width: 100%;
}

.color-bg {
    background: #131F3B;
    padding: 20px;

}

.eye-blue {

    width: 231px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
}

.btnup {
    border: 1px solid white !important;
    margin-top: 15px;
    width: 100%;
}

.left-img {
    height: 230px;
    border-radius: 10px;
}

.pour-bg-color {
    background: linear-gradient(107.27deg, #51cbf3 1.1%,
            #4b65ff 98.08%) !important;

}

.en-btn {
    display: flex;
    width: fit-content;
    margin: auto;
    font-size: 11px
}

body p.color-black {
    color: black !important;
}

.whatdo-btn {
    padding: 12px;
    background: white;
    border-radius: 5px;
    text-align: center;
}

body h3.color-text {
    color: white !important;
}

.padding-btn a {
    padding: 12px;
    color: white !important;
}

.padding-btn a:hover {
    padding: 12px;
    color: white !important;
    border: 1px solid white;
}

.slider-sroll {
    transition-duration: 0ms;
    transform: translate3d(-663px, 0px, 0px);
    transition-delay: 0ms;
}

.slide-one {
    width: 301.5px;
    margin-right: 30px;
}

.title-one {
    text-align: left;
    font-size: 18px;
}

.last-bg-color {
    background-color: #F5F5F5 !important;
}

.last-img {
    width: 231px !important;
}

.cookies-one {
    text-align: justify;
    gap: 47px;

}

.stylebg {
    background-repeat: no-repeat;
}

.hedding-text {
    color: white !important;
}

.strip-img img {
    height: 100px;
    object-fit: unset;

}

.plus-btn {
    display: flex;
    width: fit-content;
    margin: auto;
    font-size: 11px
}

.card-img {
    height: 450px;
}


.swiper-wrapper {
    display: flex;
    align-items: center;
}

.baloo-bhai-2 {
    font-family: "Baloo Bhai 2", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.newfont {
    font-family: "Baloo Bhai 2", sans-serif !important;
}


.fas {
    color: #131F3B !important;
}


.apps_main {
    width: 100%;
    display: flex;
    /*margin: 0 auto;*/
    text-align: center;
    padding-top: 30px;
    gap: 12px;
}


.btnss {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.icon img {
    width: 40px;
}

.selectcolor select {
    color: white !important;
}

.selectcolor option {
    color: black !important;
}


.eye-blue {
    animation: turn 5s linear infinite;
    position: relative;
}

@keyframes turn {
    0% {
        left: 0px;
    }

    50% {
        left: 50px;
    }

    100% {
        left: 0px;
    }
}

.labelcolor {
    color: #0D2C8F;
    font-weight: 600;
}

.btnup {
    border: 1px solid #6BF2D2 !important;
    /* background-color: #0D2C8F; */
    color: white !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
}


.custom-card {
    background: linear-gradient(107.27deg, #51cbf3 1.1%, #4b65ff 98.08%);
}

.custom-card-body {
    background-color: white;
    width: 100%;
    /* Ensure the card body takes up the full width */
}

.BB {
    font-size: 15px;
    font-weight: 500;
}

.bt {
    position: relative;
    display: inline-block;
    outline: 0;
    align-items: center;
    justify-content: space-between;
    /* background-color: #6BF2D2; */

    width: 100%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
}

.bt:hover .dropdownone {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
}

.dropdownone {
    position: absolute;
    visibility: hidden;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: 0;
    border-radius: 4px;
    text-align: left;
    list-style: none;
    background: #fff;
    opacity: 0;
    padding: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.dropdownone li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

i.material-icons {
    font-size: 1.25rem;
    padding-right: 12px;
    vertical-align: middle;
}

i.warning {
    color: #fac402;
}

i.passing {
    color: #25ba81;
}

i.critical {
    color: #c73445;
}

.border {
    border: 2px solid #131F3B;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.border:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.stats-itemone {
    transition: transform 0.3s ease-in-out;
}

.stats-itemone:hover {
    transform: scale(1.05);
}

.stats-itemone i {
    color: #131F3B;
    font-size: 70px;
    margin-bottom: 15px;
}


.stats-itemone a {
    hyphens: auto !important;
    text-align: justify !important;
    word-spacing: 2px !important;
}


.cardtwo {
    /* background: #ffffff; */
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* text-align: justify; */
    /* line-height: 1.6; */
    padding: 30px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cardtwo:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cardtwo h4 {
    /* background: #131F3B; */
    /* color: white; */
    padding: 15px;
    margin: -30px -20px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 1.5em;
}


.gapicon {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.gapicon p {
    margin: 0;
    flex: 1;
    letter-spacing: 0px;
}

.gapicon i {
    font-size: 24px;
    flex-shrink: 0;
    background: #F4F4F4;
    padding: 12px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}


.third-box {
    /* background: linear-gradient(107.27deg, rgba(0,22,64,1) 33%, rgba(8,64,101,1) 66%); */
    background: #131F3B;
    padding: 25px 60px;
    border-radius: 35px;

}

.first-box {
    background: linear-gradient(311deg, rgba(0, 22, 64, 1) 33%, rgba(8, 64, 101, 1) 66%);
    padding: 25px 60px;
    --mask: linear-gradient(#000 0 0) center / calc(100% - 20px) calc(100% - 20px) no-repeat,
        conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) 0 0 / 20px 10px space no-repeat,
        conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 0 100% / 20px 10px space no-repeat,
        conic-gradient(from 45deg at left, #0000, #000 1deg 89deg, #0000 90deg) 0 0 / 10px 20px no-repeat space,
        conic-gradient(from -135deg at right, #0000, #000 1deg 89deg, #0000 90deg) 100% 0 / 10px 20px no-repeat space;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.sign {
    /* background-color: #131F3B; */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 10px;
    margin: auto;
}

.signs img {
    position: relative;
    top: 20px;
    width: 40px;
}

.signbg h3 {
    color: white;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 600;
    /* word-wrap: break-word; */
    padding: 66px 56px;
}

.signbg {
    /* background-color: #131F3B; */
    border-radius: 50%;
    width: 80px;
    height: 80px;
}


.ntext {
    color: white;
    font-weight: initial !important;
    padding: 12px 146px;
}


.carousel-item {
    padding: 15px;
    cursor: -webkit-grabbing;

    & img {
        border-radius: 30px;
        height: 500px;

        box-shadow: 0px 5px 5px rgba(0, 0, 0, .21);
        transition: .25s linear;
    }

    &:hover {
        & img {
            transform: translatey(-1%);
        }
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;

    &.active {
        background: #fff;

    }
}


.carousel-control-prev {
    background: #131F3B;
    width: 35px;
    height: 35px;
    margin: auto !important;
    border-radius: 50%;


}

.carousel-control-next {
    background: #131F3B;
    width: 35px;
    height: 35px;
    margin: auto !important;
    border-radius: 50%;
}


.carousel-control-prev {
    left: -25px;
    margin: 0 -25px;
}

.carousel-control-next {
    right: -25px;
    margin: 0 -25px;
}


.item-single {
    height: 112px;
    object-fit: cover;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.titels {
    color: gainsboro;
    font-size: 16px;
}

.stats-item p {
    /* font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif; */
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-weight: 500;
    padding: 0px 0px !important;
}


.cookies_li {
    color: black;
    font-weight: 500;
}

dd {
    margin-bottom: .5rem;
    margin-left: 24px;

}

.bb {
    color: black !important;
    font-weight: 400;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.custom-model-main {
    height: auto;
    transition: height 0.3s ease;
}

.custom-model-main.scrolled {
    height: 400px;
    overflow: scroll;
}

.Click-here1 {
    cursor: pointer;
    background-color: #4070f4;
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 5px;
    transition: background-image 3s ease-in-out;
}

.Click-here1:hover {
    transition: background-image 3s ease-in-out;
    background-color: #4070f4;
}


.ol-cards {
    --flapWidth: 2rem;
    --flapHeigth: 1rem;
    --iconSize: 2.5rem;
    --numberSize: 3rem;
    --colGapSize: 2rem;
    width: min(100%, 40rem);
    margin-inline: auto;
    display: grid;
    gap: 2rem;
    padding-inline-start: var(--flapWidth);
    font-family: sans-serif;
    color: #222;
    counter-reset: ol-cards-count;
    list-style: none;
}

.ol-cards>li {
    display: grid;
    grid-template-areas:
        "icon title nr"
        "icon descr nr";
    gap: 0 var(--colGapSize);
    align-items: center;
    padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
    border-radius: 1rem 5rem 5rem 1rem;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    counter-increment: ol-cards-count;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards>li>.icon {
    grid-area: icon;
    /*background: var(--accent-color);*/
    background: #131F3B;
    color: white;
    font-size: var(--iconSize);
    width: calc(2 * var(--flapWidth) + var(--iconSize));
    padding-block: 1.5rem;
    border-radius: 0 5rem 5rem 0;
    margin-inline-start: calc(-1 * var(--flapWidth));
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    place-items: center;
}

.ol-cards>li>.icon::before {
    content: "";
    position: absolute;
    width: var(--flapWidth);

    height: calc(100% + calc(var(--flapHeigth) * 2));
    left: 0;
    top: calc(var(--flapHeigth) * -1);
    clip-path: polygon(0 var(--flapHeigth),
            100% 0,
            100% 100%,
            0 calc(100% - var(--flapHeigth)));
    /*background-color: var(--accent-color);*/
    background-color: #131F3B;
    background-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.2));
    z-index: -1;
}

.ol-cards>li>.title {
    grid-area: title;
    font-weight: 600;
    font-size: 1.25rem;
}

.ol-cards>li>.descr {
    grid-area: descr;
}

/* for demo */


.paddingtrans {
    padding: 0px 20px;
}

.paddingtrans li {
    padding: 6px 0px;
}

.paddingtrans li::marker {
    color: #131F3B;
    font-size: 30px;
}

.gapicon {
    gap: 15px;
    padding: 6px 0px;
}

.apple {
    border: 1px solid white;
    padding: 13px;
    position: relative;
    border-radius: 5px;
    width: 250px;
    display: inline-block;
    text-align: center;
    color: white;
}

.apple:hover {
    background-color: white;
}

.fontsiz option {
    font-size: 17px;

}


.wrapper {
    z-index: 9999;
    position: fixed;
    bottom: 15px;
    width: 100% !important;
    background: #131F3B !important;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrapper.show {
    right: 20px;
    z-index: 999;
}

.wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

header h4 {
    color: white !important;
    font-weight: 500;
}

.wrapper .data {
    margin-top: 16px;
}

.wrapper .data p {
    color: #fff;
    font-size: 16px;
}

.data p a {
    color: #fff;
    text-decoration: none;
}

.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: 4px;
    background: #4070f4;
    cursor: pointer;
    /*width: calc(100% / 2 - 10px);*/
    width: calc(80%);

    transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
    background-color: #034bf1;
}

#declineBtn {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
}

#declineBtn:hover {
    background-color: #4070f4;
    color: #fff;
}


.Click-here {
    cursor: pointer;
    background-color: #4070f4;
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}

.Click-here:hover {
    transition: background-image 3s ease-in-out;
    background-color: #4070f4;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15s;
    -o-transition: opacity 0.15s linear, z-index 0.15s;
    transition: opacity 0.15s linear, z-index 0.15s;
    z-index: -1;
    overflow-y: auto;
}

.model-open {
    z-index: 99999 !important;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 500px !important;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(70vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}


:root {
    --first-color: #003BE7;
    --second-color: #003be7;
    --third-color: #131F3B;
    --text-color: #fff;

    --box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
    --text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
}

.main-container {
    position: relative;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}

/* ===== Tab navigation content ===== */
.tab-nav-bar {
    position: relative;
    margin: 65px 0px 40px 0px;
}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab-menu {
    color: var(--text-color);
    list-style: none;
    background-color: var(--third-color);
    padding: 25px;
    white-space: nowrap;
    border-bottom: 1px solid var(--third-color);
    box-shadow: var(--box-shadow);
    scroll-behavior: smooth;

    user-select: none;
    overflow-x: auto;
}

.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.tab-menu::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;
    border-radius: 3px;
    background: white;
    color: #131F3B;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
}

.tab-btn:hover {
    color: white;
}

.tab-menu.dragging .tab-btn {
    pointer-events: none;
}

.tab-btn:hover {
    background-color: var(--first-color);
}

/*.tab-btn.active {*/
/*	background-color: var(--second-color);*/
/*	color:white;*/
/*}*/

.left-btn,
.right-btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    padding: 10px;
    cursor: pointer;
}

.left-btn {
    left: 0;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: none;
}

.right-btn {
    right: 0;
    /*background: linear-gradient(to right, transparent, var(--first-color) 80%);*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


/* ===== Tab content ===== */
.tab-content {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tab {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    max-width: 1100px;
    padding: 15px 50px;
    opacity: 0;

    transform: translateX(25px);
    content-visibility: hidden;
}

.tab.active {
    transform: translateX(0);
    content-visibility: visible;
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
}

.tab .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    gap: 30px;
}

.tab .img-card {
    position: relative;
    width: 450px;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.tab .img-card img {
    width: 100%;
    object-fit: cover;
}

.right-column {
    max-width: 800px;
}

.info .city,
.info .description p {
    color: var(--text-color);
    margin-bottom: 10px;
}

.info .city {
    font-size: 2em;
}

.country {
    color: var(--third-color);
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    text-shadow: var(--text-shadow);
}


.card {
    border: 1px solid #6BF2D2;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}

.card .icon i {
    font-size: 50px;
    color: #707070;
}

.subtitle-flex {
    margin-bottom: 5px;
}

.card .subtitle-flex {
    color: #707070;
}

.card .middle-text {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0;
    /* color: #131F3B; */
}

.card .footer-text {
    color: #949494;
}

.base-wrap {
    position: absolute;
    right: 0;
    margin-right: -10.5%;
    top: 47%;
}

.base {
    background: white;
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    margin-top: 5px;
    position: relative;
    width: 60px;
    transform: rotate(90deg);
    border: 1px solid #6BF2D2;
    ;
    border-bottom: 1px solid transparent;
    z-index: 1;
}

.base:before {
    border-bottom: 34px solid #6BF2D2;
    ;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: -35px;
    width: 0;
}

.base:after {
    border-bottom: 34px solid #fff;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    content: "";
    height: 0.5px;
    left: 0px;
    position: absolute;
    top: -34px;
    width: 0;
}


.navmenu:hover {
    color: white !important;
}


div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    padding: 50px 0px;

    font-size: 20px;
}


@media (min-width: 1200px) {
    .content {
        /*margin-top: -244px !important;"*/
        margin-top: 0px !important;
        "

    }

}

.btnss {
    border: 2px solid #6BF2D2;
    padding: 8px 50px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    letter-spacing: 3px;
}

.btnss:hover {
    /*background: #131F3B;*/
    color: white;

}

@media (min-width: 1200px) {

    .bgimgresponsive {
        /* background-image: url('{{asset("assets/img/bnn.png")}}');  */
        background-image: url('../img/bnn.png');

        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

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

.slider-green:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 6px;
    background-color: rgb(166, 166, 166);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-green {
    background-color: #0B2B90;
}

input:focus+.slider-green {
    box-shadow: 0 0 1px #0B2B90;
}

input:checked+.slider-green:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-green.round {
    border-radius: 34px;
}

.slider-green.round:before {
    border-radius: 50%;
}


/*------------ home page custum css end ----------------------*/


/* -------------------all service custom css start------------------------- */

.btnheart {
    font-size: 30px;
    color: white;
}

.btnheart:hover {
    font-size: 30px;
    color: #DCDCDC;
}


.fontsiz option {
    font-size: 17px;

}

.dummytext a {
    font-size: 16px;
    font-weight: 500;
}

.dateapr {
    font-size: 15px;
    position: relative;
    top: -20px;
}

.rupes {
    font-weight: 500;
    position: relative;
    top: -10px;
}


.fa {
    color: #061238;
    margin-top: -5px;
}

.service_details {
    margin-top: -25px;
}

.heart {
    display: flex;
    justify-content: end;
    position: relative;
    top: -270px;
    padding: 0px 12px;
}

.service_img a {
    height: 280px !important;
}


/* custum page old css start -------------*/


.container header {
    margin-bottom: 55px;
}

.card-img-top {
    width: 45% !important;
}

.imgtext {
    position: relative !important;
    top: -303px !important;
    margin-Bottom: -100px !important;

}

.text-h2 {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 1.36363636em !important;
    color: #131F3B !important;
}

.text-p {
    font-size: 1em !important;
    color: #2e2a2a !important;
}

.img-b {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;

}


.imgcustom img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1000px) {
    .imgcustom img {
        width: 100%;
        height: 350px;

    }
}

/* custum page old css end -------------*/
/* home css new css */
/* section one */

.two-button {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    /* allows wrap on smaller screens */
    gap: 16px;
}

.custom-buttonone {
    background-color: #6BF2D2;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    height: 38px;
    text-align: center;
    font-family: Roboto, serif;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.32px;
}

.custom-buttonone:hover {
    background-color: #5bdcc0;
}


.modal-backdrop.show {
    z-index: auto;
}