@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --light-white: #fefefe;
    --black: #0f1a20;
    --light-grey: #f9f4ee;
    --yellow: #eb1763;
    --green: #0ebb74;
    --purple: #213343;
    --off-white: #f6f6f6;
    --grey: #f9f4ee;
    --white: #fff;
    /* --green: #0ebb74; */
    --orange: #f48668;
    --light-purple: #ceeaee;
    --light-black: #333;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--light-white);
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

/* .container {
    position: relative;
    max-width: 95%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
} */
.container {
    position: relative;
    max-width: 1500px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

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

a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5
{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: "DM Sans", sans-serif;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    display: block;
}

.mb-2 {
    margin-bottom: 20px;
}

button,
textarea,
input,
label,
a {
    color: var(--black);
    font-family:  "Montserrat", sans-serif;
}

p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
    text-align: justify;
}
ul{ font-family: "Montserrat", sans-serif;}
.btn.whatsapp-btn {
  padding: 0 30px 0 0;
  background: var(--green);
  font-size: 18px;
  line-height: 46px;
  display: inline-flex;
  gap: 13px;
   color: #fff;
  align-items: center;
}
.btn.whatsapp-btn:hover {
  color: var(--White);
  opacity: .8;
}
.btn.whatsapp-btn span{
  background: var(--white);
  border-radius: 50%;
  border: 5px solid var(--white);
  position: relative;
  left: 0;
  display: table-cell;
}

header {
    padding-top: 15px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    box-shadow: rgba(161, 161, 166, 0.2) 0px 7px 29px 0px;
    background-color: var(--light-white);
    width: 100%;
    /* border-bottom: 1px solid var(--orange); */
}
header img {
    max-width: 300px;
}

.toggle_main .login {
    display: none;
}
header p {
    color: var(--white);
    font-size: 25px;
}

header .toggle {
    display: none;
}

header .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 15px;
}

header .header-menu ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.media-content {
    display: none;
}
header .header-menu ul li.dropdown:hover .media-content {
    display: block;
}
header .header-menu ul li.dropdown .media-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 33px;
    display: none;
    right: 0;
    min-width: 250px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 0;
}
header .header-menu ul li.dropdown .dropbtn img {
    height: 6px;
    opacity: 0.6;
}
header .header-menu ul li.dropdown .media-content ul {
    background: var(--green);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 10px;
}
header .header-menu ul li.dropdown ul {
    display: block;
}
header .header-menu ul li.dropdown {
    position: relative;
}
header .header-menu ul li.dropdown .media-content ul li a:hover {
    background: #09a263;
}
header .header-menu ul li.dropdown .media-content ul li a {
    color: var(--white);
    display: block;
    padding: 10px 22px;
}

header .header-menu ul a {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    transition: 0.5s;
    padding: 11px 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
/* header .header-menu ul a.btn {
  color: var(--white);
  background-color: var(--green);
  padding: 11px 15px;
}
 */

header .header-menu ul a.btn, .whatsapp-btn {
    padding: 0 23px 0 0;
    display: inline-flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    color: var(--white);
    background-color: var(--green);
}

header .header-menu ul a.btn span, .whatsapp-btn span {
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--white);
    position: relative;
    left: 0;
    display: table-cell;
    margin: 0;
    padding: 0;
}
header .header-menu ul a.btn img, .whatsapp-btn img {
    height: 44px;
}

header .header-menu ul .btn:hover, .whatsapp-btn:hover {
    background-color: var(--green);
    color: var(--black);
    text-decoration: none;
}

header .header-menu ul .active {
    /* color: var(--white); */
    /*! text-decoration: underline; */
}

header .header-menu ul a:hover {
    color: var(--orange);
    /*! text-decoration: underline; */
}

