*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    font-size: 19px;
}
p{
    margin: 0;
}
p+p{
    margin-top: 12px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a,a:hover{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 700;
}
h6{
    font-size: 16px;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
button:focus{
    outline: none;
}
.container{
    max-width: 1680px;
}
.container-fluid{
    max-width: 1750px;
}
:root{
    --grey-light-bg:#E5E7EB;
    --dark-bg:#071525;
    --border-color:#E5E7EB;
    --border-color2:#DDE2E8;
    --success:#4CAF50;

    --fontsize-20:20px;
    --fontsize-25:25px;
    --fontsize-28:28px;
    --fontsize-30:30px;
    --fontsize-35:35px;
    --fontsize-38:38px;
    --fontsize-45:45px;
    --fontsize-50:50px;
}
.ptop15{padding-top:5px;}
.ptop15{padding-top:15px;}
.ptop20{padding-top:20px;}
.ptop25{padding-top:25px;}
.ptop30{padding-top:30px;}
.ptop35{padding-top:35px;}
.ptop40{padding-top:40px;}
.ptop50{padding-top:50px;}
.ptop55{padding-top:55px;}
.ptop60{padding-top:60px;}
.ptop70{padding-top:70px;}
.ptop80{padding-top:80px;}
.ptop90{padding-top:90px;}
.ptop100{padding-top:100px;}
.ptop120{padding-top:120px;}

.pbottom15{padding-bottom:5px;}
.pbottom15{padding-bottom:15px;}
.pbottom20{padding-bottom:20px;}
.pbottom25{padding-bottom:25px;}
.pbottom30{padding-bottom:30px;}
.pbottom35{padding-bottom:35px;}
.pbottom40{padding-bottom:40px;}
.pbottom50{padding-bottom:50px;}
.pbottom55{padding-bottom:55px;}
.pbottom60{padding-bottom:60px;}
.pbottom70{padding-bottom:70px;}
.pbottom80{padding-bottom:80px;}
.pbottom90{padding-bottom:90px;}
.pbottom100{padding-bottom:100px;}
.pbottom120{padding-bottom:120px;}

.mtop15{margin-top:15px;}
.mtop20{margin-top:20px;}
.mtop25{margin-top:25px;}
.mtop30{margin-top:30px;}
.mtop35{margin-top:35px;}
.mtop40{margin-top:40px;}
.mtop50{margin-top:50px;}
.mtop55{margin-top:55px;}
.mtop60{margin-top:60px;}
.mtop70{margin-top:70px;}
.mtop80{margin-top:80px;}
.mtop90{margin-top:90px;}
.mtop100{margin-top:100px;}
.mtop120{margin-top:120px;}

.mbottom15{margin-bottom:15px;}
.mbottom20{margin-bottom:20px;}
.mbottom25{margin-bottom:25px;}
.mbottom30{margin-bottom:30px;}
.mbottom35{margin-bottom:35px;}
.mbottom40{margin-bottom:40px;}
.mbottom50{margin-bottom:50px;}
.mbottom55{margin-bottom:55px;}
.mbottom60{margin-bottom:60px;}
.mbottom70{margin-bottom:70px;}
.mbottom80{margin-bottom:80px;}
.mbottom90{margin-bottom:90px;}
.mbottom100{margin-bottom:100px;}
.mbottom120{margin-bottom:120px;}

.pleft10{padding-left: 10px;}
.pleft15{padding-left: 15px;}
.pleft20{padding-left: 20px;}
.pleft25{padding-left: 25px;}
.pleft30{padding-left: 30px;}
.pleft35{padding-left: 35px;}
.pleft40{padding-left: 40px;}
.pleft50{padding-left: 50px;}
.pleft60{padding-left: 60px;}
.pleft70{padding-left: 70px;}

.pright10{padding-right: 10px;}
.pright15{padding-right: 15px;}
.pright20{padding-right: 20px;}
.pright25{padding-right: 25px;}
.pright30{padding-right: 30px;}
.pright35{padding-right: 35px;}
.pright40{padding-right: 40px;}
.pright50{padding-right: 50px;}
.pright60{padding-right: 60px;}
.pright70{padding-right: 70px;}
/*========================HEADER SECTION CSS HERE*/
.header {
    width: 100%;
    background: #00060f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    /* padding: 30px 0; */
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
}
.nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.container-full {
    max-width: 1800px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.header nav {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
}
.logobrand {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav {
    width: 58%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.head-btn {
    width: 22%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 50px 15px;
}
.btn {
    border-radius: 7px;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: 65px;
    max-width: 300px;
    width: 100%;
}
.logobrand img {
    max-width: 180px;
    width: 100%;
}
.btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    background: transparent;
}
.btn-green {
    background: #3bb54a;
    color: #fff;
}
.btn:hover {
    color: #3bb54a;
}
.header .btn {
    height: 65px;
    padding: 0;
}
.header .btn-1 {
    max-width: 200px;
}
.header .btn-2 {
    max-width: 150px;
}
.header ul ul a{
    color: #00060f;
    text-decoration: none;
    padding: 12px 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
}
.nav ul li a i {
    font-size: 18px;
}
.menu li{
    position:relative;
}
.menu li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:6px;
}
.submenu{
    display: block !important;
    position:absolute;
    top:100%;
    left:0;
    min-width: 300px;
    background: #ffffff;
    opacity:0;
    visibility:hidden;
    -webkit-transform:translateY(10px);
        -ms-transform:translateY(10px);
            transform:translateY(10px);
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
            box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    border: 1px solid rgb(57 130 53 / 40%);
    border-bottom: 0;
}
.menu li:hover > .submenu{
    opacity:1;
    visibility:visible;
    -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
            transform:translateY(0);
}
.submenu li a{
    padding:14px 15px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}
.submenu .submenu{
    left:100%;
    top:0;
}
.submenu li:hover {
    background: #398235;
}
.submenu li:hover > a {
    color: #fff;
}
.submenu li {
    border-bottom: 1px solid rgb(57 130 53 / 40%);
}
.submenu .submenu-btn i {
    position: absolute;
    right: 25px;
}
.menu-toggle{
    display:none;
    font-size:28px;
    color:#fff;
    cursor:pointer;
}
.nav ul li li a {
    font-size: 18px;
}
/*=====================HOME BANNER 1 SECTION CSS HERE*/
.banner1 {
    background: #000811 url(../images/homebanner.png);
    background-size: cover;
    background-position-x: 0;
    background-repeat: no-repeat;
    background-position-y: 160px;
}
.banner2 {
    background: #ffffff;
}
.bigimage img {
    width: 100%;
}
.banner {
    padding: 80px 0;
    overflow: hidden;
}
.ftext.ftext-green {
    font-size: 18px;
    font-weight: 600;
    color: #39b54a;
    line-height: 18px;
    margin-bottom: 20px;
}
.banbox h1,.banbox h2 {
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 62px;
    font-weight: 800;
}
.banbox h1{
    color: #fff;
}
.banbox h2{
    color: inherit;
}
.banner2 .banbox h1{
    color: inherit;
}
.banbox h1 span,.banbox h2 span {
    color: #248636;
}
.ftext-p {
    margin-bottom: 60px;
}
.ftext-p p {
    color: #d7d7d7;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
}
.banner2 .ftext-p p{
    color: inherit;
}
.ftext-list {
    margin-bottom: 35px;
}
.ftext-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ftext-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e5e5e5;
    font-weight: 600;
    font-size: 18px;
}
.banner2 .ftext-list ul li{
    color: inherit;
}
.ftext-list ul li i {
    color: #248e46;
    font-size: 14px;
    width: 23px;
    height: 23px;
    border: 2px solid #248e46;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.banbox .inrow-btn {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
}
.starbox {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    color: #fff;
}
.banner2 .starbox{
    color: inherit;
}
.starbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}
.starbox ul i {font-size: 12px; color: #fff;}
.starbox ul li {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #01a36a;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.starbox p {
    line-height: 1.2;
    font-weight: 500;
}
.ftext-list2 {
    margin-top: 45px;
}
.ftext-list2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ftext-list2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #f1f1f1;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}
.banner2 .ftext-list2 ul li{
    color: inherit;
}
.banner .btnBig-2 {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}
.ftext-list2 ul li i {
    font-size: 20px;
    color: #fff;
}
.banner2 .ftext-list2 ul li i{
    color: inherit;
}
.banner2 .btnBig-2 {
    border: 2px solid #268540;
    color: inherit;
}
.banner2 .btnBig-2:hover{
    color: #fff;
}
.icon-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.iconbox {
    font-size: 25px;
}
.banner2 .col-lg-3 + .col-lg-3 {
    border-left: 1px solid #ddd;
}
.four4box .col-lg-3 {
    padding: 0 20px;
}
.four4box .row {
    margin: 0 -20px;
}
.iconbox i {
    color: #1f8c3a;
}
.tboxh h5 {
    font-weight: 700;
}
.oSource {
    margin-top: 50px;
}
.circle-card-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.circle {
    width: 900px;
    height: 900px;
    position: absolute;
    opacity: 0.7;
    background: url(../images/dotedline.png);
    background-repeat: no-repeat;
    background-size: 800px;
    top: 0;
    left: 0;
}
.cardS {
    position: relative;
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-left: -50px;
}
.carD {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #ededed;
}
.purple {
    background: #f3e9ff;
    color: #7b39d8;
}
.icon {
}
.green {
    background: #e9f8ec;
    color: #1f8c3a;
}
.blue {
    background: #e9f2ff;
    color: #1f65d8;
}
.orange {
    background: #fff1df;
    color: #f39b1b;
    background: #fff1df;
    color: #f39b1b;
    background: #fff1df;
}
.icon.dark {
    background: #f1f1f1;
    color: #111;
}
.icon i {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.downarrow {
    position: absolute;
    width: 15px;
    overflow: hidden;
    top: calc(100% + 30px);
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}
.downarrow img {
    width: 100%;
    max-width: 15px;
}
/*=====================PANDA CORE SECTION CSS HERE*/
.pandacore {
    background: -o-linear-gradient(
94deg, #e5f2e7 0%, #ffffff 35%);
    background: linear-gradient(
356deg, #e5f2e7 0%, #ffffff 35%);
    border-bottom: 5px solid #000711;
    padding-bottom: 35px;
    border-top: 3px solid #959a9f;
    padding-top: 90px;
}
/*=====================ONE SOURCE OF TRUTH SECTION CSS HERE*/
.gb-not-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gb-not-btn .heading {
    border-left: 2px solid #cadacb;
    margin-left: 50px;
    padding-left: 50px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}

/*=====================6 and 7 COLUMN BOX SECTION CSS HERE*/
.s6clm-se .graybox .row,.s7clm-se .graybox .row{
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
}
.s7box {
    width: calc(100% / 7);
}
.s6box-in,.s7box-in {
    text-align: center;
}
.s6box-icon,.s7box-icon {
    margin: 0 auto;
    margin-bottom: 20px;
}
.s6box-icon i,.s7box-icon i {
    font-size: 45px;
    color: #2f9638;
}
.s6box-content,.s7box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}
.s6box + .s6box,.s7box + .s7box {
    border-left: 2px solid #e7eaea;
}
.s6clm-se .row,.s7clm-se .row {
    margin: 0;
}
.s6clm-se .graybox .row .s6box:first-child,
.s7clm-se .graybox .row .s7box:first-child {
    padding-left: 0;
}
.s6clm-se .graybox .row .s6box:last-child,
.s7clm-se .graybox .row .s7box:last-child {
    padding-right: 0;
}
/*=====================ENGAGE YOUR FORCE SECTION CSS HERE*/
.graybox {
    border-radius: 30px;
    background: #f4f7f6;
    padding: 60px 30px;
}
.headin-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}
.hlogobox {
    max-width: 120px;
    height: 120px;
}
.hlogobox img {
    width: 100%;
}
.heading h3 {
    line-height: 1.4;
    font-weight: 700;
}
.heading h3 span {
    color: #177724;
}
.btnBig-1 {
    border: 1px solid #268540 !important;
    background: #268540 !important;
    color: #fff !important;
}
.btn i {
    font-size: 22px;
}
.inrow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.btnBig-2 {border: 2px solid #516158;}
.graybox .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btnBig-1:hover,.btnBig-2:hover {
    background: #2f9638 !important;
    color: #fff !important;
    border-color: #2f9638 !important;
}
.engage .container {
}
.display-block{
    display: block;
}
.graybox .col-lg-7 {
    width: 56%;
}
.graybox .col-lg-5 {
    width: 44%;
}
/*===================== SECTION CSS HERE*/
/*===================== Need something more specialised? SECTION CSS HERE*/
.custom-sec-in {
    background: #000e19;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px 0px 30px;
    position: relative;
}
.cr-feat-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.icon-box{
}
.icon-box i {
}
.custom-sec-in h2 {
    color: #fff;
}
.custom-sec-in h2 span {
    color: #77b52b;
    display: block;
    margin-top: 15px;
}
.custom-content p {
    line-height: 1.9;
    color: #dfdfdf;
    font-size: 20px;
}
.cr-feat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cr-feat-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}
.cr-feat-list li i {
    font-size: 30px;
    color: #67b82f;
}
.custom-content p + p {
    margin-top: 25px;
}
.custom-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 42px;
    font-weight: 600;
}
.custom-heading {
    width: calc(100% - 190px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 30px;
}
.custom-sec-in .col-lg-2 {
    width: 22%;
}
.cr-feat-list li + li {
    margin-top: 15px;
}
.custom-sec-in .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom-sec-in .col-lg-5 + .col-lg-5 {
    border-left: 2px solid rgba(103, 184, 47, 0.45);
    padding: 0 35px;
    width: 40%;
}
/*=====================Complete operations. SECTION CSS HERE*/
.circlebox {
    position: absolute;
    min-height: 760px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    left: 0;
    top: 0;
    width: 100%;
}

.orbit {
    position: absolute;
    width: 900px;
    height: 800px;
    background: url(../images/pandaerpbox.png);
    background-repeat: no-repeat;
    background-size: 730px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    z-index: 0;
}
.center-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* background: #ff0000; */
    /* border: 2px solid #d1fae5; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    /* z-index: 2; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    top: 50%;
    left: 42%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.center-circle img {
    width: 80px;
    margin-bottom: 15px;
}
.card {
    position: absolute;
    width: 240px;
    background: white;
    border-radius: 24px;
    padding: 28px 24px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    height: 260px;
    z-index: 1;
}
.top {
    top: -120px;
    left: 41.5%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.card i {
    font-size: 42px;
    color: #24a148;
    margin-bottom: 18px;
}
.card h4 {
    font-size: 26px;
    margin-bottom: 12px;
}
.card p {
    color: #6b7280;
    line-height: 1.7;
    font-size: 16px;
}
.right-card {
    right: 125px;
    top: 100px;
}
.bottom-right {
    right: 13%;
    bottom: 57px;
}
.bottom {
    bottom: -133px;
    left: 41.5%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.bottom-left {
    left: -35px;
    bottom: 60px;
}
.left-card {
    left: -35px;
    top: 95px;
}
.logo img {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}
.features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.features li + li {
    margin-top: 7px;
}
.features li i {
    color: #2f9638;
    font-size: 20px;
}
.header-h2 h4 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}
.Comp-operat {
    padding: 90px 0 80px;
}
.Comp-operat .inrow-btn {
    margin: 50px 0 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
}
.vcr {
    margin-top: 30px;
}
/*===================== AI DOCUMENT SCANNER SECTION CSS HERE*/
.aidocumentscanner .col-lg-3 {
    padding: 0 70px;
    border-right: 2px solid rgba(0, 255, 120, 0.3);
    width: 26%;
}
.ai-icon-box img {
    width: 100%;
}
.aidocumentscanner .col-lg-4 {
    width: 35%;
    padding: 0;
}
.aidocumentscanner li {
    gap: 20px;
}
.aidocumentscanner li + li {
    margin-top: 6px;
}
.aidocumentscanner li i {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
    border: 2px solid #67b82f;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
}
.aidocumentscanner .row {-webkit-box-align: unset;-ms-flex-align: unset;align-items: unset;margin: 0;}
.aidocumentscanner .col-lg-6 {
    width: 39%;
    padding: 10px 60px 0;
}
/*===================== SECTION CSS HERE*/
.op-sec-in {
    border-radius: 30px;
    background: #f6f8f6;
    padding: 60px 35px 70px;
}
.one-platform {
    margin-bottom: 70px;
    margin-top: 70px;
}
.one-logo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}
.op-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-top: 0;
}
.op-logo img {
    width: 100%;
}
.op-content h2 {font-size: 30px;margin-bottom: 15px;line-height: 38px;font-weight: 700;}
.op-feature-box p {line-height: 1.5;font-weight: 500;}
.feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.feature-icon i {
    font-size: 32px;
    color: #2f9638;
    margin-top: -5px;
}
.s6clm-se {
    margin-bottom: 50px;
}
.custom-sec-in .col-lg-5 {
    width: 38%;
}

.op-sec-in>.col-lg-4:first-child {
    width: 50%;
}
.op-sec-in .col-lg-3 {
    width: 16%;
    padding-left: 25px;
}
.op-sec-in .col-lg-5 {
    width: 51%;
}
.op-sec-in .col-lg-4 .row .col-lg-4 {
    width: 32%;
}
.op-sec-in .col-lg-4 .col-lg-4 {
    width: 33.33%;
}
.op-content p {font-weight: 500;font-size: 20px;}
.op-sec-in .col-lg-5 .row .col-lg-4 {width: 37%;border-left: 2px solid #e3e3e3;height: 150px;padding: 20px 20px;}
.op-sec-in .col-lg-4 {
    width: 33%;
    padding-right: 25px;
}
.one-platform h4 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
}
.op-sec-in .col-lg-5 .row .col-lg-4:nth-child(2) {
    width: 35%;
}
.op-sec-in .col-lg-5 .row .col-lg-4:nth-child(3) {
    width: 28%;
    padding-right: 0;
}
.banner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.op-sec-in .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.op-sec-in .row .row {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
}
.one-platform .inrow-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 20px;
}
.one-platform .inrow-btn .btn {height: 75px;}
/*===================== SECTION CSS HERE*/
.cta-sec {
    margin-bottom: 25px;
}
.container-full {
}
.cta-sec-in {
    /*background: #f7f7f6 url(../img/Home-Footer.png);*/
    border: 2px solid #e4e4e4;
    border-radius: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 43px 0;
}
.cta-sec .col-lg-7 {
    width: 58%;
}
.cta-left {
    padding: 70px 30px 30px 70px;
}
.cta-description {
    font-size: 19px;
}
.features {
    margin-top: 35px;
    margin-left: -25px;
    margin-right: 0;
    max-width: 870px;
}
.feature-box {
    text-align: center;
}
.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e8f1e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 15px;
}
.icon-circle i {
    font-size: 40px;
    color: #ffffff;
}
.feature-box h4 {
    margin-bottom: 15px;
}
.feature-box p {
    margin-bottom: 0;
    line-height: 1.5;
}
.feature-box + .feature-box {
    border-left: 2px solid #dddddd;
}
.cta-left .inrow-btn {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 40px;
}
.header-h2 h2 {
    margin-bottom: 25px;
}
.header-h2 h2 span,.notestext span {
    color: #276a23;
}
.header-h2 p {
    font-size: 27px;
    line-height: 1.5;
}
/*=====================FOOTER SECTION CSS HERE*/
footer.footer {
    background: #12181c;
}
.footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer-bottom {
    padding: 25px 0 50px;
}
.footer-bottom p {
    margin: 0;
    color: #cfcfcf;
}
.footer-logo p {
    margin: 0;
}
.footer-logo .logo {
    margin-bottom: 30px;
    max-width: 180px;
    display: block;
}
.footer-logo .logo img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
}
.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.social-icons a {
    width: 55px;
    height: 55px;
    border: 2px solid rgb(255 255 255 / 20%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-icons a:hover {
    background: #57b532;
    border-color: #57b532;
}
.footer-logo P {
    color: #cfcfcf;
    margin-bottom: 30px;
    font-size: 20px;
}
.border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.social-links a {
    color: #cfcfcf;
    line-height: 22px;
}
.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.social-links a + a {
    border-left: 2px solid #447034;
    padding-left: 20px;
    margin-left: 20px;
}
.footer-top > .row > .col-lg-3:first-child {
    width: 19%;
    padding-right: 40px;
}
.footer-top > .row > .col-lg-3:last-child {
    width: 19%;
    padding-left: 40px;
}
.footer-top .col-lg-6 {
    width: 62%;
    padding: 0;
}
.fcl-1 {
    width: 24%;
    padding-left: 40px;
}
.fcl-3 {
    width: 26%;
}
.fcl-4 {
    width: 25%;
    padding-right: 40px;
}
.footer-top .col-lg-6 .row {
    margin: 0;
}
.ft-clmn h5 {
    color: #66b335;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.ft-clmn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-clmn ul a {
    color: #dfdfdf;
    text-decoration: none;
    display: block;
}
.ft-clmn ul li + li {
    margin-top: 12px;
}
.cont-item {
    position: relative;
    padding-left: 35px;
}
.cont-item i {
    font-size: 22px;
    color: #66b335;
    position: absolute;
    left: 0;
    top: 7px;
}
.cont-item span {
    color: #dfdfdf;
}
.cont-item + .cont-item {
    margin-top: 18px;
}
/*=====================PANDA TALKS SECTION CSS HERE*/
.ptop90 {
    padding-top: 90px;
}
.ptop80 {
    padding-top: 80px;
}
.pbottom80 {
    padding-bottom: 80px;
}
.pbottom60 {
    padding-bottom: 60px;
}
.toplogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}
.toplogo img {
    width: 45px;
}
.toplogo span {
    color: #25822d;
}
.toplogo h4{
  font-weight: 700;
}
.heading {
    margin-bottom: 40px;
}
.heading h2 {
    font-weight: 700;
    font-size: 40px;
}
.heading h2 span {
    color: #25822d;
}
.panda-talks .col-lg-4 {
    width: 34%;
}
.panda-talks .col-lg-8 {
    width: 66%;
}
.big-right-image img {
    width: 100%;
}
.ticklist {
    margin-bottom: 35px;
}
.ticklist ul li + li {
    margin-top: 8px;
}
.ticklist ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
}
.ticklist ul li i,.pricing-billing-note i {
    color: #25822d;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #25822d;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
}
.heading h4 {
    margin: 30px 0 25px;
    font-weight: 700;
}
.heading p {
    font-weight: 500;
}
.twoBtn-inRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
}
.btnA {
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    border: 1px solid transparent;
}
.notDark {
    border: 2px solid #9fadae;
    color: #010919;
}
.dark {
    background: #266c22;
    color: #fff;
}
.width100 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.width100 .btnA {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.pandaTalks-sec .heading {
    text-align: center;
}
/*=====================PANDA TALKS WORKS SECTION CSS HERE*/
.graybo5 {
    border: 2px solid #ececec;
    border-radius: 20px;
    padding: 50px 70px;
    text-align: center;
    background: #f4f6f6;
}
.s5box {
    width: 20%;
    padding: 0 25px;
}
.s5box-icon {
    margin-bottom: 30px;
}
.s5box-icon img {max-width: 90px;}

.s5box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.numcount {
    width: 28px;
    height: 28px;
    background: #25822d;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}
.s5box-in {
    position: relative;
}
.arrowlin {
    position: absolute;
    right: -10%;
    top: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 30px;
}
.arrowlin img {
    width: 100%;
}
.pandaTalks-sec {
    margin-bottom: 70px;
}
.notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.leftup,.rightup {
    width: 24%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.notes img {
}
.notestext {
    width: 40%;
    height: 25px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
/*=====================ONE CLICK SECTION CSS HERE*/
    .oneClick {
    margin: 70px 0 0;
}
.oneClick .container {padding: 0 35px;}
.oneClickBox {
    background: #010d19;
    border-radius: 20px;
    padding: 65px 160px 40px;
}
.ocb-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
}
.ocb-tickbox i {
    color: #ffffff;
    font-size: 65px;
    background: #25822d;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ocb-contentbox h4 {
    color: #fff;
    font-size: 39px;
    margin-bottom: 25px;
    font-weight: 600;
}
.ocb-contentbox h4 span {
    color: #25822d;
}
.ocb-contentbox p {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.6;
}
.ocb-icon {
    margin-bottom: 25px;
}
.ocb-icon i {
    font-size: 55px;
    color: #e0e0e0;
}
.ocb-text h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}
.ocb-text p {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
}
.oc-last-p {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.oc-last-p p {
    color: #25822d;
    font-size: 27px;
    font-weight: 500;
}
.oc-4clm-box-row .col-lg-3 + .col-lg-3 {
    border-left: 3px solid rgb(62 100 72);
}
.oc-4clm-box-row .col-lg-3 {
    padding: 0px 30px;
    text-align: center;
}
.oc-4clm-box-row .row {
    border-top: 3px solid rgb(62 100 72);
    margin: 0 auto;
    padding-top: 40px;
    width: 1120px;
}
.howpandabox {
    border: 2px solid #f5f6f5;
    padding: 50px 0px;
    border-radius: 25px;
}
.howpandabox .s7clm-se {
    margin-bottom: 50px;
}
.op-content h2 span {
    color: #276a23;
}
.s6box-icon img {
    width: 100%;
    max-width: 80px;
}
.vcr .graybox {
    padding: 20px 70px 20px 40px;
}
.vcr .graybox .heading {
    margin: 0;
}
.vcr .heading p {
    font-size: 21px;
    margin-top: 5px;
}
.vcr .inrow-btn .btn {
    height: 65px;
}
.vcr .inrow-btn .btnBig-1 {
    max-width: 285px;
}
.vcr .inrow-btn .btnBig-2 {
    max-width: 265px;
}
.aidocumentscanner h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}
.aidocumentscanner h2 span {
    color: #419c36;
    margin-top: 10px;
}
.aidocumentscanner .header-h2 p {
    font-size: inherit;
    line-height: 1.8;
    color: #dfdfdf;
}
.aidocumentscanner li {
    font-size: 19px;
}
.aibtn {
    margin-top: 20px;
}
.aibtn .btn {
    height: 60px;
    max-width: 285px;
}
.howpanda .heading {
    margin-bottom: 80px;
}
.hpcw .s5box {
    width: 25%;
}
.graybo5.hpcw {
    max-width: 1552px;
    margin: 0 auto;
}
.howpandabox .s6box-content h5 {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    line-height: 28px;
}
.howpandabox .container {
    padding: 0;
}
.howpanda {
    margin-bottom: 30px;
}
.pandacomply {
    background: -o-linear-gradient(280deg, #fbfbfb, transparent);
    background: linear-gradient(170deg, #fbfbfb, transparent);
    padding: 55px 0;
}
.pandacomply .col-lg-4 {
    width: 44%;
}
.pandacomply .col-lg-8 {
    width: 56%;
}
.pandacomply .col-lg-4 .heading {
    margin-bottom: 60px;
}
.pandacomply .col-lg-4 .heading h2 {
    font-size: 55px;
    line-height: 65px;
}
.pandacomply .heading h4 {
    margin: 40px 0 45px;
    font-weight: 700;
    font-size: 25px;
}
.pandacomply .heading p {
    font-size: 22px;
    line-height: 1.7;
}
.twoBtn-inRow .btnA {
    font-size: 20px;
}
.pandacomply .big-right-image {
}
.eworkforce {
    padding: 70px 0;
}
.eworkforce .graybox {
    background: #e2f1e4;
    /*border: 2px solid #dbe7df;*/
    padding: 35px 45px;
}
.eworkforce .graybox .hlogobox {
    max-width: 140px;
    height: 140px;
}
.eworkforce .graybox .heading {
    margin: 0;
}
.eworkforce .graybox .heading h3 {
    font-size: 27px;
    line-height: 1.5;
}
.eworkforce .graybox .headin-logo {
    gap: 50px;
}
.eworkforce .graybox .btn {
    max-width: 315px;
    height: 75px;
    width: 100%;
    font-size: 21px;
    border-radius: 10px;
}
.eworkforce .graybox .btn i {
    font-size: 25px;
}
.pandaErp .heading h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}
.ptop140{
    padding-top: 140px;
}
.pbottom100{
    padding-bottom: 100px;
}
.pandaErp .col-lg-4 {
    width: 42%;
}
.pandaErp .col-lg-8 {
    width: 58%;
}
.cp-opt7-in {
    position: relative;
    width: 100%;
    height: 100%;
}
.center-circle h3 {
    font-weight: 600;
    font-size: 20px;
}
.needsome .col-lg-4 {
    width: 36%;
    padding: 0 35px;
}
.needsome .col-lg-6 {
    width: 39%;
    border-left: 2px solid rgba(103, 184, 47, 0.45);
    padding: 10px 35px;
}
.needsome .row {
    margin: 0;
}
.needsome .custom-sec-in {
    padding: 60px 0;
}
.pandaTalks-works .graybo5 {
    background: #fdfdfd;
}
.pandaTalks-works .leftup, .pandaTalks-works .rightup {
    width: 25%;
}
.pandaTalks-works .notestext {
    width: 33%;
}
.pandaTalks-works .leftup img, .pandaTalks-works .rightup img {
    width: 100%;
}
.pandacore .graybox {
    height: 145px;
    padding: 20px 50px;
        background: #e2f1e4;
    border: 2px solid #dbe7df;
}
.pandacore .graybox .hlogobox {
    max-width: 100px;
    height: 100px;
}
.pandacore .engage.oSource .container {
    width: 100%;
    padding: 0;
}
.pandacore .four4box {
    margin-right: -80px;
}
.cardS h4 {
    margin-bottom: 10px;
}
.cardS p {
    font-weight: 500;
    line-height: 1.4;
}
.pandacore .ftext.ftext-green {
    position: relative;
    margin-bottom: 80px;
    font-size: 19px;
    letter-spacing: 2px;
    color: #248636;
}
.pandacore .ftext.ftext-green:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 3px;
    width: 65px;
    background: #248636;
    content: '';
}
.workforce .ftext.ftext-green {
    color: #248636;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 35px;
}
.workforce .ftext-p {
    margin-bottom: 30px;
}
.workforce .ftext-list {
    margin-bottom: 50px;
}
.workforce .inrow-btn .btnBig-1 {
    width: 250px;
    height: 75px;
}
.workforce .inrow-btn .btnBig-2 {
    width: 280px;
    height: 75px;
}
.workforce .bigimage {
    margin-left: 0;
    margin-top: 50px;
}
.ftext-list2 ul li img {
    width: 40px;
}
.submenu li a {
    padding: 10px 15px !important;
}
.banner1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}
.banner1 .container {
    position: relative;
    z-index: 1;
}
.overlayvd {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background: -o-linear-gradient(45deg, rgb(0 6 15 / 75%) 40%, rgb(0 9 18 / 50%));
    background: linear-gradient(45deg, rgb(0 6 15 / 75%) 40%, rgb(0 9 18 / 50%));
    z-index: 0;
}
.dropdown-menu,
.sub-dropdown{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position:absolute;
    top:100%;
    left:0;
    background: #ffffff;
    min-width: 300px;
    display:none;
    z-index:999;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
            box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    border: 1px solid rgb(57 130 53 / 40%);
    border-bottom: 0;
    padding: 0;
}
.dropdown-menu li{
    width:100%;
    border-bottom: 1px solid rgb(57 130 53 / 40%);
}
.sub-dropdown{
    top:0;
    left: 100%;
}
.dropdown:hover > .dropdown-menu{
    display:block;
}
.has-submenu:hover > .sub-dropdown{
    display:block;
}
.nav ul li li a i {
    position: absolute;
    right: 15px;
    font-size: 17px;
}
.dropdown-menu li a:hover {
    background: #398235;
    color: #fff;
}

.nav::-webkit-scrollbar{
    width: 5px;
}

.nav::-webkit-scrollbar-track{
    background: rgb(59 181 74 / 30%);
}

.nav::-webkit-scrollbar-thumb{
    background: #3bb54a;
    border-radius: 10px;
}

/*========================================*/
/*======ABOUT PROCESS PANDA PAGE CSS======*/
/*========================================*/
.box-wwe {
    background: #f9f9f9;
    padding: 0px 20px;
}
.box-wwe-1 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
}
.box-wwe-2 {
    padding-top: 25px;
}
.box-wwe-1 .col-sm-3, .box-wwe-2 .col-sm-3 {
    padding: 0 15px;
}
.box-wwe-1 .col-sm-3 + .col-sm-3,.box-wwe-2 .col-sm-3 + .col-sm-3 {
    border-left: 1px solid #e1e1e1;
}
.box-wwe-1 .wwetext {
    margin-top: 15px;
    text-align: center;
}
.box-wwe-1 .col-sm-3:first-child,.box-wwe-2 .col-sm-3:first-child {
    padding-left: 0;
}
.box-wwe-1 .col-sm-3:last-child,.box-wwe-2 .col-sm-3:last-child {
    padding-right: 0;
}
.box-wwe .row {
    margin: 0;
}
.wwetext h4 {
    margin-bottom: 10px;
}
.head-line {
    margin-bottom: 30px;
}
.head-green {color: #248636;font-weight: 700;margin-bottom: 20px;}
.head-line h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}
.ptop70 {
    padding-top: 70px;
}
.ptop30 {
    padding-top: 30px;
}
.pbottom70 {
    padding-bottom: 70px;
}
.pbottom30 {
    padding-bottom: 30px;
}
.pbottom70 span {
    color: #248636;
}
.head-para p {
    font-weight: 500;
}
.wwe-sec .col-lg-5 {
    padding-right: 50px;
}
.wwetext p {font-size: 17px;}
.wwe-sec .col-lg-7 {
    background: #f9f9f9;
    border-radius: 20px;
}
.box-wwe-1 .wweicon {
    max-width: 80px;
    margin: 0 auto;
}
.wweicon img {
    width: 100%;
}
.box-wwe-2 .wweicon {
    max-width: 45px;
}
.box-wwe-2 .col-sm-3 {
    display: flex;
    gap: 15px;
}
.box-wwe-2 h4 {
    color: #248636;
    font-size: 18px;
    font-weight: 800;
}
.ftext-ul {
    margin-bottom: 35px;
}
.ftext-ul ul {
    display: flex;
    gap: 8px;
}
.ftext-ul ul li {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.ftext-ul ul li i {
    font-size: 15px;
}
.ftext-ul ul li a {
    color: #248636;
}
.cta-box {
    background: #0e1d1c;
    padding: 30px 50px;
    border-radius: 10px;
}
.cta-icon {
    display: flex;
    gap: 50px;
    align-items: center;
}
.cta-iconbox {
    max-width: 200px;
    width: 100%;
    margin-bottom: -30px;
    margin-top: -50px;
}
.cta.indu-cta .cta-iconbox {
    margin-left: -60px;
    margin-bottom: -30px;
    max-width: 250px;
    margin-top: -50px;
}
.cta-iconbox img {
    width: 100%;
}
.cta-head h3 {
    color: #fff;
    font-weight: 700;
}
.cta-head h3 span {
    color: #14bf14;
}.cta-head p {
    font-size: 21px;
    margin-top: 5px;
}
.cta-box > .row {
    align-items: center;
}
.cta-text p {
    color: #fff;
    margin: 0;
}
.cta-box .inrow-btn {
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.cta-box .inrow-btn .btn {
    max-width: 100%;
    height: 60px;
    color: #fff;
}
.cta-head {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.dflex-j-center,
.dflex-j-right{
    display: flex;
}
.dflex-j-center{
    justify-content: center;
}
.dflex-j-right{
    justify-content: right;
}
.cta.mv .col-sm-5 {
    border-right: 2px solid #1f302f;
}
.cta.story .cta-box {background: #eef3f0;}

.cta.story .cta-box h3,.cta.story .cta-box p {
    color: #000;
}
.cta.story .cta-box .inrow-btn {
    flex-direction: row;
}
.cta.story .cta-box .btnBig-2 {
    color: #000;
}
.story-drives-in {
    background: #000d18;
    padding: 50px 35px;
    border-radius: 15px;
}

.story-drives {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta {
}
.story-drives-in .col-sm-4 {
    width: 30%;
    padding: 0 30px;
}
.story-drives-in .col-sm-2 {
    width: 17.5%;
    padding: 0 30px;
    border-left: 2px solid rgb(81 97 88 / 30%);
    text-align: center;
}
.story-drives-in .wweicon {
    max-width: 60px;
    margin: 0 auto 20px;
}
.story-drives-in .wwetext h4 {
    color: #fff;
}
.story-drives-in .wwetext p {
    color: #dfdfdf;
}
.story-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.greentext {
    color: #2c8634;
    font-size: 20px;
    font-weight: 700;
}
.story-content h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    line-height: 48px;
}
.ourvalues {
    padding: 30px 0;
}
.ourvalues .heading {
    text-align: center;
}
.ourvalues .s7box {
    width: calc(100% / 6 - 17px);
    border: 2px solid #e7eaea;
    border-radius: 10px;
    padding: 30px 15px;
}
.ourvalues .row {
    gap: 20px;
}
.mission {
    padding-top: 30px;
}
.missionbox {
    background: #f5f7f5;
    padding: 50px 50px;
    border-radius: 31px;
}
.ms-head {
    display: flex;
    gap: 35px;
}
.ms-head-img {
    max-width: 180px;
    width: 100%;
}
.ms-head-img img {
    width: 100%;
}
.ms-head .heading {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}
.ms-head .heading h2 {
    line-height: 40px;
    font-size: 30px;
}
.ms-head .heading h2 span {
    color: #266c22;
}
.m-content p {
    font-weight: 500;
}
.m-content {
    border-left: 2px solid #e7eaea;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.missionbox .row {
    align-items: center;
}
.heading-pp,.heading-pp-2 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 500;
    position: relative;
    z-index: 0;
}
.heading-pp h2 {
    font-size: 48px;
    line-height: 55px;
}
.heading-pp h2 span,.heading-pp-2 h3 span {
    color: #268540;
}
.story-started {
    padding-top: 50px;
    line-height: 1.5;
}
.heading-pp-2 h3 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
}
.story-started .ticklist {
    margin-bottom: 0;
    margin-top: 30px;
}
.listed-box {
    max-width: 680px;
}
.lb-row {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    padding: 15px 0;
}
.lb-text p {
    line-height: 1.4;
}
.lb-icon {
    max-width: 65px;
}
.lb-icon img {
    width: 100%;
}
.lb-row:before {
    border-bottom: 1px solid #e7eaea;
}
.hrline {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 95%;
    height: auto;
    border-bottom: 2px solid #e7eaea;
}
.lb-Image {
    max-width: 100px;
}
.lb-Image img {
    width: 100%;
}
.wws-rbox {
    padding: 35px 50px;
    background: #f4f6f5;
    border-radius: 25px;
}
.story-started .ticklist li + li {
    margin-top: 6px;
}
.jbox5 {
    width: 20%;
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.jbox5 .s6box-icon {
    margin: 0 0 0 -10px;
    position: relative;
    z-index: 1;
    pad0=: =;
    max-width: 90px;
}
.dotsline {
    height: 6px;
    width: 69%;
    border-bottom: 4px dotted #268540;
    position: absolute;
    top: 45px;
    z-index: 0;
    left: 29%;
}
.dotsline:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3px;
    width: 7px;
    height: 7px;
    border-left: 7px solid #268540;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
}
.dotsline:last-child:after {
    display: none;
}
.jbox5 .s6box-icon img {
    width: 100%;
}
.jbox5 h4 {
    color: #268540;
}
.jbox5 p {
    font-weight: 500;
}
.journeyTime {
    border-bottom: 2px solid #e7eaea;
    padding-bottom: 50px;
}
.journey {
    padding-top: 50px;
}
.wws-rbox.promise {
    min-height: 530px;
    position: relative;
    overflow: hidden;
    border-radius: 25px 0px 0px 25px;
}
.lb-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.overLay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(3deg, transparent 41%, #eaf1ee 61%);
    z-index: 0;
}
.wws-rbox.promise p {
    position: relative;
    line-height: 1.4;
    font-weight: 500;
}
.wws-rbox.promise .heading-pp-2 {
    gap: 0;
    margin-bottom: 15px;
}
.wws-rbox.promise .heading-pp-2 .greentext {
    margin-bottom: 15px;
    font-size: 19px;
}
.wws-rbox.promise .heading-pp-2 h3 {
    font-size: 32px;
    line-height: 37px;
}
.mnv-box {
    background: #f9f8f8;
    border-radius: 25px;
}
.mnv-box .listed-box {
    padding: 15px 50px 0px 0;
    max-width: 100%;
}
.mnv-box .col-sm-6:last-child {
    padding-left: 30px;
}
.mnv-box .listed-box .hrline {
    left: 11%;
    width: 89%;
}
.mnv-box .listed-box .lb-row {
    padding: 18px 0;
}
.careersImpact {
}
.careersImpact .graybo5 {
    border: 0;
    background: #f5f8f6;
    padding: 50px 30px;
}
.opport {
}
.opport-box {
    padding: 40px 40px;
    background: #f5f8f6;
    border-radius: 25px;
}
.opport-box .ticklist {
    margin: 0;
}
.opport-box .ticklist h3 {
    font-weight: 700;
    margin-bottom: 25px;
}
.messagebox {
    margin-top: 40px;
    background: #ebf1ec;
    padding: 30px 50px;
    border-radius: 20px;
}
.messagebox .hlogobox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.messagebox .hlogobox img {
    width: 45px;
}
.messagebox .heading {
    margin: 0;
}
.messagebox .row {
    align-items: center;
}
.messagebox .mailid {
    text-align: center;
    font-weight: 500;
}
.messagebox .mailid a {
    font-weight: 600;
    color: #268540;
}
.chtt {
}
.chtt .top-title {font-size: 18px;font-weight: 700;color: #268540;margin-bottom: 20px;line-height: 22px;}
.chtt h2 {
    font-size: 42px;
    line-height: 50px;
}
.chtt h2 span {
    color: #268540;
}
.lft-box {
    display: flex;
    gap: 20px;
}
.lft-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f7fcf8;
    flex: 0 0 auto;
}
.lft-icon-box img {
    width: 100%;
}
.lft-text-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lft-head-icon {
    background: #f5f8f6;
    border-radius: 20px;
    padding: 70px 50px;
}
.founderbox {
    display: flex;
    gap: 20px;
    border: 2px solid #e1e1e1;
    padding: 15px 5px;
    width: 32.5%;
    border-radius: 20px;
}
.fndbox a {font-weight: 600;color: #268540;margin: 20px 0 0;display: flex;align-items: center;gap: 10px;}
.fndbox h3 {
    font-weight: 700;
    color: #268540;
    margin-bottom: 10px;
}
.desig {
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px;
}
.s-desig {
    font-weight: 700;
    color: #268540;
    line-height: 25px;
    margin-bottom: 15px;
}
.fndbox p {
    line-height: 1.4;
    font-size: 18px;
}
.founder-details .row {
    margin: 0;
    gap: 20px;
}
.founder-head .row {
    align-items: center;
}
.hrLine{
    border-bottom: 1px solid #e7eaea;
}
.eco .col-sm-3 {
    border: 1px solid #ededed;
    border-radius: 15px;
    padding: 20px;
    width: 24%;
}
.eco .row {
    margin: 0;
    gap: 20px;
}
.chtt h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}
.chtt h3 span {
    color: #268540;
}
.approach-box {
    background: #f3f7f2;
    padding: 35px 45px;
    border-radius: 20px;
}
.approach-box .row {
    align-items: center;
}
.approach-box .row p {
    border-left: 2px solid #e1e1e1;
    padding-left: 50px;
}
.appbox-4 {
    margin-left: 0;
    margin-top: 50px;
}
.appbox-4 .row {
    align-items: unset;
}
.appbox-box {
    display: flex;
    gap: 20px;
    position: relative;
}
.dotArrow {
    position: absolute;
    border-bottom: 2px dashed #268540;
    height: 10px;
    width: 50px;
    right: 20px;
    top: 7px;
}
.appicon {
    width: 50px;
    flex: 0 0 auto;
}
.appicon img {
    width: 100%;
}
.apptitle h3 {font-weight: 600;margin-bottom: 10px;}
.apptitle p {
    border: 0 !important;
    padding: 0 !important;
}
.dotArrow i {
    position: absolute;
    right: 0;
    color: #268540;
}
/*=================TERMS CONDITION / COOKIE / PRIVACY*/
.update-date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin-top: 20px;
}
.update-date img {
    width: 25px;
}
.tcp-pageTitle {
    padding: 0px 0 50px;
}
.tcp-pageTitle h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}
.tcp-section .row {
    margin: 0;
    gap: 33px;
}
.tcp-section .row .col-sm-3,.tcp-section .row .col-sm-9 {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.tcp-section .row .col-sm-9 {
    width: 73%;
    padding: 50px;
}
.tcp-section .row .col-sm-3 h4 {
    margin: 0 25px 25px;
}
.tcp-section .col-sm-3 ul li {
    display: flex;
    gap: 15px;
    padding: 12px 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}
.tcp-section .col-sm-3 ul li img {
    max-width: 25px;
    object-fit: contain;
}
.tcp-content {
    padding: 30px 0px;
}
.tcp-content + .tcp-content {
    border-top: 1px solid #e1e1e1;
}
.tcp-content h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.tcp-content:first-child {
    padding-top: 0;
}
.tcp-content:last-child {
    padding-bottom: 0;
}
.tcp-section .row .col-sm-3 {
    padding: 50px 15px;
}
.tcp-section .col-sm-3 ul li:hover,.tcp-section .col-sm-3 ul li.hover {
    background: #ebf2eb;
}
.tcp {
    padding: 70px 0 30px;
}
.tcp-cta p {
    color: #fff;
    font-size: inherit;
    margin: 0;
}
.tcp-cta .inrow-btn {
    flex-direction: row;
    justify-content: flex-end;
}
.tcp-cta .inrow-btn a.btn {
    max-width: 250px;
}
.incontrol {
    padding: 25px;
    background: #f4f6f5;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.inctrl-icon {
    max-width: 35px;
}
.inctrl-icon img {
    width: 100%;
}
.inctrl-text h5 {
    margin-bottom: 10px;
}
.tcp-content ul {
    margin-top: 25px;
    margin-left: 5px;
}
.tcp-content ul li {
    position: relative;
    padding-left: 15px;
}
.tcp-content ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    content: '';
    background: #268540;
    border-radius: 50%;
}
.tcp-content ul li + li {
    margin-top: 5px;
}
.tcp-content ul li strong {
    font-weight: 700;
    font-size: 20px;
}
/*============== MORE INDUSTRIES PAGES CSS HERE*/
.indusbox {
    border: 2px solid #e7eaea;
    border-radius: 10px;
    padding: 15px;
}
.indusbox img {
    width: 100%;
    border-radius: 10px;
}
.indusIcon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.indus-text {
    margin-top: 10px;
}
.indus-text a {
    color: #248636;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.indIco {
    background: #248636;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.indIco img {
    max-width: 28px;
}
.moreIndus .row {
    margin: 0;
    gap: 20px;
}
.moreIndus .row .col-sm-3 {
    width: 24%;
    padding: 0;
}
.feature .s6box {
    padding: 0 20px;
}
.feature .s6box .s6box-icon {
    max-width: 80px;
    position: relative;
}
.feature .s6box .s6box-icon img {
    width: 100%;
}
.indo {
    height: 100%;
    width: 70%;
    position: absolute;
    z-index: 0;
    right: 0;
}
.chtt1 h1 span {
    color: #248636;
}
.indoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
}
.indobox {
    position: relative;
    z-index: 0;
}
.indusban {
    position: relative;
    overflow: hidden;
}
.indoverlay:after {
    position: absolute;
    right: -15%;
    top: -15%;
    width: 50%;
    height: 150%;
    content: '';
    background: #ffffff;
    transform: skew(-15deg, -15deg);
    z-index: 0;
}
.indusban ul i {
    color: #248636;
}
.chtt1 h1 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}
.chtt1 h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.indobox .inrow-btn {
    justify-content: flex-start;
    margin-top: 35px;
}
.indobox .inrow-btn .btnBig-1 {
    max-width: 200px;
}
.indobox .inrow-btn .btnBig-2 {
    max-width: 250px;
}
.indobox .ftext-ul {
    margin-bottom: 25px;
}
.cta.indu-cta .inrow-btn {
    flex-direction: row;
}
.cta.indu-cta .inrow-btn .btnBig-1 {
    max-width: 230px;
}
.cta.indu-cta .inrow-btn .btnBig-2 {
    max-width: 270px;
}
.indobox .ftext-ul ul li {
    color: #000000;
}
.ind8 h3 {
    margin-bottom: 10px;
}
.ind8 .lft-icon-box {
    width: 70px;
    height: 70px;
}
.project-box {
    background: #eff6ef;
    padding: 35px 45px;
    border-radius: 20px;
}
.project-box .chtt h3 {
    margin-bottom: 15px;
}
.project-box .row .col-sm-3 {
    width: 20%;
}
.project-box .col-sm-4 {
    width: 28%;
}
.project-box .col-sm-8 {
    width: 72%;
}
.proBoxIn {
    position: relative;
    text-align: center;
}
.pbi-icon {
    width: 88px;
    margin: 0 auto 15px;
    background: #fff;
    height: 88px;
    border-radius: 50%;
}
.pbi-icon img {
    width: 100%;
}
.pbi-content h4 {
    margin-bottom: 10px;
}
.dashedLIne {
    position: absolute;
    border-bottom: 2px dashed #268540;
    height: 10px;
    width: 55%;
    left: 100%;
    top: 27px;
    transform: translateX(-40%);
}
.dashedLIne i {
    position: absolute;
    right: 0;
    color: #268540;
}
.pbi-content span {
    background: #248636;
    width: 30px;
    display: flex;
    height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.brand-row {
    display: flex;
    border-radius: 15px;
    border: 2px solid #e7eaea;
    padding: 15px 20px;
    flex-wrap: wrap;
    align-items: center;
}
.brand-img {
    width: calc(100% / 6);
    padding: 0px 60px;
}
.brand-img img {
    width: 100%;
}
.brand-head {
    width: 100%;
}
.testbox {
    border: 2px solid #e7eaea;
    padding: 30px;
    border-radius: 15px;
}
.testbox.grey {
    background: #f7f7f7;
}
.Comma {
    width: 25px;
}
.Comma img {
    width: 100%;
}
.test-ln {
    align-items: center;
    margin-top: 25px;
    display: flex;
}
.testlogo {
    max-width: 30%;
    margin-right: 25px;
}
.testlogo img {
    width: 100%;
}
.testTitle {
    border-left: 2px solid #c1c1c1;
    padding-left: 30px;
}
.testTitle h6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #107a40;
    line-height: 20px;
}
.testTitle p {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}
.testm {
    margin: 0;
    gap: 20px;
}
.testm .col-sm-4 {
    width: 29%;
}
.testm .col-sm-5 {
    width: 39.5%;
}
.cntboxrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.cntbox-clm {
    width: 50%;
    display: flex;
    gap: 15px;
}
.cntIcon {
    max-width: 45px;
}
.cntIcon img {
    width: 100%;
}
.cntText h3 {
    font-weight: 700;
    font-size: 45px;
    color: #107a40;
    line-height: 55px;
}
.cuntbox {
    position: relative;
}
.cuntbox:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    border-right: 2px solid #e7eaea;
    content: '';
    top: 0;
}
.cntbox-clm {
    padding: 15px 35px;
}
.cntbox-clm:nth-child(1),.cntbox-clm:nth-child(2) {
    padding-top: 0;
}
.cntbox-clm:nth-child(3), .cntbox-clm:nth-child(4) {
    padding-bottom: 0;
}
.testm .col-sm-4 .ticklist {
    margin-bottom: 0;
    margin-top: 10px;
}
.testm .col-sm-4 .ticklist li + li {
    margin-top: 5px;
}
.testm .col-sm-4 .ticklist li {
    font-size: 18px;
}
.testm .col-sm-4 .chtt h3 {
    margin-bottom: 10px;
}
.bl2row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
    margin-top: 20px;
}
.bl2col {
    width: 40%;
}
.bl2col img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.indust {
    margin: 0;
    padding: 50px 50px;
    background: #f7f7f7;
    border-radius: 20px;
    align-items: center;
}
.indust .testbox {
    padding: 0 40px 0 0;
    border: 0;
    width: 34%;
}
.indust .cntbox-clm {
    gap: 20px;
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
}
.indust .col-sm-2 {
    padding: 20px 30px;
    border-left: 2px solid #e7eaea;
    display: flex;
    align-items: center;
    height: 230px;
    width: 15%;
}
.indust .cntbox-clm .cntIcon {
    margin: 0 auto;
}
.cta-icontext {
    display: flex;
    gap: 20px;
    align-items: anchor-center;
    color: #fff;
}
.trustedbyteams ul {
    display: flex;
    gap: 100px;
    margin: 0 auto;
    justify-content: center;
}
.trustedbyteams ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}
.trustedbyteams ul li i {
    color: #0c731e;
    font-size: 22px;
}
.powerful {
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 20px;
}
.powerful .col-sm-3 {
    width: 19%;
}
.powerful .lft-box {
    flex-direction: column;
}
/*=====================WORKFORCE PAGE CSS*/
.video-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap: 25px;
  margin:auto;
}
.video-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  transition:0.3s;
}
.video-card:hover{
  transform:translateY(-4px);
}
.video-thumbnail{
  position:relative;
  height:160px;
  background-size:cover;
  background-position:center;
  cursor:pointer;
}
.video-thumbnail::after{
  /* content:''; */
  /* position:absolute; */
  /* inset:0; */
  /* background:rgba(0,0,0,0.25); */
}
.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:60px;
  height:60px;
  border-radius:50%;
  background:rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
  color:#fff;
  font-size:22px;
}
.video-duration{
  position:absolute;
  bottom:10px;
  right:10px;
  background:rgba(0,0,0,0.75);
  color:#fff;
  font-size:12px;
  padding:4px 8px;
  border-radius:4px;
  z-index:2;
}
.video-content{
  padding: 25px 20px;
}
.video-content h3{
}
.video-content p{
  line-height: 1.5;
}
.video-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.8);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}
.video-modal.active{
  display:flex;
}
.modal-content{
  position:relative;
  width:90%;
  max-width:900px;
  background:#000;
  border-radius:10px;
  overflow:hidden;
}
.modal-content iframe{
  width:100%;
  height:500px;
  border:none;
}
.close-modal{
  position:absolute;
  top:10px;
  right:15px;
  color:#fff;
  font-size:28px;
  cursor:pointer;
  z-index:10;
}
.video-sidebar{
    padding-right: 30px;
}
.video-sidebar h2{
}
.video-sidebar p{
}
.video-menu{
    list-style:none;
}
.video-menu li{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor:pointer;
    transition:all 0.3s ease;
    position:relative;
    margin-top: 2px;
}
.video-menu li:hover{
    transform:translateX(5px);
}
.video-menu li i{
    width: 20px;
    text-align:center;
    transition:0.3s ease;
}
.video-menu li.active,.video-menu li:hover{
    background:#e8f0e4;
    font-weight:600;
}
.video-menu li.active i{
    color: #2d6a4f;
}
.video-menu li.active::before{
    content:'';
    position:absolute;
    left:0;
    top:10%;
    width:4px;
    height:80%;
    background:#2d6a4f;
    border-radius:0 4px 4px 0;
}
.library-btn{
    display:block;
    width:100%;
    text-align:center;
    padding: 15px;
    border: 1px solid #d3d3d3;
    border-radius:8px;
    text-decoration:none;
    color: #00060f;
    font-weight: 700;
    transition:all 0.3s ease;
    background: #fff;
}
.library-btn:hover{
    background:#0f172a;
    color:#ffffff;
    transform:translateY(-2px);
    box-shadow:0 6px 12px rgba(0,0,0,0.15);
}
.reportsbox {
    background: #f3f7f2;
    padding: 35px 35px;
    border-radius: 20px;
}

