/* ✅ CSS Reset - Normalize + Modern Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ✅ Root Variables for Easy Theming */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --background-color: #f8f9fa;
    --text-color: #333;

}

/* CSS BOILER PLATE CODE START HERE */
body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    color: #000;
     font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;.login-btn
    margin-top: 0;
      font-family: "Poppins", serif;

}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
     font-family: "Poppins", serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000;
      font-family: "Poppins", serif;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
      font-family: "Poppins", serif;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*-- 
      - Common Classes
  -----------------------------------------*/
.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.f-right {
    float: right;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.position-relative {
    position: relative;
}

/*************************
    Basic margin padding
  *************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
           Margin top
  *************************/
.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-130 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px;
    }
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-175 {
    margin-top: 175px;
}

/*************************
        Margin right
  *************************/
.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

/*************************
        Margin bottom
  *************************/
.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

/*************************
          Margin left
  *************************/
.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-200 {
    margin-left: 200px;
}

.ml-300 {
    margin-left: 300px;
}

.ml-ntv5 {
    margin-left: -5px;
}

/*************************
          Padding top
  *************************/
.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-105 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-105 {
        padding-top: 25px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-110 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 50px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-115 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 55px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pt-125 {
    padding-top: 125px;
}

.pt-128 {
    padding-top: 128px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-135 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-135 {
        padding-top: 55px;
    }
}

.pt-165 {
    padding-top: 165px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-255 {
    padding-top: 255px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-270 {
    padding-top: 270px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-295 {
    padding-top: 295px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-330 {
    padding-top: 330px;
}

.pt-340 {
    padding-top: 340px;
}

.pt-350 {
    padding-top: 350px;
}

.pt-365 {
    padding-top: 365px;
}

.pt-360 {
    padding-top: 360px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}

.pt-400 {
    padding-top: 400px;
}

/*************************
          Padding right
  *************************/
.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-270 {
    padding-right: 270px;
}

/*************************
          Padding bottom
  *************************/
.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-105 {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-105 {
        padding-bottom: 45px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-110 {
        padding-bottom: 50px;
    }
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 55px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-125 {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-125 {
        padding-bottom: 45px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 50px;
    }
}

.pb-135 {
    padding-bottom: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-135 {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-135 {
        padding-bottom: 55px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-315 {
    padding-bottom: 315px;
}

.pb-330 {
    padding-bottom: 330px;
}

.pb-335 {
    padding-bottom: 335px;
}

.pb-340 {
    padding-bottom: 340px;
}

.pb-325 {
    padding-bottom: 325px;
}

.pb-320 {
    padding-bottom: 300px;
}

/*************************
      Padding left
  *************************/
.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-190 {
    padding-left: 190px;
}

/***************************
      Page section padding 
  ****************************/
.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-32 {
    padding: 32px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-160 {
    padding: 160px 0;
}

.ptb-170 {
    padding: 170px 0;
}

.ptb-177 {
    padding: 177px 0;
}

.ptb-180 {
    padding: 180px 0;
}

.ptb-190 {
    padding: 190px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.ptb-210 {
    padding: 210px 0;
}

.ptb-220 {
    padding: 220px 0;
}

.ptb-290 {
    padding: 290px 0;
}

.ptb-310 {
    padding: 310px 0;
}

/***************************
      Page section margin 
  ****************************/
.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}

/* CSS BOILER PLATE CODE END HERE */

/* preloader section start */
 #loader {
            position: fixed;
            width: 100%;
            height: 100%;
            background:#fff;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100;
        }
        /* Hide content initially */
        #content {
            display: none;
        }
/* prealoder section end */
.top_header{
background: linear-gradient(to right, #FF3D3D, #FF914D);
    padding: 10px 0px;
}
.top_header h4{
    color: #ffffff;
}
.navbar{
    background-color: #ffffff!important;
    padding: 0px 0px!important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.logo{
   width: 110px;
}
.top_header p{
    font-size: 17px;
    color: #fff ;
    margin-top: 15px;
}
.top_header button{
    font-size: 16px;
    border: 2px solid #fff;
    padding: 6px 38px;
    border-radius: 6px;
    margin-left: auto;
    display: block;
    background: transparent;
    color: #fff;
}
.top_header button:hover{
    border: 2px solid #fff;
    background:#fff;
       color: #ff6544 !important;
}

.me-auto{
    margin-right: auto!important;
    margin-left: auto!important;
}
.theme-btn .btn{
    border: 1px solid #47af34 !important;
    color: #47af34;
    padding: 12px 19px;
    font-size: 17px;
    background-color: transparent!important;
}

.theme-btn .btn:hover{
    background-color: #47af34!important;
    color: #fff;
    
}

 .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px!important;
    color: #000!important;
    margin: 0px 13px;
 }
  .navbar-expand-lg .navbar-nav .nav-link:hover{
      color: #ff741b!important;
  }
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
   background: linear-gradient(to right, #FF3D3D, #FF914D) !important;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        padding: 0px !important;
        margin: 10px;
    }
 /* REVOLUTION SLIDER BANNER SECTION START HERE */
  .rev_slider {
            width: 100%;
            height: 700px;
        }
  /* END HERE REVOLUTION SSLIDER SECTION */
  .user_choose_card{
    max-width: 900px;
    width: 900px;
    margin: auto;
    margin: auto;

  }
  .login_card{
    padding:20px 10px ;
   background: linear-gradient(to right, #FF3D3D, #FF914D);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
  }
 .login_card img{
    background: #ff741b;
    border-radius: 50%;
    width: 120px;
    margin: auto;
    display: block;
    height: 120px;
 }
 .login_card h3{
    text-align: center;
    margin: 10px 0px;
    color: #fff;
 }
 .login_card button{
width: 46%;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 0px;
    border-radius: 6px;
    margin-top: 28px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
 }
 .forgot-password {
    text-align: right;
    margin: 16px 0px;

 }
 .forgot-password a{
    color: #ff741b;
    font-size: 17px;
 }

 .footer-sec{
    width: 100%;
 }
 
 footer {
    color: #fff;
}
footer ul {
    padding: 0px;
}
footer ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
       color: #fff;
    /* font-family: PlayfairDisplay-Black; */
    font-size: 15px;
    /* font-weight: bold; */
}
.footer-top {
    background: #fff;
    padding:50px 0 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.foot-link{
    color: #000;
    font-size: 15px;
    line-height: 32px;
}
.foot-link:hover{
    color: #f26a24;
}
.footer-top h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #000;
    font-weight: 700;
}
.footer-top p {
       font-size: 15px;
    line-height: 2;
    color: #000;
}

.referal_code_box{
    background: white;
            border: 2px solid #d0d0d0;
            border-radius: 10px;
            padding: 10px 15px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            font-size: 18px;
            color: #333;
            min-width: 100%;
            text-align: left;
            margin: 20px 0px;

}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
footer ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    line-height: 32px;
}
footer ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

foter ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: linear-gradient(to right, #FF3D3D, #FF914D);
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}
.foot-img{
    width: 180px;
    margin-bottom: 20px;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}

 /* LOGIN PAGE CSS START HERE */
 /*LOGIN PAGE CSS START HERE*/
.login-page-sec{
    padding:20px;
}
.login{
    background-color:#ff741b;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}
.aside{

    padding:50px;
}
.logo img{
    width:200px;
}
.aside .logo{
    background-color:transparent;
}
.tecnisian img{
   width:100%;
}

.form {
   padding: 12px 12px;
    width: 62%;
    display: block;
    margin: auto;
}

.profile_edit_form{
     padding: 12px 12px;
    width: 100%;
    display: block;
    margin: auto;
}

.profile_edit_form label{
    color: #000;
    font-size: 20px;
    margin: 10px 0px !important;
}
@media screen and (max-width: 480px) {
.form {
   padding: 12px 12px;
    width: 100%;
    display: block;
    margin: auto;
}
.login-form h3{
    font-size:20px;

}
}

.form-control {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border: none!important;

}

.form-control label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-control textarea{
    border: 1px solid #cccccc!important;

    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: inherit;
}

.form-control input {
    border: 1px solid #cccccc!important;

    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: inherit;

    /*display:none;*/
}


.form-control{
   /*display: block; */
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #495057;
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    
}
.login-form{
        background: #fff;
    border-top-right-radius: 80px;
    border-bottom-right-radius:80px;
    padding: 66px 0px;
}

.profile_edit_form_box_sec{
    padding: 10px 0px !important;
}
.login-btn{
    background: linear-gradient(to right, #FF3D3D, #FF914D);
    padding:8px;
    color:#fff;
    width:200px;
    border:none;
    border-radius:5px;
    
}
.different_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.different_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #000;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.different_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}
#form-login h1{
   font-size: 50px;
    font-weight: 600;
}
#form-login{
    padding: 84px 33px;
    margin-top: 55px;
}

@media screen and (max-width: 480px) {
#form-login h1{
  font-size: 26px;
    font-weight: 600;
    line-height: 35px;;
}
#form-login{
    padding: 2px 7px;
    margin-top:0px;
}
.copyright-wrap {
    background: #D4E4FA;
  display:none;
}
.view-card-btn-sec{
    text-align:left;
}
.view-card-btn-sec .login-btn {
    background-color: #0095da;
    padding: 8px;
    color: #fff;
    width: 146px;
    border: none;
    border-radius: 5px;
}
.login-btn{
    width:145px;
}
}
.view-card-btn-sec {
    text-align:right;
}
.login-form select {
 border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: inherit;
    padding: 12px;

}

.login-form input[type=phone] {
  width: 81%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
}

.registration{
    background-color:#fff;
    padding:30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    max-width: 600px;
    margin: auto;
    border-radius:10px;
}
.registration h3{
    color:#0095da;
}
.registration select {
 border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: inherit;
    padding: 12px;

}
.registration .form-control input{
    border: none !important;;
    color:#7f8c9c;
}

.registration select{
    border:1px solid #a4c9e4;
    color:#7f8c9c;
}
.add-member{
    background:#fff;
    border:none;
    padding:10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    color:black;
    width:200px;
    border-radius:6px;
}

.add-member .fa{
    color:#3763dc;
    font-size:22px;
}

.login-card-page-sec {
    padding: 20px;
}
/* USER DASHBOARD SECTION START HERE */

    .sidebar {
        background: #ffffff;
        color: #ff741b;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
        height: 600px;
        max-height: 300px;
        border-radius: 6px;
    }

    .sidebar h2 {
        border-bottom: 2px solid #ff741b;
        color: #fff;
        background-color: #ff741b;
        padding: 10px 10px;
        font-size: 22px;
        margin-bottom: 0px !important;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
  .sidebar ul {
    list-style: none;
  }
  .sidebar ul li{
       /* padding: 3px; */
       cursor: pointer;
       border-bottom: 2px solid #ff741b;
       font-size: 17px;
       padding: 8px 13px;
       
  }
   .sidebar ul li.active {
       background: linear-gradient(to right, #FF3D3D, #FF914D);
       color: #fff!important;
       cursor: pointer;
       border-bottom: 2px solid #ff741b;
       font-size: 17px;
       
  }
  .sidebar ul li.active a{
      color: #fff!important;
  }
  
  .sidebar ul li:hover {
       background: linear-gradient(to right, #FF3D3D, #FF914D);
    color: #fff!important;
    border-top:2px solid #fff ;
    border-bottom:2px solid #fff ;
    
  }
   .sidebar ul li:hover a{
       color: #fff;
   }
  .content {
    position: relative;
  }
  
  .active {
    display: block;
  }
.vendor_profile{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 18px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
 }
 .vendor_profile .profile-image{
     width: 125px;
     height: 125px;
     margin-bottom: 10px;
 }
 .cert__btn button{
     background: linear-gradient(to right, #FF3D3D, #FF914D);
     color: #fff;
     border: none;
     padding: 8px;
     border-radius: 6px;
 }
  .top-bar {
    display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px 20px;
        background: linear-gradient(to right, #FF3D3D, #FF914D);
        color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
  }
   .vendor_profile h2{
          margin: 20px 0px;
    font-weight: 600;
   }
  .vendor_profile p{
      font-size: 17px;
      font-weight: 500;
  }
  .details_img img{
      width: 200px;
      height: 100px;
  }
  .notification {
    font-size: 20px;
    cursor: pointer;
    position: relative;
  }
  .notification::after {
    content: "";
    width: 8px;
    height: 8px;
    background:#0b447f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
  }
  .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .referal_box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding: 14px 8px;
    width: 100%;
    color: #333333;
    margin: 10px 0px;
    border-radius: 10px;
  }
  .referal_box h5{
    font-size: 20px;
    color: #ff741b;
    font-weight: 400;
  }
  .referal_box p{
    font-size: 16px;
    color: #ff741b;
  }
  
  .table .custom-table-dark{
      background: linear-gradient(to right, #FF3D3D, #FF914D)!important;
  }

  /* PROGRESS BAR CSS START HERE */
  .progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
 .progress-container::before {
 content: "";
    position: absolute;
    top: 50%;
    left: 53px;
    width: 87%;
    height: 4px;
    background: #ccc;
    transform: translateY(-504%);
    z-index: 0;
    }

.step {
    text-align: center;
    flex: 1;
    position: relative;
}
#bg-green{
    background: green!important;
}
.step-icon {
width: 30px;
    height: 30px;
    background: linear-gradient(to right, #FF3D3D, #FF914D);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    margin: 0 auto 10px;
}
table button{
     background: linear-gradient(to right, #FF3D3D, #FF914D)!important;
     color: #fff!important;
}
.step.active .step-icon {
    background-color:#ff741b;
}
.step.completed .step-icon {
    background-color: #ff741b;
}
.step-label {
       font-size: 8px;
}
@media (max-width: 600px) {
    .progress-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .step {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    }
    .step-icon {
        margin: 0 10px 0 0;
    }
    .step-label {
    font-size: 17px;
}
    
}

/* CERTIFICATE SECTION CSS START HERE */
.certificate {
    background: #fff;
    padding: 20px;
    border: 10px solid orange;
    /* width: 90%;
    max-width: 900px; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.certificate h1 {
    font-size: 70px;
    color: #1e1e1e;
}
.certificate h4 {
    font-size: 30px;
    color: #ff741b;
}
.cert-logo{
    width: 150px!important;
}
.certificate h2 {
    font-size: 18px;
    color: orange;
}
.certificate h3 {
    font-size: 22px;
    margin: 20px 0;
    color: #000;
}
.certificate p {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    padding: 0 10px;
}
.certificate .footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-weight: bold;
}
.seal {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.sv__g{
    width: 200px;
}
.cert_body{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.cert-name{
    font-size: 56px!important;
    margin: 30px 0;
    color: #000000;
    /* border-bottom: 2px solid #000; */
}
.cert_body p{
    font-size: 18px ;
    color: #000;
    line-height: 32px;
    text-align: center;
}
.sub_heading{
    font-size: 20px;
    color: #000;

}
.foot_logo{
    width: 150px;
    margin-bottom: 14px;
}
.consumer_profile h4{
    font-weight: 600;
    font-size: 25px;
    margin: 12px 0px;
}
@media (max-width: 600px) {
    .certificate {
        padding: 15px;
    }
    .certificate h1 {
        font-size: 20px;
    }
    .certificate h3 {
        font-size: 18px;
    }
}
/* CERTIFICATE SECTION CSS END HERE */

/*ABOUT US SECTION START HERE*/
        .about-text h2, .benefits-text {
            color: #FF6600;
            font-weight: bold;
        }
        .about-text p{
                font-size: 16px;
    color: #000;
    line-height: 32px;
    margin-top: 30px;
}

    /*BENIFIT SECTION START HERE*/
     .benefit-card {
            background: #fff;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .benefit-header {
            color: #28a745;
            font-weight: bold;
            font-size: 20px;
        }
        .benefit-box {
            background: #00c300;
            color: white;
            padding: 20px;
            border-radius: 10px;
            font-weight: bold;
        }
        .benefit-box h3{
            color: #fff;
            font-size: 35px;
            padding: 14px 0px;
        }
        .benefit-box p{
            color: #fff;
            font-size: 20px;
            font-weight: 500;
        }
        .image-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .main-image{
            width: 400px;
        }
        .vendor_reg_sec h2{
            font-weight: 600;
            color:#28a745;
            margin: 5px 0px 30px 0px;
        }
        .cons_reg_sec h2{
            font-weight: 600;
            color:#28a745;
            margin: 5px 0px 30px 0px;
        }
        .process-box {
                border: 4px solid #28a745;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 200px;
    max-height: 200px;
        }
         .process-box .section-title {
            color: #ff6600;
            font-weight: bold;
            margin-top: 20px;
        }
        .process-box  .icon {
            font-size: 2rem;
            color: #28a745;
        }
        .process-box h5{
                font-size: 25px;
    margin: 12px 0px;
    font-weight: 700;
        }
         .process-box p{
             color: #000;
             font-size: 16px;
             
         }
  /* PROGRESS BAR CSS END HERE */
  @media (max-width: 768px) {
   
    .sidebar {
      width: 100%;
      text-align:left;
    }
    .sidebar ul li {
      display:block;
      margin-right: 10px;
    }


    .certificate h1 {
        font-size: 53px;
        color: #1e1e1e;
    }
    .cert-logo {
        width:100% !important;
    }
    .cert_body {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .user_choose_card {
        max-width:100%;
        width: 100%;
        margin: auto;
        margin: auto;
    }
    /*.slide {*/
    /*    width: 100vw;*/
    /*    height: 159px;*/
    /*    position: relative;*/
    /*    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    /*    object-fit: cover;*/
    /*}*/
    .login_card {
        margin: 10px 0px;
    }
    .progress-container::before {
      content: "";
        position: absolute;
        top: 48%;
        left: -242px;
        width: 457px;
        height: 6px;
        background: #ccc;
        transform: translateY(-503%);
        z-index: 0;
        rotate: 90deg;
    }
    .main-image {
    width: 100%;
}
.cons_reg_sec h2 {
    font-weight: 600;
    color: #28a745;
    margin: 5px 0px 30px 0px;
    font-size: 20px;
}
.process-box {
    border: 4px solid #28a745;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 200px;
    max-height: 200px;
    margin: 10px 0px;
}
.about-text h2, .benefits-text {
    color: #FF6600;
    font-weight: bold;
    font-size: 22px;
}
.top_header p{
    font-size: 14px;
    color: #fff ;
    margin-top:0;
    text-align: center;
}
.top_header button {
  font-size: 15px;
        border: 2px solid #fff;
        padding: 3px 38px;
        border-radius: 6px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 4px;
        background: transparent;
        color: #fff;
}
.vendor_reg_sec h2 {
    font-weight: 600;
    color: #28a745;
    margin: 5px 0px 30px 0px;
    font-size: 18px;
}
 .login_card button{
width: 100%;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 0px;
    border-radius: 6px;
    margin-top: 28px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
 }
 .mobile_banner{
     display:block!important;
 }
 .desktop_banner{
     display: none!important;
 }
    
  }
  
    @media (min-width: 768px) {
         .mobile_banner{
     display:none!important;
 }
    }

/*  @media (max-width: 320px) {*/
/*    .certificate h1 {*/
/*        font-size: 30px;*/
/*        color: #1e1e1e;*/
/*        margin: 15px 0px;*/
/*    }*/
/*    .certificate h4 {*/
/*        font-size: 20px;*/
/*        color: #ff741b;*/
/*    }*/
/*    .cert-logo {*/
/*        width: 100%;*/
/*    }*/
/*    .certificate h3 {*/
/*        font-size: 18px;*/
/*        font-size: 25px!important;*/
/*        font-weight: 600;*/
/*    }*/
/*}*/


   
   
           .new-certificate {
            background-image: url('./img/certificate-bg.png');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 120px 40px;
            max-width: 1200px;
            width: 100%;
            min-height: 786px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            text-align: center;
            background-color: white;
        }
     .certifi_body{
         padding: 25px 0px;
     }
        .certifi_body .main-heading {
            font-family: "Noto Serif", serif !important;
            font-weight: 600;
            font-size: 50px;
            font-style: oblique;
            margin: 20px 0px;
        }

        .certifi_body .sub-heading {
            font-family: "Oswald", sans-serif !important;
            font-weight: 600;
            font-size: 40px;
            font-style: oblique;
            margin: 20px 0px;
        }

        .certifi_body h4,
        .certifi_body h3,
        .certifi_body h5 {
            font-family: "Noto Serif", serif !important;
            font-weight: 600;
            font-size: 22px;
            margin: 10px 0px;
        }

        .certifi_body h5 {
            font-size: 20px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .new-certificate {
                padding: 80px 20px;
                min-height: auto;
            }

            .certifi_body .main-heading {
                font-size: 36px;
            }

            .certifi_body .sub-heading {
                font-size: 28px;
            }

            .certifi_body h4,
            .certifi_body h3,
            .certifi_body h5 {
                font-size: 18px;
            }
        }

        @media screen and (min-width: 320px) and (max-width: 480px) {
            .new-certificate {
                padding: 0px 0px;
            }
            
            .certifi_body {
            padding: 38px 0px !important;
          }

            .certifi_body .main-heading {
                font-size: 18px;
            }

            .certifi_body .sub-heading {
               font-size: 17px;
            }

            .certifi_body h4,
            .certifi_body h3,
            .certifi_body h5 {
                 font-size: 10px;
            }
        }
        
        
        /*FAMILY TREE CSS SECTION START*/
/*        #familyTree *:before, #familyTree *:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*}*/
/*#familyTree [class^=card], #familyTree .pair, #familyTree .generation {*/
/*  position: relative;*/
/*}*/
/*#familyTree .generation {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  margin-bottom: 20px;*/
/*}*/
/*#familyTree .generation .pair {*/
/*  -webkit-box-flex: 1;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*  -ms-flex-negative: 1;*/
/*  flex-shrink: 1;*/
/*  -ms-flex-preferred-size: 0%;*/
/*  flex-basis: 0%;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/
/*#familyTree .generation:last-of-type {*/
/*  margin-bottom: 0;*/
/*}*/
/*#familyTree [class^=card] {*/
/*  -webkit-box-flex: 1;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*  -ms-flex-negative: 1;*/
/*  flex-shrink: 1;*/
/*  -ms-flex-preferred-size: 0%;*/
/*  flex-basis: 0%;*/
/*  padding: 10px;*/
/*  border-radius: 3px;*/
/*  margin: 10px;*/
/*  color: #212c3c;*/
/*}*/
/*#familyTree .card-m {*/
/*  background-color: #b8c9df;*/
/*}*/
/*#familyTree .card-f {*/
/*  background-color: #dfb8d4;*/
/*}*/
/*#familyTree .pair:after {*/
/*  width: calc(50% - 2px);*/
/*  border: 2px solid #c6d1cb;*/
/*  border-top: 0;*/
/*  border-bottom-left-radius: 3px;*/
/*  border-bottom-right-radius: 3px;*/
/*  right: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  top: calc(100% + 20px / 2 - 3px);*/
/*  height: 3px;*/
/*}*/
/*#familyTree [class^=card]:before, #familyTree [class^=card]:after {*/
/*  right: 0;*/
/*  left: 0;*/
/*  width: 0;*/
/*  margin: auto;*/
/*  border-left: 2px solid #c6d1cb;*/
/*  height: calc(10px + 20px / 2);*/
/*}*/
/*#familyTree [class^=card]:before {*/
/*  bottom: 100%;*/
/*}*/
/*#familyTree [class^=card]:after {*/
/*  top: 100%;*/
/*}*/
/*#familyTree #grandParents [class^=card]:before, #familyTree #child [class^=card]:after {*/
/*  border: 0;*/
/*  opacity: 0;*/
/*}*/

/*@media screen and (max-width: 700px) {*/
/*  #familyTree #grandParents:before, #familyTree #grandParents:after {*/
/*    border-top: 2px solid #c6d1cb;*/
/*    height: calc(50% + 20px);*/
/*    width: 10px;*/
/*    top: 50%;*/
/*  }*/
/*  #familyTree #grandParents:before {*/
/*    opacity: 1;*/
/*    border-left: 2px solid #c6d1cb;*/
/*    right: calc(100% + 3px);*/
/*    border-top-left-radius: 3px;*/
/*  }*/
/*  #familyTree #grandParents:after {*/
/*    border-right: 2px solid #c6d1cb;*/
/*    left: calc(100% + 3px);*/
/*    border-top-right-radius: 3px;*/
/*  }*/
/*  #familyTree #grandParents .pair {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*  }*/
/*  #familyTree #grandParents .pair:after {*/
/*    border: 0;*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:before {*/
/*    border-bottom: 2px solid #c6d1cb !important;*/
/*    width: 10px;*/
/*    height: 0;*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:after {*/
/*    width: calc(3px + 10px);*/
/*    height: calc(50% + 10px + 3px * 2);*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:first-child:before {*/
/*    top: 50%;*/
/*    bottom: auto;*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:first-child:after {*/
/*    border-top: 2px solid #c6d1cb;*/
/*    top: 50%;*/
/*    bottom: auto;*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:last-child:before {*/
/*    bottom: 50%;*/
/*    top: auto;*/
/*  }*/
/*  #familyTree #grandParents [class^=card]:last-child:last-child:after {*/
/*    border-bottom: 2px solid #c6d1cb;*/
/*    bottom: 50%;*/
/*    top: auto;*/
/*  }*/
/*  #familyTree #grandParents .pair:first-child [class^=card]:before {*/
/*    left: -10px;*/
/*    right: auto;*/
/*  }*/
/*  #familyTree #grandParents .pair:first-child [class^=card]:after {*/
/*    left: auto;*/
/*    right: 100%;*/
/*  }*/
/*  #familyTree #grandParents .pair:first-child [class^=card]:first-child:after {*/
/*    border-top-left-radius: 3px;*/
/*  }*/
/*  #familyTree #grandParents .pair:first-child [class^=card]:last-child:after {*/
/*    border-bottom-left-radius: 3px;*/
/*  }*/
/*  #familyTree #grandParents .pair:last-child [class^=card]:before {*/
/*    right: -10px;*/
/*    left: auto;*/
/*  }*/
/*  #familyTree #grandParents .pair:last-child [class^=card]:after {*/
/*    left: 100%;*/
/*    right: auto;*/
/*    border-left: 0;*/
/*    border-right: 2px solid #c6d1cb;*/
/*  }*/
/*  #familyTree #grandParents .pair:last-child [class^=card]:first-child:after {*/
/*    border-top-right-radius: 3px;*/
/*  }*/
/*  #familyTree #grandParents .pair:last-child [class^=card]:last-child:after {*/
/*    border-bottom-right-radius: 3px;*/
/*  }*/

/*  #familyTree #parents [class^=card]:before {*/
/*    border-bottom: 2px solid #c6d1cb;*/
/*    width: calc(10px * 2 + 3px);*/
/*    bottom: 50%;*/
/*    height: calc(50% + 10px);*/
/*  }*/
/*  #familyTree #parents [class^=card]:first-child:before {*/
/*    right: 100%;*/
/*    left: auto;*/
/*    border-bottom-left-radius: 3px;*/
/*  }*/
/*  #familyTree #parents [class^=card]:last-child:before {*/
/*    border-left: 0;*/
/*    border-right: 2px solid #c6d1cb;*/
/*    left: 100%;*/
/*    border-bottom-right-radius: 3px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 400px) {*/
/*  #familyTree #grandParents {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*  }*/
/*  #familyTree #grandParents:before {*/
/*    top: 25%;*/
/*    height: calc(75% + 20px);*/
/*  }*/
/*  #familyTree #grandParents:after {*/
/*    top: 75%;*/
/*    height: calc(25% + 20px);*/
/*  }*/

/*  #familyTree #parents:after {*/
/*    border-left: 2px solid #c6d1cb;*/
/*    border-top: 2px solid #c6d1cb;*/
/*    border-top-left-radius: 3px;*/
/*    height: calc(50% + 20px);*/
/*    width: 10px;*/
/*    right: calc(100% + 3px);*/
/*    top: 50%;*/
/*  }*/
/*  #familyTree #parents .pair {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*  }*/
/*  #familyTree #parents .pair:after {*/
/*    border: 0;*/
/*    height: 0;*/
/*    opacity: 0;*/
/*  }*/
/*  #familyTree #parents [class^=card]:after {*/
/*    right: 100%;*/
/*    left: auto;*/
/*    width: calc(3px + 10px);*/
/*  }*/
/*  #familyTree #parents [class^=card]:first-child:before {*/
/*    height: 90%;*/
/*    bottom: 60%;*/
/*  }*/
/*  #familyTree #parents [class^=card]:first-child:after {*/
/*    border-top: 2px solid #c6d1cb;*/
/*    height: calc(40% + 10px);*/
/*    top: 60%;*/
/*    border-top-left-radius: 3px;*/
/*  }*/
/*  #familyTree #parents [class^=card]:last-child:before {*/
/*    height: calc(150% + 10px* 3);*/
/*  }*/
/*  #familyTree #parents [class^=card]:last-child:after {*/
/*    border-bottom: 2px solid #c6d1cb;*/
/*    height: calc(50% + 10px);*/
/*    bottom: 50%;*/
/*    top: auto;*/
/*    border-bottom-left-radius: 3px;*/
/*  }*/

/*  #familyTree #child:before {*/
/*    border-left: 2px solid #c6d1cb;*/
/*    border-bottom: 2px solid #c6d1cb;*/
/*    border-bottom-left-radius: 3px;*/
/*    height: 100%;*/
/*    bottom: 50%;*/
/*    right: calc(100% - 10px);*/
/*    left: auto;*/
/*    width: calc(3px + 10px * 2);*/
/*  }*/
/*  #familyTree #child [class^=card]:before {*/
/*    border: 0;*/
/*    height: 0;*/
/*    opacity: 0;*/
/*  }*/
/*}*/


/*FOOTER 2 CSS CODE START HERE*/
#menu{
    display: none;
}

 @media (max-width: 768px) {
 #menu{
    display:block !important;
}
.footer-sec{
    display: block;
}
 }

.menu-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.menu-wrapper li {
  padding:5px;
  text-align: center;
  width: 25vw;
  background: #fff;
  color: #ff4000;
  border-right: 1px solid rgba(209, 196, 233, 0.5);
  transition: background 200ms ease;
}
.menu-wrapper p{
    font-size: 9px;
}
.menu-wrapper li:hover {
  background: #D1C4E9;
}
.menu-wrapper li.active {
    background: #fff;
  color: #FF3D3D;
}
.menu-wrapper li i {
  font-size:15px;
}

@supports (display: grid) {
  .menu-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 25vw);
  }
  .menu-wrapper li {
    width: auto;
  }
}


/*WHATSAPP CHART BOT SECTION START*/

 .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
           background: linear-gradient(to right, #FF3D3D, #FF914D);
            color: white;
            border: none;
            padding: 15px 20px;
            border-radius: 50px;
            font-size: 16px;
            cursor: pointer;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        }
        .chat-popup {
            display: none;
            position: fixed;
            bottom: 80px;
            right: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            padding: 15px;
           width: 296px;
    height: 300px;
        }
  
  
  /*PROFILE PROGRESS BAR SECTION START HERE*/
   .profile-container {
            width: 100%;
            margin: 15px 0px;
        }
        

        .progress-bar {
            width: 100%;
            height: 20px;
            background-color: #e0e0e0;
            border-radius: 10px;
            overflow: hidden;
            margin-top: 10px;
        }

        .progress-fill {
            height: 100%;
            width: 25%;
            background-color: #28a745;
            text-align: center;
            line-height: 20px;
            color: white;
            font-weight: bold;
            transition: width 0.5s ease-in-out;
        }
        .profile-container h3{
               font-size: 16px;
    font-weight: 500;
    color: #ff5f43;
        }

        .update-btn {
            background: linear-gradient(to right, #ff5733, #ff914d);
            border: none;
            color: white;
            padding: 10px 20px;
            font-size: 16px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 5px;
        }

        .update-btn:hover {
            opacity: 0.9;
        }
        
          .vendor-table img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
        
        /*POPUP CSS START HRE*/
        
        .trigger-button {
  padding: 14px 28px;
  background-image: var(--primary-gradient);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
}

.trigger-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.3);
}

..trigger-button .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 480px;
  z-index: 1001;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-image: radial-gradient(
      circle at 0% 0%,
      rgba(79, 70, 229, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(124, 58, 237, 0.03) 0%,
      transparent 50%
    );
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(243, 244, 246, 0.8);
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #6b7280;
  padding: 8px;
  line-height: 1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background: rgba(243, 244, 246, 1);
  color: #374151;
  transform: rotate(90deg);
}

.popup-content {
  position: relative;
}

.popup-content h2 {
  margin: 0 0 12px 0;
  color: var(--text-color);
  font-size: 28px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.popup-content p {
  margin: 0 0 32px 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.trigger-button .form-group {
  margin-bottom: 24px;
  position: relative;
}

.trigger-button.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #f9fafb;
}

.trigger-button .form-group input:focus {
  outline: none;
  border-color: #4f46e5;
  background: white;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.trigger-button .submit-button {
  width: 100%;
  padding: 16px;
  background-image: var(--primary-gradient);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.3);
}

.submit-button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%
  );
  transform: rotate(45deg);
  transition: transform 0.5s;
}

.submit-button:hover::after {
  transform: rotate(45deg) translate(50%, 50%);
}

.discount-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
  transform: rotate(12deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.trigger-button .form-group {
  animation: slideUp 0.5s ease-out forwards;
  opacity: 0;
}

.trigger-button .form-group:nth-child(1) {
  animation-delay: 0.2s;
}
.trigger-button .form-group:nth-child(2) {
  animation-delay: 0.3s;
}

@media (max-width: 640px) {
  .popup {
    padding: 32px;
    width: 95%;
  }

  .popup-content h2 {
    font-size: 24px;
  }
}

/* Decorative elements */
.decorative-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    background: linear-gradient(45deg, rgb(255 116 27 / 22%), rgb(255 116 27 / 22%));
  z-index: -1;
}

.shape-1 {
  top: -20px;
  left: -20px;
}

.shape-2 {
  bottom: -20px;
  right: -20px;
    background: linear-gradient(45deg, rgb(255 116 27 / 22%), rgb(255 116 27 / 22%));;
}