.col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2 {
    width: 16.67%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.text-center {
    text-align: center;
}

.btn {
    position: relative;
    box-sizing: border-box;
    background: var(--green);
    border-radius: 29px;
    z-index: 1;
    cursor: pointer;
    padding: 11px 15px;
    transition: 0.2s;
    border: none;
    overflow: hidden;
    min-width: max-content;
    color: var(--white);
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: 1.75s linear infinite shine;
}

@keyframes shine {
    0% {
        left: -200%;
    }

    100% {
        left: 200%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.d-none {
    display: none;
}

.title {
    max-width: 60%;
    text-align: center;
    margin: 0 auto 50px auto;
}

.title h2 {
    font-weight: 500;
}

.title h2 span {
    color: var(--green);
    font-weight: 600;
}

.col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    padding-top: 80px;
    border-top: 1px solid var(--light-grey);
}
footer .row .rowin {
    padding: 0 15px;
}
.col-md-4 {
    width: 33.33%;
}
.footer .footer-right strong {
    margin-bottom: 18px;
    display: block;
    color: var(--green);
    font-size: 19px;
}

.footer-right ul {
    margin-top: 22px;
}
.d-flex {
    display: flex;
}

footer .footer-right a {
    gap: 10px;
}

footer .footer-right ul li {
    margin-bottom: 20px;
}

footer .footer-left p {
    font-size: 40px;
    font-weight: 300;
    color: var(--black);
    font-style: cursive;
    font-size: 13px;
    max-width: 80%;

    margin-top: 20px;
}

footer .footer-bottom p {
    font-size: 16px;
}

footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
    border-top: 1px solid #686868;
}

footer .footer-bottom p a {
    color: var(--green);
    transition: 0.5s;
}

footer .footer-bottom p a:hover {
    color: var(--green);
}

/* footer .row {
     align-items: center;

}

.left_col {
  max-width: 50%;
  border-radius: 10px;
  background: var(--light-grey);

  padding: 20px;
} */

.left_col {
    margin-top: 20px;
}
.left_col img {
    margin-bottom: 10px;
}

/* new csss 07/03/2025 */

.service-img.img1 ul {
    position: absolute;
    top: 50px;
    display: inline-block;
    right: -29px;
    width: 195px;
    text-align: left;
}
.service-img.img1 {
    position: relative;
    padding-right: 95px;
}
.service-box.box2 .service-img.img1 ul.ul2 {
    width: 241px;
}
.service-img.img1 li.white span {
    background: var(--white);
    color: var(--purple);
}
.service-img.img1 li img {
    height: 30px;
    width: 30px;
}
.service-img.img1 li span {
    background-color: var(--purple);
    color: var(--white);
    border-radius: 10px;
    font-size: 15px;
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    line-height: 25px;
}
.service-img.img1 li {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 200;
    padding: 4px 0;
    text-align: left;
    display: flex;
    border: none;
    gap: 6px;
}
/* new csss 07/03/2025 */

.container {
    position: relative;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.need_help_section_new .row {
    margin: 0 -12px;
}
.need_help_section_new .row .rowin {
    padding: 0 12px;
}
.need_help_section_new {
    padding: 60px 0;
}
.need_help_section_new .col-4 {
    width: 33.33%;
}
.need_help_section_new .col-8 {
    width: 66.66%;
}
.need_help_section_new .btn {
    padding: 0 30px 0 0;
    background: var(--green);
    font-size: 20px;
    line-height: 46px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
}
.need_help_section_new .btn span {
    background: var(--white);
    border-radius: 50%;
    border: 5px solid var(--white);
    position: relative;
    left: 0;
    display: table-cell;
}
.need_help_section_new .title {
    text-align: left;
    max-width: 100%;
    margin: 0 auto 25px auto;
}
.need_help_section_new .btn img {
    height: 50px;
}
.need_help_section_new p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}
.need_help_section_new h3 {
    margin-bottom: 28px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
}
.need_help_section_new ul li {
    background-image: url(/frontend/img/favicon.png);
    background-repeat: no-repeat;
    padding-left: 33px;
    background-position: left;
    background-size: 21px;
    margin-bottom: 8px;
}
.need_help_section_new .cnnect {
    margin-top: 20px;
}

.header-link {
    display: flex;
    gap: 10px;
}

.header-link .login {
    background: var(--purple);
    color: var(--white);
    min-width: 116px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 16px;
}

/* progress-container_main */

.order_st {
    margin: 160px 0;
}

.order_st .heading p {
    text-align: center !important;
}
.order_st .heading h2 {
    max-width: 100%;
}

.progress-container_main input {
    padding: 12px 16px;
    font-size: 18px;
}
.order_st .title p {
    text-align: center;
}
.progress-container_main ul li {
    color: var(--white);
    margin-bottom: 17px;
    display: inline-block;
    margin-right: 30px;
}
.progress-container_main ul li strong {
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
    display: inline-block;
}
.progress-container_main .custom_btn span {
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--white);
    position: relative;
    left: 0;
    display: table-cell;
    margin: 0;
    padding: 0;
}