.reportsbox .col-sm-3 {}

.reportsbox .chtt {
    margin-bottom: 20px;
}

.reportsbox .chtt h3 {
    margin-bottom: 10px;
}

.reportsbox a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #347aeb;
}

.reportsbox .col-sm-2 {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-right: 15px;
    width: 17.8%;
}

.reportsbox img {
    width: 100%;
    margin: 20px auto;
}

.reportsbox .col-sm-2 p br {
    display: none;
}

.reportsbox .col-sm-2 p {
    margin-bottom: 15px;
    font-size: 17px;
}
/*================ISO ALL PAGES CSS*/
.banbox.iso .ftext.ftext-green {
    margin-bottom: 40px;
    font-size: 22px;
}
.banbox.iso .ftext ul {
    display: flex;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 25px;
}
.banbox.iso .ftext ul li {
    color: #ffffff;
    font-size: 20px;
}
.banbox.iso .ftext ul li a {
    color: #39b53d;
}
.banbox.iso .ftext ul li i {
    font-size: 16px;
}
.ban4iconbox,.ban1iconbox,.ban3iconbox,.banboxiso {
    margin-bottom: 35px;
}
.ban4-row,.ban1-row {
    display: flex;
    gap: 20px;
}
.ban1-row{
    flex-direction: column;
}
.ban4-clm,.ban1-clm {
    display: flex;
    gap: 12px;
}
.ban4icon {
    width: 35px;
    flex: 0 0 auto;
}
.ban4icon img {
    width: 100%;
}
.ban4text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ban4text h4 {
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.ban4text p {
    color: #d7d7d7;
    line-height: 1.4;
    font-size: 17px;
}
.banbox.iso .ftext-p {
    margin-bottom: 50px;
}
.banbox.iso .inrow-btn .btnBig-1 {
    max-width: 280px;
}
.banbox.iso .inrow-btn .btnBig-2 {
    max-width: 350px;
}
.banbox.iso.iso45001 .ftext ul li i,
.banbox.iso.iso45001 ul li,
.banbox.iso.iso45001 h1,
.banbox.iso.iso45001 p,
.banbox.iso.iso45001 h4 {
    color: #000;
}
.banner .banbox.iso.iso45001 a.btn.btnBig-2 {
    border: 2px solid #cfd1d3;
    color: #000000;
}
.ban3icon {
    max-width: 70px;
    margin: 0 auto 15px;
}
.ban3icon img {
    width: 100%;
}
.ban3-row {
    display: flex;
    margin: 0 -15px;
}
.ban3-clm {
    padding: 0 15px;
    width: 24%;
    text-align: center;
}
.ban3-clm +.ban3-clm {
    border-left: 2px solid #e7eaea;
}
.bbiso-row {
    display: flex;
    margin: 0 -25px;
}
.bbiso3-clm {
    width: 29%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.bbiso3-clm +.bbiso3-clm {
    border-left: 2px solid #e7eaea;
}
.bbiso3icon {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #e7eaea;
}
.bbiso3icon img {
    width: 100%;
    max-width: 45px;
}
.bbisotext h3,.sitText h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}
.SIT-A a{
    font-weight: 700;
}
.bbisotext p,.sitText p{
    line-height: 1.4;
}
.blue-color {
    color:#497cd9;
}
.green-color {
    color: #14bf14;
}
.orangered-color {
    color: orangered;
}
.lime-color {
    color: #1f94a9;
}
.border-blue-color {
    border-color:#497cd9;
}
.border-green-color {
    border-color: green;
}
.border-orangered-color {
    border-color: orangered;
}
.border-lime-color {
    border-color: #1f94a9;
}
.eco .col-sm-2 {
    border: 2px solid #e1e1e1;
    border-radius: 15px;
    padding: 20px;
    width: calc(100% / 6 - 17px);
}
.iso6clm .lft-icon-box {
    width: 60px;
    height: 60px;
}
.iso6clm .lft-box {
    gap: 10px;
}
.iso6clm {
    padding: 20px 15px;
}
.projectBoxiso .pbi-icon {
    max-width: 80px;
    height: 80px;
}
.projectBoxiso .pbi-icon img {
}
.projectBoxiso .proBoxIn span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #36972d;
    margin: 0 auto -5px;
    position: relative;
    color: #fff;
    font-weight: 700;
}
.projectBoxiso .dashedLIne {
    top: 24%;
    left: 97%;
}
.isooverview {
    background: #f0f7f3;
}
.crossRed {
    position: absolute;
    left: -25px;
    top: -10px;
}
.crossRed img {
    max-width: 25px;
}
.SIT {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.systemBox {
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    padding: 30px 25px;
    border-radius: 15px;
}
.systemBox .SIT-P {
    padding-left: 20px;
    margin-bottom: 25px;
}
.SIT-L.ticklist {
    margin-left: 20px;
    margin-bottom: 25px;
}
.SIT-A {
    margin-left: 25px;
}
.sitText p {
    font-weight: 500;
}
.yellow-color {
    color: #ffe10e;
}
.three3box {
    width: 32%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.three3box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    margin-top: 10px;
}
.three3box p {
    color: #dfdfdf;
}
.iso6clm {
    padding: 20px 12px !important;
}
.iso6clm .lft-icon-box {
    width: 40px;
    height: 40px;
}
.iso6clm p {
    line-height: 1.4;
}
.iso-45001 .iso6clm {
    width: calc(100% / 5 - 17px);
}
.iso12clm a {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #497cd9;
}
.ticklist.mbottom0{
    margin-bottom: 0 !important;
}
.isoFclm a {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #497cd9;
}
.isoFclm {
    padding-top: 20px;
    border-top: 2px solid #e7eaea;
}
.test-ln.test-ln-sTar .testTitle {
    border: 0;
    padding: 0;
}
.test-ln .stAr {
    color: #3bb54a;
    margin-bottom: 15px;
}
.test-ln.test-ln-sTar .testTitle h6 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testbox.darkB {
    background: #000e1b;
}
.testbox.darkB .chtt h3 {
    color: #fff;
}
.testbox.darkB li {
    color: #cfcfcf;
}
.testbox.darkB p {
    color: #dfdfdf;
}
.testbox.white {
    background: #fff;
}
.testbox.testWhite {
    background: #ffffff;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.testbox.testboxBorder {
    border: 0;
}
.testbox.testboxBorder .iso6clm {
    padding: 0 !important;
    margin-top: 20px;
}
.ISO9001 .col-sm-4.testbox.testboxBorder {
    width: 29.5%;
    margin: 0 28px;
    padding-top: 0;
}
.approaCH .graybo5 {
    padding: 30px 30px;
}
.approaCH .graybo5 .s5box {
    padding: 15px;
    width: 17.5%;
}
.approaCH .graybo5 .s5box:last-child {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 1%);
    border-radius: 10px;
    width: 30%;
    padding: 20px 20px 20px 0;
}
.approaCH .graybo5 .s5box img {
    max-width: 90px;
}
.approaCH .graybo5 .s5box .numcount {
    left: 55px;
}
.approaCH .graybo5 .s5box:last-child img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.approaCH .graybo5 .s5box {
    position: relative;
}
.approaCH .graybo5 .s5box:last-child .chtt h3, .approaCH .graybo5 .s5box:last-child .chtt p {
    text-align: left;
}
.btn-width350px .inrow-btn a.btn.btnBig-1 {
    max-width: 350px;
}
.iso-matter-box {
    display: flex;
    flex-wrap: wrap;
}
.iso-matter8box {
    width: calc(70% - 20px);
    flex: 0 0 auto;
    margin-right: 20px;
    background: #f2f7f2;
    border-radius: 15px;
    padding: 30px 20px;
}
.iso-matter4box {
    width: 30%;
    flex: 0 0 auto;
}
.iso-matter8box .graybo .col-lg-2.s6box {
    width: 20%;
}
.iso-matter8box .graybo .col-lg-2.s6box .s6box-icon {
    max-width: 70px;
    height: 70px;
}
.iso-matter8box .graybo .col-lg-2.s6box .s6box-icon img {
    width: 100%;
}
.row.ISO9001 {
    margin: 0;
}
.trustedby .col-sm-2 {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.trustedby .col-sm-2 img {
    max-width: 50px;
}
.trustedby .col-sm-2 p {
    font-weight: 500;
    line-height: 1.3;
}
.wintegrate {
    padding-right: 0px;
}
.wintegrate .row {
    gap: 10px;
}
.wibox {
    padding: 10px 15px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    border-radius: 15px;
    width: calc(100% / 6 - 13px);
    text-align: center;
}
.wibox img {
    max-width: 35px;
    margin-bottom: 10px;
}
.wibox h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}
.wibox p {
    line-height: 1.3;
    font-size: 17px;
}
.whyintegrate .row .row {
    align-items: unset;
}
.integrateBox-gray {
    background: #f7f9f6;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 35px;
}
.integrateBox-gray li {
    font-size: 17px;
}
.shieldbox {
    display: flex;
    align-items: center;
    gap: 20px;
}
.shieldbox img {
    width: 100%;
    max-width: 80px;
}
.module-card{
    position:relative;
    max-width: 100%;
    height: 100%;
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    margin-left: 20px;
}
.module-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.module-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.3),
        rgba(0,0,0,.6)
    );
    padding:18px;
    color:#fff;
    display:flex;
    flex-direction:column;
}
.play-btn{
    width:50px;
    height:50px;
    border: 2px solid rgb(255 255 255 / 80%);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgb(59 181 74);
    backdrop-filter:blur(5px);
    transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.play-btn:hover{
    background:#4CAF50;
}
.play-btn svg{
    width:18px;
    height:18px;
    fill:#fff;
}
.module-title{
    font-size: 22px;
    font-weight:700;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    margin-top: 65px;
}
.module-subtitle{
    font-size: 17px;
    line-height: 1.4;
    color:rgba(255,255,255,.9);
    margin-bottom: 25px;
    text-align: left;
    max-width: 250px;
}
.module-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: #3bb54a;
    color:#fff;
    text-decoration:none;
    padding: 10px 20px;
    border-radius:8px;
    font-weight:600;
    width:max-content;
    transition:.3s;
    font-size: 17px;
}
.module-btn:hover{
    background:#4caf17;
}
.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}
.video-modal.active{
    display:flex;
}
.video-container{
    position:relative;
    width:90%;
    max-width:900px;
}
.video-container video{
    width:100%;
    border-radius:10px;
}
.close-modal{
    position:absolute;
    top:-45px;
    right:0;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}
