:root {
    --paragraph-dark: #222;
    --paragraph-white: #ffffff;
    --blue-bg: #0F6FFF;
    --white: white;
    --footerbg: #F2F5F9;
    --footerbg-dark: #0A0E1F;
    --zf-regular: 'Zoho_Puvi_Regular';
    --zf-bold: 'Zoho_Puvi_Bold';
    --zf-semibold: 'Zoho_Puvi_SemiBold';
}

@font-face {
    font-family: "Zoho_Puvi_Regular";
    src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2") format('woff2');
}

@font-face {
    font-family: "Zoho_Puvi_Bold";
    src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.woff2") format('woff2');
}

@font-face {
    font-family: "Zoho_Puvi_SemiBold";
    src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Semibold.woff2") format('woff2');
}

.main-hero {
    background: radial-gradient(100% 100% at 50.02% 100%, #04A 0%, #004FC4 39.5%, #0158DB 100%);
    padding: 65px 0 60px;
    position: relative;
}
.main-hero::after {
    content: "";
    background-image: url(../map.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    width: 55%;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background-position: left bottom;
}
body {
    font-family: var(--zf-regular);
}

.main-hero svg {
    margin: auto;
    display: block;
    width: 100%;
    margin-top: -20px;
}

.text-reveal h2 {
    font-size: 50px;
    font-weight: 700;
    overflow: hidden;
    font-weight: 800;
    font-family: var(--zf-bold);
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    color: var(--white);
}

.text-reveal h2>.anim {
    transform: translateY(100%);
}



.text-reveal h2 .out {
    -webkit-text-stroke: 1px #fff;
    color: #0056d4;
    display: block;
}

.text-reveal h6 {
    overflow: hidden;
    font-size: 20px;
    color: var(--white);
    font-weight: normal;
    font-family: var(--zf-regular);

}

.text-reveal h6>.anim {
    transform: translateY(100%);
}

.split-parent {
    overflow: hidden;
}

.split-child {
    display: inline-block;
}

.svgdiv {
    height: 350px;

}

.mea-service {
    padding: 60px 0;
    background: #F8F8F8;
}

.mea-service .mea-row1, .mea-service .mea-row2 {
    flex-wrap: wrap;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top:5px;
    flex-direction: row;
    gap: 15px;

}
.mea-service .mea-row1 .card {
    /* flex: 1 0 32.33%; */
    flex: 1 0 23.33%;
    /* width: 24%; */
    color: #252553;
    background: white;
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.7s ease;
    border: 1px solid transparent;
}
.mea-service .mea-row2 .card {
    flex: 1 0 23.33%;
    /* width: 24%; */
    color: #252553;
    background: white;
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.7s ease;
    border: 1px solid transparent;
}

.border-btm {
    padding-bottom: 30px;
    border-bottom: 1px dashed gainsboro;
}

svg .polygon {
    fill: none;
    stroke: white;
    stroke-width: 0.5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
}

.shadow-d {
    opacity: 0;
    -webkit-animation: hides 5s linear forwards;
    animation: hides 5s linear forwards;
}

@-webkit-keyframes hides {
    to {
        opacity: 0;
    }
}

@keyframes hides {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}


.mea-service .card:hover {
    /* transform: scale(1.02); */
    border: 1.5px solid #007bf7 !important;
    box-shadow: 0px 13px 20px -10px rgba(0, 0, 0, 0.06);
}

.mea-service .mea-head {
    color: #000;
    font-family: var(--zf-semibold);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    padding: 10px 0;
    line-height: normal;
    border-radius: 25px;
    margin: 0;
    background: -webkit-linear-gradient(right, #f5f5f5, rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, #f5f5f5, rgba(255, 255, 255, 0.0));
}

.list-group-flush>.list-group-item {
    border-style: dashed;
}

.mea-service .card {
    padding: 20px;
    overflow: hidden;
    border: 1.5px solid rgb(243, 243, 243) !important;
}

.mea-service .card:hover svg {
    height: auto;
    transition: all 0.9s ease;
    transform: scale(0.8);
    /* top: -20px;
    position: inherit; */
}

.mea-service .card .card-title {
    color: #000;
    font-family: var(--zf-semibold);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    transition: 0.8s ease-in-out all;
    margin-bottom: 10px;
    line-height: normal;
}

.mea-service .card .card-text {
    color: #626262;
    font-family: var(--zf-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
    transition: 1s ease-in-out all;
}

.mea-service .card:hover .card-title {
    opacity: 0;
}

.mea-service .card:hover .card-text {
    opacity: 0;
}

.mea-service .card:hover .list-group {
    opacity: 1;
    bottom: 5px;
}

.mea-service .card svg {
    transition: all 0.9s ease;
    margin-bottom: 15px;
}

.mea-service .card-body {
    padding: 0 !important;
}

.list-group {
    /* opacity: 0; */
    position: absolute;
    width: 100%;
    padding: 0px 15px !important;
    bottom: -200px;
    left: 0;
    transition: all 0.5s cubic-bezier(0.8, 0, 0, 0.19);
}

.list-group .list-group-item {
    /* display: none; */
    cursor: pointer;
    font-size: 14px;
    position: relative;
    font-family: var(--zf-regular);
    transition: all 0.6s ease-out;
    padding-left: 0px !important;
}

.list-group .list-group-item a {
    display: block;
    font-family: var(--zf-regular);
    text-decoration: none;
    color: #000;
}

.list-group .list-group-item a:hover {
    color: #007bf7;
}

.list-group .list-group-item:hover {
    color: rgb(0, 98, 255);

}

.list-group .list-group-item:hover::after {
    color: rgb(0, 98, 255);
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(73deg, rgba(255, 255, 255, 0) 0%, rgba(216, 234, 255, 1) 100%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.list-group .list-group-item::after {
    content: '→';
    position: absolute;
    right: 10px;
    color: #E1E1E4;
    background: rgb(255, 255, 255);
    height: 25px;
    top: 6px;
    width: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    transition: 0.6s ease all;
    vertical-align: middle;
}

.mea-service .internalTeams {
    padding: 30px 0;
}

/* methodology  */
.methodology-hero {
    padding: 150px 0 0;
    position: relative;
    background-image: url(./hero_banner.svg);
    text-align: center;
    background-position: 0 0, 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    /* overflow: hidden; */
}

.methodology-hero .information h2 {
    font-size: 65px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: white;
    /* text-decoration: underline; */
    margin-bottom: 25px;
    font-family: var(--zf-bold)
}


.methodology-hero .information p {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: 300;
    font-family: var(--zf-regular);
    color: var(--paragraph-white);
}


/* live card */

.phase-section {
    padding: 100px 0;
}

.phase_line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    transform: translateX(-50%);
    height: 100%;
    /* background-color: #dadada; */
    background: linear-gradient(180deg, #BBD0E5 0%, #E3E5E7 90.53%, rgba(255, 255, 255, 0.00) 100%);
}

/* .phase_line::after {
    content: '';
    height: 25px;
    width: 25px;
    border-radius: 25px;
    color: red;
    position: absolute;
    background: red;
    bottom: 0;
    left: -11px;
} */

.phase_row {
    margin-bottom: 150px;
    margin-top: 100px;
    justify-content: space-between;
    /* align-items: center; */
    position: relative;
}

.phase_row:last-child {
    margin-bottom: 0;
}

.phase_row::before {
    content: '';
    position: absolute;
    color: white;
    font-family: var(--zf-bold);
    display: flex;
    width: 55px;
    height: 55px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    transform: translateX(-50%);
    border-radius: 15px;
    border: 2px solid #FFF;
    background: #191919;
    font-weight: 700;
    left: 50%;
    /* filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25)); */
}

.phase_row::after {
    content: 'Phase';
    position: absolute;
    font-family: var(--zf-bold);
    transform: translateX(-50%);
    left: 50%;
    color: #F4F4F4;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    top: -28px;
    letter-spacing: -0.522px;
    text-transform: uppercase;
    z-index: -1;
}

.phase_row:nth-child(2)::before {
    background: #191919;
    content: '01';
}

.phase_row:nth-child(3)::before {
    content: '02';
    background: #09B155;

}

.phase_row:nth-child(4)::before {
    background: #267AC9;
    content: '03';
}

.phase_row h4 {
    color: #191919;
    font-family: var(--zf-bold);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.57px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.phase_row img {
    height: auto;
    width: 100%;
}

.phase_row p {
    color: #353535;
    font-family: var(--zf-regular);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

.phase_row p b {
    color: #000000;
}

.live-phase {
    padding: 50px 0 100px;
    /* background: linear-gradient(180deg, #FFF 0%, #FFF 49.6%, #0a0e1f 49.61%, #0a0e1f 100%); */
}

.live-phase .liveCard {
    /* border: 1px solid #EAEAEA; */
    padding: 50px;
    grid-template-columns: 35% 55%;
    display: grid;
    gap: 20px;
    overflow: hidden;
    border-radius: 15px;
    background: #025ace;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgb(0 0 53 / 25%) 0px 50px 100px -20px, rgb(119 107 186 / 30%) 0px 30px 60px -30px; */
}

.live-phase .liveCard h4 {
    color: white;
    font-family: var(--zf-bold);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.live-phase .liveCard p {
    color: white;
    font-family: var(--zf-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}

.live-phase .liveCard a {
    color: rgba(255, 255, 255, 0.791);
}

.live-phase .liveCard a:hover {
    color: white;
}

.live-phase .liveCard .grid {
    position: relative;
}

.live-phase .liveCard .grid::after {
    content: '';
    position: absolute;
    background: url(https://www.zoho.com/books/images/india/grid.png)no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    top: -55px;
    width: 100%;
    left: 0;
}

.live-phase .liveCard svg {
    height: 100%;
    width: auto;
}

/* animation stroke array  */
.liveCard.fin .path-1,
.liveCard.fin .path-2,
.liveCard.fin .path-4 {
    stroke-dashoffset: 0;
}

.liveCard.fin .path-3 {
    transform: scale(1);
}

.path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.path-1 {
    stroke-dasharray: 1850 2000;
    stroke-dashoffset: 1851;
    transition: 5s linear;
    stroke: white;
}

.path-2 {
    stroke-dasharray: 260 1000;
    stroke-dashoffset: 261;
    transition: 0.7s linear 2s;
    stroke: #09B155;
}

.path-3 {
    transform: scale(0);
    transition: 0.7s linear 2s;
    fill: #ff0000;
    transform-origin: center;
}

.path-4 {
    stroke-dasharray: 260 1000;
    stroke-width: 2.2px;
    stroke-dashoffset: 261;
    transition: 1s linear 3s;
}


/* close  */
/* footer  */
footer {
    background-color: var(--footerbg-dark);
    padding: 70px 0 50px;
}

footer .footer-logo {
    height: 45px;
    margin-bottom: 35px;
    width: auto;
}

ul.social {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

ul.social li {
    list-style: none;
    height: 50px;
    width: 50px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: all ease 0.3s;
}

ul.social li:hover {
    color: #000000;
    background: #ffffff;
    cursor: pointer;
}

.links {
    position: relative;
}

.links h4 {
    font-size: 17px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--zf-semibold);
}

.links ul {
    list-style-type: none;
    padding: 0;
}

.links ul li {
    margin-bottom: 3px;
    color: #eeeeee;
    font-size: 14px !important;
    opacity: 0.8;
    font-weight: 300;
}
.links.address{
    position: relative;
}
.links.address ul li a{
    color: #9e9e9e;
}
.links.address ul li a:hover{
    color: #056cb8;
}
.links ul li a {
    text-decoration: none;
    color: #eeeeee;
    font-weight: 300;
    font-family: var(--zf-regular)
}

.footer-bottom {
    display: flex;
    justify-content: left;
    margin-top: 60px;
    color: #84868F;
    position: relative;
}

.footer-bottom span {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--zf-regular);
}

.footer-bottom a {
    height: 50px;
    width: 50px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    position: absolute;
    color: #9e9e9e;
    right: 0;
    bottom: -15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


@-webkit-keyframes hides {
    to {
        opacity: 0;
    }
}

@keyframes hides {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}


/* modal css÷ */
.btn-close {
    position: absolute;
    right: -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: -30px;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255 255 255);
    opacity: 1;
    z-index: 9;
}



.fadein2 {
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadein2.visible {
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}


.process-flow {
    padding: 100px 0;
    position: relative;
    background: #FCFCFD;
    z-index: 0;
    overflow: hidden;
}

iframe {
    min-height: 75vh;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.cards {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-bottom: 90px;
    top: 0;

}

.custom-card {
    position: absolute;
    width: 100%;
    top: 10px;
    padding: 30px;
    height: 60vh;
    margin-bottom: 50px;
    display: flex;
    justify-content: left;
    align-items: normal;
    border-radius: 25px;
    overflow: hidden;
}

.serve {
    position: relative;
    gap: 20px;
    margin-left: 0;
    margin-top: 20px;
}

.serve>div {
    background-color: white;
}

.serve img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}

.vertical {
    margin-top: 50px;
}

.card1 {
    background: #FCE9E9;
}

.card2 {
    top: 25px;
    background: #E6F5ED;
}

.card3 {
    top: 40px;
    background: #E5EBF2;
}

.card4 {
    top: 60px;
    background: #FEF7E8;
}

.opacity {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    opacity: 0.6;
}

.scale {
    moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    width: 95%;
}


/* close  */
.vheader {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 30px;
    height: 350px;
    /* background: -webkit-linear-gradient(145deg, #0067ff 0%, #005ce3 24%, #0050c6 100%);
    background: -webkit-linear-gradient(145deg, #0067ff 0%, #005ce3 24%, #0050c6 100%); */
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: left;
    position: relative;
    color: white;
    background: #015AE0 url(../headerbg.svg)no-repeat;
    background-position: right;
    background-size: cover;
}

.header-info {
    position: relative;
}

.header-info h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: var(--zf-semibold);
    line-height: 45px;
    transition: all 0.7s ease;
}

.header-info h6 {
    color: #FFD600;
    font-size: 19px;
    font-family: var(--zf-bold);
    margin-bottom: 10px;
}

.nav-link {
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
}

.nav-link:hover {
    color: inherit;
}

.card-list {
    position: relative;
    width: 100%;
}

.card-list h4 {
    font-size: 30px;
    font-family: var(--zf-bold);
    margin-bottom: 25px;
}

.nav-pills.education-info,
.nav-pills.realestate-info,
.nav-pills.fitness-info,
.insurance-info {
    gap: 15px;
}

.nav-pills.education-info .nav-link.active,
.nav-pills.education-info .show>.nav-link {
    background: red !important;
    border-color: transparent !important;
}

.nav-pills.realestate-info .nav-link.active,
.nav-pills.realestate-info .show>.nav-link {
    background: #089949 !important;
    border-color: transparent !important;
}

.nav-pills.insurance-info .nav-link.active,
.nav-pills.insurance-info .show>.nav-link {
    border-color: transparent !important;
    background: #226DB4 !important;
}

.nav-pills.fitness-info .nav-link.active,
.nav-pills.fitness-info .show>.nav-link {
    border-color: transparent !important;
    background: #F9B21D !important;
}

.vertical-dcard {
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}

.vertical-dcard img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.vertical-dcard p {
    line-height: 1.9;
    margin-bottom: 25px;
    font-family: var(--zf-regular);
}

.nav-pills .nav-link {
    font-family: var(--zf-regular);
}

.vertical-dcard a {
    position: relative;
    font-family: var(--zf-regular);
    color: #000;
}

.vertical-dcard a::after {
    content: '';
    position: absolute;
    right: -27%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M8.96057 14.7573L16 7.99996L8.96057 1.24261M14.433 7.99996L1 7.99996' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")no-repeat;
    top: 4px;
    background-position: center;
    background-size: cover;
    height: 12px;
    width: 22px;
}

.card-list .img1 {
    width: 33%;
    right: 5%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}

.card-list .img2 {
    width: 45%;
    right: -1%;
    bottom: -13%;
    position: absolute;
}

.card-list .img3 {
    width: 28%;
    right: 0%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}

.vertical-header {
    transition: all ease-in-out 1s;
}

.activ .vertical-header .header-info h4 {
    font-size: 30px;
}

/* header */
/* header  */
.mea-header {
    background-color: transparent;
    padding: 5px 0;
    width: 100%;
    top: 0;
    position: fixed;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    z-index: 999;
    left: 0;
}
.mea-header .h-nav{
position: relative;
}
.mea-header .h-nav .nav-link{
    border: none;
    font-weight: 400 !important;
    font-size: 15px;

}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.mea-header .ads,
.mea-header .not {
    fill: white;
    transition: 0.6s ease all;
}

.act {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #ffffff42;
    transition: 0.6s ease all;
    color: #141414;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    animation: slideDown 0.35s ease-out;
}

.mea-header.act .ads,
.mea-header.act .not {
    fill: rgb(22, 22, 22) !important;
}

.mea-header .show {
    display: none;
}

.mea-header .hide {
    display: block;
}

.mea-header.act .hide {
    display: none !important;
}

.mea-header.act .show {
    display: block !important;
}

.mea-header .btn-group {
    gap: 25px;
}

.dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

.mea-header .btn-group img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

.mea-header .btn-group button {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

/* dropdown menu  */

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.user-menu-wrap {
    position: relative;
    width: 36px;
    margin: 0px auto;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
    background: transparent !important;
    transition: all 0.2s ease-in-out;
}

.user-menu {
    position: absolute;
    right: -17px;
    background-color: #FFFFFF;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 7px;
}

.mini-photo {
    cursor: pointer;
    max-height: 100%;
    width: 35px;
    height: 35px;
    line-height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.user-menu .profile-highlight {
    display: flex;
    padding: 12px 10px;
}

.mini-photo-wrapper {
    text-decoration: none;
}

.user-menu .profile-highlight img {
    width: 45px;
    height: 45px;
    border-radius: 0px;
    -o-object-fit: cover;
    padding: 3px;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.user-menu .profile-highlight .details #profile-name {
    font-weight: 400;
    font-size: 14px;
}

.user-menu .profile-highlight .details a {
    font-size: 14px;
    color: black;
    margin-top: 4px;
    transition: color .3s ease;
    font-weight: 550;
    text-decoration: none;

}

.user-menu .footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 8px;
    margin-top: 0px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.user-menu .user-menu-link {
    text-decoration: none;
    color: #333333;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 15px;
}


.user-menu:after {
    position: absolute;
    top: -14px;
    right: 25px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #ffffff;
}

/* projects  */

.client-details:hover .one {
    overflow: auto;
}

.client-list {
    display: flex;
    /*  justify-content: center;
        gap: 15px; */
}

.client-list button {
    /* flex: 0 0 30.33%; */
    padding: 5px;
    /* margin-bottom: 5px; */
    border: none;
    height: 100px;
    transform: scale(0.9);
    background-color: white;
}

.nav-pills .nav-link {
    border-radius: 10px !important;
    transition: 0.5s ease all;
    overflow: hidden;
}

.client-list button img {
    height: auto;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: -8px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 10px;
    border: 1px solid #2B8DFF;
    overflow: hidden;
    background: #FFF !important;
    box-shadow: 0px 7px 25px -8px rgba(0, 0, 0, 0.20);
}

.client-avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.client-avatar img {
    height: 70px;
    width: auto;
    border-radius: 15px;
    border: 1px solid #CCC;
    background: #FFF;
}

.client-avatar .tool-img {
    border: none;
    height: 35px;
    width: auto;
    border-radius: 0 !important;
    background: transparent;
}

.client-avatar h4 {
    font-size: 19px !important;
}

.client-avatar span {
    color: #787878;
    font-size: 18px;
}

.client-details {
    height: 85vh;
    overflow: hidden;
    scroll-behavior: smooth;
    border: none !important;
    max-height: 90%;
    transition: ease all 0.5s;
}

.client-details:hover {
    overflow: auto;
}

.crm {
    padding: 30px;
    border-radius: 10px;
    background: rgba(0, 85, 210, 0.05);
    margin-bottom: 15px;
}

.ana {
    padding: 30px;
    border-radius: 10px;
    background: rgba(255, 3, 3, 0.05);
    margin-bottom: 15px;
}

.commerce {
    padding: 30px;
    border-radius: 10px;
    background: rgba(189, 255, 218, 0.52);
    margin-bottom: 15px;
}

.forms {
    padding: 30px;
    border-radius: 10px;
    background: rgba(231, 231, 231, 0.52);
    margin-bottom: 15px;
}

.book {
    padding: 30px;
    border-radius: 10px;
    background: rgba(1, 111, 218, 0.10);
    margin-bottom: 15px;
}

.warn {
    padding: 30px;
    border-radius: 10px;
    background: rgba(255, 188, 2, 0.1);
    margin-bottom: 15px;
}

.booking {
    padding: 30px;
    border-radius: 10px;
    background: rgba(241, 236, 254, 0.75);
    margin-bottom: 15px;
}

.cList {
    list-style-type: none;
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
}

.cList li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.cList li::before {
    content: '➤';
    position: absolute;
    font-size: 20px;
    color: #292929;
    top: 0px;
    left: 0;
}

/* client hover */
.c-client {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    display: inline-block;
    background: white;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 200ms ease;
}

.c-client:nth-of-type(n+2) {
    margin-left: -15px;
}

.c-client:hover {
    transform: scale(1.2);
    box-shadow: 0px 8px 20px rgba(44, 44, 84, 0.2);
}

.c-client:hover:after {
    position: absolute;
    content: attr(toolName);
    background: rgba(255, 255, 255, 0.95);
    color: inherit;
    font-size: 10px;
    padding: 4px;
    color: #212529;
    width: auto;
    bottom: -0.5rem;
    right: -0.5rem;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
    opacity: 0;
    border-radius: 0.15rem;
    -webkit-animation: fade 100ms ease 350ms forwards;
    animation: fade 100ms ease 350ms forwards;
}

.client_list {
    display: inline-flex;
    position: relative;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.client_list:hover .c-client:nth-of-type(n+2) {
    margin-left: 7px;
}

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

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* Custom Multi Select */
.modal-box {
    width: 100%;
    max-width: 500px;
    margin: 100px auto;
}

.sd-multiSelect {
    position: absolute;
    width: 250px;
    right: 200px;
    top: 0px;
    overflow: hidden;
}

select:focus~.label {
    opacity: 0;
    color: red;
}

.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #9f9f9f;
}

.sd-multiSelect .ms-choice:not() {
    background: red;
}

.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
    background: transparent;
    border: 1px solid #e0e0e0;
    z-index: 999;
    position: relative;
}

.sd-multiSelect .ms-choice:focus {
    background: white;
}

.sd-multiSelect .ms-drop.bottom ul {
    list-style-type: none;
    padding: 0;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #ffff;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: rgb(0, 85, 255);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    overflow: auto;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 3px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #f0f0f0;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.sd-multiSelect .ms-drop li input:checked+span:after {
    content: "✓";
    display: block;
    position: absolute;
    top: 11px;
    text-align: center;
    left: 0;
    padding: 0px;
    width: 15px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    height: 15px;
    border-radius: 3px;
    background: rgb(0, 149, 255);
}

.soon {
    height: 80%;
    margin: auto;
    filter: grayscale(100%);
    width: 100%;
}

/* close  */

.hide-pc {
    display: none;
    visibility: hidden;
}

/* // <div class="section-Header">
// Port Gatepass by Status
// </div> */
.hide-mob {
    display: block;
    visibility: visible;
}

/* .flex-column-reverses {
    flex-direction: column-reverse !important;
} */
@media only screen and (max-width: 640px) {
    .svgdiv {
        display: none;
    }

    .hide-pc {
        display: block;
        visibility: visible;
    }

    .hide-mob {
        display: none;
        visibility: hidden;
    }

    .text-reveal h2 {
        font-size: 25px;
    }

    .flex-column-reverses {
        flex-direction: column !important;
    }

    .mea-service {
        padding: 25px 0;
    }

    .mea-service .mea-row1 .card ,  .mea-service .mea-row2 .card {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 0px;
    }

    .phase_row img {
        width: 90%;
        margin: auto;
        display: block;
    }

    .live-phase .liveCard {
        padding: 30px;
        grid-template-columns: 100%;

    }

    .live-phase .liveCard svg {
        margin: auto;
        display: block;
    }

    .phase_row>div {
        padding-left: 50px;
        margin-bottom: 25px;
    }

    .live-phase {
        padding: 50px 0;
    }

    .text-reveal h6 {
        font-size: 14px;
    }

    .phase_row::after {

        transform: translateX(-0%);
        left: 1%;
        font-size: 15px;
    }

    .mea-service .card .card-text {
        font-size: 12px;
        line-height: 1.5;
        padding-right: 10px;
    }

    .mea-service .card svg {
        transition: all 0.9s ease;
        margin-bottom: 0;
    }

    .main-hero {
        padding: 140px 25px 40px;
        border-radius: 0 0 25px 25px;
    }

    .mea-service .card .card-title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .mea-service .mea-head {
        font-size: 17px;
    }

    .mea-service .mea-row1 .card ,  .mea-service .mea-row2 .card {
        flex: inherit;
        width: 100%;
        margin-bottom: 0px;
        display: grid;
        grid-template-columns: 15% 85%;
        gap: 10px;
        padding: 10px;
        overflow: hidden;
    }

    .mea-service .card:hover .card-title {
        opacity: 1;
    }

    .mea-service .card:hover .card-text {
        opacity: 1;
    }

    .list-group {
        opacity: 0;
        position: relative;
        width: 100%;
        height: 0;
        bottom: -25px;
        transition: all 0.5s cubic-bezier(0.8, 0, 0, 0.19);
    }

    .mea-service .card:hover .list-group {
        opacity: 1;
        bottom: 0;
        transition: all 0.5s cubic-bezier(0.8, 0, 0, 0.19);
        margin-top: 20px;
        height: auto;
    }

    .mea-service .card:hover {
        transform: scale(1);
        border: 1px solid #007bf7;
        box-shadow: 0px 13px 20px -10px rgba(0, 0, 0, 0.06);
    }

    .mea-service .internalTeams {
        padding: 20px 0px;
    }

    ul.social {
        margin-bottom: 15px;
    }

    .links {
        position: relative;
        margin-top: 25px;
    }

    .links h4 {
        font-size: 15px;
    }

    .links ul li a {
        font-size: 13px;
    }

    footer .footer-logo {
        height: 45px;
        margin-bottom: 20px;
        width: auto;
    }

    .footer-info {
        display: flex;
        margin: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer {
        padding: 50px 0 50px;
    }

    .footer-bottom a {
        right: 15px;
        bottom: 25px;
        display: flex;
    }

    .justify-content-between {
        justify-content: space-between !important;
        gap: 1rem;
    }

    /* methodology */
    .methodology-hero .information h2 {
        font-size: 30px;
    }

    .methodology-hero .information p {
        font-size: 15px;
    }

    .phase_row h4 {
        font-size: 22px;
    }

    .phase_row p {
        font-size: 14px;
        line-height: 1.7;
    }

    .phase_row {
        margin-bottom: 50px;
        justify-content: space-between;
        /* align-items: center; */
        position: relative;
    }

    /* .flex-column-reverse {
        flex-direction: row !important;
    } */

    .phase_row::before {
        width: 40px;
        height: 40px;
        padding: 3px;
        border-radius: 10px;
        transform: translateX(-0%);
        left: 1.5%;
        top: -5px;
        font-size: 12px;
    }

    .process-flow {
        padding: 50px 0;
    }

    .phase-section {
        padding: 50px 0;
    }

    .phase_row::after {
        font-family: var(--zf-regular);
        color: #F4F4F4;
        top: -18px;

    }

    .phase_line {
        left: 4%;
    }

    .header-info h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: unset;
        transition: all 0.7s ease;
    }

    .sd-multiSelect {
        width: 200px;
        right: 50%;
        overflow: inherit !important;
        top: 75px;
        transform: translateX(-5%);
    }

    .client-avatar h4 {
        font-family: var(--zf-bold);
        font-size: 17px !important
    }

    .client-avatar span {
        font-family: var(--zf-semibold);
        font-size: 16px;
    }

    .cList li {
        font-family: var(--zf-regular);
        font-size: 13px;
        padding-left: 18px;
    }

    .client-avatar .tool-img {
        height: 25px;
    }

    .client-list {
        margin-top: 65px;
    }

    .cList li::before {

        font-size: 14px;

    }

    .client-details {
        height: auto;
        overflow: auto;
        scroll-behavior: smooth;
        border: none !important;
        max-height: 100%;
        transition: ease all 0.5s;
    }

    .sd-multiSelect::before {
        content: '';
        position: absolute;
        width: 100vh;
        height: 75px;
        right: -100%;
        overflow: hidden;
        top: -22px;
        background: #f8f9fb;
    }

    /* verticals  */
    .custom-card {
        height: 97vh;
        top: 0px;
        padding: 15px;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .mb-3 {
        margin-bottom: 0.85rem !important;
    }

    .card-list h4 {
        font-size: 25px;
    }

    .nav-pills.education-info,
    .nav-pills.realestate-info,
    .nav-pills.fitness-info,
    .insurance-info {
        gap: 15px;
        flex-wrap: nowrap;
        overflow: auto;
    }


    .nav-pills .nav-link {
        font-size: 13px;
        /* width: max-content; */
        padding: 7px;
        margin-bottom: 10px;
    }

    .vertical-dcard p {
        line-height: 1.7;
        font-size: 14px;
    }

    .vertical-dcard {
        padding: 10px 0;
    }

    .activ .vertical-header .header-info h4 {
        font-size: 16px;
    }

    .serve {
        gap: 5px;
    }

    .cards {
        height: 97vh;
        top: 10px !important;
    }

    .serve>div {
        flex: 0 0 auto;
        width: 48%;
        transform: scale(0.9);
    }

    .card-list .img1,
    .card-list .img3 {
        display: none;
    }

    .vheader {
        height: 300px;
    }

    .client-list button img {
        width: 95%;
    }

    .crm,
    .commerce,
    .forms,
    .book,
    .booking,
    .ana,
    .warn {
        padding: 18px 10px;
    }
}
@media all and (min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
    .mea-service .mea-row1 .card {
        flex: 1 0 30%;
    }
    .mea-service .mea-row2 .card {
        flex: 0 0 32%;
    }
  }
  @media all and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    .mea-service .mea-row1 .card {
        flex: 1 0 30%;
    }
    .mea-service .card .card-text{
        margin-bottom: 0;
        line-height: 1.4;
    }
    .mea-service .mea-row2 {
        justify-content: flex-start;
    }
    .mea-service .mea-row2 .card {
        flex: 0 0 32%;
    }
    .mea-service .mea-row1, .mea-service .mea-row2{
        gap: 11px;
    }
    .mea-service .card .card-title {
        font-size: 17px;
    }
  }