.progress-container_main h5 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: var(--white);
}

.progress-container_main .cont h6.top-0 {
    margin-top: 0;
}
.progress-container_main .custom_btn {
    border: 1px solid var(--green);
    border-radius: 29px;
    background: var(--green);
    padding: 0 23px 0 0;
    display: inline-flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    color: var(--white);
    background-color: var(--green);
}

.progress-container_main .custom_btn img {
    height: 44px;
}

.progress-container_main .custom_btn.orange_btn {
    background-color: var(--purple);
    color: #fff;
    border: 1px solid var(--purple);
    padding: 0 20px;
}

.progress-container_main {
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0;
}

.progress-container_main ul {
    padding: 0;
    margin-bottom: 0;
    padding: 30px 0px 0;
}
.btnall {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
    justify-content: space-between;
    margin-top: 40px;
}
.progress-container_main .cont h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.container_main .tbal {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    background: var(--purple);
    margin-bottom: 24px;
}
.progress-container_main .cont .img p {
    margin: 18px 0;
}
.progress-container_main .cont {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 30px;
    border-radius: 15px;
}

.mainimag .img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px;
    margin-right: 12px;
    background: #2133430a;
}
.mainimag .img span img {
    width: 27px;
}
.progress-container_main .cont p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
    margin-top: 10px;
}

.mainimag .img span {
    display: flex;
    gap: 4px;
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 8px;
}
.mainimag .img span i {
    width: 26px;
    background: var(--White);
    height: 26px;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    border-radius: 6px;
}
.mainimag .img span i.fa-times {
    color: red;
}
.mainimag {
    margin-top: 20px;
}