.approaCH.ims-frame .graybo5 {
    background: #fff;
    border: 0;
    padding: 0;
}
.integration-wrapper{
    display:flex;
    gap:30px;
    align-items:stretch;
    background: #f8f9f8;
    padding: 30px 20px;
    border-radius: 20px;
}
.integration-content{
    flex:1;
    border-radius:16px;
}
.integration-content h2 span{
    color:#58b947;
}
.feature-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
}
.feature-item{
    text-align:center;
    transition:.3s;
    padding: 0 15px;
}
.feature-item:hover{
    transform:translateY(-6px);
}
.icon{
    width: 90px;
    height: 90px;
    border-radius:50%;
    background: #ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
}
.icon i{
    font-size: 30px;
    color: #25822d;
}
.feature-item h4{
    margin-bottom: 15px;
}
.integration-card{
    max-width: 480px;
    background:#fff;
    border-radius:16px;
    padding: 20px 20px 20px;
    text-align: left;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
    justify-content:center;
    height: 350px;
    margin-top: 80px;
}
.integration-card img{width: 120%;margin-bottom: -20px;margin-left: -20px;}
.feature-item +.feature-item{
    border-left: 2px solid #e7eaea;
}
.integration-card .row {
    align-items: flex-end;
}
/*======================SITEMAP PAGE CSS*/
.sitemap-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 15px;
}
.sitemap-grid2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}
.caRD{
    border-radius: 25px;
    padding: 30px;
    transition:.35s;
    background: #ffffff;
    border: 2px solid #f1f1f1;
}
.caRD:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    border-color:#16a34a;
}
.card-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}
.card-title i{
    width: 60px;
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#16a34a;
    background: #f0f8f0;
    font-size: 28px;
    border: 2px solid #d4e5d4;
}
.card-title h3{
    font-weight: 600;
}
.caRD ul{
}
.caRD ul li{
    border-bottom: 2px solid #f1f1f1;
}
.caRD ul li:last-child{
    border:none;
}
.caRD ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#374151;
    padding: 15px 0;
    transition:.3s;
}
.caRD ul li a:hover{
    color:#16a34a;
    padding-left:10px;
}
.caRD ul li a i{
    font-size:12px;
}
.platform-wrapper{
    position:relative;
}

