@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --theme-color: #64BC45;
    --black: #000;
    --white: #fff;
    --paragraph: #1e1e1e;
    --green: #025925;
    --green2: #55B135;
}
* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue Roman';
    margin: 0;
    padding: 0;
}

::selection {
    background-color: var(--theme-color);
    color: #fff;
    text-shadow: none;
}

h3, h4, h5, h6 {
    font-family: 'Helvetica Neue Roman';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Helvetica Neue Roman';
    font-size: 17px;
    padding: 0;
    margin: 10px 0 0;
    color: var(--paragraph);
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.title1 h1 {
	font-family: 'Helvetica Neue Bold';
	font-size: 65px;
	color: var(--white);
	line-height: normal;
	position: relative;
	margin-bottom: 34px;
}

.title1 h1 span {
	color: #64bc45;
}

.title2 h2 {
    font-family: 'Helvetica Neue Roman';
    font-size: 34px;
    color: var(--black);
    position: relative;
}

.title3 h3 {
    font-family: 'Helvetica Neue Roman';
    font-size: 52px;
    color: var(--black);
    margin-bottom: 15px;
}

.title3 h6 {
    font-family: 'Helvetica Neue Roman';
    font-size: 16px;
    color: var(--green2);
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title4 h4 {
    font-size: 34px;
    color: var(--black);
    transition: 0.6s;
}

.title5 h5 {
    font-size: 30px;
    color: var(--black);
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
	font-family: 'Helvetica Neue Medium';
	position: relative;
	font-size: 18px;
	border-radius: 30px;
	padding: 10px 22px;
	color: var(--white);
	text-align: center;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	transition: 0.6s;
	display: inline-flex;
	align-items: center;
	transition: all 0.28s ease;
}
.btn01:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(56, 217, 176, 0.4);
    }
.btn012:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgb(60 60 60);
    }
/*.btn01:hover {
    background-color: #22457645;
    border-color: #22457645;
    color: var(--theme-color);
}*/


/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 4px; background: linear-gradient(to bottom, #6eb535, #025925); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}


/* ======================================================================= */
    /* header start */
/* ======================================================================= */
.headerarea {
    /* box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem; */
    position: relative;
    z-index: 11;
}

.headerarea .logo, .footer_sec .logo {
    width: 100%;
    max-width: 185px;
    position: relative;
    display: inline-block;
}

.nav-menu > li > a:hover {
    color: var(--theme-color);
}

.headerarea.fix .logo {
    max-width: 230px;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.headerarea .btn01 {
    padding: 10px 10px 10px 25px;
    gap: 5px;
}

.headerarea .fa-circle-arrow-right {
    font-size: 25px;
    vertical-align: bottom;
    margin-left: 6px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.headerarea .btn01:hover {
    background-color: #e5097f;
    border-color: #e5097f;
}



.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span {
	position: absolute;
	top: 42%;
	right: 2px;
}
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a {
    color: var(--black);
    font-size: 19px;
    font-weight: 400;
    display: block;
    padding: 30px 0px;
    margin: 0 19px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a { color: var(--theme-color); }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--theme-color); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden;}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
.menu ul li span {
	background: url(../images/menu_arrow.png) center center no-repeat;
	cursor: pointer;
	width: 40px;
	height: 48px;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
}
.menu ul li ul li {
	border-top: 0;
}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:0px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #d1ebc8c9; padding: 8px 34px;color: #000;}
}
.sub-menu-toggle{
	display:none;
}
/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 98%;
    max-width: 1920px;
    height:700px;
    margin: 0 auto;
    border-radius: 25px;
	position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
}
/* Video Background */
    .banner_sec .bg-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
 .banner_sec::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient( 135deg, rgb(22, 25, 24) 0%, rgba(21, 23, 22, 0.31) 60%, rgba(0, 0, 0, 0) 100% );
	z-index: 1;
}
 .banner_sec .container {
      position: relative;
      z-index: 2;
    }


.banner_sec .title1 {
    width: 60%;
    position: relative;
}

.banner_sec .title1 h6 {
    font-size: 20px;
    color: var(--black);
    margin: 20px 0 15px;
    line-height: 30px;
}

.banner_sec .title1 p {
	color: var(--white);
	margin-bottom: 15px;
}

.banner_sec .fa-circle-arrow-right {
    font-size: 25px;
    vertical-align: bottom;
    margin-left: 6px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.btn01:hover .fa-circle-arrow-right, .btn012:hover .fa-circle-arrow-right {
    transform: rotate(0deg);
}

.banner_sec .btn01 {
    background-color: #6EB535;
    padding: 10px 10px 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
}

.banner_sec .btn01:hover {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.btn012 {
    background-color: #E5097F;
    border: 1px solid #E5097F;
    padding: 10px 10px 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--white);
    transition: 0.6s;
    display: inline-block;
}

.btn012:hover {
    background-color: #000;
    color: var(--white);
    border-color: #000;
}

.btn012 .fa-circle-arrow-right {
    font-size: 25px;
    vertical-align: bottom;
    margin-left: 6px;
    transform: rotate(-45deg);
    transition: 0.6s;
}
.title1.banner-content-mobile {
	display: none;
	text-align: center;
	margin-bottom: 40px;
}
.title1.banner-content-mobile .d-flex {
	justify-content: center;
	padding-top: 24px;
}
.title1.banner-content-mobile h1 {
	font-size: 30px;
	margin-bottom: 16px;
	font-family: 'Helvetica Neue Roman';
}
.title1.banner-content-mobile h6, .title1.banner-content-mobile p {
	line-height: 23px;
}

/* ======================================================================= */
    /* trusted_standards start */
/* ======================================================================= */
.trusted_standards {
    width: 100%;
}

.trusted_standards .title3 p {
    width: 63%;
    margin: 0 auto;
}

.trusted_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}

.trusted_gridbox {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
	transition: all 0.3s ease;
}
.trusted_gridbox:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
	border-color: #d7e5ff;
	background: #f9fbff;
}
.trusted_icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5097f54;
}

.trusted_icon img {
    max-width: 28px;
    object-fit: contain;
}

.trusted_gridbox h6 {
    font-size: 17px;
    color: var(--black);
}

/* ======================================================================= */
    /* about_zeniq  start */
/* ======================================================================= */
.about_zeniq {
    width: 100%;
}

.about_zeniq .title3 {
    width: 95%;
}

.about_zeniq .btn012 {
    margin-top: 25px;
}