.blogs_section{margin-bottom:70px}
.banner_blog_section .title{margin-bottom:18px}
.blogs_section .set{position:relative}
.blogs_section .set h4{font-size:2rem;margin-bottom:6px;color:var(--purple);font-weight:500}
.blogs_section .set .cont{position:absolute;bottom:0;left:0;z-index:99;padding:30px}
.blogs_section .set.setside{display:flex;gap:14px;align-items:center;margin-bottom:10px}
.blogs_section .set.set_hover img{border:1px solid #ccc9;padding:5px;border-radius:10px;min-height:590px;object-fit:cover}
.blogs_section .set.setside img{height:140px;object-fit:cover;border-radius:4px;border:1px solid #ccc9;padding:5px}
.blogs_section .set.setside p{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}
.blogs_section .set.setside h4{font-size:22px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;font-weight:600}
.blogs_section .set p{font-size:15px}
.blogs_section .set_hover h4{color:var(--grey)}
.blogs_section .set_hover p{color:#ccccccf7}
.blogs_section .set.set_hover h6{color:#fff}
.blogs_section .set .btn{min-width:156px;margin-top:22px;position:absolute;bottom:18px}
.banner_blog_section p{font-size:14px;max-width:1000px;margin:auto;text-align:center;line-height:24px}
.blogs_section .set h6{font-size:15px;margin-bottom:10px;font-weight:400;color:#626262ab}
.banner_blog_section{margin-top:120px;margin-bottom:25px}
.blogs_section .row .rowin{padding:0 12px}
.blogs_section .col-7{width:60%}
.blogs_section .col-5{width:40%}
.blogs_section .row{margin:0 -12px;display:flex;flex-wrap:wrap}
.blogs_section .set img{width:100%; height:200px; object-fit:cover;}
.blogs_section .col-4{width:33.33%;margin-bottom:15px}
.blogs_section .col-4 .rowin,.blogs_section .col-4 .rowin .set{height:100%}
 .blogs_section.recent_blog .title{margin:0 auto 30px auto}
.blogs_section.recent_blog .set h4{font-size:24px}
.blogs_section.recent_blog .set{border:1px solid #ccc9;padding:5px 5px 66px;border-radius:10px;position:relative}
.blogs_section.single_blog .social_icon li::before{display:none}
.blogs_section.single_blog .social_icon li{padding-left:0;list-style:none !important}
.blogs_section.recent_blog .set img{border-radius:6px}
.blogs_section.recent_blog .contin{padding:15px}
.blogs_section{line-height:1.5;letter-spacing:.3px}
/* .blogs_section.single_blog{margin:110px 0 20px}
.blogs_section.single_blog .set.set_full img{width:100%;height:600px;object-fit:cover;margin-bottom:30px;border:1px solid #ccc9;padding:5px;border-radius:10px}
.blogs_section.single_blog p{font-size:15px;margin-bottom:12px}
.blogs_section.single_blog h6{font-size:15px;margin-bottom:8px;font-weight:400;color:#626262ab}
.blogs_section.single_blog ol{padding-left:15px}
.blogs_section.single_blog ol ul{padding-left:0;border:1px solid #cccccc75;padding:20px;background:#f9f9f9}
.blogs_section.single_blog ol ul ul li{padding-left:0}
.blogs_section.single_blog ol ul ul{padding-left:32px;background:#fff;margin-bottom:0}
.blogs_section.single_blog h5{font-size:18px;margin-bottom:8px;color:var(--purple);font-weight:600;margin-top:29px}
.blogs_section.single_blog h4{font-size:20px;margin:18px 0;color:var(--purple);font-weight:600}
.blogs_section.single_blog h3{font-size:26px;margin:24px 0;color:var(--purple);font-weight:700}
.blogs_section.single_blog ul li{margin-bottom:6px;position:relative;padding-left:20px;font-size:15px}
.blogs_section.single_blog ol li{font-size:15px;margin-bottom:8px}
.blogs_section.single_blog h2{font-size:45px;margin:10px 0;color:var(--purple);font-weight:500}
.blogs_section.single_blog h2 strong{font-weight:500}
.blogs_section.single_blog ul li img{max-width:40px}
.blogs_section.single_blog ul{margin:22px 0;padding-left:10px;list-style:none}
.blogs_section.single_blog ul li{margin-bottom:6px;position:relative;padding-left:20px}
.blogs_section.single_blog ul li::before{content:"➤";position:absolute;left:0;color:var(--purple);font-size:14px;line-height:1.5}
.blogs_section.single_blog ul li a{opacity:.5}
.blogs_section.single_blog ul li a:hover{opacity:1}
.blogs_section.single_blog ul ul{margin-top:6px;padding-left:18px;list-style-type:disc;padding-left:30px}
.blogs_section.single_blog ul>ul li::before{content:"";color:var(--green);font-size:12px;padding-left:10px}
.blogs_section.single_blog em{color:var(--green)}
.blogs_section.single_blog h2 em{color:var(--purple)}
.blogs_section.single_blog .social_icon{display:flex;padding:0;gap:8px} */
/* .blogs_section hr{margin-top:30px;margin-bottom:30px}  */

.banner-example {
    margin-top: 120px;
}
.example .row .rowin {
    padding: 0 12px;
}
.example .col-9 {
    width: 73%;
}
.example .col-3 {
    width: 27%;
}
.example .row {
    margin: 0 -12px;
}

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

.accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 10px;
}
/* Thumb */
.accordion-thumb {
    display: flex;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    gap: 26px;
    padding: 25px 110px 25px 25px;
    position: relative;
}
.accordion-thumb .btns {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.accordion-thumb .btns {
    display: flex;
    gap: 8px;
}
.accordion-thumb a img {
    height: 18px;
}
.accordion-panel p {
    font-size: 15px;
    color: #5b5b5b;
}
.accordion-panel h4 {
    font-size: 18px;
    color: var(--purple);
    margin-bottom: 7px;
    font-weight: 500;
}
.accordion-panel .cont {
    margin-bottom: 16px;
}
.accordion-panel .cont + .cont {
    border-top: 1px solid #2133431f;
    padding-top: 13px;
}
.accordion-item.is-active {
    border: 1px solid #3cc88e;
    box-shadow: 0 1px 11px #2279551f;
}
.example .left_side_main img {
    border-radius: 12px;
    margin-bottom: 20px;
}
.example .left_side {
    margin-bottom: 25px;
    position: relative;
}
.example {
    padding: 70px 0;
}
.accordion-thumb a {
    display: flex;
    border: 1px solid #ccc;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    height: 38px;
    border-radius: 4px;
    gap: 5px;
    color: var(--purple);
    font-weight: 400;
}
.example .cont1.userlist {
    padding: 23px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.example .summary {
    border-top: 1px solid #0ebb74;
    padding-top: 20px;
    margin-top: 30px;
}
.example .imgexample {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 15px;
}

.example .cont1.userlist p b {
    color: #213343;
    min-width: 212px;
    display: inline-block;
    font-weight: 600;
}
.accordion.faq .accordion-item .accordion-thumb .hdn::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 9px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
    right: -10px;
    top: 5px;
}
.accordion-panel .cont:last-child {
    border: none;
    margin-bottom: 0;
}
/* Panel */
.accordion-panel {
    margin: 0;
    padding: 25px;
    border-top: 1px solid var(--green);
    display: none;
}

.dpp-page * {
  line-height: 1.5;
  letter-spacing: 0.4px;
  word-break: break-word;
}
.dpp-page p {
    margin-bottom: 10px;
}
.dpp-page h4 {
    margin-bottom: 15px;
    font-size: 24px;
}
.dpp-page ul {
    margin-bottom: 20px;
}
.dpp-page ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 35px;
}
.dpp-page ul li::before {
    content: "➤";
    position: absolute;
    left: 15px;
    color: var(--green);
    font-size: 14px;
    line-height: 1.5;
}
.dpp-page ul li a {
    opacity: 0.5;
}
.dpp-page ul li a:hover {
    opacity: 1;
}
/* Nested UL */
.dpp-page ul ul {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 20px;
}
.dpp-page ul ul li {
    padding-left: 25px;
}
.dpp-page ul ul li::before {
    content: "→";
    left: 10px;
    color: var(--purple);
    font-size: 12px;
}
.dpp-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.4;
    border: 1px solid #ddd;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
}
.dpp-page table th,
.dpp-page table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}
.dpp-page table th {
    background: var(--purple);
    color: #fff;
    font-weight: 600;
}
.dpp-page table td {
    background: #fff;
    color: #333;
}
.dpp-page table tr:nth-child(even) td {
    background: #f9f9f9;
}
/* Active */
.accordion.faq .accordion-item.is-active .accordion-thumb .hdn::before {
    transform: rotate(-138deg);
}
.accordion-item.is-active .accordion-thumb h4 {
    color: var(--green);
}

.example .title h2 {
    font-size: 32px;
    color: var(--purple);
}
.example .title {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 20px auto;
}
.accordion-thumb h4 {
    font-size: 23px;
    color: var(--purple);
    margin-bottom: 10px;
    font-weight: 500;
}

.accordion-thumb p {
    font-size: 14px;
    color: #464646;
    line-height: 24px;
}

.accordion-thumb .hdn ul li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #888;
}

.accordion-thumb .hdn ul li img {
    height: 16px;
}

.accordion-thumb .hdn ul {
    display: flex;
    margin: 10px 0 0;
    gap: 34px;
}

/* .banner-example {
  margin-top: 82px;
  background: var(--purple);
  height: 200px;
  display: flex;
  margin-bottom: 0;
} */
.banner-example {
    margin-top: 82px;
    background: var(--purple);
    height: 200px;
    display: flex;
    margin-bottom: 0;
}
.banner-example h1 {
    color: var(--white);
    font-size: 42px;
    font-weight: 400;
}

.banner-example p {
    font-size: 15px;
    color: #ffffffb0;
    text-align: center;
    max-width: 1000px;
    font-weight: 400;
    margin-top: 15px;
}
.example {
    padding: 50px 0;
}
.example .col-3 .rowin {
    height: 100%;
}

.example .left_side .example-img {
    position: absolute;
    right: -52px;
    bottom: 0;
}
.example .left_side ul li a {
    padding: 16px 0 16px 20px;
    display: block;
    font-size: 15px;
    color: var(--purple);
}

.example .left_side_main {
    position: sticky;
    top: 109px;
    padding-right: 45px;
}
.example h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--purple);
}
.example .left_side ul li::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 9px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.example .left_side ul li + li {
    border-top: 1px solid #e5e5e5;
}
.example .left_side ul li {
    position: relative;
}
.left_side_cont {
    padding: 30px 0;
    background: var(--purple);
    padding: 24px;
    border-radius: 10px;
}
.left_side_cont h4 {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 7px;
    font-weight: 500;
}
.left_side_cont p {
    font-size: 15px;
    color: var(--white);
}
.accordion-panel .cont .table th {
    background: var(--purple);
    color: var(--white);
}
.accordion-panel .cont .table {
    background: var(--white);
    margin-top: 12px;
    width: 100%;
}
.accordion-panel .cont .table th,
.accordion-panel .cont .table td {
    border: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 15px;
}