.platform-wrapper::before{
    content:"";
    position:absolute;
    top:48px;
    left:8%;
    right:8%;
    height:3px;
    border-bottom: 2px dashed #d4e3d9;
    z-index:1;
}

.platform-grid{
    display:flex;
    justify-content:space-between;
    gap:20px;
    position:relative;
    z-index:2;
}

.platform-item{
    width:20%;
    text-align:center;
    transition:.4s;
    position: relative;
}

.platform-item:hover{
    transform:translateY(-10px);
}

.icon-box{
    width:95px;
    height:95px;
    background:#fff;
    border:2px solid #d8eadf;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    transition:.4s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.platform-item:hover .icon-box{
    background:#20a44b;
    border-color:#20a44b;
}

.icon-box i{
    font-size:38px;
    color:#20a44b;
    transition:.4s;
}

.platform-item:hover .icon-box i{
    color:#fff;
}
.siteimage img {
    width: 100%;
}
.banner.banner2.siteMap {
    padding: 0;
}
.cplatformbox {
    background: #f9fafa;
    border: 2px solid #f1f1f1;
}

.cplatformbox {
    padding: 50px 35px;
    border-radius: 25px;
}
.dotbox {
    width: 7px;
    height: 7px;
    background: #20a44b;
    border-radius: 50%;
    left: 300px;
    position: absolute;
    top: 46px;
}