.about_zeniq_right {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_zeniq_pic {
    width: 100%;
    height: 425px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.about_zeniq_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.morethan {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.morethan_pic {
    width: 50%;
    height: auto;
    position: relative;
    margin-left: auto;
}

.morethan_pic img {
    max-width: 100%;
    object-fit: contain;
}

.morethan_text {
    width: 45%;
    position: absolute;
    right: 18px;
    bottom: 12px;
}

.morethan_text h6 {
    font-size: 15px;
    color: var(--black);
    text-align: right;
}

/* ======================================================================= */
    /* expect_more start */
/* ======================================================================= */
.expect_more {
    width: 100%;
}

.expect_left {
    width: 90%;
    background-color: #FFEEF7;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.expect_more_pic {
    width: 55%;
    height: 400px;
    flex-basis: 55%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.expect_more_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.6s;
}

.expect_more_pic:hover img {
    transform: scale(1.1);
}

.expect_more_btm {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.learnmore1 {
    background-color: #F5F5F5;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: var(--black);
    padding: 7px 20px;
	transition: 0.6s;
}

.circle_action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E5097F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_action .fa-arrow-right {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
}

.expect_text {
    width: 100%;
    padding: 25px 25px 25px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 100px;
}

.expect_text img {
    max-width: 85px;
    object-fit: contain;
	transition: 0.6s;
}



.expect_left h6 {
    font-size: 22px;
    color: var(--black);
}

.expect_more .title3 .btn012 {
    margin-top: 35px;
}

.expect_left .expect_more_pic:hover .learnmore1 {
	background-color: var(--theme-color);
	color: #fff;
}

/* ======================================================================= */
    /* features_sec  start */
/* ======================================================================= */
.features_sec {
    width: 100%;
}

.features_sec .title3 p {
    width: 63%;
    margin: 15px auto 0;
}

.features_card {
    width: 100%;
    text-align: center;
}

.features_cardpic {
    width: 100%;
    height: 300px;
    background-color: #EEEEEE;
    border-radius: 25px;
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.features_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.features_card:hover .features_cardpic img {
    transform: scale(1.1);
}

.features_card h5 {
    font-family: 'Helvetica Neue Medium';
    font-size: 19px;
    color: var(--black);
}

.features_card p {
    margin: 10px 0 0;
}

.featuresbtm {
    width: 100%;
    padding: 25px 25px 10px;
}

/* ======================================================================= */
    /* commitment_sec  start */
/* ======================================================================= */
.commitment_sec {
    width: 100%;
}

.commitment_sec .title3 {
    width: 38%;
}

.commitment_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    border-bottom: none;
    padding: 0;
}

.commitment_gridbox {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    transition: 0.6s;
}

.commitment_gridbox:hover {
    background-color: #E5097F;
}

.commitment_gridbox:hover h2 {
    color: #fff;
}

.commitment_gridbox:hover h6 {
    color: #fff;
}

.commitment_sec .counter_card:after {
    display: none;
}

.commitment_sec .on_counter h2 {
    font-family: 'Helvetica Neue Bold';
    font-size: 60px;
    transition: 0.6s;
}

.commitment_right {
    width: 100%;
    background-color: #373737;
    border-radius: 25px;
    padding: 20px 20px 20px 30px;
}

.commitment_right p {
    color: var(--white);
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
}

.commitment_pic {
    height: 360px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.commitment_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.commitment_pic:hover img {
    transform: scale(1.1);
}

.commitment_right h4 {
    font-size: 28px;
    color: var(--white);
}

.commitment_right ul li {
    width: 100%;
    position: relative;
    font-size: 17px;
    color: var(--white);
    padding: 0 0 10px 25px;
}

.commitment_right ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../images/bullet1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.commitment_pic .btn012 {
    background-color: #fff;
    border-color: #fff;
	color: #000;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 8px 10px 8px 20px;
    font-size: 14px;
}

.commitment_pic .btn012 .fa-circle-arrow-right {
    font-size: 23px;
}

.commitment_pic .btn012:hover {
    background-color: #64bc45;
    border-color: #64bc45;
	color: #fff;
}

/* ======================================================================= */
    /* wellness_sec  start */
/* ======================================================================= */
.wellness_sec {
    width: 98%;
    max-width: 1920px;
    background-color: var(--theme-color);
    margin: 0 auto;
    background-color: ;
    border-radius: 25px;
    position: relative;
}

.wellness_sec .title3 {
    margin-bottom: 30px;
}

.wellness_sec .title3 h3 {
    width: 80%;
}

.wellness_sec .title3 p {
    width: 90%;
}

.wellness_sec .title3 h3, .wellness_sec .title3 p {
    color: #fff;
}

.wellbtn {
    width: 100%;
    background-color: #ffffff40;
    padding: 12px 10px 12px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Helvetica Neue Roman';
    font-size: 22px;
    color: #fff;
    transition: 0.6s;
}

.wellbtn .fa-arrow-right {
    font-size: 18px;
    color: #000;
    transform: rotate(-45deg);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.wellbtn:hover {
    background-color: #EAEAEA;
    color: var(--black);
}

.wellbtn:hover .fa-arrow-right {
    color: #E5097F;
    transform: rotate(0deg);
}

.wellness_sec .btn012 {
    background-color: #ffffff;
    border-color: #fff;
    color: #000000;
}

.wellness_sec .btn012 .fa-circle-arrow-right {
    color: #000;
}

.wellness_sec .btn012:hover {
    background-color: #fff;
    color: #000;
}

.wellness_right {
    width: 98%;
    margin-left: auto;
    background-color: var(--white);
    border-radius: 25px;
    padding: 15px 15px 15px 25px;
}

.wellness_right_pic {
    height: 400px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.wellness_right_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.wellness_right_pic:hover img {
    transform: scale(1.1);
}

.wellness_right h4 {
    font-size: 36px;
    color: var(--black);
}

.wellness_sec .accordion { width: 100%; margin-top:25px; position: relative; z-index: 1;}
.wellness_sec .accordion-item { border: none; margin: 3px 0; background-color: transparent; }
.wellness_sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.wellness_sec .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.wellness_sec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.wellness_sec .accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.wellness_sec .accordion-button:not(.collapsed) { box-shadow: none; color: var(--theme-color); background-color: transparent; }
.wellness_sec .accordion-button { padding: 15px; font-size: 20px; color: #000; font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; background-color: transparent; }
.wellness_sec .accordion-button span { color: var(--black); margin-right: 10px; }
.wellness_sec .accordion-body { padding: 0 15px 15px 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.wellness_sec .accordion-body p { width: 100%; margin: 0 auto; font-size: 16px; }
.wellness_sec .accordion-button::after { background-color: #ececec; padding: 4px; border-radius: 50%; width: 30px; height: 30px; background-position: 8px 8px; background-size: 15px; }
.wellness_sec .accordion-button:not(.collapsed)::after { background-color: #64bc45; }
.wellness_sec .accordion-item { border-radius: 0px; overflow: hidden; border-top: 1px solid #C9C9C9 !important; }
.wellness_sec .accordion-item:first-of-type { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.wellness_sec .accordion-item:last-of-type { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.wellness_sec .accordion-body p a {
    color: var(--green2);
}

/* ======================================================================= */
    /* why_choose start */
/* ======================================================================= */
.why_choose {
    width: 100%;
}

.why_choose .title3 {
    width: 95%;
    margin-left: auto;
}

.why_choose .title3 h3 {
    width: 65%;
}

.why_choose_left {
    width: 100%;
    height: 345px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.why_choose_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why_choose_map {
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.why_choose_map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose_action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--green2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    transform: rotate(-45deg);
}

.choose_card {
    width: 100%;
    background-color: #FFEEF7;
    border-radius: 20px;
    padding: 25px;
}

.choose_circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: radial-gradient(circle at top left, #ff9ad5, #ff4fa3 45%, #d9006c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose_circle img {
    max-width: 25px;
    object-fit: contain;
}

.choose_card h5 {
    font-family: 'Helvetica Neue Medium';
    font-size: 18px;
    color: var(--black);
    text-transform: uppercase;
    margin: 15px 0;
}

.choose_card .learnmore1 {
    font-size: 14px;
    background-color: #fff;
    display: inline-block;
    text-transform: uppercase;
	transition: 0.6s;
}

.choose-carousel {
    padding-right: 80px;
    position: relative;
    margin-top: 35px;
}

.choose_card:hover .learnmore1 {
    background-color: var(--theme-color);
	color: #fff;
}

/**/
.choose-carousel .owl-nav { position: absolute; top: 0; width: 100%; left: 0; right: 0; text-align: center;}
.choose-carousel .owl-nav button.owl-prev, .choose-carousel .owl-nav button.owl-next { width: 55px; height: 55px; border: 1px solid #a5a5a5; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.choose-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.choose-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: var(--green2); !important; }
.choose-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.choose-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: var(--green2); !important; }
.choose-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.choose-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.choose-carousel .owl-nav { position: absolute; display: inline-flex; bottom: 0; align-items: end; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; }
.choose-carousel .owl-nav button.owl-prev:hover, .choose-carousel .owl-nav button.owl-next:hover { background: var(--black); border-color: var(--black); color: #fff; transition: all .3s ease-in-out; }
.choose-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    left: auto;
    justify-content: center;
}
/**/

/* ======================================================================= */
    /* global_market start */
/* ======================================================================= */
.global_market {
    width: 100%;
}

.global_card {
    width: 100%;
    height: 100%;
    background-color: #E6F6E1;
    border-radius: 25px;
    padding: 50px 30px;
}
       
.global_card ul li {
    width: 100%;
    position: relative;
    font-size: 18px;
    color: var(--black);
    padding: 0 0 10px 27px;
}

.global_card ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/bullet2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.global_pic {
    height: 678px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.global_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.global_pic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

.global_market .choose_action {
    width: 55px;
    height: 55px;
    top: 5px;
    right: 5px;
}

/* ======================================================================= */
    /* investor_sec  start */
/* ======================================================================= */
.investor_sec {
    width: 100%;
}

.investor_sec .title3 p {
    width: 65%;
    margin: 0 auto;
}

.investor_pic {
    width: 95%;
    height: 678px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.investor_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.investor_pic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

.investor_right {
    width: 100%;
}

.investor_right_item {
    width: 100%;
    border-bottom: 2px dashed #ccc;
    padding: 0 15px 20px 15px;
    margin-bottom: 20px;
}

.investor_right h5 {
    font-family: 'Helvetica Neue Medium';
    font-size: 20px;
    color: var(--black);
}

.investor_right ul li {
    width: 100%;
    position: relative;
    font-size: 18px;
    color: var(--black);
    padding: 0 0 10px 27px;
}

.investor_right ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/bullet2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.investor_right h6 {
    font-family: 'Helvetica Neue Roman';
    font-size: 20px;
    color: var(--black);
}

.info_card-img {
    width: 50px;
    height: 50px;
    background-color: #e5097f1f;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.info_card-img img {
    max-width: 22px;
}

/* ======================================================================= */
    /*  trusted_global start */
/* ======================================================================= */
.trusted_global {
    width: 98%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.trusted_global::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(to left, #5dad4173, #ffffffab);
}

.trusted_global .container{
    position: relative;
}

.trusted_global .btn01 {
    background-color: #6EB535;
    padding: 10px 10px 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
}

.trusted_global .fa-circle-arrow-right {
    font-size: 25px;
    vertical-align: bottom;
    margin-left: 6px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.trusted_global .btn01:hover {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.ph_circle {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: pulse 2s infinite;
    position: relative;
}

.ph_circle::before,
.ph_circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: ripple 2s infinite;
    opacity: 0;
}

.ph_circle::after {
    animation-delay: 1s;
}

.ph_circle img {
    max-width: 30px;
    object-fit: contain;
    animation: shake 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(255,255,255,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
}


/* ======================================================================= */
    /*  blog_sec start */
/* ======================================================================= */
.blog_sec {
    width: 100%;
}

.blog_sec .title3 p {
    width: 43%;
    margin: 0 auto;
}

.blog_card {
    width: 100%;
    text-align: center;
}

.blog_card_pic {
    height: 300px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.blog_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blog_card:hover .blog_card_pic img {
    transform: scale(1.1);
}

.blog_cardbtm {
    width: 100%;
    padding: 20px;
}

.blog_card h5 {
    font-family: 'Helvetica Neue Roman';
    font-size: 22px;
    color: var(--black);
    margin-bottom: 10px;
}

.blog_card p {
    margin: 0;
}

.datetag {
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #E5097F;
    padding: 6px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
} 

.datetag img {
    max-width: 15px;
    object-fit: contain;
}      

/**/
.blog-carousel .owl-nav { position: absolute; top: 0; width: 100%; left: 0; right: 0; text-align: center;}
.blog-carousel .owl-nav button.owl-prev, .blog-carousel .owl-nav button.owl-next { width: 55px; height: 55px; border: 1px solid #a5a5a5; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.blog-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.blog-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: var(--green2); !important; }
.blog-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.blog-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: var(--green2); !important; }
.blog-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.blog-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.blog-carousel .owl-nav { position: absolute; display: inline-flex; bottom: 0; align-items: end; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; }
.blog-carousel .owl-nav button.owl-prev:hover, .blog-carousel .owl-nav button.owl-next:hover { background: var(--black); border-color: var(--black); color: #fff; transition: all .3s ease-in-out; }
/**/

/* ======================================================================= */
    /*  whogmp_sec start */
/* ======================================================================= */
.whogmp_sec {
    width: 100%;
}

.simplify_access {
    width: 100%;
}

.simplify_accesspic {
    height: 800px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.simplify_accesspic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.simplify_accesspic:hover img {
    transform: scale(1.1);
}

.simplify_access .title3 {
    width: 94%;
    margin-top: 25px;
}

.simplify_accessbtm {
    width: 90%;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 35px 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    position: relative;
    margin-top: -370px;
    border-bottom: 2px solid var(--green2);
}

.simplify_card {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.simplify_cardicon {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 25px;
}

.simplify_cardicon img {
    max-width: 60px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.simplify_cardicon:before {
    content: "";
    position: absolute;
    left: -35px;
    right: 0;
    top: 20px;
    width: 60px;
    height: 60px;
    background-color: #fce6f2;
    margin: 0 auto;
    border-radius: 50%;
}

.simplify_card h5 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.simplify_card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #bfbfbf, rgb(255 122 122 / 0%));
    transform: translateX(12px);
}

.simplify_access .col-lg-4:last-child .simplify_card:after {
    display: none;
}

/* ======================================================================= */
    /* iso_sec  start */
/* ======================================================================= */
.iso_sec {
    width: 100%;
}

.iso_sec .title3 {
    width: 42%;
    margin: 0 auto;
}

.iso_seccard {
    width: 100%;
    border-radius: 25px;
    padding: 35px 25px;
    border-bottom: 2px solid #E5097F;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.iso_sec .row > .col-lg-3:nth-child(2n) .iso_seccard {
    border-bottom: 2px solid var(--green2);
}

.iso_sectop {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.iso_sectop img {
    max-width: 70px;
    object-fit: contain;
}

.iso_seccard h4 {
    font-family: 'Helvetica Neue Medium';
    font-size: 32px;
    color: var(--black);
}

.iso_seccard p {
    margin: 0;
}

.iso_seccard h5 {
    font-family: 'Helvetica Neue Roman';
    font-size: 26px;
    color: var(--black);
    margin-bottom: 7px;
    width: 84%;
}

/* ======================================================================= */
    /* process_sec start */
/* ======================================================================= */
.process_sec {
    width: 100%;
}

.process_sec .title3 {
    width: 60%;
    margin: 0 auto;
}

.process_card {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.process_card::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 45px;
    margin: 0 auto;
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/arrow.webp);
}

.process_sec .row > div:last-child .process_card::after {
    display: none;
}

.process_iconbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
}

.process_iconbox img {
    max-width: 42px;
    object-fit: contain;
}

.process_card h4 {
    font-family: 'Helvetica Neue Medium';
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.process_card p {
    margin: 0;
}

.process_iconbox::before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/shape3.webp);
    z-index: -1;
}

/* ======================================================================= */
    /* quality_support  start */
/* ======================================================================= */
.quality_support {
    width: 100%;
}

.support_card {
    width: 100%;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 35px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.support_pic {
    height: 525px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.support_pic img {
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.support_card:hover .support_pic img {
    transform: scale(1.1);
}

.support_card ul li {
    width: 100%;
    position: relative;
    font-size: 18px;
    color: var(--black);
    padding: 0 0 10px 27px;
}

.support_card ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/bullet2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.support_right {
    width: 90%;
    margin: 0 auto;
}

.quality_support .support_card:nth-child(2n) .row {
    flex-direction: row-reverse;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.adress_box {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    padding: 45px 30px;
    border-radius: 25px;
    z-index: 1;
}

.contact_sec .small_title h4 {
    font-size: 38px;
    color: var(--white);
    margin-bottom: 40px;
}

.info_circle {
    width: 45px;
    height: 45px;
    border: 1px solid var(--white);
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: var(--white);
    font-size: 20px;
}

.contact_sec .small, .contact_sec small {
    font-size: 16px;
    color: var(--white);
    display: block;
}

.contact_sec .adress_card a {
    color: var(--white);
    font-size: 19px;
}

.contact_sec .adress_card p {
    color: var(--white);
    font-size: 19px;
}

.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
    padding: 80px 60px 80px 300px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    color: var(--black);
    margin-bottom: 20px;
}

.contact_sec_right .small_title h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.field02,
.form-select,
.form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background-color: transparent;
    font-size: 17px;
    color: var(--black);
    padding: 18px 15px 5px;
    height: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    box-shadow: none;
}

.form-control {
    height: 120px;
    padding-top: 25px;
    resize: none;
}

.contact_sec_right .btn01 {
    margin-top: 25px;
    border: none;
}

.form-select:focus,
.field02:focus,
.form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.floating-group {
    position: relative;
}

.floating-group label {
    position: absolute;
    left: 7px;
    top: 16px;
    font-size: 17px;
    color: #888;
    pointer-events: none;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 5px;
}

.floating-group input:focus + label,
.floating-group input:not(:placeholder-shown) + label,
.floating-group textarea:focus + label,
.floating-group textarea:not(:placeholder-shown) + label,
.floating-group select:focus + label,
.floating-group select:valid + label {
    top: -8px;
    font-size: 15px;
    color: var(--theme-color);
}

.contact_sec .footer-social li a {
    width: 100%;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    transition: 0.6s;
    text-decoration: none;
    /* box-shadow: 0px 4px 15px rgb(0 0 0 / 24%); */
	padding: 10px;
}
.contact_sec .footer-social li a img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.contact_sec .footer-social li a:hover {
    background: linear-gradient(to bottom, #6eb535, #025925);
    color: var(--green2);
	transition: 0.6s;
}

.floating-group label span {
    color: red;
}

.contact_sec .btn012 {
    background-color: #E5097F;
    color: var(--white);
    margin-top: 0;
    position: relative;
}

.contact_sec .btn012:hover {
    background-color: var(--green2);
    border-color: var(--green2);
    color: var(--white);
}
.contact_sec .btn012 input {
    outline: none;
    background: transparent;
    border: none;
    color: #ffffff;
}
.contact_sec .btn012 br{
	display:none;
}
.contact_sec .btn012 .fa-circle-arrow-right{
	color:#ffffff;
}
.contact_sec .btn012 .wpcf7-spinner {
    position: absolute;
    transform: translateX(60px);
}
.inner_connect:before {
    display: none;
}

.contact_sec .nav-link {
    border: 1px solid #E5097F;
    font-size: 16px;
    color: var(--black);
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
}

.contact_sec .nav-pills .nav-link {
    border-radius: 30px;
}

.contact_sec .nav {
    gap: 10px;
    margin-bottom: 25px;
}

.contact_sec .nav-pills .nav-link.active, .contact_sec .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--green2);
    border-color: var(--green2);
}

/* ======================================================================= */
    /* map_sec  start */
/* ======================================================================= */
.map_sec {
    width: 100%;
}

.map_sec .title3 {
    width: 42%;
    margin: 0 auto;
}

.map_secpic {
    width: 100%;
    height: 100%;
}

/* ======================================================================= */
    /*  catalog_sec  start */
/* ======================================================================= */
.catalog_section {
    width: 100%;
}

.producta_card {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

.producta_image {
    width: 300px;
    min-width: 300px;
    position: relative;
    background: #efefef;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.producta_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.18));
}

.producta_card:hover .producta_image img {
    transform: scale(1.05);
}

.producta_content {
    flex: 1;
}

.producta_content .title2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.producta_info {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.info_box {
    width: 100%;
}

.info_box h4 {
    font-family: 'Helvetica Neue Medium';
    color: #E5097F;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.producta_content p {
    font-size: 16px;
}

.feature_list {
    list-style: none;
}

.feature_list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.feature_list li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    background-image: url(../images/bullet3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.mt_30 {
    margin-top: 30px;
}

@media(max-width:1199px) {

    .producta_title h2 {
        font-size: 40px;
    }

    .producta_info {
        gap: 25px;
    }

    .info_box p,
    .feature_list li {
        font-size: 16px;
    }
}

@media(max-width:991px) {

    .producta_card {
        flex-direction: column;
    }

    .producta_image {
        width: 100%;
        min-width: 100%;
    }

    .producta_title {
        margin-bottom: 20px;
    }

    .producta_title h2 {
        font-size: 36px;
    }

    .producta_info {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px) {

    .catalog_section {
        padding: 20px 0;
    }

    .producta_card {
        gap: 25px;
        padding: 25px 0;
    }

    .producta_title h2 {
        font-size: 30px;
    }

    .producta_title span {
        font-size: 18px;
    }

    .producta_info {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .info_box h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .info_box p,
    .feature_list li {
        font-size: 15px;
    }

    .mt_30 {
        margin-top: 0;
    }
}

/* ======================================================================= */
    /*  productb_section start */
/* ======================================================================= */
.productb_section {
    width: 100%;
}

.productb_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 25px 0;
    border-top: 1px solid #d9d9d9;
}

.productb_left {
    flex: 1;
}

.productb_section .title2 {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.productb_title span {
    font-size: 24px;
    color: #;
    padding-bottom: 6px;
}

.productb_info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 80px;
    max-width: 700px;
}

.info_box h4 {
    font-family: 'Helvetica Neue Medium';
    color: #E5097F;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.info_box p {
    font-size: 16px;
}
.productb_image {
    width: 190px;
    height: auto;
    display: flex;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    justify-content: center;
    background-color: #F6F6F6;
    padding: 14px 10px;
}
.productb_image img {
	width: auto;
	height: 110px;
	object-fit: contain;
	transition: 0.6s;
}


/*=========================
Responsive
=========================*/

@media(max-width:1199px) {

    .productb_title h2 {
        font-size: 44px;
    }

    .productb_title span {
        font-size: 20px;
    }

    .info_box h4 {
        font-size: 18px;
    }

    .info_box p {
        font-size: 17px;
    }

    .productb_image {
        width: 280px;
        min-width: 280px;
    }

    .productb_image img {
        height: 100%;
		object-fit: cover;
    }
}

@media(max-width:991px) {

    .productb_card {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .productb_image {
        width: 100%;
        min-width: 100%;
    }

    .productb_image img {
        width: 100%;
        height: 300px;
    }

    .productb_info {
        max-width: 100%;
    }
}

@media(max-width:767px) {

    .productb_section {
        padding: 15px 0;
    }

    .productb_card {
        gap: 25px;
        padding: 25px 0;
    }

    .productb_title {
        margin-bottom: 25px;
    }

    .productb_title h2 {
        font-size: 32px;
    }

    .productb_title span {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .productb_info {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .info_box h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .info_box p {
        font-size: 15px;
    }

    .productb_image img {
        height: 230px;
        border-radius: 18px;
    }
}

/* ======================================================================= */
    /* inner banner  start */
/* ======================================================================= */
.inner-banner {
    width: min(100%, 98%);
    padding: 80px 0;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.inner-banner .title1 h1 {
    font-family: 'Helvetica Neue Medium';
    margin-bottom: 10px;
    color: #000;
}
.breadcrumb {
    font-family: "Google Sans", sans-serif;
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}
.breadcrumb a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: var(--black);
}
/* ======================================================================= */
    /* inner about area  start */
/* ======================================================================= */
.inner-about-body-area .inner-about-content h2 {
    font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    color: var(--black);
    margin-bottom: 15px;
}
.inner-about-body-area .inner-about-content p {
    color: var(--black);
    font-family: 'Helvetica Neue Roman';
    margin-bottom: 12px;
}
.inner-about-body-area .inner-about-content p:last-child{
    margin-bottom: 0;
}
.inner-about-body-area .inner-about-content {
    padding-left: 30px;
}
.inner-about-body-area .inner-about-img{
    position: relative;
}
.inner-about-body-area .inner-about-img img, .inner-about-body-area .inner-about-img2 img{
    width: 100%;
    object-fit: cover;
}
.inner-about-body-area .inner-about-img::after{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/inner-about-shape1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: screen;
}
.inner-about-body-area .inner-about-img .number-tigger {
    width: min(100%, 200px);
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: var(--white);
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 4px 25.5px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 38px 30px;
}
.inner-about-body-area .inner-about-img .number-tigger p{
    margin: 0;
    font-size: 16px;
    font-family: 'Helvetica Neue Roman';
    line-height: 26px;
    color: var(--black);
    position: relative;
    z-index: 1;
}
.inner-about-body-area .inner-about-img .number-tigger h4 {
    font-size: 58px;
    font-family: 'Helvetica Neue Bold';
    line-height: 68px;
    color: var(--black);
    position: relative;
    z-index: 1;
}
.inner-about-body-area .inner-about-img .number-tigger::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100%, 367px);
    height: 229px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/inner-about-shape2.png);
    z-index: -1;
    transform: translate(-45px, 45px);
}
.inner-about-body-area .inner-about-img .number-tigger::after{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--white);
    border-radius: 50%;
}
.inner-about-area .inner-about-body-area{
    align-items: center;
    margin-bottom: 60px;
}
.inner-about-area .inner-about-body-area:last-child{
    margin-bottom: 0;
}
.inner-about-area .inner-about-body-area:nth-of-type(2n){
    flex-direction: row-reverse;
}
.inner-about-area .inner-about-body-area:nth-of-type(2n) .inner-about-content{
    padding-right: 30px;
    padding-left: 0;
}
/* ======================================================================= */
    /* inner vision area start */
/* ======================================================================= */
.inner-vision-area{
    background-color: var(--theme-color);
    width: min(100%, 98%);
    margin: 0 auto;
    border-radius: 20px;
}

.inner-vision-area .inner-vision-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
	transition: 0.6s;
}

.inner-vision-area .inner-vision-content{
    padding-left: 30px;
}
.inner-vision-area .inner-vision-content h2 {
    color: var(--white);
    font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    margin-bottom: 25px;
}
.inner-vision-area .inner-vision-content .content-box {
    margin-bottom: 32px;
}
.inner-vision-area .inner-vision-content .content-box:last-child {
    margin-bottom: 0;
}
.inner-vision-area .inner-vision-content .content-box h3 {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: 'Helvetica Neue Medium';
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 16px;
}
.inner-vision-area .inner-vision-content .content-box h3 span {
    width: 34px;
    height: 34px;
    color: #E5097F;
    font-size: 15px;
    background-color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 61%);
    margin-right: 16px;
}
.inner-vision-area .inner-vision-content .content-box p {
    color: var(--white);
    font-family: 'Helvetica Neue Roman';
    padding-right: 48px;
}
/* ======================================================================= */
    /*  heading start */
/* ======================================================================= */
.heading h2, .heading h3{
    font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    color: var(--black);
    margin-bottom: 15px;
}
.heading p{
    color: var(--black);
    font-family: 'Helvetica Neue Roman';
}
.heading ul li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 12px;
    color: var(--black);
    font-size: 16px;
    font-family: 'Helvetica Neue Medium';
    line-height: 26px;
}
.heading ul li:last-child{
    margin-bottom: 0;
}
.heading ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #E5097F;
    color: var(--white);
    font-size: 12px;
    font-family: FontAwesome;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(2px);
}
/* ======================================================================= */
    /*  leadership area start */
/* ======================================================================= */
.leadership-area .heading{
    text-align: center;
    width: min(100%, 548px);
    margin: 0 auto 32px;
}
.leadership-card {
    position: relative;
    background-color: #fedcee;
    text-align: center;
    padding-bottom: 20px;
}
.leadership-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background-color: var(--white);
}
.leadership-card .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.leadership-card .img-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min(100%, 220px);
    height: 200px;
    background-color: #2c2c2b;
}
.leadership-card .img-box img {
    width: auto !important;
    height: 347px !important;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
}
.leadership-card h5 {
    color: var(--black);
    font-size: 22px;
    font-family: 'Helvetica Neue Medium';
    line-height: normal;
    margin-bottom: 8px;
}
.leadership-card h6 {
    color: var(--black);
    font-size: 15px;
    font-family: 'Helvetica Neue Roman';
    line-height: normal;
}
/* ======================================================================= */
    /*  inner partner area start */
/* ======================================================================= */
.inner-partner-area .heading{
    margin-bottom: 40px;
}
.inner-partner-area .heading h3{
    margin-bottom: 16px;
}
.inner-partner-area .map img{
    width: 100%;
    object-fit: cover;
}
.inner-partner-media{
    align-items: center;
    margin-bottom: 16px;
}
.inner-partner-media:last-child{
    margin-bottom: 16px;
}
.inner-partner-media .media-icon {
    width: min(100%, 112px);
    height: 118px;
    background-color: #fce6f2;
    border-radius: 20px;
}
.inner-partner-media .media-icon img{
    width: auto;
    height: 55px;
    object-fit: contain;
}
.inner-partner-media .media-body{
    padding-left: 24px;
}
.inner-partner-media .media-body h4 {
    color: var(--black);
    font-family: 'Helvetica Neue Roman';
    font-size: 25px;
    line-height: normal;
    margin: 0 0 8px;
}
.inner-partner-media .media-body p {
    color: var(--black);
    font-family: 'Helvetica Neue Roman';
}
/* ======================================================================= */
    /*  weserve area page start */
/* ======================================================================= */
.weserve-area .weserve-map img{
    width: 100%;
    object-fit: cover;
}
.outer {
    position: relative;
    width: 100%;
    max-width: 950px;
    height: 600px;
    margin: auto;
}

/*========================
 CARD COMMON STYLE
=========================*/
.outer .card {
    position: absolute;
    width: 475px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 26px 45px rgb(0 0 0 / 10%);
}
/*========================
 LEFT CARD (FIXED)
=========================*/
.outer .card.left{
    left: 0;
    top: 0;
    opacity: 0.35;
    z-index: 1;
}
/*========================
 RIGHT CARD (FIXED)
=========================*/
.outer .card.right{
    right: 0;
    bottom: 0;
    opacity: 0.35;
    z-index: 1;
}
/*========================
 CENTER CARD AREA
=========================*/
.outer .card.center{
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #DDF5D0;
    opacity: 0;
    z-index: 3;
    animation: fadeSlide 0.8s ease forwards;
}
/*========================
 HIDE OTHER CARDS
=========================*/
.outer .card.hidden{
    display: none;
}
/*========================
 FADE + SLIDE ONLY
=========================*/
@keyframes fadeSlide{
    0%{
        opacity: 0;
        transform: translate(-50%, -35%);
    }
    100%{
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/*========================
 CONTENT
=========================*/
.outer .card .details{
    margin-bottom: 20px;
}
.outer .card .details p{
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.outer .card .media{
    display: flex;
    align-items: center;
}
.outer .card .media-img{
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.outer .card .media-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outer .card .media-body{
    padding-left: 16px;
}
.outer .card .media-body h5{
    font-size: 18px;
    margin-bottom: 0;
}
.outer .card .media-body h6{
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
}
.outer .card .media-body ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.outer .card .media-body ul li{
    color: #FF9600;
    font-size: 12px;
    margin-right: 4px;
}
/*========================
 RESPONSIVE
=========================*/
@media(max-width:991px){

    .outer{
        height: 500px;
        padding: 0 15px;
    }

    .outer .card{
        width: 100%;
        max-width: 100%;
    }

}
.inner-saying-area .row{
    align-items: center;
}
.inner-saying-area .heading{
    padding-right: 50px;
}
/* ======================================================================= */
    /*  footer area start */
/* ======================================================================= */
.footer-body-area{
    background-color: #2C2C2C;
    padding: 60px 0 30px;
}
.footer-body-area .footer-contact-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-body-area .footer-contact-box h4 span {
    text-transform: uppercase;
    color: #6EB535;
    font-size: 16px;
    font-family: 'Helvetica Neue Roman';
    display: block;
    margin-bottom: 8px;
}
.footer-body-area .footer-contact-box h4 {
    color: var(--white);
    font-size: 60px;
    font-family: 'Helvetica Neue Roman';
    line-height: normal;
}
.btn {
    border-radius: 30px;
    padding: 12px 48px 12px 20px;
    border: 1px solid #64BC45;
    background-color: #64BC45;
    color: var(--white);
    transition: 0.5s;
    text-transform: uppercase;
    position: relative;
    margin-right: 8px;
}
.btn:hover {
    background-color: #E5097F;
	color: #fff;
}
.btn:last-child{
    margin-right: 0;
}
.btn.btn2{
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
}
.btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
    transform: translate(-6px, 6px);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow-top-1.png);
    transition: 0.5s;
}
.btn.btn2::after{
    background-color: #E5097F;
    background-image: url(../images/arrow-top-2.webp);
}
.btn:hover::after{
    transform: translate(-6px, 6px) rotate(45deg);
}
.footer-body-area .footer-contact-box {
    border-bottom: 1px dashed rgb(255 255 255 / 70%);
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.footer-body-area .footer-text {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px dashed rgb(255 255 255 / 70%);
    text-align: center;
}
.footer-body-area .footer-text p {
    color: #E4E1E1;
    font-family: 'Helvetica Neue Roman';
    width: 80%;
    margin: 0 auto 12px;
}
.footer-body-area .footer-text p:last-child{
    margin-bottom: 0;
}
.footer-body-area .footer-logo {
    width: min(100%, 215px);
    margin: 0 auto 16px;
}
.footer-body-area .cirtifide-logo {
    width: min(100%, 180px);
    margin: 0 auto;
}
.footer-body-area .footer-logo img, .footer-body-area .cirtifide-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-body-area .footer ul {
    padding-left: 16px;
}
.footer-body-area .footer ul li {
    list-style: disc;
    color: #ffffff;
    margin-bottom: 12px;
}
.footer-body-area .footer ul li:last-child{
    margin-bottom: 0;
}
.footer-body-area .footer ul li a {
    color: var(--white);
}
.footer-body-area .footer ul li a:hover {
    color: var(--green2);
}
.copyright{
    padding: 16px 0;
    background-color: #6EB535;
}
.copyright .social-link ul{
    display: flex;
}
.copyright .social-link ul li{
    margin-right: 8px;
}
.copyright .social-link ul li:last-child{
    margin-right: 0;
}
.copyright .social-link ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #D9D9D9;
    padding: 12px;
    border-radius: 8px;
}
.copyright .social-link ul li a:hover {
    background: linear-gradient(to bottom, #6eb535, #025925);
}
.copyright .social-link ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.copyright p{
    margin: 0;
    color: var(--white);
    font-family: 'Helvetica Neue Roman';
}
.btn-outline {
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 15px;
    font-family: 'Helvetica Neue Roman';
    transition: 0.5s;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 30px;
    margin-right: 6px;
}
.btn-outline:hover{
    background-color: var(--white);
    color: var(--black);
}
.copyright .btn-outline:last-child{
    margin-right: 0;
}
/* ======================================================================= */
    /*  innerInvestorContent area start */
/* ======================================================================= */
.innerInvestorContent-area .heading h2{
    font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    color: var(--black);
    margin-bottom: 15px;
}
/* .innerInvestorContent-area .heading p{
    font-size: 17px;
    line-height: 27px;
} */
.innerInvestorContent-area .heading h3 {
    font-size: 22px;
    font-family: 'Helvetica Neue Medium';
    line-height: 32px;
    margin-bottom: 16px;
    padding-top: 24px;
}
.innerInvestorContent-area .heading ul {
    margin-bottom: 24px;
}
.innerInvestorContent-area .imgBox .img {
    display: flex;
    overflow: hidden;
    height: 520px;
    border-radius: 20px;
}
.innerInvestorContent-area .imgBox .img img{
    width: 100%;
    object-fit: cover;
}
.innerInvestorContent-area .imgBox{
    padding-bottom: 24px;
    padding-right: 16px;
    position: relative;
}
.innerInvestorContent-area .imgBox .numbercounter-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100%, 170px);
    border-radius: 15px;
    background-color: var(--theme-color);
    box-shadow: inset 0 0 23px rgb(0 0 0 / 25%);
    padding: 24px 16px;
}
.innerInvestorContent-area .imgBox .numbercounter-box h5 {
    font-size: 60px;
    line-height: 70px;
    color: var(--white);
    margin-bottom: 0;
}
.innerInvestorContent-area .imgBox .numbercounter-box h6 {
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-bottom: 16px;
}
.innerInvestorContent-area .imgBox .numbercounter-box h6::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73px;
    height: 2px;
    border-radius: 30px;
    background-color: var(--white);
}
.innerInvestorContent-area .imgBox .video-box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 120px);
    height: 120px;
    border-radius: 50%;
    transform: translate(40px, -40px);
}

/* .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
} */
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-icon {
    width: 80px;
    height: 80px;
    background: #E5097F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    animation: pulse-border 1500ms ease-out infinite;
}
#app {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
}
 #app:active {
	 transform: scale(0.9);
}
.pause, .play {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    transform: translate(0, 2px);
}
.line {
	 position: absolute;
	 width: 6px;
	 height: 50%;
	 background: #fff;
	 border-radius: 5px;
	 transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
}
.pause .line_1 {
	 margin: 25% 0;
	 left: 28%;
}
.pause .line_2 {
	 margin: 100% -16%;
	 right: 45%;
	 transition-delay: 200ms;
}
.pause.active .line {
	 opacity: 1;
}
.pause.active .line_1 {
	 margin: 25% 0;
	 left: 28%;
}
.pause.active .line_2 {
	 margin: 25% 0;
	 right: 28%;
}
.play .line {
	 margin: 25% 0;
}
.play .line_1 {
	 left: 28%;
}
.play .line_2 {
	 height: 56%;
	 left: 60%;
	 transform: rotate(-55deg) translateY(-128px) translateX(16px);
	 transition-delay: 100ms;
}
.play .line_3 {
	 height: 56%;
	 left: 60%;
	 transform: rotate(55deg) translateY(-128px) translateX(16px);
	 transition-delay: 200ms;
}
.play.active .line {
	 opacity: 1;
	 height: 62%;
	 margin: 20% 0;
}
.play.active .line_1 {
	 left: 28%;
	 transform: translateY(-2px);
}
.play.active .line_2 {
	 height: 56%;
	 left: 63%;
	 transform: rotate(-55deg) translateY(-16.5px) translateX(2px);
}
.play.active .line_3 {
	 height: 56%;
	 left: 63%;
	 transform: rotate(55deg) translateY(16px) translateX(2px);
}
.innerInvestorContent-area .NumberBox {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-left: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.innerInvestorContent-area .NumberBox:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.innerInvestorContent-area .NumberBox h5 {
    font-size: 46px;
    font-family: 'Helvetica Neue Medium';
    color: #140F23;
    line-height: 56px;
    margin-bottom: 0;
}
.innerInvestorContent-area .NumberBox h6 {
    font-family: 'Helvetica Neue Roman';
    font-size: 15px;
    line-height: 22px;
}
/* ======================================================================= */
    /*  innerStrategy area start */
/* ======================================================================= */
.innerStrategy-card{
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 32px 16px 16px;
    width: 100%;
    transition: 0.5s;
}
.innerStrategy-card:hover{
    border-color: #E5097F;
    background-color: #E5097F;
}
.innerStrategy-card .icon {
    width: min(100%, 70px);
    height: 70px;
    position: relative;
    padding: 10px 0 10px 15px;
    margin-bottom: 65px;
}
.innerStrategy-card .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.innerStrategy-card:hover .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(69deg) brightness(107%) contrast(107%);
}
.innerStrategy-card .icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: rgb(229 9 127 / 8%);
    transition: 0.5s;
}
.innerStrategy-card:hover .icon::before{
    background-color: rgb(255 255 255 / 15%);
}
.innerStrategy-card .box{
    padding: 24px 16px;
    border-radius: 8px;
    background-color: #F6F5F2;
    transition: 0.5s;
    transition: 0.5s;
}
.innerStrategy-card:hover .box{
    background-color: #ffffff;
}
.innerStrategy-card .box h4 {
    font-family: 'Helvetica Neue Roman';
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 8px;
    color: var(--black);
}
.innerStrategy-card .box p {
    margin: 0;
    color: var(--black);
    font-size: 15px;
    font-family: 'Helvetica Neue Roman';
    line-height: 22px;
}
/* ======================================================================= */
    /*  innerFinancial area start */
/* ======================================================================= */
.innerFinancial-area .heading {
    margin-bottom: 32px;
}
.innerFinancial-area .heading h3{
    font-family: 'Helvetica Neue Roman';
    font-size: 40px;
    color: var(--black);
    margin-bottom: 15px;
}
.financial-card {
    background-color: var(--white);
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid var(--white);
    box-shadow: 0 8px 15px rgb(0 0 0 / 5%);
    transition: 0.54s;
}
.financial-card:hover{
    border-color: var(--green2);
}
.financial-card h4 {
    color: var(--black);
    font-size: 40px;
    font-family: 'Helvetica Neue Medium';
    line-height: 50px;
    margin-bottom: 8px;
}
.financial-card h6{
    font-size: 15px;
    font-family: 'Helvetica Neue Medium';
    line-height: 25px;
}
.financial-card h6 span {
    color: #ffffff;
    margin-left: 8px;
    padding: 6px 32px 6px 8px;
    border-radius: 5px;
    position: relative;
}
.financial-card h6 span::after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    transform: translateX(-8px);
    font-size: 14px;
}
.financial-card.up h6 span {
    background-color: rgb(100 188 69 / 20%);
    color: var(--green);
}
.financial-card.up h6 span::after{
    content: '\e098';
    color: var(--green);
}
.financial-card.down h6 span {
    background-color: rgb(255 0 0 / 20%);
    color: #FF0000;
}
.financial-card.down h6 span::after{
    content: '\e097';
    color: #FF0000
}
.innerFinancial-area .chart-img {
    border: 12px solid #E5FFDB;
    border-radius: 15px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 16px;
}
.innerFinancial-area .chart-img img{
    width: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /*  innerMarketOpportunity area start */
/* ======================================================================= */
.innerMarketOpportunity-area {
    width: min(100%, 98%);
    margin: 0 auto;
    background-color: var(--theme-color);
    border-radius: 20px;
}
.innerMarketOpportunity-area .heading{
    width: 55%;
	margin: 0 auto 35px;
}
.innerMarketOpportunity-area .heading h3{
    font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    color: var(--black);
    margin-bottom: 15px;
}
.innerMarketOpportunity-area .heading h3, .innerMarketOpportunity-area .heading p{
    color: var(--white);
}
.innerMarketOpportunity-card {
    background-color: rgb(23 53 13 / 10%);
    border-radius: 15px;
    padding: 32px;
    width: 100%;
    transition: 0.5s;
}
.innerMarketOpportunity-card:hover{
    background-color: var(--white);
}
.innerMarketOpportunity-card h3{
    color: var(--white);
    font-family: 'Helvetica Neue Medium';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
    transition: 0.5s;
}
.innerMarketOpportunity-card p {
    color: var(--white);
    margin: 0;
    transition: 0.5s;
}
.innerMarketOpportunity-card:hover h3, .innerMarketOpportunity-card:hover p{
    color: var(--black);
}
.innerMarketOpportunity-card .icon {
    width: min(100%, 60px);
    margin-bottom: 24px;
}
.innerMarketOpportunity-card .icon img{
    width: 100%;
    object-fit: contain;
}
.innerMarketOpportunity-card:hover .icon img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(7421%) hue-rotate(68deg) brightness(111%) contrast(89%);
}
/* ======================================================================= */
    /*  innerRoadmap area start */
/* ======================================================================= */
.innerRoadmap-area .heading{
    width: 55;
	margin: 0 auto 50px;
}
.innerRoadmap-area .heading h3{
   font-family: 'Helvetica Neue Roman';
    font-size: 48px;
    color: var(--black);
    margin-bottom: 15px;
}
.innerRoadmaplisting-box .imgbox {
    overflow: hidden;
    width: min(100%, 495px);
    height: 280px;
    border-radius: 20px;
    margin-top: 40px;
}
.innerRoadmaplisting-box .imgbox img{
    width: 100%;
    object-fit: cover;
}
.innerRoadmaplisting-box h4 {
    font-size: 28px;
    font-family: 'Helvetica Neue Roman';
    line-height: 38px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.innerRoadmaplisting-box h4 span{
    color: var(--green2);
    font-size: 20px;
    line-height: 30px;
}
.innerRoadmaplisting-box p{
    font-family: 'Helvetica Neue Roman';
    color: var(--black);
}
.innerRoadmaplisting-box {
    width: min(100%, 588px);
    display: flex;
    flex-direction: column-reverse;
    padding-left: 35px;
    position: relative;
}
.innerRoadmaplisting-area .list:nth-of-type(2n) .innerRoadmaplisting-box{
    padding-left: 0;
    padding-right: 90px;
    text-align: right;
}
.innerRoadmaplisting-area .list:nth-of-type(2n) .innerRoadmaplisting-box::before {
    left: auto;
    right: 0;
    transform: translate(-50px, 12px);
}
.innerRoadmaplisting-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--green2);
    transform: translate(0px, 12px);
    box-shadow: 0 0 0 5px rgb(85 177 53 / 30%);
}
.innerRoadmaplisting-area .list {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-top: -160px;
}
.innerRoadmaplisting-area .list:first-child{
    margin-top: 0;
}
.innerRoadmaplisting-area .list:nth-of-type(2n) {
    flex-direction: row;
}
.innerRoadmaplisting-area .list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background-color: #BFBFBF;
    transform: translate(-24px, 14px);
}
.copyright p a{
	color:#ffffff;
}
/* ======================================================================= */
    /* custom form  start */
/* ======================================================================= */
.floating-group{
    position: relative;
    margin-bottom: 25px;
}

.field02,
.fild1{
    outline: none;
	margin-bottom:0;
}

.fild1{
    min-height: 130px;
}

.floating-group label{
    position: absolute;
    left: 15px;
    top: 18px;
    background: #fff;
    padding: 0 5px;
    color: #777;
    transition: .3s;
    pointer-events: none;
}

/* active state */
.floating-group.active label{
    top: -10px;
    font-size: 12px;
    color: #000;
}
select.field02 option:first-child{
    display: none;
}
.floating-group p, .tab-pane p{
	margin:0;
}
.floating-group br{
	display:none;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #64bc45;
    font-size: 14px;
    padding: 10px 20px;
    border-width: 1px;
}
/* ======================================================================= */
    /*   start */
/* ======================================================================= */

/* ======================================================================= */
    /*   start */
/* ======================================================================= */









/* ======================================================================= */
    /*  ortho_care start */
/* ======================================================================= */
.product-section {
    padding: 25px 0 0;
    border-top: 1px solid #d9d9d9;
}

.custom-container {
    width: 100%;
}

.product-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.left-panel {
    width: 275px;
    flex-shrink: 0;
}

.product-image-box {
    width: 100%;
    height: 148px;
    border-radius: 18px;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-bottom: 10px;
}

.product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pack-card {
    border: 1.8px solid #7dc856;
    border-radius: 16px;
    background: #fff;
    padding: 18px 14px 16px;
    text-align: center;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pack-card p {
    margin: 0;
    color: #1e1e1e;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 400;
}

.pack-card .pack-size {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

    /* RIGHT CONTENT */
.content-panel {
    flex: 1;
}

.title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.main-title {
    font-size: 21px;
    font-weight: 500;
    color: #121212;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.dotted-line {
    flex: 1;
    border-top: 1px dotted #4e4e4e;
    transform: translateY(2px);
}

.tagline {
    font-size: 17px;
    color: #2f2f2f;
    white-space: nowrap;
    margin-top: 2px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.section {
    margin-bottom: 14px;
}

.section-title h4 {
    font-family: 'Helvetica Neue Medium';
    color: #E5097F;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-content {
    color: #202020;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

.section-content p {
    font-size: 16px;
}

.section-content strong {
    font-weight: 700;
}

.bottom-status {
    display: flex;
    gap: 58px;
    margin-top: 8px;
}

.status-box .section-title {
    margin-bottom: 4px;
}

.status-box p {
    margin: 0;
    font-size: 13px;
    color: #202020;
    line-height: 1.4;
}

@media (max-width: 991px) {

    .product-wrapper {
        flex-direction: column;
    }

    .left-panel {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .title-row {
        flex-wrap: wrap;
    }

    .dotted-line {
        display: none;
    }

    .tagline {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .product-section {
        padding: 18px 0;
    }

    .main-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 14px;
    }

    .section-content {
        font-size: 14px;
    }

    .bottom-status {
        flex-direction: column;
        gap: 16px;
    }

    .pack-card {
        padding: 16px 14px;
    }
}

/* ======================================================================= */
    /* speciality_sec  start */
/* ======================================================================= */
.speciality_sec {
    width: 100%;
}

.products-section {
    padding: 10px 0 40px;
}

.filter-wrapper {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.filter-btn {
    border: 1px solid #b8b8b8;
    background: transparent;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 40px;
    transition: 0.3s ease;
    min-width: 118px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-btn.active,
        .filter-btn:hover {
    background: #67bf3e;
    border-color: #67bf3e;
    color: #fff;
}

.products-grid {
    border-top: 1px solid #d9d9d9;
}

.product-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
}

.product-row {
    display: flex;
    align-items: center;
    gap: 32px;
}

.product-category {
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-basis: 200px;
    flex-shrink: 0;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 2px;
    background: #c7c7c7;
    flex-shrink: 0;
}

.dot.green {
    background: #67bf3e;
}

.category-text {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0.2px;
}

.product-thumb {
    width: 245px;
    height: 150px;
    padding: 15px;
    background: #efefef;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-content {
    flex: 1;
}

.product-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.product-title {
    color: #000;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0;
    text-transform: uppercase;
}

.divider {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
}

.product-tagline {
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

.product-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #222;
    max-width: 700px;
    margin: 0;
    font-weight: 400;
}

.product-action {
    margin-left: auto;
}

.arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    border: none;
}

.arrow-btn.green {
    background: #67bf3e;
}

.arrow-btn svg {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    transition: 0.6s;
}

.product-item:hover .arrow-btn {
    /*transform: translateY(-2px);*/
    background: var(--theme-color);
}

.product-item:hover .arrow-btn svg {
    transform: rotate(0deg);
}

.products-grid .product-content p {
        font-size: 16px;
    }

@media (max-width: 1199px) {
    .product-row {
        gap: 24px;
    }

    .product-thumb {
        width: 210px;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .product-row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .product-category {
        width: 100%;
        min-width: 100%;
    }

    .product-action {
        margin-left: 0;
    }

    .product-thumb {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .products-section {
        padding: 20px 0 30px;
    }

    .filter-wrapper {
        gap: 10px;
    }

    .filter-btn {
        min-width: auto;
        padding: 10px 18px;
        font-size: 14px;
    }

    .product-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .product-thumb {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 18px;
    }

    .product-content {
        width: 100%;
    }

    

    .product-title {
        font-size: 18px;
    }

    /*.product-desc {
        font-size: 14px;
        line-height: 1.8;
    }*/

    .product-action {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .product-item {
        position: relative;
    }
}

.info-box {
    width: 100%;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
    background: #F0F8EB;
}

.info-box .label {
    font-size: 15px;
    font-weight: 600;
    color: #1f1f1f;
    white-space: nowrap;
}

.info-box .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
}

.info-box:last-child {
    background: #FCE6F2;
}

.inner-banner .title1 h1 {
    color: #000;
}
.blog_cardbtm .datetag10 {
    display: inline-block;
    background-color: #64bc45;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 16px;
	transition: all 0.5s ease-out;
}
.blog_card:hover .blog_cardbtm .datetag10{
	background-color:#e5097f;
}
.details_box ul li {
    font-size: 16px;
    font-family: 'Helvetica Neue Roman';
}
.details_box_head h3 {
    font-size: 28px;
    font-weight: 500;
}
.detail_part p {
    font-size: 17px;
    font-weight: 400;
	font-family: 'Helvetica Neue Roman';
    line-height: 27px;
}
.categories_box h5 {
    font-family: 'Helvetica Neue Roman';
    text-transform: capitalize;
    font-size: 24px;
    line-height: 34px;
}
.categories_box_card ul li a{
	font-family: 'Helvetica Neue Roman';
}
/* ======================================================================= */
    /*   start */
/* ======================================================================= */



.details_box {
    width: 100%;
    padding: 0;
}

.detail_part{
    max-width:1000px;
    margin:auto;
    border-radius:20px;
    overflow:hidden;
}

.detail_partpic img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.asked_sec.p-80.pt-0 {
	padding-top: 50px !important;
}

.detail_part ul li {
    background: none;
    color: #444;
    padding: 0;
    border-radius: 0;
    display: list-item;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    list-style: square!important;
}

.details_box_head{
}

.details_box_head h1{
    font-size:42px;
    line-height:1.3;
    color:#111;
    font-weight:700;
}

.blog_content{
    padding:0 40px 50px;
}

.detail_part p{
    margin-bottom:22px;
    font-size:17px;
    color:#555;
}

.detail_part h2 {
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 18px;
    color: #0d1b2a;
    position: relative;
    padding-left: 18px;
}

.detail_part h2::before{
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:3px;
    height:24px;
    background:#c8f04a;
    border-radius:10px;
}

.detail_part h3{
    font-size:22px;
    margin-top:25px;
    margin-bottom:15px;
    color:#1c1c1c;
}

.detail_part ul{
    padding:0 0 0 25px;
    margin-bottom:25px;
}

.detail_part ul li{
    background:none;
    color:#444;
    padding:0;
    border-radius:0;
    display:list-item;
    margin-bottom:12px;
    font-size:17px;
    font-weight:400;
}

.detail_part ul li::marker{
    color:#6eb535;
    font-size:20px;
}

.detail_part strong{
    color:#111;
}

@media(max-width:768px){

    .details_box{
        padding:30px 15px;
    }

    .detail_partpic img{
        height:280px;
    }

    .details_box_head{
        padding:20px 20px 10px;
    }

    .details_box_head h3{
        font-size:28px;
    }

    .detail_part{
        padding:0 20px 40px;
    }

    .detail_part h2{
        font-size:24px;
    }

    .detail_part h3{
        font-size:20px;
    }

    .detail_part p,
    .detail_part ul li{
        font-size:16px;
    }
}


.services_details {
    width: 100%;
    padding: 80px 0;
    background-color: #fbfbfb;
}



/* // categories_box start */
.categories_box {
    width: 100%;
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #64BC45;
    box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%);
}

.categories_box h5 {
    font-size: 22px;
    color: #3A0E44;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 15px;
    position: relative;
}

.categories_box h5::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    width: 3px;
    background-color: #64BC45;
}

.categories_box_card {
    width: 100%;
    padding: 0px;
}

.categories_box_card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories_box_card ul li {
    width: 100%;
}

.categories_box_card ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #F6F7F8;
    box-shadow: inset 0px 4px 4px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
}



.categories_box_card ul li a:hover {
   color: #fff;
  background-color: #64BC45;
  box-shadow: none;
}

.categories_box_card .fa-arrow-right {
    margin-right: 10px;
    font-size: 14px;
}



.asked_sec .accordion { width: 100%;  position: relative; z-index: 1;}
.asked_sec .accordion-item { border: none; margin: 7px 0; background-color: transparent; }
.asked_sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.asked_sec .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.asked_sec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.asked_sec .accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.asked_sec .accordion-button:not(.collapsed) { box-shadow: none; color: #0FB3D0; background-color: transparent; }
.asked_sec .accordion-button { padding: 15px; font-size: 22px; color: #000;  background-color: transparent; }
.asked_sec .accordion-button span { color: #FF5400; margin-right: 10px; }
.asked_sec .accordion-body { padding: 0 15px 15px 15px; }
.asked_sec .accordion-body p { width: 100%; margin: 0 auto; padding: 0px; margin-bottom: 15px; }
.asked_sec .accordion-body h6 { font-size: 18px; color: #000; margin-bottom: 10px; }
.asked_sec .accordion-body ul {
    margin: 0 0 15px;
}
.asked_sec .accordion-body ul li {
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 0 0 3px 15px;
    position: relative;
}

.asked_sec .accordion-body ul li:before { 
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.asked_sec .accordion-button::after { background-color: #ececec; padding: 4px; border-radius: 50%; width: 30px; height: 30px; background-position: 8px 8px; background-size: 15px; }
.asked_sec .accordion-button:not(.collapsed)::after { background-color: #c3f5ff5c; }
.asked_sec .accordion-item { border-radius: 0px; overflow: hidden; border: none !important; box-shadow: 0 1px 10px rgb(0 0 0 / 10%);}
.asked_sec .accordion-item:first-of-type { border-top-left-radius: 15px; border-top-right-radius: 15px; }
.asked_sec .accordion-item:last-of-type { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

.asked_sec .accordion-item:last-of-type {
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.asked_sec .accordion-item {
    margin: 0 0 15px;
    background: transparent;
    border-radius: 15px;
}

.asked_sec .accordion-button {
    padding: 20px;
    font-size: 20px;
    color: #000;
    background: transparent;
    box-shadow: none;
    font-size: 22px;
}
.asked_sec .accordion-button:not(.collapsed) {
    color: #000000;
}

.asked_sec .accordion-button::after {
    background-color: #ececec;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: 14px;
    background-position: center;
}
.asked_sec .accordion-button:not(.collapsed)::after {
    background-color: #9DC829;
}

.asked_sec .accordion-body {
    padding: 0 20px 10px;
}

.asked_sec .accordion-body ul li {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.asked_sec .accordion-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}