.accordion-panel .cont .table td {
    border: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 15px;
    color: #5b5b5b;
}
.example .cont1 p {
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 14px;
}
.example .cont1 {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
/* .example .cont1 {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
} */

.example .cont1 .table th,
.example .cont1 .table td {
    border: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 15px;
}
.example .cont1 .table th {
    background: #21334324;
    color: var(--purple);
}

.accordion.faq {
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 12px;
}
.faq .accordion-thumb {
    padding: 15px;
}
.faq .accordion-panel {
    padding: 15px;
    border-top: 1px solid #52606c;
}
.faq .accordion-thumb h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #213343;
}
.accordion.faq .accordion-item {
    border-radius: 4px;
}
.accordion.faq .accordion-item.is-active {
    border: 1px solid #213343c7;
}
.accordion.faq .accordion-item .hdn {
    padding-right: 30px;
    position: relative;
    width: 100%;
}

/* testimonial */
.testimonial {
    margin-bottom: 70px;
}

.testimonial .set .komaicon {
    max-width: 62px;
    position: absolute;
    left: 25px;
    top: 22px;
}
.testimonial .stars img {
    height: 22px;
}
.testimonial .stars {
    font-style: normal;
    font-size: 18px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 9px;
    text-align: right;
    justify-content: right;
    font-weight: 600;
    color: var(--purple);
}
.testimonial p {
    font-size: 15px;
    text-align: left;
    font-style: italic;
    line-height: 24px;
}
.testimonial .swiper-slide {
    text-align: center;
}
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
    font-size: 20px;
    color: var(--light-black);
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
    border: 1px solid #ccc;
    padding: 10px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.testimonial .swiper-container {
    max-width: 1200px;
}
.testimonial h6 {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    color: var(--purple);
}
.testimonial .set {
    border: 1px solid #ccc;
    padding: 41px;
    border-radius: 11px;
}