/*=============CTABOX DESIGN CSS*/
.greyBoxDesign {
    border-radius: 15px;
    background: #0e1d1c;
}
.bad-cta-box {
    padding: 30px 50px;
}
.cta-row-ih {
    display: flex;
    gap: 30px;
    align-items: center;
}
.greyBoxDesign {
    background: #12181c;
}
.t3box-gray{
    background: #f5f7f6;
}
.bad-cta-box,.t3box-gray {
    padding: 30px 50px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.t3box-item{
    display: flex;
        gap: 30px;
}
.t3box-gray .row {
    margin: 0 -30px;
}
.ctaIcon, .t3box-item-icon,.clm5box-icon{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #263f87;
    flex: 0 0 auto;
}
.ctaIcon{
    background: #1f3166;
    border-color: #263f87;
}
.t3box-item-icon,.clm5box-icon{
    background: #f7faf7;
    border-color: #dfdfdf
}
.t3box-gray .col-sm-4 + .col-sm-4 {
    border-left: 2px solid #dfdfdf;
}
.t3box-gray .col-sm-4 {
    padding: 0 30px;
}
.ctaIcon img, .t3box-item-icon img,.clm5box-icon img {
    width: 100%;
    max-width: 40px;
}
.t3box-item-icon img, .clm5box-icon img, .timebox-icon img{
    max-width: 50px;
}
.ctaHead .cthh h3 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
}
.ctaHead .cthh p {
    color: #dfdfdf;
}
.ctaBtnBox {
    width: 40%;
    display: flex;
    gap: 25px;
}
.ctaBtnBox .ctabtn-1 {
    color: #fff;
    border: 2px solid #8b899f;
}
.ctaBtnBox .ctabtn-2 {
    color: #fff;
    border: 2px solid transparent;
    background: #2d8738;
}
.ctaBtnBox .ctabtn-1:hover, .ctaBtnBox .ctabtn-2:hover {
    background: #32bb43;
    border-color: #32bb43;
}
.mbottom10{
    margin-bottom: 10px;
}
.pbottom10{
    padding-bottom: 10px;
}
.mtop10{
    margin-top: 10px;
}
.ptop10{
    padding-top: 10px;
}
.bookingbox {
    padding: 30px 50px;
    border: 2px solid #dfdfdf;
    border-radius: 15px;
}
.bookingbox .col-sm-4 {
    padding: 0 30px;
    border-right: 2px solid #dfdfdf;
}
.bookingbox .col-sm-8 {
    padding: 0 50px;
}
.bookingbox .row {
    margin: 0 -30px;
}
.booking-imp {
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.booking-imp .t3box-item-icon {
    border: 0;
}
.impSecure {
    background: #f5f7f6;
    display: flex;
    gap: 20px;
    padding: 25px 25px;
    border-radius: 10px;
    align-items: center;
}
.sicon img {
    width: 100%;
    max-width: 65px;
}
.sicon {
    width: 65px;
    flex: 0 0 auto;
}
.impline {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.booking-detail p {line-height: 1.5;}
.gray5box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.workflowBox, .gray5box {
    background: #f5f7f6;
    padding: 30px 50px;
    border-radius: 15px;
}
.workflowBox {
    width: 49%;
    position: relative;
    border: 1px solid #dfdfdf;
}
.col-lg-2.clm5box {
    width: 20%;
    flex: 0 0 auto;
    padding: 0 30px;
    text-align: center;
}
.gray5box .row {
    margin: 0 -30px;
}
.clm5box-icon {margin: 0 auto 15px;}
.clm5box-icon img {
    width: 100%;
}
.gray5box h3 {
    text-align: center;
}
.gray5box .chtt {
    width: 100%;
}
.width-full{
    width: 100%;
}
.timebox {
    display: flex;
    margin: 0 -35px;
}
.timebox-row {
    display: flex;
    gap: 20px;
    padding: 0 35px;
    width: 50%;
    flex: 0 0 auto;
}
.timebox-row + .timebox-row {
    border-left: 2px solid #dfdfdf;
}
.timebox-text p img {
    width: 35px;
}
.timebox-text p,.chtt1 p {
    font-weight: 500;
}
.chtt1 p{
    font-size: 20px;
}
/*==============BOOKING FORM SECTION*/

.TimeZone {
    display: flex;
}
.TimeZone #timezone {
    width: calc(100% - 115px);
    border: 0;
}
.bfl-row {
    display: flex;
    margin: 0 -15px;
}

.bfl-col7 {
    width: 62%;
    flex: 0 0 auto;
    padding: 0 15px;
}
.bfl-col5 {
    width: 40%;
    flex: 0 0 auto;
    padding: 0 15px;
}
.top-area{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.timezone{
    display:flex;
    align-items:center;
    gap:10px;
}

.timezone select{
    border:none;
    outline:none;
    font-size:15px;
}

.booking-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

/* Calendar */
.calendar-section h3{
    margin-bottom:20px;
    color:#0a2351;
}

.month-header{
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.arrow-btn{
    width: 40px;
    height: 40px;
    border-radius:50%;
    border:none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #dfdfdf;
    color: #626262;
}

.calendar{
    width:100%;
}

.weekdays,
.days{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    text-align:center;
}

.weekdays div{
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.days div{
    padding: 0;
    cursor:pointer;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    margin: 2px;
}

.days div:hover{
    background:#e5f7e7;
}

.selected-day{
    background:#2e9d44;
    color:#fff;
    border-radius: 50% !important;
}

/* Time Slots */

.time-section h3{
    text-align:center;
    color:#0a2351;
    margin-bottom:20px;
}

.time-slot{
    width:100%;
    padding: 15px 15px;
    border:1px solid #dcdcdc;
    background:#fff;
    border-radius: 10px;
    transition:.3s;
    line-height: 18px;
    font-size: 17px;
}

.time-slot:hover{
    background:#2e9d44;
    color:#fff;
}

.active-time{
    background:#2e9d44;
    color:#fff;
}

.more-times{
    text-align:center;
    cursor:pointer;
    color:#0a2351;
    font-weight: 500;
}

/* Form */

.form-section{
    margin-top:40px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.form-grid input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:6px;
}

.book-btn{
    width:100%;
    margin-top:20px;
    background:#2e9d44;
    color:#fff;
    border:none;
    padding:16px;
    font-size:18px;
    border-radius:6px;
    cursor:pointer;
}

.book-btn:hover{
    background:#248437;
}

/* Popup */

.popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
}

.popup-content{
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
    width:90%;
    max-width:450px;
}

.popup-content h2{
    color:#2e9d44;
    margin-bottom:10px;
}

.close-btn{
    margin-top:15px;
    background:#2e9d44;
    color:#fff;
    border:none;
    padding:10px 20px;
    border-radius:5px;
    cursor:pointer;
}

.arrow-btn:hover {
    background: #2c8739;
    color: #fff;
    border-color: #2c8739;
}
.time-slot + .time-slot {
    margin-top: 10px;
}
.tcp-pageTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tcp-image {
    max-width: 600px;
    margin-bottom: -30px;
    margin-top: -40px;
}
.tcp-image img {
    width: 100%;
}
.viewDtails a {
    font-weight: 600;
    color: #268540;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gb-border .clm5box + .clm5box {
    border-left: 2px solid #e7eaea;
}
.cta-icontext img {
    max-width: 50px;
}
.sreliable .row {
    margin: 0 -20px;
}
.srelbox {
    width: 20%;
    display: flex;
    gap: 15px;
    position: relative;
    padding: 0 20px;
    align-items: center;
    line-height: 1.3;
}
.srelBorders {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 70px;
    background: #dfdfdf;
}
.srelicons img {
    width: 50px;
}
.tteambox {
    position: relative;
}
.tteambox img {
    width: 100%;
    max-width: 180px;
}
.tteamBrand {
    display: flex;
    gap: 30px;
    align-items: center;
}
.tteambox img:nth-child(1),.tteambox img:nth-child(2) {
    max-width: 120px;
}
.tteambox .srelBorders {
    right: unset;
    left: -45px;
}
.trustedTeambox .col-sm-8 {
    padding-right: 65px;
}
.tickLrow {
    display: flex;
    gap: 50px;
}
.tickLrow li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tickLrow li i {
    color: #268540;
}
.workflowbox .row {
    gap: 32px;
    margin: 0;
}
.workflowImg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.workflowImg img {
    max-width: 400px;
}
.t2box-wf {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.t2wf-box {
    width: 47%;
    display: flex;
    gap: 20px;
    line-height: 1.4;
}
.t2wf-icon {
    max-width: 50px;
}
.t2wf-icon img {
    width: 100%;
}
.workflowBox .chtt,.workflowBox ul {
    position: relative;
    z-index: 1;
}
.trustedTeambox {
    background: #f5f7f6;
    padding: 30px 30px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
}
.pwfbox {position: relative;border-radius: 20px;overflow: hidden;}
.pwfboxBG {
    position: absolute;
    z-index: 0;
}
.pwfboxBG img {
    max-width: 380px;
}
.pwfbox .row {
    position: relative;
    z-index: 1;
}
.pwfbox-head.chtt {
    width: 50%;
    left: 52%;
    position: relative;
    margin: 100px 0 0;
}
.pwfbox .row .row .col-lg-2.clm5box {
    width: 25%;
    line-height: 1.4;
    padding: 0 15px;
}
.pwfbox .row .col-sm-6:first-child {
    width: 47%;
}
.pwfbox .row .col-sm-6:last-child {
    width: 53%;
    padding: 20px 15px;
}
.pwfbox .row .row .clm5box + .clm5box {
    border-left: 1px solid #dfdfdf;
}
.gray5box .chtt span {
    margin-right: 10px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #2c8739;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.gray5box.gray5box-Wbg {
    background: transparent;
    padding: 0;
}
.banner.banner2.ibs {
    padding-bottom: 0;
}
.hrLine {
    margin: 0;
}
.cs-panda {
    background: #ecf2ec;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.cs-panda .cta-iconbox {
    max-width: 100%;
}
.cs-panda .col-sm-5 {
    padding: 35px 20px;
}
.cs-panda h3,.cs-panda p {
    color: #000;
}
.cs-panda .row {
    align-items: center;
}
.cs-panda .inrow-btn {
    flex-direction: column;
}
.bgdotted{
    background: url(../images/dottedbg.png);
    height: 100%;
    position: absolute;
    right: 0;
    width: 8%;
    top: 0;
    background-size: 140%;
    z-index: revert-layer;
    background-repeat: no-repeat;
    background-position: -20px 10px;
}
.cs-panda .col-sm-3 {
    position: relative;
    z-index: 1;
}
.ibslogo .brand-img {
    width: calc(100% / 5);
}
.ibslogo .brand-row {
    border: 0;
    padding: 0;
}
.ibs-resultbox {
    background: #00070c;
    border-radius: 20px;
    padding: 30px 50px;
    position: relative;
    overflow: hidden;
}
.width50 {
    width: 55%;
    position: relative;
    z-index: 1;
}
.ibsresultnox h2 {
    font-size: 40px;
    font-weight: 600;
    color: #3d8c50;
    line-height: 40px;
}
.ibsresultnox p {
    color: #fff;
}
.ibsresultnox .ibsresicon {
    max-width: 65px;
}
.ibsresultnox .ibsresicon img {
    width: 100%;
}
.ibs-resultbox .chtt h3,.ibs-resultbox .chtt p {
    color: #fff;
}
.ibs-resultbox:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background: url(../images/ibs-result.png);
    content: '';
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.graybox.wbcp {
    border: 2px solid #e7eaea;
    background: transparent;
    padding: 50px 30px;
}
.sd.slb a.btn.btnBig-2 {
    max-width: 350px;
}
.wwcbinbox-icon {
    max-width: 70px;
    margin: 0 auto 15px;
}
.wwcbinbox-icon img {
    width: 100%;
}
.wwcb-inbox {
    position: relative;
    text-align: center;
    padding: 30px 30px;
}
.wwcbinbox-hrl {
    position: absolute;
    width: 85%;
    height: 1px;
    background: #e7eaea;
    bottom: 0;
}
.wwcbinbox-vrl {
    position: absolute;
    width: 1px;
    height: 85%;
    background: #e7eaea;
    right: 0;
}
.wwcbbox {
    border: 2px solid #e7eaea;
    padding: 30px 30px;
    border-radius: 15px;
}
.oapIco {
    max-width: 70px;
    margin: 0 auto 20px;
}
.oapIco img {
    width: 100%;
}
.oapClm {
    position: relative;
    padding: 0 30px;
    text-align: center;
}
.dashedRow {
    width: 40%;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 80%;
    border-bottom: 3px dashed #2a7a42;
}
.dashedRow i {
    color: #2d7c44;
    position: absolute;
    top: -8px;
    right: -3px;
    font-size: 20px;
}
.lft-text-box ul {
    list-style: inside;
}
.clm5box-in {
    position: relative;
}
.clm5box-in .dotArrow {
    left: 92%;
    top: 15%;
    width: 100px;
}
.icon-circle img {
    max-width: 45px;
}
.iconbox img {
    max-width: 45px;
}
.icon img {
    width: 100%;
}
.ocb-icon img {
    max-width: 90px;
}
.contactus .cs-panda {
    padding: 35px 50px 30px 0;
    background-size: 100% !important;
    background-position: left !important;
}
.contactus .cs-panda h3,.contactus .cs-panda p {
    color: #fff;
}
.contactus .cs-panda  .inrow-btn {
    flex-direction: row;
}
.contactus .cs-panda a.btn {
    color: #fff;
}
/*================CONTACT US PAGE CSS*/
.required{
    color:#e53935;
}
.checkbox-group{
    display:flex;
    align-items:center;
    gap:10px;
    margin:20px 0;
}
.checkbox-group input{
    width:auto;
}
.checkbox-group a{
    color:#16a34a;
    text-decoration:none;
}
.submit-btn{
    width:100%;
    border:none;
    padding:15px;
    background:#148f2f;
    color:#fff;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
    transition:.3s;
}
.submit-btn:hover{
    background:#0f7a27;
}
.modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
}
.modal-content{
    background:#fff;
    width:90%;
    max-width:400px;
    text-align:center;
    padding:30px;
    border-radius:10px;
}
.success-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#16a34a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:15px;
}
.modal-content h3{
    margin-bottom:10px;
}
.close-btn{
    margin-top:20px;
    padding:10px 20px;
    border:none;
    background:#16a34a;
    color:#fff;
    border-radius:5px;
    cursor:pointer;
}
.officebox {
    border-radius: 20px;
    background: #f8f9fc;
    padding: 30px 25px;
}
.offBoxBox {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.offbox-clm4,.offbox-clm2 {
    background: #fff;
    box-shadow: 0 5px 10px rgb(177 177 177 / 10%);
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    gap: 15px;
}
.offbox-clm4 {
    width: 23.5%;
}
.offbox-clm2 {
    width: 49%;
    flex: 0 0 auto;
    gap: 35px;
}
.officeIcon4,.officeIcon {
    background: #f0f7f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.officeIcon4 img {
    max-width: 45px;
}
.officeIcon4 {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
}
.officeIcon2 {
    width: 90px;
    height: 90px;
}
.officeIcon img {
    max-width: 90px;
    object-fit: cover;
    height: auto;
}
.officeIcon {
    width: 200px;
    height: 200px;
}
.offbox-clm4 p {
    font-size: 17px;
    height: 50px;
}
.offbox-clm2 p {
    height: 150px;
}
.offBoxBox h3, .offBoxBox a {
    color: #1d7d2a;
    font-weight: 600;
}
.contact-pttn {
    background: #f5f9f5;
    padding: 30px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.pttnimg {
    width: 42%;
}
.pttnimg img {
    width: 100%;
}
.pttntxt a {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 15px;
    background: transparent;
    padding: 12px 30px;
    border: 2px solid #2f8736;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    color: #2f8736;
    height: 55px;
}
.pttntxt a img {
    width: 25px;
}
.pttntxt {
    width: calc(58% - 30px);
}
.dtgmt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}
.contact-row {display: flex;align-items: center;gap: 20px;}
.contactIcon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f9f5;
    border-radius: 50%;
}
.contactIcon img {
    max-width: 50px;
}
.contact-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#contactForm {
    background: #ffffff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    padding: 35px;
    border-radius: 25px;
}
#contactForm .form-row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
#contactForm  label {
    display: block;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
#contactForm .form-row input, #contactForm select,#contactForm textarea {
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}
#contactForm .form-row .form-group {
    width: 48.5%;
}
#contactForm input,#contactForm select {
    height: 55px;
}
#contactForm textarea {
    min-height: 180px;
}
.contactForm .checkbox-group {
    align-items: center;
    margin-bottom: 30px;
}
.contactForm .checkbox-group  label {
    margin: 0 !important;
}
#contactForm .checkbox-group input {
    height: auto;
}
.notification {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    justify-content: center;
}
.notification img {
    width: 25px;
}
.contactForm {
    padding-left: 30px;
}
.offBoxBox a i {
    margin-right: 10px;
}
.officeh4 a i {
    margin: 0 0 0 5px;
}
.dtgmt img {
    width: 22px;
}
.col-sm-2.excellbox {
    padding: 30px 20px 50px;
    border: 2px solid #dfdfdf;
    border-radius: 15px;
    width: 16%;
    position: relative;
}
.excellencebox .row {
    gap: 10px;
}
.allvid .srelbox {
    width: 25%;
}
.allvid .graybox {
    border: 2px solid #dfdfdf;
    background: #fff;
    padding: 30px 15px;
    border-radius: 15px;
}
.allvid .srelbox .srelicons {
    max-width: 90px;
    height: 90px;
}
.allvid .srelbox .srelicons img {
    width: 100%;
}
.col-sm-8.srelbox {
    width: 68%;
    padding: 0px 50px 0 20px;
}
.col-sm-4.srelbox {
    width: 32%;
    padding: 0px 20px 0 50px;
}
.col-sm-4.srelbox .srelicons,.col-sm-8.srelbox .srelicons {
    max-width: 50px;
}
.col-sm-4.srelbox .srelicons img {
    width: 100%;
}
.allvid.exla .graybox {
    background: #f3f7fb;
    border-color: #dde8f3;
}
.hptalksBox {
    background: #f7f9f8;
    border-radius: 25px;
    padding: 30px 30px;
}
.bhptlk {
    width: 20%;
    position: relative;
}
.noWithIcon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgb(36 44 32 / 10%);
    margin: 0 auto 20px;
}
.noWithIcon img {
    max-width: 50px;
}
.noRound {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #488c26;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    font-weight: 600;
    font-size: 17px;
    z-index: 1;
    left: 35%;
    transform: translateX(-50%);
}
.noWithText {
    text-align: center;
}
.box_hptalks {
    background: #fff;
    display: flex;
    gap: 25px;
    padding: 50px 25px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(36 44 32 / 10%);
}
.box_hptalks .noWithIcon {
    width: auto;
    height: auto;
    box-shadow: unset;
    background: unset;
    margin: 0;
    display: block;
}
.dashline {
    position: absolute;
    top: 45px;
    width: 35%;
    height: 2px;
    border-bottom: 2px dashed #488c26;
    left: 100%;
    transform: translateX(-50%);
}
.dashline i {
    position: absolute;
    top: -8px;
    right: 0;
    color: #488c26;
}
.priceIcon {
    width: 80px;
    flex: 0 0 auto;
}
.priceIcon img {
    width: 100%;
}
.prow {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 350px;
    margin: 0 auto 15px;
}
.prow .chtt h4 {
    font-size: 25px;
    font-weight: 600;
}
.priceText span {
    text-align: center;
    display: block;
    line-height: 18px;
    font-weight: 600;
    font-size: 20px;
}
.priceText p {
    text-align: center;
}
.priceText h2 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
}
.priceListBox {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(70 70 70 / 10%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    /* border: 1px solid #ebebeb; */
}
.priceListBox .dropdown-btn {
    border: 0;
    width: 100%;
    padding: 15px 50px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.priceListBox .dropdown-btn i {
    color: #fff;
}
.priceListBox .dropdown-btn span {
    color: #fff;
}
.priceListBox .list-box {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.priceListBox .list-box li + li {
    margin-top: 5px;
}
.priceListBox p {
    padding: 0px 20px;
}
.priceListBox .list-box p {
    padding: 0;
}
.tickList,.priceListBox .list-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.tickList li + li {
    margin-top: 15px;
}
.tickList li {
    display: flex;
    gap: 10px;
    line-height: 18px;
}
.priceListBox .list-box ol {
    padding-left: 20px;
    margin: 0;
    padding-right: 20px;
}
.tickList ul i {
    color: #347405;
    font-size: 17px;
    line-height: 17px;
}
.col-sm-4.pricebox {
    padding: 20px 20px;
    border: 2px solid;
    border-radius: 15px;
    width: 32.5%;
}
.tbtl-pricebox .row {
    gap: 20px;
    margin: 0;
}
.pricebox.pricebox-1 {
    border-color: #fdebe4;
}
.pricebox.pricebox-2 {
    border-color: #e0ead8;
}
.pricebox.pricebox-3 {
    border-color: #d7dff1;
}
.pricebox.pricebox-3 .chtt h4,.pricebox.pricebox-3 h2 {
    color: #0682e8;
}
.pricebox.pricebox-2 .chtt h4,.pricebox.pricebox-2 h2 {color: #347405;}
.pricebox.pricebox-1 .chtt h4,.pricebox.pricebox-1 h2 {
    color: #ff5214;
}
.pricebox.pricebox-1 .dropdown-btn {
    background: #ff5214;
}
.pricebox.pricebox-2 .dropdown-btn {
    background: #347405;
}
.pricebox.pricebox-3 .dropdown-btn {
    background: #0682e8;
}
.bordeTop {
    border-top: 2px solid #f3f3f3;
    padding-top: 20px;
}
#dots {
    font-weight: 600;
    color: #1fa118;
}
.contactus .cs-panda:after {
    position: absolute;
    top: 0;
    width: 78%;
    height: 100%;
    /*background: #000d25;*/
    content: '';
    left: 22%;
}
.contactus .cs-panda .row {
    position: relative;
    z-index: 1;
    left: 25%;
    width: 75%;
}
.contactus .cs-panda .row .col-sm-2 {
    /* EDIT: was display:none — show desk panda footer image */
    /* display: none; */
    display: block;
}
.contactus .cs-panda .row .col-sm-5 {
    width: 50%;
}
.learnMoreBtn {
    position: absolute;
    bottom: 25px;
}
.learnMoreBtn a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #153d8a;
    font-weight: 700;
}
.excellbox .ticklist li {
    font-size: 16px;
}
.excellbox .ticklist li i {
    background: #045d15;
    border-color: #075f16;
    color: #fff;
}
.excellbox .chtt p {
    font-weight: 600;
}
.eb-icon {
    text-align: center;
    margin-bottom: 20px;
}
.eb-icon img {
    max-width: 60px;
}
.excellbox .chtt {
    text-align: center;
    line-height: 1.3;
}
.excellbox .ticklist h6 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #045d15;
    font-size: 17px;
}
.chttBS {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.chttBS h3.mbottom20 {
    margin: 0;
    font-size: 25px;
    color: #006f19;
}
.chttBS p {
    font-size: 23px;
}
.t3box-gray.ucp {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px rgb(114 114 114 / 10%);
    display: block;
}
.t3box-gray.ucp .col-sm-4 {
    padding: 0 80px;
}
.t3box-gray.ucp .col-sm-4 h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.t3box-gray.ucp .col-sm-4 .t3box-item-icon {
    border: 0;
    background: #f3f3f3;
}
.pCore .inrow-btn {
    justify-content: flex-start;
}
.pCore ul li {
    color: inherit;
}
.pCore ul li img {
    width: 30px;
}
.width-full{
    width: 100%;
}
/*=======================PANDA COMPLY PAGE CSS*/
.pComplyBox1 {
    background: #00070a;
    padding: 35px 50px;
    border-radius: 20px;
}
.pComplyBox1 .col-sm-3,.pComplyBox1 .col-sm-2 {
    display: flex;
    gap: 15px;
}
.cmpTxt h4,.pComplyBox1 .cmpTxt h4 {
    color: #fff;
}
.cmpTxt p,.pComplyBox1 .cmpTxt p {
    color: #fff;
}
.cmpIcon img,.pComplyBox1 .cmpIcon img {
    max-width: 65px;
}
.cmplTxtbox {
    background: #edefea;
    padding: 30px 30px 30px 60px;
    border-radius: 20px;
    position: relative;
    color: #35aa45;
    font-weight: 600;
}
.cmplTxtbox i {
    position: absolute;
    left: 20px;
    border: 2px solid #35aa45;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #35aa45;
}
.cmplTxtbox p {
    line-height: 1.4;
}
.pComply-2 .ticklist {
    margin: 0;
    display: flex;
    justify-content: end;
}
.pComply-2 .row {
    align-items: center;
}
.cmplTxtbox p + p {
    margin-top: 5px;
}
.pComplyBox1 .col-sm-3 + .col-sm-3, .pComplyBox1 .col-sm-2 + .col-sm-2 {
    border-left: 2px solid #2b2f36;
}
.pComply-2 .ticklist li i {
    background: #35aa45;
    color: #fff;
    border-color: #35aa45;
}
.pComplyBox9 .row {
    align-items: center;
}
.pComplyBox9 .col-sm-2 {
    width: 13%;
    padding: 0 25px;
    text-align: center;
    position: relative;
    height: 220px;
}
.pComplyBox9 .col-sm-4 {
    width: 35%;
    padding-right: 30px;
}
.pComplyBox9 img {
    margin-bottom: 15px;
    max-width: 45px;
}
.pComplyBox9 p + p {
    margin-top: 6px;
}
.pComplyBox9 p {
    line-height: 1.4;
}
.pComplyBox9 .bleftline {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 2px solid #ebebeb;
}
.p8bx,.p8bx2 {
    position: relative;
}
.p8bx img, .p8bx2 img {
    position: absolute;
    right: 0;
    width: 100%;
}
.pComplyBox8 {
    background: #000304;
    padding: 50px 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.pComplyBox8 .row {
    align-items: center;
}
.pComplyBox8 .row .ticklist {
    margin: 0;
}
.p8bx2 img {
    max-width: 280px;
    top: -90px;
}
.p8bx img {
    top: -30px;
    max-width: 300px;
}
.p8bx h3 {
    color: #fff;
}
.p8bx p, .p8bx2 li {
    color: #cfcfcf;
}
.whitebox {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 25px 20px;
    border-radius: 20px;
}
.whitebox ul li {
    display: flex;
    align-items: center;
    position: relative;
}
.whitebox ul li + li {
    margin-top: 20px;
}

.whitebox ul li img {
    width: 25px;
    margin-right: 8px;
}
.whitebox ul li p {
    font-size: 14px;
    font-weight: 600;
    width: calc(65% - 27px);
    flex: 0 0 auto;
    line-height: 1.3;
}
.whitebox ul li p strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
.whitebox ul li span {
    font-size: 15px;
    font-weight: 700;
    color: #35a945;
    margin-right: 10px;
}
.whitebox ul li i {
    color: #ffffff;
    font-size: 10px;
    background: #ff9b00;
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 13px;
}
.aLinkBTN {
    margin-top: 25px;
}
.aLinkBTN a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #35a945;
    font-size: 17px;
}
.nabox {
    padding-left: 20px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.naboxin {
    display: flex;
    gap: 15px;
}
.naboxIcon img {
    width: 35px;
}
.whitebox .inrow-btn {
    display: block;
}
.whitebox .inrow-btn a {
    max-width: 180px;
    height: 45px;
    font-size: 16px;
}
.pcmpl-5 {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 25px 20px;
    border-radius: 20px;
    width: 18%;
}
.smlHead {
    font-weight: 600;
    margin-bottom: 25px;
}
.smlHead span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #1c3c1c;
    color: #3bb54a;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
}
.psearch {
    margin-bottom: 20px;
}
.psearch input,.smlformbox .form-group input,.smlformbox .form-group select {
    width: 100%;
    font-size: 17px;
    padding: 10px 12px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    color: #444;
}
.pSearchList ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pSearchList ul li {
    display: flex;
    justify-content: space-between;
}
.pSearchList ul li p {
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 17px;
    font-weight: 600;
}
.pSearchList ul li p img {
    width: 26px;
    margin-right: 5px;
}
.pSearchList ul li i {
    width: 20px;
    height: 20px;
    background: #1c3c1c;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3bb54a;
}
.pComplyBox5 .row {
    gap: 20px;
}
.pComplyBox5 .row .col-sm-4 {
    width: 30%;
}
.pname {
    font-weight: 600;
    margin-bottom: 5px;
}
.sml4clm {
    display: flex;
    gap: 10px;
    position: relative;
}
.sml4clm-icon {
    width: 6%;
}
.sml4clm-icon img {
    width: 25px;
}
.sml4clm + .sml4clm {
    margin-top: 10px;
}
.sml4clm-name {
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 17px;
    font-weight: 600;
    width: 38%;
}
.sml4clm-blue {
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 17px;
    font-weight: 600;
    width: 26%;
}
.sml4clm-btn {
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    background: #3bb54a;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    width: 23%;
    text-align: center;
}
.pComplyBox5 .row .col-sm-4.pcmpl-5 {
    width: 27%;
}
.smlIcon {
    max-width: 100px;
    margin: 0 auto 20px;
}
.smlIcon img {
    width: 100%;
}
.smlformbox p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}
.smlformbox .form-group {
    margin-bottom: 10px;
}
.smlformbox .form-group-btn input {
    background: #001a00;
    border: 0;
    width: 100%;
    font-size: 17px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #3bb54a;
    font-weight: 700;
}
.pndIcon img {
    width: 60px;
    margin-top: 5px;
}
.pndRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pndTxt {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    width: 70%;
}
.pndIcon {
    width: 22%;
}
.pndRow ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.pndRow ul li {
    display: flex;
    justify-content: space-between;
}
.pndRow ul li p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    width: 90%;
    flex: 0 0 auto;
    font-size: 18px;
}
.pndRow ul li p i {
    width: 22px;
    border: 2px solid #32763a;
    height: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #35783a;
}
.pndRow ul span {
    display: flex;
    width: 20px;
    height: 20px;
    background: #2e773a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}
.pndRow ul span i {
    font-size: 10px;
    color: #fff;
}
.wHiteBox.ble .pndTxt span {
    color: #0000ca;
    display: block;
}
.wHiteBox.grn .pndTxt span {
    color: red;
}
.wHiteBox.ble p i {
    color: #0000ca;
    border-color: #0000ca;
}
.wHiteBox.ble li span {
    background: #0000ca;
}
.wHiteBox.grn .pndTxt span {color: #31793b;display: block;}
.greyBBox {
    background: #dcdcd8;
    padding: 30px 15px;
    text-align: center;
    border-radius: 20px;
    margin-left: 10px;
}
.greyBBox img {
    max-width: 50px;
    margin-bottom: 15px;
}
.greyBBox h4 {
    margin-bottom: 10px;
}
.pComplyBox6 {
    background: #f3f1fb;
    padding: 30px 30px;
    border-radius: 20px;
}
.pComplyBox6 .col-sm-4 {
    width: 30%;
}
.pComplyBox6 .col-sm-2 {
    width: 16%;
    position: relative;
}
.pComplyBox6 .col-sm-2.wHiteBox {
    width: 19%;
    padding: 24px 20px;
}
.col-sm-2.wHiteBox {
    background: #ffffff;
    border-radius: 15px;
}
.pComplyBox6 .row {
    align-items: center;
}
.preloadd {
    width: 140px;
    height: 140px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.preloadd img {
    width: 70px;
}
.leftAArow img,.rightAArow img {
    width: 100%;
}
.leftAArow {
    position: absolute;
    left: 10px;
    max-width: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.rightAArow {
    position: absolute;
    right: 10px;
    max-width: 40px;
    top: 50%;
    transform: translateY(-50%);
}












.comparePriceWrp {
    /* border: 2px solid #efefef; */
    /* background: #f7fcff; */
}

.feature-section {
    border: 2px solid #efefef;
    position: relative;
    background: #f9fbfd;
}

.section-title {
    padding: 12px 20px;
}

.feature-row {
    display: flex;
    align-items: center;
}

.feature-row .feature-name {
    width: 35%;
    flex: 0 0 auto;
    padding: 10px 20px;
    line-height: 18px;
}

.feature-row .check, .feature-row .cross,.feature-row .nameL {
    width: 13%;
    flex: 0 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {}

.feature-section + .feature-section {
    border-top: 0;
}
.feature-section .line {
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 2px solid #e7eaea;
}

.feature-section .line1 {
    left: 35%;
}
.feature-section .line2 {
    left: 48%;
}

.feature-section .line3 {
    left: 61%;
}

.feature-section .line4 {
    left: 74%;
}

.feature-section .line5 {
    left: 87%;
}

.feature-row .check i, .feature-row .cross i {
    width: 28px;
    height: 28px;
    font-size: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-row .check i {
    color: #238317;
    border: 2px solid #238317;
}

.feature-row .cross i {
    color: #c40002;
    border: 0;
    font-size: 22px;
}

.section-title .chtt h5 img {
    width: 35px;
}
.section-title .chtt h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.left-intro {
    width: 18%;
}

.plan {
    width: 15.4%;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid #efefef;
    text-align: center;
}

.top-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 30px 20px;
}
.cpboxIco {
    margin-bottom: 15px;
}

.cpboxIco img {
    max-width: 60px;
}

.plan .chtt {
    min-height: 100px;
    margin-bottom: 15px;
}

.plan .chtt h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
}

.plan .chtt p {
    line-height: 1.3;
    font-weight: 500;
    font-size: 17px;
}

.price {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.plan small {
    display: block;
    line-height: 18px;
}

.plan strong {
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}


.plan.greenColor h3 {
    color: #109916;
}
.plan.greenColor .price {
    color: #268540;
}
.plan.blueColor h3 {
    color: #0b269d;
}
.plan.blueColor .price {
    color: #0b269d;
}
.plan.megentaColor h3 {
    color: #471790;
}
.plan.megentaColor .price {
    color: #471790;
}
.plan.orangeColor h3 {
    color: #ff7802;
}
.plan.orangeColor .price {
    color: #ff7802;
}
.plan.dgreenColor h3 {
    color: #087d10;
}
.plan.dgreenColor .price {
    color: #087d10;
}
.planBtn {
    margin-top: 20px;
    padding: 10px 8px;
    border-radius: 10px;
}
.greenColor .planBtn{background: #edf4ea;}
.blueColor .planBtn{background: #eaf1fa;}
.megentaColor .planBtn{background: #f2edf8;}
.orangeColor .planBtn{background: #fdeee1;}
.dgreenColor .planBtn{background: #eef5ec;}
.greenColor .planBtn h6 {
    color: #10993b;
}

.blueColor .planBtn h6 {
    color: #0b269d;
}

.megentaColor .planBtn h6 {
    color: #471790;
}

.orangeColor .planBtn h6 {
    color: #ff782b;
}

.dgreenColor .planBtn h6 {
    color: #087d10;
}

.planBtn h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.planBtn {
    font-size: 16px;
    font-weight: 500;
}

.left-intro p {
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.left-intro p i {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: #268540;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.notsurebox {
    padding: 20px 25px;
    background: #f3f5f9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notsurebox .ctaHead .cthh h3,.notsurebox .ctaHead .cthh p {
    color: #000;
}
.notsurebox .ctaBtnBox .ctabtn-1 {
    color: #000;
}
.notsurebox .ctaBtnBox .ctabtn-1:hover {
    color: #ffffff;
}
.inpabox .row {
    align-items: center;
}
.inpabox ul {
    display: flex;
    gap: 25px;
}
.inpabox ul li {
    display: flex;
    font-weight: 500;
    align-items: center;
    gap: 10px;
}
.inpabox ul li img {
    max-width: 30px;
    width: 100%;
    object-fit: contain;
}
.inpabox .row .inpaBoxg {
    background: #f3f5f9;
    padding: 15px 25px;
    border: 2px solid #e7eaea;
    border-radius: 15px;
}
.inpabox .row .inpaBoxg p + p {
    margin-top: 5px;
}
.notsurebox .ctaIcon {
    border: 0;
    background: #dcecde;
}
.cmpbanner {
    background: #010c12;
    position: relative;
    overflow: hidden;
}
.cmpbanner .chtt1 h1,.cmpbanner .chtt h3 {
    color: #fff;
}
.cmpbanner .chtt1 p,.cmpbanner .chtt p {
    color: #d7d7d7;
}
.cmpbanner .row {
    justify-content: space-between;
    align-items: center;
}
.cmpBanbox .col-sm-3 img {
    width: 100%;
    max-width: 100px;
    object-fit: contain;
}
.cmpBanbox .row  .row {
    align-items: center;
}
.cmpBanbox .row + .row {
    margin-top: 30px;
}
.col-cppanda {
    position: absolute;
    right: 27%;
    width: 25%;
    height: 100%;
    background: url(../img/cppanda.png);
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
}
.cmpbanner .col-sm-6, .cmpbanner .col-sm-3 {
    position: relative;
    z-index: 1;
}

.ptks4boxRound .quiz-box{
}

.ptks4boxRound .question-no{
    color: #8f8f8f;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ptks4boxRound .question{
    margin-bottom:15px;
    font-size: 20px;
}

.ptks4boxRound .option{
    display:flex;
    align-items:center;
    gap:10px;
    padding: 10px 15px;
    border-radius:6px;
    margin-bottom: 5px;
    cursor:pointer;
    position:relative;
    transition:0.3s;
    font-weight: 500;
}

.ptks4boxRound .option.correct{
    background: #d9f1d9;
}

.ptks4boxRound .option input{
    margin:0;
}

.ptks4boxRound .checkmark{
    position:absolute;
    right:10px;
    color:#28a745;
    font-weight:bold;
    display:none;
}

.ptks4boxRound .option.correct .checkmark{
    display:block;
}

.ptks4boxRound .next-btn{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background:#28a745;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius: 10px;
    cursor:pointer;
    margin-top: 15px;
    width: 100%;
}
.ptks4boxRound .next-btn:hover{
    background:#218838;
}
.ptks-9 .row {
    align-items: center;
}
.ptks-9 .row img {
    max-width: 120px;
}
.ptksbox8 {
    background: #000714;
    border-radius: 25px;
    padding: 30px 30px;
    position: relative;
}
.ptksbox8 .chtt p,.ptksbox8-text p {
    color: #cfcfcf;
}
.ptksbox8 .inrow-btn {
    justify-content: unset;
}
.ptksbox8 .inrow-btn a.btn.btnBig-2 {
    color: #fff;
}
.ptksbox8-icon {
    text-align: center;
}
.ptksbox8-icon img {
    max-width: 80px;
    margin-bottom: 15px;
}
.ptksbox8-text {
    text-align: center;
}
.ptksbox8 .row {
    align-items: center;
}
.colptksbox8 {
    background: url(../img/ptksbox8.png);
    /*background: url(../img/ptksboxX8.png);*/
    height: 100%;
    width: 28%;
    position: absolute;
    right: 0;
    top: -10px;
    background-size: 510px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}
.ptksbox8 .col-sm-6 {
    position: relative;
    z-index: 1;
}
.col-sm-6 .col-sm-3:nth-child(3) {
    width: 22%;
}
.ptksbox8 .row .row {
    align-items: unset;
}
.ptksbox8 .chtt h3 {
    color: #fff;
}
.ptksbox8 .col-sm-6 .col-sm-3:nth-child(1), .ptksbox8 .col-sm-6 .col-sm-3:nth-child(2) {
    width: 20%;
}
.ptks7, .ptks6box, .ptks4box, .ptks3,.ptks2 {
    background: #fafafa;
    padding: 30px 30px;
    border-radius: 20px;
}
.ptks2 {
    border: 2px solid #f3f3f3;
}
.relative {
    position: relative;
}
.ptks2 .col-sm-2 {
    width: calc(100% / 6);
    display: flex;
    gap: 15px;
}
.ptks2Icon {
    margin-bottom: 10px;
}
.ptks2Icon img {
    max-width: 55px;
}
.ptks2Txt h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}
.ptks3 .row {
    align-items: center;
    margin-bottom: 30px;
}
.ptks3  .col-sm-2 {
    width: 19%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 30px 15px;
    border-radius: 15px;
}
.ptks3 .row:last-child {
    gap: 20px;
    margin-bottom: 0;
}
.ptks3Icon {
    max-width: 80px;
    margin: 0 auto 20px;
}
.ptks3Icon img {
    width: 100%;
}
.ptks3 .row .col-sm-5 {
    width: 40%;
}
.ptks3 .row .col-sm-7 {
    width: 60%;
}
.verticlebox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}
.vbIT-icon {
    max-width: 60px;
}
.vbIT-icon img {
    width: 100%;
}
.verticlebox .vbIT {
    display: flex;
    gap: 15px;
    width: 48%;
    position: relative;
}
.ptks4box .col-sm-5 {
    width: 45%;
}
.ptks4box .col-sm-7 {
    width: 55%;
}
.bdrLft {
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 2px dotted #3f9257;
    top: 0;
}
.bdrLft-1 {
    left: -5%;
}
.bdrLft-2 {
    left: 45.4%;
}
.verticlebox p {
    line-height: 1.3;
}
.verticlebox .vbIT span {
    position: absolute;
    left: -65px;
    width: 30px;
    height: 30px;
    background: #248944;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    top: 0;
}
.ptks7 .col-sm-5 {
    padding-right: 30px;
    width: 41%;
}
.ptks7 .ticklist {
    margin: 50px 0 0;
}
.ptks7 .col-sm-8 {
    width: 70%;
}
.ptks7 .col-sm-4 {
    width: 30%;
}
.ptks7 .col-sm-6 {
    width: 59%;
    padding-left: 30px;
}
.ptks7 .col-sm-7 {
    width: 63%;
}
.ptks7 .col-sm-6 .col-sm-5 {
    width: 37%;
}
.ptksBrow .ptks4Box {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 40px 20px;
    border-radius: 15px;
}
.ptks6box .col-sm-3 {
    width: 21%;
    padding-left: 30px;
}
.ptks6box .col-sm-3 .ticklist {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.ptks6box .col-sm-3 .ticklist li {
    align-items: unset;
}
.ptks6box .col-sm-5 {
    width: 49%;
}
.ptks6box .col-sm-4 {
    width: 30%;
}
.ptks6box .col-sm-5 .col-sm-4 {
    width: 33.33%;
    text-align: center;
}
.ptks4Box img {
    max-width: 120px;
}
.ptks6box .col-sm-5 .col-sm-4 p {
    font-size: 18px;
    font-weight: 500;
}
.ptks4boxRound {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 30px 30px;
    border-radius: 20px;
    border: 2px solid #cbcbcb;
    margin-right: 30px;
    background: #ffffff;
}
.ptks4boxRound .col-sm-4 {
    border-right: 2px solid #e7e7e7;
}
.topTitlE {
    margin-bottom: 30px;
    text-align: center;
}
.topBig {
    max-width: 180px;
    margin: 0 auto 30px;
}
.topBig img {
    width: 100%;
}
.topTxt p {
    text-align: center;
    font-weight: 500;
}
.ptks4boxRound .col-sm-4:nth-child(1),.ptks4boxRound .col-sm-4:nth-child(3) {
    width: 30%;
}
.ptks4boxRound .col-sm-4:nth-child(2) {
    width: 40%;
    padding: 0 25px;
}
.topCheckIcon {
    text-align: center;
    margin-bottom: 35px;
}
.topCheckIcon img,.topTitlE-A img {
    max-width: 70px;
    margin-bottom: 15px;
}
.topTitlE-A {text-align: center;}
.topTitlE-A a {
    background: #fafafa;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 2px solid #cbcbcb;
    color: #258348;
}
.ptks4boxRound .col-sm-4:nth-child(3) {
    border: 0;
    padding: 0 10px 0 30px;
}
.ptks4boxRound .option.correct span.check-icon {
    background: #26834a;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    right: 10px;
    position: absolute;
}
.ptksRIcon img {
    max-width: 60px;
}
.ptksR {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

/*=============PRICING PANDA CORE PAGE CSS*/
.pricing-compare {
    background: #f8faf9;
}
.pricing-compare-grid{
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 30px;
    align-items: start;
}
.pricing-table-wrap {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
}
.pricing-table th, .pricing-table td {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.pricing-table thead th {
    background: #f7f7f7;
    font-weight: 700;
    font-size: 20px;
}
.pricing-table th:first-child, .pricing-table td:first-child {
    text-align: left;
    color: #374151;
}
.pricing-table .status-addon {
    color: #d97706;
    font-weight: 600;
}
.pricing-table .status-yes {
    color: #3bb54a;
}
.pricing-table .col-featured {
    background: #f7f7f7;
}
.pricing-table .status-no {
    color: #ef4444;
}
.pricing-eoe-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px 25px;
}
.pricing-eoe-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.pricing-eoe-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.pricing-eoe-step-icon {
    width: 40px;
    height: 40px;
}
.pricing-eoe-step-icon img {
    width: 100%;
}
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}
.pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
}
.pricing-card-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #268540;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 5px 15px;
    border-radius: 5px;
    white-space: nowrap;
}
.pricing-card-price {
    text-align: center;
}
.amount {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
}
.period {
    font-weight: 600;
}
.pricing-card.is-featured {
    border-color: #3bb54a;
    box-shadow: 0 12px 40px rgba(59, 181, 74, 0.15);
    transform: scale(1.02);
    z-index: 1;
}
.pricing-billing-toggle-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.pricing-billing-toggle{
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid #268540;
}
.pricing-billing-toggle button {
    border: none;
    background: transparent;
    padding: 15px 50px;
    font-weight: 600;
    color: #6b7280;
    border-radius: 0;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
}
.pricing-billing-toggle button.is-active {
    background: #268540;
    color: #fff;
}
.pricing-billing-badge {
    background: #f7f7f7;
    color: #268540;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    margin-left: 15px;
    line-height: 14px;
    display: inline-block;
}
.pricing-billing-note {
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}
.pricing-cards .inrow-btn {
    justify-content: center;
}
.pricing-billing-note i {
    background: #25822d;
    color: #fff;
}
.ppcorebox {
    text-align: center;
    margin-top: 30px;
}

.ppcorebox img {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}
.ppc .ftext-ul ul li{
    color: #000;
}
.ppc .row {
    align-items: flex-end;
}
.addon-card{
    background: #eef7ee;
    border: 2px solid #c7dfc7;
    border-radius: 10px;
    padding: 20px;
}

.addon-title{
    font-weight:700;
    color:#2b7a3d;
    margin-bottom: 10px;
}

.pricing-card-addon .addon-desc{
    line-height:1.4;
    margin-bottom: 20px;
}

.pricing-card-addon .price{
    color:#1d8a3a;
    font-weight:700;
    font-size: 35px;
    line-height:1;
    margin-bottom: 0px;
}

.pricing-card-addon .price span{
    font-size: 18px;
    font-weight:600;
}

.pricing-card-addon .billing{
    font-size: 17px;
    color:#555;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pricing-card-addon .billing strong{
    color:#2b7a3d;
}





.workforce-training {
}

.workforce-training__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 20px;
}

.workforce-training__intro,
.workforce-training__item {
    background: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 25px;
    min-height: 150px;
}

.workforce-training__intro h2 {
}

.workforce-training__intro p,
.workforce-training__item p {
}

.workforce-training__icon {
    max-width: 60px;
    margin-bottom: 20px;
    object-fit: contain;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.workforce-training__item h3 {
}

.workforce-training__item--cta {
    display: flex;
    flex-direction: column;
}

.workforce-training__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 16px;
    background: #0a7a32;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s ease;
}
.workforce-training__item--cta .inrow-btn {
    justify-content: unset;
}
.workforce-training__button:hover {
    background: #086529;
}
.workforce-training__intro {
    background: transparent;
    border: 0;
}
.ppcta {
    padding: 30px 30px;
    background: #000b19;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ppcta .ctaBtnBox {
    width: 25%;
}
.ppcta .ctaIcon {
    background: url();
    border-color: #35aa45;
}
.ppcta .ctaIcon img {
    max-width: 50px;
}
.nswp {
    padding: 20px 50px;
    background: #f7f7f7;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nswp .ctaIcon {
    background: url();
    border: unset;
    width: auto;
    height: auto;
}
.nswp .ctaIcon img {
    max-width: 60px;
}
.nswp .ctaHead .cthh h3 {
    color: #000;
}
.nswp .ctaHead .cthh p {
    color: #000;
}
.nswp .ctaBtnBox .ctabtn-1 {
    color: #000;
}













.panda-container{
    background:#030814;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.panda-container{display: flex;flex-wrap: wrap;}
.panda-image{
    padding: 0;
    display:flex;
    align-items: flex-end;
    width: 19%;
}
.panda-image img{width: 100%;}
.panda-content{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    width: 81%;
}
.training-box{
    padding: 30px 20px;
    border-right: 2px solid rgba(255,255,255,.08);
}
.training-box:last-child{
    border-right:none;
}
.panda-footer{
    border: 2px solid rgba(255,255,255,.08);
    align-items:center;
    padding: 1%;
    width: 98%;
    left: 1%;
    position: relative;
    border-radius: 15px;
    margin-bottom: 1%;
    right: 1%;
    display: flex;
}
.important-note{
    display:flex;
    gap: 30px;
    align-items: center;
    width: 64%;
    flex: 0 0 auto;
    padding-right: 30px;
}
.important-note i{
    font-size:20px;
    color:#fff;
}
.footer-buttons{
    display:flex;
    gap:10px;
}
.panda-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
}
.panda-content p,.panda-content li {
    color: #dfdfdf;
}
.ticklist ul li i {
    flex: 0 0 auto;
}
.training-box .ticklist {
    margin: 0;
}
.important-note img {
    max-width: 50px;
}
.important-note h3 {
    color: #fff;
    line-height: 30px;
    font-size: 25px;
    font-weight: 600;
}
.important-note p {
    color: #dfdfdf;
}
.panda-footer .inrow-btn {
    justify-content: unset;
    width: 36%;
}
.panda-footer .inrow-btn a.btn {
    color: #fff;
}
.iso-section{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.iso-heading{
}

.iso-heading span{
    color:#22c55e;
    font-size:28px;
}

.iso-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom: 35px;
}

.iso-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:25px 15px;
    transition:.3s;
}

.iso-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.icon-circle{
    width: 80px;
    height: 80px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    color:#fff;
    font-size:22px;
}

.green{background:#16a34a;}
.blue{background:#2563eb;}
.orange{background:#f97316;}
.purple{background:#7c3aed;}

.iso-title{
}

.iso-subtitle{
}

.offer-box{
    background: #ffffff;
    border: 2px solid #d5e5de;
    border-radius:12px;
    padding: 30px 30px;
    display:flex;
    align-items:center;
    gap: 20px;
    text-align:left;
}

.offer-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color: #268540;
    font-size: 70px;
}
.chtt h4 span {
    color: #268540;
}
.isoTraining .ftext-p {
    margin-bottom: 0;
}
.isoTraining .ppcore {
    margin-right: 50px;
}
.isoTboxraing {}

.isoTboxraing .pricing-card-price {
    border: 2px solid #e5e5e5;
    position: relative;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

span.topMy {
    position: absolute;
    top: -14px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
}
.isoPricing .inrow-btn, .isoPricing .inrow-btn a {
    max-width: 100%;
    width: 100%;
}
.thousandsbox {
    background: #f8f9fa;
    border: 2px solid #ededed;
    border-radius: 20px;
    padding: 20px;
}

.thousandsbox .row {
    align-items: center;
}

.throw {
    display: flex;
    gap: 20px;
}

.thcolmIcon {}

.thcolmIcon img {
    width: 70px;
}

.thcolm {
    display: flex;
    gap: 15px;
}

.thcolmT {}

.thcolmT h4 {
    font-size: 18px;
}

.thcolmT p {
    font-size: 17px;
    line-height: 1.4;
}
.everyisobox {
    background: #f8f9fa;
    border: 2px solid #ededed;
    border-radius: 20px;
    padding: 25px;
}

.esioIcon {
    border-bottom: 2px solid #ededed;
    padding-bottom: 25px;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}
.esioIconx {
    max-width: 80px;
}

.esioIconx img {
    width: 100%;
    object-fit: contain;
}

.everyisobox .eisoin {
    display: flex;
    gap: 10px;
}

.imgIco {
    max-width: 45px;
}

.imgIco img {
    width: 100%;
}

.everyisobox .eisoin .chtt h4 {
    font-size: 18px;
}

.everyisobox .eisoin .chtt p {
    line-height: 1.4;
    font-size: 17px;
}
.cntText h3 {
    margin-bottom: 10px;
}
.platform-item h3 {
    margin-bottom: 10px;
}
.cs-panda.ibs-panda {
    padding: 30px 0px;
}
.width-full2{
    display: none;
}
.per50show {
    height: 100%;
    width: 55%;
    position: absolute;
    right: 0;
}
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*=================================*/
/*==============HOME BANNER VIDEO BOX */
.video-box{
    position:relative;
    aspect-ratio:16/10;
    overflow:hidden;
    border-radius:20px;
    background-size: cover !important;
    background: url(https://demo.processpanda.app/img/Home-Header.webp);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 20px 40px rgba(0,0,0,.3);
}

/* Video */
.video-box video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:none;
}

/* Play Button */
.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    border:2px solid rgba(255,255,255,.4);
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
}

.play-btn:hover{
    transform:translate(-50%,-50%) scale(1.08);
    background:rgba(255,255,255,.25);
}

.play-btn::before{
    content:'';
    border-left:28px solid #fff;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    margin-left:6px;
}
/*=================================*/
.imgIsoImg img {
    width: 100%;
    max-width: 160px;
}
.imgIsoTitle span {
    display: block;
    height: 3px;
    width: 50px;
    background: #42b53c;
    margin: 15px auto;
    border-radius: 10px;
}
.isoCer .col-sm-2 {
    text-align: center;
}
.isoCer .col-sm-2 {
    text-align: center;
}

.imgIsoImg {
    margin-bottom: 15px;
}
.ftext-list3 ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.ftext-list3 ul li {
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.ftext-list3 ul li img {
    width: 40px;
}
.borderLInEs {
    border-left: 2px solid #e4e4e4;
}
.borderLInEs:first-child {
    border-left: 0;
}
.ipadshow{
    display: none;
}
.fooA {
    display: flex;
    gap: 20px;
    align-items: center;
}

.fooA a {
    background: #268540;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}