.testimonial .swiper_main {
    position: relative;
    max-width: 94%;
    margin: auto;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 1600px) {
    .blogs_section.single_blog h2 {
        font-size: 40px;
    }
    .blogs_section.single_blog ol ul {
        padding: 16px;
    }
    .blogs_section.single_blog ol ul ul {
        padding-left: 28px;
    }
    .testimonial .swiper-container {
        max-width: 1120px;
    }
    .service-img.img1 ul {
        top: 35px;
    }
    p {
        line-height: 1.4;
        font-size: 17px;
    }
    .left_col p {
        line-height: 1.6;
        font-size: 16px;
    }
    footer {
        padding-top: 70px;
    }

    .col-4 {
        width: 60%;
    }

    .btn {
        font-size: 15px;
    }

    .col-md-3 {
        width: 35%;
    }

    .col-md-9 {
        width: 70%;
    }
}

@media (max-width: 1400px) {
    .accordion-panel p {
        font-size: 14px;
    }

    .testimonial .set {
        padding: 30px;
    }
    .testimonial .swiper_main {
        max-width: 100%;
    }
    .testimonial .swiper-container {
        max-width: 1000px;
    }
    .blogs_section.single_blog .set.set_full img {
        height: 500px;
    }
    .blogs_section .set p {
        font-size: 14px;
    }
    .banner_blog_section .title h2 {
        font-size: 40px;
    }

    .blogs_section .set.setside img {
        height: 120px;
        min-width: 120px;
    }
    .blogs_section .set.setside h4 {
        font-size: 20px;
    }
    .blogs_section .set h6 {
        font-size: 14px;
    }
    .blogs_section .set.set_hover img {
        min-height: 510px;
    }
    .blogs_section.recent_blog .set h4 {
        font-size: 22px;
    }
    .blogs_section {
        margin-bottom: 50px;
    }
    header .header-menu ul {
        gap: 14px;
    }
    .header-link {
        gap: 6px;
    }

    header .header-menu ul a.btn {
        padding: 0 16px 0 0;
        gap: 8px;
    }
    .header-link .login {
        min-width: 100px;
    }
}
@media (max-width: 1199px) {
    .blogs_section.single_blog h2 {
        font-size: 32px;
    }

    .blogs_section.single_blog p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
    }
    .blogs_section.single_blog h3 {
        font-size: 22px;
        margin: 20px 0;
    }
    .blogs_section.single_blog h4 {
        font-size: 20px;
    }
    .blogs_section.single_blog ol li {
        font-size: 14px;
        line-height: 24px;
    }
    .blogs_section.single_blog ul li {
        font-size: 14px;
    }
    .blogs_section.single_blog ol ul ul li {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
    }
    .example .left_side_main {
        padding-right: 0;
        top: 0;
        margin-bottom: 22px;
    }
    .example .left_side_main img {
        width: 100%;
    }
    .example .left_side .example-img {
        right: 0;
        width: auto;
    }
    .testimonial .swiper_main {
        padding: 0 76px;
    }
    .accordion-panel {
        padding: 16px;
    }
    .example .col-3,
    .example .col-9 {
        width: 100%;
    }
    .example .row {
        display: block;
    }
    .blogs_section.single_blog .set.set_full img {
        height: 450px;
    }
    .toggle_main {
        display: flex;
        gap: 18px;
        align-items: center;
    }
    .header-link .login {
        display: none;
    }
    /* new csss 07/03/2025 */
    .service-img.img1 {
        padding-right: 75px;
    }
    header .header-menu1 .login {
        background: var(--purple);
        color: var(--white);
        min-width: 116px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        gap: 16px;
        min-height: 45px;
    }
    .service-img.img1 li {
        font-size: 14px;
        margin: 2px 0;
    }
    .service-img.img1 ul {
        top: 28px;
    }

    header .toggle {
        display: block;
    }

    header .header-menu ul {
        display: block;
        position: absolute;
        left: 0px;
        top: 61px;
        background: var(--white);
        padding: 20px;
        width: 100%;
        right: 70px;
        max-width: 100%;
        margin: 0;
    }

    header .header-menu ul li {
        margin-bottom: 14px;
    }

    header .header-menu ul a {
        font-size: 14px;
        color: var(--black);
    }

    header .header-link {
        display: none;
    }

    .header-link.show {
        display: flex;
    }
    header {
        padding: 20px 0;
    }
    header .header-menu {
        padding-bottom: 0;
    }

    .header-menu1 {
        display: flex;
        justify-content: space-between;
    }

    /* new csss 07/03/2025 */
}

@media (max-width: 992px) {
    .testimonial {
        margin-bottom: 50px;
        margin-top: -25px;
    }
    .testimonial .title {
        margin: 0 auto 30px auto;
    }

    .accordion-panel h4 {
        font-size: 17px;
    }
    .example .left_side {
        padding: 6px 0;
        border-radius: 7px;
    }
    .accordion-thumb h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .accordion-thumb .hdn::before {
        left: -8px;
    }

    .blogs_section.single_blog .set.set_full img {
        height: 400px;
    }
    .blogs_section .col-4 {
        width: 50%;
        margin-bottom: 14px;
    }

    .banner_blog_section .title h2 {
        font-size: 32px;
    }
    .banner_blog_section .title {
        max-width: 500px;
    }
    .order_st {
        margin: 130px 0 60px;
    }

    .blogs_section .col-5 {
        width: 100%;
    }
    .blogs_section .col-7 {
        width: 100%;
        margin-bottom: 15px;
    }

    .blogs_section .set.set_hover img {
        min-height: 420px;
        height: 420px;
    }

    .blogs_section .set.setside {
        width: 46%;
        float: left;
        margin: 0 2%;
    }
    .blogs_section.recent_blog .title {
        margin: 0 auto 20px auto;
    }

    .need_help_section_new p {
        font-size: 14px;
    }
    .need_help_section_new .col-4 {
        width: 40%;
    }

    .need_help_section_new .col-8 {
        width: 60%;
    }

    .need_help_section_new ul li a {
        font-size: 14px;
    }

    header .header-menu {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    header .header-menu ul .btn {
        display: block;
        width: 20%;
    }

    .service-img.img1 ul {
        top: 40px;
        text-align: left;
    }
    .service-img.img1 li {
        font-size: 16px;
    }
    /* header .container {
        margin-left: 0;
        margin-right: 0;
        max-width: 90%;
    } */

    .col-6 {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    p {
        line-height: 1.4;
        font-size: 15px;
    }

    .row {
        flex-wrap: wrap;
    }

    .col-3 {
        width: 50%;
    }

    .col-8 {
        width: 50%;
    }

    .col-4 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .blogs_section.single_blog .set.set_full img {
        height: 340px;
    }
    .blogs_section .set.setside {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }
    .title {
        max-width: 100%;
    }
    .progress-container_main ul li {
        display: inline-block;
    }
    .progress-container_main {
        text-align: center;
    }
    header .header-menu1 .login {
        min-width: 100px;
    }
    .toggle_main {
        gap: 10px;
    }
    .need_help_section_new .col-8,
    .need_help_section_new .col-4 {
        width: 100%;
    }

    .need_help_section_new .title {
        margin: 25px auto 17px auto;
    }
    header {
        padding-bottom: 20px;
    }

    header .container {
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .header-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-link {
        width: 100%;
        display: none;
        flex-direction: column;
        margin-top: 10px;
    }

    .header-link ul {
        flex-direction: column;
        width: 100%;
    }

    .header-link ul li {
        width: 100%;
    }

    .header-link ul li a {
        display: block;
        width: 100%;
    }

    header .header-menu {
        align-items: center;
        flex-direction: row;
    }

    header .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    p {
        line-height: 1.4;
        font-size: 15px;
    }

    .col-md-9 {
        width: 100%;
    }

    footer {
        padding-top: 50px;
    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    footer .footer-left p {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer-left img {
        margin-bottom: 10px;
        width: 23 0px;
    }
    footer .footer-bottom {
        padding-top: 25px;
        padding-bottom: 15px;
        margin-top: 30px;
    }
    .left_col {
        max-width: 100%;
    }
    footer .footer-right strong {
        text-align: center;
    }
    footer .footer-right a {
        gap: 10px;
        text-align: left;
    }
    header img {
        max-width: 270px;
    }

    footer .footer-right strong {
        margin-bottom: 20px;
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    header img {
        max-width: 250px;
    }
    header .toggle img {
        width: 30px;
    }

    header .header-menu1 .login {
        min-width: auto;
        padding: 0 20px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .blogs_section.single_blog h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .blogs_section.single_blog h3 {
        font-size: 20px;
        margin: 17px 0;
    }
    .blogs_section.single_blog h4 {
        font-size: 18px;
    }
    .testimonial .swiper-button {
        display: flex;
        justify-content: center;
        height: 73px;
        gap: 9px;
    }
    .testimonial .swiper-button-prev,
    .testimonial .swiper-button-next {
        position: relative;
        left: 0;
        right: 0;
        display: flex;
    }
    .testimonial .swiper_main {
        padding: 0;
    }
    .banner-example {
        margin-bottom: 35px;
    }
    .accordion-panel .cont .table {
        min-width: 700px;
    }
    .accordion-panel .table-responsive {
        overflow-y: auto;
    }
    .accordion-panel {
        padding: 12px;
    }
    .accordion-panel .cont .table th,
    .accordion-panel .cont .table td {
        padding: 7px 10px;
        font-size: 14px;
    }
    .blogs_section.single_blog .set.set_full img {
        height: 300px;
    }
    .blogs_section .col-4 {
        width: 100%;
    }
    .progress-container_main ul li {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
    }
    .container_main .tbal,
    .progress-container_main .cont {
        padding: 20px;
        border-radius: 10px;
    }
    .order_st {
        margin: 120px 0 50px;
    }

    .mainimag .img {
        display: flex;
        align-items: center;
        padding: 0 7px;
        justify-content: center;
    }
    .progress-container_main .cont .img p {
        margin: 10px 0;
    }
}

@media (max-width: 450px) {
    .progress-container_main .custom_btn {
        height: 56px;
        min-width: 215px;
        margin-top: 10px;
    }
    .btnall {
        display: block;
        margin-top: 11px;
    }
    header .header-menu1 .login {
        padding: 0 15px;
    }
    header img {
        max-width: 223px;
    }
}


.tab-accordian .desWrapper a{
    color: var(--green);
}
.data-text a{
    color: var(--green);
}
