*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}
body{
    background-color: #f8f6f4 !important;
}
img{
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Prata", serif;
}
a{
    text-decoration: none !important;
}
.tbp{
    padding: 70px 0;
}
.tbm{
    margin: 100px 0;
}
.navbar-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
img.header-logo {
    max-width: 200px;
}
.ni-btn, .ni-menu {
    width: 40%;
}
.ni-logo {
    width: 20%;
    text-align: center;
}
.ni-logo a.navbar-brand {
    margin: 0;
}
.ni-btn {
    display: flex;
    justify-content: end;
    column-gap: 10px;
    align-items: center;
}
a.nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #30373e;
    letter-spacing: 0.2px;
    padding: 15px 16px 15px 0 !important;
}
.dropdown-toggle::after {
    margin-left:0!important;}
.header-btn {
    display: inline-block;
    background: #321103;
    color: #fff;
    line-height: 40px;
    padding-inline: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.header-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #CBA135;
    z-index: -1;
    position: absolute;
}
.header-btn1:before {
    background: #321103;
}
.header-btn:hover:before {
    left: 0;
    transition: left .4s linear;
}
a.nav-link.active {
    color: #CBA135 !important;
    text-decoration: underline !important;
}
a.nav-link:hover, a.nav-link:focus {
    color: #CBA135 !important;
    text-decoration: underline !important;
}
.header-btn1 {
    background: #CBA135;
}
.hbn-sc {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hbn-sc1 {
    width: 100%;
    max-width: 31%;
}
.hbn-sc2{
    width: 100%;
    max-width: 38%;
}
.hbn-sc3 {
    width: 100%;
    max-width: 31%;
}
.hbn-s3i {
    text-align: center;
}
.hbn-s3i img {
    max-width: 200px;
    margin-inline: auto;
}
.hbn-s3i p {
    margin: 10px 0 2px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.hbn-s3i span {
    display: block;
    font-weight: 600;
    color: #CBA135;
    font-size: 14px;
}
.hbn-s2i img {
    max-height: 676px;
}
.hbn-s3i {
    text-align: center;
    margin-top: -80px;
    position: relative;
}
.hbn-bg-text {
    position: absolute;
    right: 6%;
    top: 10%;
    z-index: 0;
}
.hbn-bg-text h2 {
    font-size: 80px;
    color: #ffffff;
    font-weight: 500;
    /* opacity: 0.9; */
}
nav.navbar {
    padding: 14px 0;
}
.main-title p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #CBA135;
    margin-bottom: 12px;
    line-height: 26px;
}
.sub-title h3, .sub-title h1 {
    font-size: 62px;
    line-height: 78px;
    font-weight: 500;
    color: #333;
    margin-bottom: 13px;
}
.hbn-s1i {
    position: relative;
}
.main-btn1 {
    display: inline-block;
    background: transparent;
    color: #321103;
    line-height: 40px;
    padding-inline: 36px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 2px solid #321103;
}
/* .hbn-btn {
    margin-top: 14px;
} */
.main-btn1:before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #321103;
    z-index: -1;
    position: absolute;
}
.main-btn1:hover:before{
    left: 0;
    transition: left .4s linear;
}
.main-btn1:hover{
    color: #fff;
    transition:  .4s;

}

ul.dropdown-menu {
    border: none;
    margin: 0 !important;
    padding: 8px !important;
}
a.dropdown-item {
    padding: 6px 7px;
    border-bottom: 1px solid #cba13545;
}
ul.dropdown-menu li:first-child a {
    padding-top: 4px;
}
ul.dropdown-menu li:last-child a {
    padding-bottom: 4px;
    border-bottom: none;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }

}
.hbn-slider .slick-prev {
    left: unset !important;
    right: 110px;
    z-index: 1;
}

.hbn-slider .slick-next {
    right: 60px !important;
}
.hbn-slider .slick-next, .hbn-slider .slick-prev {
    top: unset !important;
    width: 40px !important;
    height: 40px !important;
    bottom: 0px !important;
}
.hbn-slider .slick-prev:before {
    content: "\f053" !important;
    font-family: FontAwesome !important ;
}
.hbn-slider .slick-next:before {
    content: "\f054" !important;
    font-family: FontAwesome !important ;
}
.hbn-slider .slick-next:before, .hbn-slider .slick-prev:before {
    font-size: 20px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #301002 !important;
}
.hbn-slider button.slick-arrow {
    /* border: 2px solid #321103; */
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
}
/* button.slick-arrow:hover {
    background:#CBA135;
transition: 0.5s;

} */
.hbn-slider button.slick-arrow:hover:before, .hbn-slider button.slick-arrow:hover:before {
    color: #fff !important;
}
.hbn-slider button.slick-arrow:hover:after, .hbn-slider button.slick-arrow:hover:after {
    left: 0px;
    transition: left 0.4s linear;
}
.hbn-slider button.slick-arrow:after {
    background: #CBA135;
    transition: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}
.ni-btn span a {
    font-size: 18px;
    color: #333;
    margin-inline: 5px;
}
.ni-btn span a:hover {
    color: #CBA135;
}
/*
 .ni-btn span:last-child a {
    margin-right: 0px;
} */
.ni-btn .main-btn1, .ni-btn .main-btn2 {
    padding-inline: 20px;
}
.habr-content p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.habr-content p a{
    color: #000;
}
.habr-btn {
    margin-top: 50px;
}
.habl-inner img {
    max-width: 440px;
}
.habl-inner {
    text-align: center;
    position: relative;
    z-index: 0;
}
section.h-about {
    background: #fff;
}
.habl-inner:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 416px;
    background: #f8f6f4;
    left: -65px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
.wwdl-inner {
    margin: 0 120px 0 20px;
}
.wwdl-mi img {
    border-radius: 250px 0 0;
}
.wwdl-si img {
    max-width: 153px;
}
.wwdl-si {
    text-align: right;
    margin-top: 20px;
}
.wwdr-ig img {
    border-radius: 0 0px 200px 0;
}
.wwdr-inner {
    margin: 0 20px 0 0;
}
.hbx-inner {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* margin-bottom: 100px; */
}
.hbx-box {
    width: 100%;
    text-align: center; box-shadow: 0 0 10px #e2e2e2; padding:20px; background:#fff;
}
.hbx-img img {
    max-width: 60px;
}
.hbx-img {
    background: transparent;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-inline: auto;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.hbx-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #CBA135;
    left: -100%;
    top: 0;
    z-index: -1;
}
.hbx-box:hover .hbx-img:before {
    left: 0%;
    transition: left .5s linear;


}
.hbx-box:hover .hbx-img img {
    filter: brightness(0) invert(1);
    transition: .5s;
}
.hbx-con h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.hbx-con p {
    font-size: 18px;
    line-height: 29px;
    color: #4e4e4e;
    font-weight: 400;
    margin-bottom: 0px;
    /* max-width: 320px;
    margin-inline: auto; */
}
section.h-services{
    background: #fff;
}
.mmt .sub-title h3, .mmt .sub-title h1 {
    font-size: 50px;
    line-height: 66px;
}
.hser-ic {
    display: flex;
    gap: 16px;
}
.hser-icl {
    width: 100%;
}
.hser-icr {
    width: 100%;
}
.hser-icr-o, .hser-icr-s {
    display: flex;
    gap: 16px;
}
.hser-icr img {
    min-height: 320px;
    max-height: 320px;
    object-fit: cover;
}
.hser-icl img {
    min-height: 320px;
    max-height: 320px;
    object-fit: cover;
}
/* .hser-box-con p {
 display: none;
} */
.hser-box {
    margin-bottom: 16px;
    position: relative;
}
.hser-content {
    margin-top: 60px;
}
.hser-box:before {
    position: absolute;
    content: '';
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    opacity: 0;
    border-radius: 0px;
    border: 1px solid #fff;
    transform: scale(1,0.2);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    background: #000000a1;
    z-index: 0;
}
.hser-box:hover:before {
    opacity: 1;
    transform: scale(1,1);
}
.hser-box-con p {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.hser-box-con {
    position: absolute;
    bottom: -20px;
    left: 35px;
    opacity: 0;
}
.hser-box:hover .hser-box-con {
    bottom: 30px;
    opacity: 1;
    transition: bottom 0.5s linear;
}
.h-box {
    background: #fff;
    padding-bottom: 100px;
}
.hpr-content {
    margin-top: 60px;
}
.hpr-icb {
    margin-inline: 8px;
}
.hpr-ic .slick-list {
    margin: 0 -6px;
}
.hpr-con p {
    font-size: 18px;
    margin: 8px 0 0;
    font-weight: 500;
    color: #333;
}
.slick-dots {
    bottom: -50px !important;
}
.slick-dots li button:before {
    width: 30px !important;
    height: 4px !important;
    content: '' !important;
    opacity: .25;
    background: #321103;
}
.slick-dots li button {
    width: 30px !important;
    height: 4px !important;
    padding: 5px;
}
.slick-dots li {
    width: 30px !important;
    height: 4px !important;
}

section.h-testimonial {
    background: #fff;
}
.htes-icb {
    text-align: center;
}
.htes-con {
    margin-top: 50px;
    position: relative;
    z-index: 0;
}
.htes-icb p {
    font-size: 18px;
    line-height: 30px;
    max-width: 900px;
    margin-inline: auto;
}
.htes-icb span {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}
.htes-ic .slick-prev:before {
    content: "\f053" !important;
    font-family: FontAwesome !important ;
}
.htes-ic .slick-next:before {
    content: "\f054" !important;
    font-family: FontAwesome !important ;
}
.htes-ic .slick-next:before, .htes-ic .slick-prev:before {
    font-size: 20px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #301002 !important;
}
.htes-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: -1;
    opacity: 0.09;
}
.ftp-inner {
    margin: 60px 0 40px;
}
.ftp-main {
    text-align: center;
}
img.ft-logo {
    max-width: 200px;
}

.ftp-add p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 28px;
}
.ftp-add {
    margin: 20px 0px 10px;
}
.ftp-con span {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
}
.ftp-con a {
    color: #333;
}
.ftp-con a:hover {
    color: #CBA135;
}
.ftp-social a {
    font-size: 22px;
    margin-inline: 7px;
    color: #311103;
}
.ftp-social a:hover {
    color: #CBA135;
}
/* .ftp-social {
    margin: 20px 0 35px;
    border-top: 1px solid #3211033b;
    padding: 10px 0;
    border-bottom: 1px solid #3211033b;
} */
.ftp-social {
    margin: 16px 0 0px;
    /* border-top: 1px solid #3211033b;
    padding: 4px 0 40px;
    border-bottom: 1px solid #32110317; */
}
.ftp-title p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #321103;
    margin: 0 0 10px;
}
.ftp-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftp-ul ul li a {
    color: #212529;
    font-weight: 400;
    font-size: 16px;
}
.ftp-ul ul li {
    margin: 6px 0;
    padding-left: 12px;
    position: relative;
}
.ftp-ul ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    background: #212529;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.ftp-ul ul li:hover {
    margin-left: 14px;
    transition: 0.5s;
}
.ftp-ul ul li:hover:before {
    background: #CBA135;
}
.ftp-ul ul li:hover a{
font-weight: 500;
color: #CBA135;
}
.ftb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.ftb-inner p{
    margin-bottom: 0;
    color: #ccc;
}
.ftb-inner p a{
    color: #CBA135;
}
.footer-bottom {
    background: #240b01;
}
.ftp-title {
    margin-top: 14px;
}
.ftp-title:first-child {
    margin-top: 0px;
}
.ftp-add {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.ftp-brb {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.ftp-add i {
    font-size: 20px;
    color: #333;
}
.ftp-social a:first-child{
    margin-left: 0;
}
.ftp-tp-con {
    padding: 60px 0;
    border-bottom: 1px solid #0000001f;
}
.ftp-main p:last-child {
    margin-bottom: 0;
}
.ftp-main p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px #00000030;
}
.sticky nav.navbar {
    padding: 6px 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #cba135 !important;
}
.hbn-slide:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 53%;
    background: #e0dcd8;
    bottom: 0;
    left: 0;
}
.hbn-slide:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 53%;
    background: #e0dcd8;
    top: 0;
    right: 0;
    z-index: -1;
}
.hbn-slide{
    position: relative;
    z-index: 0;
}
.mobile-hl {
    display: none;
}
.hpr-content {
    margin-top: 30px;
}
.htes-con {
    margin-top: 25px;
}
.hser-content {
    margin-top: 30px;
}
section.i-banner img {
    /* max-height: 220px; */
    object-fit: cover;
    object-position: 0 68%;
}
.ibn-inner {
    position: relative;
    z-index: 0;
}
/* .ibn-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
} */
.innerb.ibn-inner ::before{
    background: none!important;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
}
.ibnm-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 8px;
}
.ibnm-inner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
}
.i-banner p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #321103ed;
    box-shadow: 1px 0px 15px inset #190801;
}
.i-banner p a{
    color: #fff;
}
.ibn-inner p i{
    font-size: 14px;
    margin-inline: 4px;
}
.ab-main .row {
    row-gap: 25px;
}
.awu-content {
    display: flex;
    column-gap: 20px;
}
/* .ab-main {
    background: unset !important;
}
.ab-main .habl-inner:before {
    background: #fff;
}
section.ab-why-us {
    background: #fff;
} */
section.vm-sec {
    background: #fff;
}
.vmsl-con p {
    font-size: 18px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    column-gap: 6px;
}
.vmsl-con p b {
    width: 100%;
    max-width: 75px;
    color: #333;
}
.vmsl-inner {
    margin-right: 30px;
}
section.infra-sec {
    background: #fff;
}
.gals-inner {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.gals-box {
    width: 32%;
}
/* .gallery-block_one-image img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 6px;
} */
.gallery-block_one {
    position: relative;
}
.gallery-block_one-inner {
    position: relative;
}
.gallery-block_one-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
}
.gallery-block_one-image::before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: scale(1,0.2);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.gallery-block_one-arrow {
    position: absolute;
    left: 50%;
    width: 60px;
    bottom: -80px;
    height: 60px;
    z-index: 1;
    opacity: 0;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    background-color: #321103;
    box-shadow: 0 0 30px inset #0e0400;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon_afbd3404a2e1104832d0";
}
.flaticon-up-right-arrow:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
}
.gallery-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
}
.gallery-block_one-inner:hover .gallery-block_one-image::before {
    opacity: 1;
    transform: scale(1,1);
}
.gallery-block_one-inner:hover .gallery-block_one-arrow {
    opacity: 1;
    bottom: unset;
    transform: translate(-50%, -50%);
    top: 50%;
}
.gallery-block_one-inner:hover .gallery-block_one-image img {
    opacity: 0.50;
    transform: scale(1.05,1.05) rotate(2deg);
}
.infra-con {
    margin-top: 40px;
}
.awd-inner .gals-box {
    width: 32%;
}
.awd-inner {
    gap: 20px;
}
.awd-inner .gallery-block_one-image img {
    min-height: 260px;
    max-height: 260px;
}
.awd-inner .gallery-block_one {
    background: #f8f6f4;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #00000030;
}
.awd-inner .gallery-block_one p {
    margin: 0;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.cd-box {
    margin: 30px 0px;
}
.cd-img {
    width: 34px;
    text-align: center;
    margin-right: 10px;
}
.cd-img i {
    font-size: 28px;
    color: #333;
}
.cd-content {
    margin-left: 10px;
    width: 100%;
}
.cd-content h5 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px !important;
    letter-spacing: 0.3px;
}
.icul-inner p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.cd-content p a {
    color: #333;
}
.contact-sec .htes-ir {
    background: #fff;
    padding: 45px 45px;
    border-radius: 6px;
    margin: 0px 0px -200px 0px;
    z-index: 99;
    position: relative;
}
.htes-form .form-group {
    display: flex;
}
.htes-form .form-group input:first-child {
    margin-left: 0;
}
.htes-form .form-group input {
    background: #f6f4f5;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 10px;
}
.htes-form .form-group input:last-child {
    margin-right: 0;
}
.htes-form textarea#msg {
    border: none;
    background: #f6f4f5;
    padding: 16px 20px;
    width: 100%;
    margin: 10px 0;
}
.htes-form .form-group button.sb-btn {
    background: #321103;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 10px 0;
    color: #fff;
}
.htes-ir-content p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.contact-sec .main-title p {
    font-size: 16px !important;
    color: #CBA135 !important;
    line-height: 26px !important;
}
.contact-sec .sub-title h3, .contact-sec .sub-title h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 10px !important;
}
.icul-inner {
    margin-right: 60px;
}
section.contact-map {
    margin-top: -66px;
}
.sdsl-video video {
    width: 100%;
    border-radius: 10px;
}
/* section.service-details-sec {
    padding: 10px 0;
} */
.cus-container {
    width: 100%;
    max-width: 92%;
    margin-inline: auto;
}
.sdsr-box h4 {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.sdsr-box h4:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #333;
    bottom: 0;
    left: 0;
    border-radius: 7px;
}
.sdsr-box ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }

  .sdsr-box li {
    padding-left: var(--icon-space);
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc47;
}
  .sdsr-box li a{
    color: #333;
    font-weight: 500;
  }

  .sdsr-box li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  .sdsr-box {
    background: #f8f6f4;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.cmcr-inner label {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400; color:#fff;
}
.cmcr-inner input {
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
}
.sdsr-box li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.cmcr-inner .form-group {
    margin-bottom: 8px;
}
button.form-sub {
    width: 100%;
    border: none;
    background: #321103;
    color: #fff;
    line-height: 40px;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: 1px;
}
.sdsl-inner .sub-title h3, .sdsl-inner .sub-title h1 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 6px;
}
/* .sdsl-inner {
    margin-right: 40px;
} */
.sdsl-inner p{
        font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 5px;

}
.sdsl-video {
    margin: 20px 0;
}
.sds-ben-con ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sds-ben-con li {
    padding-left: var(--icon-space);
    margin-bottom: 8px;
    max-width: 48%;
}

  .sds-ben-con li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 18px;
  }
  .cmc-tab ul {
    /* justify-content: space-between; */
    border-bottom: 2px solid #f8f6f4;
    margin: 0 !important;
}
a.cmc-tab ul li a.nav-link.active {
    padding-inline: 30px !important;
    border-radius: 10px 10px 0 0;
    background: #f8f6f4;
}
/* .cmc-tab {
    margin-top: 20px;
} */
.tab-content {
    padding: 10px 24px;
    background: #f8f6f4;
    border-radius: 0 0 10px 10px;
}

.cmc-tab ul li a.nav-link.active {
    background: #f8f6f4;
    padding-inline: 30px !important;
    text-decoration: none !important;
    border-radius: 10px 10px 0 0;
}
.cont-data ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  .cont-data li {
    padding-left: var(--icon-space);
    margin-bottom: 6px; font-size:18px; line-height:30px;
    font-weight: 400;
  }

  .cont-data li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  .cont-data p b{
    display: block;
    font-size: 16px;
    margin: 8px 0 16px;
    padding-bottom: 10px;
    position: relative;
}
.cont-data p b:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #333;
    bottom: 0;
    border-radius: 8px;
}
.cmc-tab .accordion-item {
    margin-bottom: 14px;
}
.cmc-tab .accordion-item {
    border-radius: 8px !important;
}
.cmc-tab .accordion-item {
    border-radius: 8px !important;
    border: none !important;
}
hr.sd-hr {
    color: #8d8d8d;
    margin: 30px 0 40px;
}
.cmc-tab a.nav-link {
     padding: 15px 30px 15px 30px !important;
}
section.service-details-sec {
    background: #fff;
}
button.accordion-button.collapsed {
    border-radius: 8px;
}
button.accordion-button{
    border-radius: 8px 8px 0 0;

}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #cba135 !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.sd-inner .gals-box {
    width: 49%;
}
.sdsr-box ul li:hover{
    color: #CBA135;
    margin-left: 10px;
    transition: 0.5s;
}
.sdsr-box ul li:hover a {
    color: #CBA135;
    transition: 0.5s;
}
.list-item-style-two {
    display: flex;
    /* margin-top: 35px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #f2f0ec;
    padding: 20px;
    height: 100%;
    flex-wrap: wrap;
    row-gap: 16px;
}
.number img {
    width: 47px;
}
.list-item-style-two .number {
    display: inline-block;
    height: 65px;
    width: 65px !important;
    text-align: center;
    line-height: 62px;
    min-width: 65px;
    background: #e4ba51;
    /* color: white; */
    font-weight: 600;
    border-radius: 50%;
    margin-right: 15px;
}

.list-item-style-two p {
	margin: 0;
}

.list-item-style-two::after {
	position: absolute;
	left: 25px;
	bottom: -80px;
	content: "";
	height: 100%;
	width: 1px;
	border-left: 1px dashed #c3b9b9;
	z-index: -1;
}

.list-item-style-two:last-child::after {
	display: none;
}

.list-item-style-two h4 {
    font-weight: 600;
    font-size: 21px;
    color: #cba135;
}
.list-item-style-two h4 {
    font-weight: 600;
    font-size: 19px;
    color: #321103;
    position: relative;
    display: inline-block;
}


.mar-t.sdsl-benefits {
    margin-top: 40px;
}
.marbt-wd.hbx-box {
    padding: 12px;
    margin-bottom: 24px;
}
.marbt-wd.hbx-box p {
    max-width: 100%;
}
h5.hmaid {
    margin: 32px 0 32px 0;
}
.sdsr-inner {
    position: sticky;
    z-index: 1;
    top: 0;
    margin-left: 40px;
}
.mt-ma.col-lg-6 {
    margin-bottom: 24px;
}
/* form */
.pro-1{
    height: 283px;
    width: 330px;
  }







  .fbi-f p {
    color: #333;
  }
  img.whatsapp-logo {
    width: 100%;
    max-width: 60px;
  }
  img.call-logo {
    width: 100%;
    max-width: 56px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0 0 10px #00000020;
  }

  .ws-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    /* display: none; */
  }
  .cl-icon {
    position: fixed;
    bottom: 6%;
    left: 24px;
    z-index: 999999;
    /* display: none; */
    transform: translatey(-50%);
  }

  .sidebar-form .call-action {
    position: absolute;
    background-color: #321103;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-bottom: none !important;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .sidebar-form {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 999999;
    background-color: #fff;
  }
  .sidebar-form1 {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 999999;
    background-color: #fff;
  }

  .sidebar-form.show {
    right: 0;
  }
  .form-close {
    position: relative;
  }
  a.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    max-width: 34px;
  }
  a.close-btn img{
    width: 100%;
  }
  .sidebar-form h3 {
    color: #33180d;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 10px;
  }

  .form-group label, .text-area-msg label {
    /* font-family: 'Comme', sans-serif; */
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

  .form-group {
    padding: 6px 0;
    margin: 0px !important;
  }

  .form-group input {
    padding: 6px 10px;
    border: 1px solid #efefef;
    font-size: 13px;
    height: 34px;
    margin-top: 2px;
  }

  .text-area-msg textarea {
    border: 1px solid #efefef;
    width: 100%;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .text-area-msg {
    margin: 0 0 12px;
  }

.ibnm-inner h3 {
    font-size: 26px;
}
  .submit-btn {
    background: #33180d;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
  }
  .submit-btn:hover {
    background: #33180d;
    transition: 0.5s;
  }
  /* div#call-icon {
    display: none;
  } */
  div#whatsapp-icon a p {
   display: none;
  }
  @media(max-width:575px){
    div#whatsapp-icon a, div#call-icon a {
      display: block;
  }
  .d-social {
      display: flex;
  }
  div#call-icon {
      display: block;
  }
  .ws-icon {
    transform: none;
    background: #209e14;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50% !important;
    height: 40px;
    line-height: 40px;
    z-index: 999999;
    box-shadow: 0 0 10px #00000020;
    text-align: center;
  }
  img.whatsapp-logo {
      width: 100%;
      max-width: 30px;
  }
  .cl-icon {

      background: #e35431;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 33.33% !important;
      height: 40px;
      line-height: 40px;
      z-index: 999999;
      text-align: center;
  }
  img.call-logo {
      width: 100%;
      max-width: 30px;
      border-radius: 100%;
      padding: 0;
      /* box-shadow: 0 0 10px #00000020; */
      background: #fff;
  }
  .sidebar-form {
      position: fixed;
      bottom: -100% !important;
      right: 0px;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 10px #00000020;
      padding: 20px;
      transition: bottom .4s linear;
      z-index: 999999;
      background-color: #fff;
      top: unset;
      left: unset;
      transform: unset;
  }
  .sidebar-form .call-action {
    position: absolute;
    background-color: #d48812;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-bottom: none !important;
    cursor: pointer;
    right: 0;
    bottom: 100%;
    transform: none;
    top: unset;
    left: unset;
    border-radius: 0;
  }
  .sidebar-form.show {
      bottom: 0 !important;
  }
  div#whatsapp-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#whatsapp-icon a p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 40px;
    margin-left: 5px;
    display: block;
  }
  }


  .wyc-data ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.wyc-data ul li {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    /* display: flex; */
}
.wyc-banner {
    padding: 40px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
    background-color: #321103ed;
    box-shadow: -3px -3px 20px inset #190801;
    border-inline: 8px solid #cba135;
    text-align: left;
    position: relative;
    z-index: 0;
}
.wyc-banner span {
    position: absolute;
    font-size: 100px;
    color: #cba347;
    top: 50%;
    right: 40px;
    z-index: -1;
    opacity: 0.1;
    transform: translateY(-50%);
}
.wyc-banner h4 {
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}
.wyc-banner p {
    margin: 0 0 12px;
    color: #f3f3f3;
    line-height: 26px;
}
.awards-sec1 .habl-inner:before {
    height: 320px;
}
.mmt2 .sub-title h3 small, .mmt2 .sub-title h1 small {
    font-family: "Prata", serif;
    font-size: 28px;
    font-weight: 700;
}
.mmt2 .sub-title h3, .mmt2 .sub-title h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}
.awrd2 {
    background: #fff !important;
}
.awrd2 .hbx-box {
    width: 100%;
    text-align: center;
    box-shadow: 0 0 10px #c9c9c9;
    padding: 20px;
    background: #f8f6f4;
}
.hser-icr-ol, .hser-icr-or,.hser-icr-sl, .hser-icr-sr {
    width: 100%;
}
.sdsl-inner p span {
    font-weight: 600;
}
.accordion-body  p {
    font-size: unset;
    line-height: unset;
    color: unset;
}
.accordion-body  p:last-child {
    margin-bottom: 0 !important;
}
button.accordion-button {
    font-weight: 500;
}
.accordion-body li {
    font-size: 15px;
    margin-bottom: 0;
}
.accordion-body li:before {
    font-size: 12px;

}
.accordion-body ul {
    border-bottom: none;
}
/* new css add 26/9/24 */

.main-btn2 {
    display: inline-block;
    background: #321103;
    color: #fff;
    line-height: 40px;
    padding-inline: 36px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 2px solid #321103;
}
.main-btn2:before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: -1;
    position: absolute;
}
.main-btn2:hover:before {
    left: 0;
    transition: left .4s linear;
}
.main-btn2:hover {
    color: #321103;
    transition: .4s;
}
#btnlsubmit:hover{
    color: #fff !important;
}
section.login-sec {
    background: #fff;
    position: relative;
    z-index: 0;
}
.lnsl-tt h4 {
    font-size: 28px;
    line-height: 78px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.lnsl-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.lnsl-link a {
    color: #333;
    border-right: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    font-weight: 500;
}
.lnsl-link a:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.form-btn {
    text-align: center;
    margin: 20px 0 30px;
}
.lnsl-form .form-control {
    border-radius: 0;
    border: none;

    padding: 8px 20px !important;
    font-size: 16px;
   border-radius: 50px;
    height: 40px;
    border: 1px solid #c9a242;
}
.lnsl-form  .space-left{
        padding: 8px 56px !important;
}
.form-check label {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
}
.lnsl-form .form-check {
    margin: 8px 0;
}
section.login-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f8f6f4;
    top: 0;
    right: 0;
    max-width: 30%;
    z-index: -1;
}
.lnsr-ic img {
    max-height: 400px;
    object-fit: contain;
}

.form-radio-row {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.form-check-input:checked {
    background-color: #321103 !important;
    border-color: #321103 !important;
}
.form-radio {
    text-align: center;
}
.ni-btn-mobile .ni-btn {
    display: none;
}
section.main-dashboard {
    background: #fff;
}
/* dashboard css start */

section.dashboard {
    background: #fff;
}
.dashboard .tab-content {
    padding: 0;
    background: unset;
    border-radius: 0 ;
}
.ds-main {
    display: flex;
    /* gap: 20px; */
}
.dsm-content {
    margin: 20px 0;
}
.dsmn-m-li ul.nav {
    display: block;
}
.dsm-navigation {
    background: #341105;
    padding: 15px;
    margin: 30px;
    border-radius: 10px;
}
.dsmn-m-li .nav-pills .nav-link.active, .dsmn-m-li .nav-pills .show>.nav-link {
    color: #341105 !important;
    background-color: #fff;
    text-decoration: none !important;
    font-weight: 600;
}
.dsmn-m-li .nav-pills .nav-link.active img, .dsmn-m-li .nav-pills .show>.nav-link img{
    filter: unset;
}
.dsmn-m-li a.nav-link {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2px;
    padding: 14px 10px 14px 10px !important;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.dsmn-m-li a.nav-link img{
    max-width: 18px;
}
.dsmn-m-li a.nav-link img {
    filter: brightness(0) invert(1);
}
.dsm-nav-title {
    background: #CBA135;
    color: #fff;
    margin: -15px -15px 16px -15px;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.dsm-nav-title img{
    max-width: 20px;
}
.dsm-nav-title span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.dsm-content {
    width: 100%;
    max-width: 72%;
}
.dsm-navigation {
    width: 100%;
    max-width: 250px;
    height: 100%;
    position: sticky;
    top: 100px;
}
.tic-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.tic-frow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.tic-frow .form-group {
    width: 100%;
}
.tic-tt span {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #341105;
}
.trc-underline {
    border-bottom: 2px solid #341105;
    margin-bottom: 6px;
    padding-bottom: 10px;
}
.tic-btn .main-btn1, .tic-btn .main-btn2 {
    line-height: 28px;
    padding-inline: 30px;
    font-size: 12px;
    font-weight: 500;

}
/* .tic-btn .main-btn1:before {
    background-color: #cba347;
}
.tic-btn .main-btn1:hover {
    color: #fff;
} */
.tic-frow .form-control {
    background: #f8f6f4;
    border-radius: 0;
    border: none;
    height: 36px;
    margin-top: 4px;
}
.adr-box {
    background: #f8f6f4;
    padding: 20px;
    margin-bottom: 19px;
}
.adr-box h6 {
    font-weight: 500;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 8px;
}
.adr-box h6 i {
    color: #d50606;
}
.color-error {
    color: #d50606;
}
.mb-20{
    margin-bottom: 20px;
}
.tic-table table {
    width: 100%;
    /* border: 1px solid #ededed; */
    margin-bottom: 20px;
}
.tic-table tr {
    border: 1px solid #ededed;
}
.tic-table tr td {
    border-inline: 1px solid #ededed;
    padding: 6px;
    text-align: center;
}
.tic-table tr td:first-child {
    border-inline: 1px solid #ededed;
    padding: 6px 10px;
    text-align: left;
}
.tic-table tr th {
    padding: 10px 0;
    text-align: center;
    border-inline: 1px solid #ededed;
}
.tic-table thead tr {
    background: #f8f6f4;
}

/* dashboard usermenu css */
.dsm-user-menu {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-right: 6px;
}
.dsm-notification {
    position: relative;
}

span.dhm-head-notified {
    cursor: pointer;
    position: relative;
    padding: 15px 15px 5px 0px;
    /* margin-top: 8px; */
    display: inline-block;
}
span.dhm-head-notified i {
    font-size: 20px;
    color: #341105;
}
span.noti-dig {
    background: #cba347;
    color: #fff;
    font-size: 10px;
    width: 18px;
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    right: 4px;
}
.dhm-hn-con, .dhm-hc-con {
    position: absolute;
    width: 100%;
    min-width: 400px;
    left: -300px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    border-radius: 0 0 6px 6px;
    padding: 10px 12px;
    border-top: 4px solid #341105;
    top: 62px;
    height: 160px;
    overflow-y: scroll;
    display: none;
    z-index: 9;
}
.dhm-hc-con {
    min-width: 250px;
    left: -200px;
}
.dsm-user-box {
    position: relative;
    /* padding: 8px 0; */
}
span.user-profile {
    cursor: pointer;
    font-size: 20px;
    color: #341105;
    padding: 10px 10px 5px 0px;
    display: block;
}
span.user-profile img {
    max-width: 46px;
    border-radius: 50%;
}
.dsm-ub-con {
    position: absolute;
    width: 100%;
    left: -100px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    border-radius: 0 0 6px6px;
    padding: 10px 12px;
    border-top: 4px solid #321103;
    top: 62px;
    display: none;
    z-index: 9;
}
.dsm-ubc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dsm-ub-con-b {
    display: block;
}
.dsm-ubc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dsm-ubc-inner ul li:first-child {
    padding: 0px 0px 5px;
}
.dsm-ubc-inner ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.dsm-ubc-inner ul li:last-child {
    padding: 5px 0px 0;
    border-bottom: none;
}
.dsm-ubc-inner ul li a {
    color: #321103;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.dhm-hn-con-b, .dhm-hc-con-b {
    display: block;
}
.dhm-hnc-inner ul, .dhm-hcc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dhm-hnc-inner ul li:first-child, .dhm-hcc-inner ul li:first-child {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.dhm-hnc-inner ul li, .dhm-hcc-inner ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.dhm-hnc-inner ul li a, .dhm-hcc-inner ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dhm-hl-r {
    font-size: 13px;
    font-weight: 500;
    color: #082949;
}
.dhm-hl-r p {
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.not-badge {
    background: #acffa842;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #169200;
    color: #169200;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 10px;
    min-width: 70px;
    text-align: center;
}
span.not-time {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-left: 4px;
}
span.not-delete i {
    color: #e00500;
}
.dhm-hl {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
section.web-renew {
    background: #fff;
}
.wbr-map {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 30%;
    margin-inline: auto;
}
.wbrm-box img {
    max-width: 30px;
}
.wbrm-box span {
    display: block;
    margin: 6px 0 0;
    font-weight: 600;
    color: #212121;
}
.wbr-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #321103;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 90%;
}
.wbrcl-box {
    background: #341105;
    color: #fff;
    padding: 20px;
}
.wbr-con {
    margin-top: 30px;
}
.wbrcl-tt h5 {
    color: #CBA135;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
}
.wbrcl-tt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 60px;
    height: 4px;
    background-color: #CBA135;
    bottom: 0;
    left: 0;
}
.wbrcl-tt p {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
}
span.tp-rate {
    display: block;
    text-align: end;
    font-weight: 600;
    letter-spacing: 0.5px;
}
span.wbb-p5 {
    font-weight: 600;
    letter-spacing: 0.4px;
}
.wbrcr-ic {
    background: #f8f6f4;
    padding: 20px;
}
.wbr-ttr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wbr-ttr span {
    font-weight: 600;
    color: #361107;
}
.wbr-form .form-row {
    display: flex;
    column-gap: 20px;
}
.wbr-form .form-group{
    width: 100%;
}
.wbr-form input.form-control, .wbr-form select.form-select {
    border-radius: 0;
    border: none;
    /* background-color: #fff; */
    padding: 8px 14px !important;
    font-size: 16px;
    color: #1f1e1e;
    height: 40px;
}
.wbr-checkbox {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wbrm-box {
    width: 100%;
    max-width: 60px;
}
section.logout-sec {
    background: #fff;
}
.lgs-ic {
    background: #f8f6f4;
    padding: 40px;
    max-width: 450px;
    margin-inline: auto;
    text-align: center;
}
.lgs-ic h4 {
    font-size: 30px;
    margin-bottom: 16px;
}
.lgs-ic p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.lgs-ic p a{
    color: #CBA135;
}
.lgs-ic p a:hover{
    color: #321103;
}
.lgs-ic img {
    max-width: 300px;
    margin-bottom: 20px;
}
section.ecommerce-website {
    background: #fff;
}

.ecw-tt {
    text-align: center;
}
.ecw-tt span {
    font-size: 26px;
    font-weight: 600;
}
.ecw-rtr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.ecw-rtr span {
    font-weight: 600;
}
.ecw-rtr span a{
    color: #cba135;
    font-weight: 500;
    margin-left: 14px;
    padding-left: 16px;
    border-left: 1px solid #8d8d8d;
}
.ecw-con {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    position: relative;
    /* align-items: center; */
    z-index: 0;
}
.ecwc-img {
    background: #321103;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 12px;
    margin-inline: auto;
    border: 3px solid #1a0800;
}
.ecwc-dsc p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
.ecwc-box a {
    text-align: center;
    color: #212121;
}
.ecwc-dsc p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 14px 0px 4px;
    line-height: 18px;
}
.ecwc-dsc span {
    font-size: 14px;
    font-weight: 500;
    color: #cba135;
}
/* .ecwc-box {
    width: 100%;
    max-width: 140px;
} */
.ecwc-img img {
    filter: brightness(0) invert(1);
}
.ecwc-box a:hover .ecwc-img img {
    transition: 0.5s;
    filter: unset;
}
.ecwc-box a:hover .ecwc-img {
    filter: unset;
    background-color: #f8f6f4;
    transition: 0.5s;
}
.ecw-con:before {
    content: "";
    position: absolute;
    width: 100%;
    background: url(../../assets/img/arrow.png);
    height: 20px;
    background-size: contain;
    background-repeat: repeat;
    top: 25px;
    opacity: 0.6;
    z-index: -1;
}
.emc-ic ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}

.emc-ic li {
    padding-left: var(--icon-space);
    margin: 0px 0;
    width: 100%;
    max-width: 48%;
    border-bottom: 2px solid #ffffff24;
    padding-top: 10px;
    padding-bottom: 10px;
}

  .emc-ic li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #cba347;
  }
  /* .ecw-main-con {
    margin-top: 30px;
    background: #481300;
    color: #fff;
    padding: 10px 20px;
    border: 6px solid #341105;
} */
.ecw-main-con {
    margin-top: 30px;
    background: #181818;
    color: #fff;
    padding: 10px 20px;
    border: 6px solid #393939;
}
.emc-ic li:last-child, .emc-ic li:nth-child(6) {
    border-bottom: none;
}
.sticky .dsm-ub-con, .sticky .dhm-hn-con, .sticky .dhm-hc-con {
    top: 58px;
}
.emc-ic ul {
    column-gap: 20px;
}
.bg-fff{
    background-color: #fff;
}
.psi-ic {
    display: flex;
    gap: 30px;
}
.psi-box {
    width: 100%;
    background: #fff;
    border-radius:0px !important;
    padding:0px 0px;
}
.psi-con {
    margin: 60px 0;
}
.psi-main {
    margin: -30px 0;
    background: #341105;
}
.psib-top {
    text-align: center;
}
.psib-tt h4 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.4px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
    color: #361107;
}
.psib-tt h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #361107;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50px;
}
.psi-main .psib-tt h4 {
    color: #cba347;
}
.psi-main .psib-tt h4:before {
    background: #cba347;
}
.psib-price p {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 6px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.psib-price p span {
    font-size: 16px;
    font-weight: 500;
    color: #5e5e5e;
    margin-left: 6px;
}
.psib-gst span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4e4e4e;
}
.psi-main .psib-price p{
    color: #fff;
}
.psi-main .psib-price span{
    color: #b7b7b7;
}
.psi-main .psib-gst span {
    color: #ccc;
}
.psib-btn {
    margin: 15px 0;
}
.psib-btn .tic-btn .main-btn1 {
    color: #fff;
    border-color: #fff;
}
.psib-btn .tic-btn .main-btn1:before{
    background: #fff;
}
.psib-btn .tic-btn .main-btn1:hover {
    color: #301002;
    border-color: #fff;
}
.psib-mid {
    text-align: center;
}
.psib-subscription span {
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.psib-subscription span {
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.psi-main .psib-subscription span, .psi-main .psib-additional span, .psi-main .psib-br span, .psi-main .psib-bl i {
    color: #fff;
}
.psib-subscription span {
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}
.psib-point span {
    color: #1f1e1e;
    display: block;
    margin-bottom: 4px;
    max-width: 80%;
    margin-inline: auto;
}
.psi-main .psib-point span, .psi-main .psib-server span  {
    color: #f1fefe;
}
.psib-server span {
    color: #1f1e1e;
    display: block;
}
.psib-additional span {
    color: #1f1e1e;
    display: block;
    font-weight: 500;
    max-width: 80%;
    margin-inline: auto;
}
.psib-mid hr {
    width: 80px;
    margin-inline: auto;
}
.psi-main hr {
    color: #fff;
}
.psib-bl img {
    max-width: 18px;
}
.psib-br span {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 0;
    font-weight: 500;
    color: #1f1e1e;
}
.psib-bb {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 8px;
}
.psib-bl i {
    font-size: 14px;
    color: #1f1e1e;
}
.pcsil-ic .mmt .sub-title h3, .pcsil-ic .mmt .sub-title h1 {
    font-size: 40px;
    line-height: 54px;
}
.pcsil-domain .form-group input {
    background: #f8f6f4;
    border-radius: 0;
    height: 46px;
    padding: 0px 20px;
    border: 2px solid #e5e3e2;
    font-size: 15px;
}
.pcsil-domain {
    position: relative;
}
.pcsil-domain .tic-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}
.pcsir-ic img {
    max-height: 300px;
    object-fit: contain;
}
.pws-ic {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.pwsi-box {
    background: #fff;
    border-radius: 8px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: 31%;
}
.pwdi-con {
    margin: 26px 0;
}
.pwdi-con h5 {
    font-size: 20px;
    font-weight: 500;
    color: #1f1e1e;
    margin-bottom: 8px;
}
.pwdi-con p span {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.pwdi-con p {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}
.pwdi-con p a {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 14px;
    margin-inline: 0px;
    padding-inline: 12px;
    border-right: 1px solid #ccc;
    display: block;
}
.pwdi-con p a:first-child {
    padding-left: 0;
}
.pwdi-con p a:last-child {
    padding-right: 0;
    border: none;
}
.pwdi-img {
    margin: 0px 30px -10px  30px;
    box-shadow: -5px 0px 14px #00000015;
    position: relative;
    border-radius: 10px 10px 0 0;
}
section.paln-web-select {
    border-bottom: 1px solid #d7d6d6;
}
.pwsi-box:hover .pwdi-img img {
    margin-top: -10px;
    transition: 0.4s;
}
.pwsi-box:hover .pwdi-img{
    box-shadow: -5px 0px 20px #00000020;
}
.pwdi-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000b8;
    width: 80%;
    height: 0%;
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    border-radius: 10px 10px 0 0;
}
.pwsi-box:hover .pwdi-img .pwdi-ic {
    width: 100%;
    height: 100%;
    visibility: visible;
    transition: 0.4s;
    margin: -5px 0;
}
.pwdi-btn .tic-btn .main-btn1 {
    background: #fff;
}
.pwdi-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.pwdi-btn a {
    display: flex;
    color: #cba347;
    border: 2px solid #cba347;
    line-height: 32px;
    font-size: 14px;
    padding-inline: 30px;
    background: #000000bf;
    font-weight: 600;
    align-items: center;
    gap: 6px;
}
.pwdi-btn a i{
    font-size: 12px;
}
.pwdi-btn {
    display: flex;
    gap: 10px;
}
.pwdi-btn a:hover {
    color: #fff;
    border: 2px solid #cba347;
    background: #cba347;
    transition: 0.4s;
}
.tys-ic {
    background: #f8f6f4;
    padding: 40px;
    max-width: 500px;
    margin-inline: auto;
}

.dws-con {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.dwsc-box {
    background: #fff;
}
.dwsc-con {
    /* padding: 20px 20px 12px; */
    margin-top: 16px;
}
.dwsc-tt span {
    font-size: 20px;
    font-weight: 500;
    display: block;
   margin-bottom: 6px;
   color: #341105;
}
.dwsc-st span {
    font-size: 16px;
    font-weight: 500;
    color: #747474;
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
}
.dwsc-dd {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    font-weight: 500;
    color: #1f1e1e;
    font-size: 15px;
}
.dwsc-bpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    font-size: 18px;
    font-weight: 500;
}
span.bpr-price {
    font-weight: 600;
    color: #341105;
}
.dwsc-badge {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    justify-content: space-between;
    margin: 10px 0;
    row-gap: 8px;
}
/* span.not-badge2 {
    background: #34110529;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #341105;
    color: #341105;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 10px;
    min-width: 70px;
    text-align: center;
} */
span.not-badge2 {
    background: #87878729;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #646464;
    color: #424242;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 12px;
    min-width: 70px;
    text-align: center;
}
.dwsc-box {
    max-width: 31%;
    padding: 20px;
    box-shadow: 0 0 70px #00000010;
}
.design-details-process {
    margin-top: 20px;
}
.ddp-ic {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}
.ddp-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 49%;
    padding: 8px 16px;
    background: #fff;
    margin-bottom: 16px;
}
.ddp-bl span {
    font-weight: 500;
    color: #1f1e1e;
}
.ddp-bl {
    margin-right: 12px;
}

.tic-mrw {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.tic-mrw p {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}
.tic-mrwl, .tic-mrwr {
    width: 100%;
}
.tic-mrw p span {
    font-weight: 500;
    color: #341105;
}
.tic-mrwr p {
    justify-content: end;
}
.tic-mrw p a{
    color: #cba347;
}
.color-green{
    color: #169200 !important;
}
.tic-frow .row {
    width: 50%;
}
.fg-input {
    position: relative;
}
a.view-passwd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    color: #555;
}
a.view-passwd:hover {
    color: #301002;
}
.dsm-ubc-inner ul li a img {
    max-width: 18px;
}
.upload__box {
    position: relative;
    width: 100%;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.tyo-image-upload .form-group label {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.tyo-image-upload .form-group input {
    width: 100%;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    color: #fff !important;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #321103;
    border-color: #321103;
    border-radius: 0;
    line-height: 26px;
    font-size: 14px;
    height: 42px;
}
.upload__btn p {
    margin-bottom: 0;
    line-height: 25px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 12px;
}
.upload__img-box {
    width: 100px;
    padding: 0 10px;
    margin-bottom: 12px;
    background: #fff;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 6px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}
.tyo-image-upload {
    margin-top: 20px;
}
.tyo-con-det {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.tyo-con-det span i {
    color: #321103;
}
.tyo-con-det span a {
    color: #555;
    font-weight: 600;
    margin-left: 4px;
}
.tyo-con-det span {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #341105;
}
.tyo-con-det span:last-child {
    padding-right: 0px;
    margin-right:0px;
    border-right: none;
}
.dwsc-img {
    position: relative;
}
.desvc-izoom {
    position: absolute;
    width: 20%;
    height: 40%;
    background: #00000070;
    top: 50%;
    left: 50%;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 1px 1px 60px inset #000;
    transform: translate(-50%, -50%);
}
.dwsc-img:hover .desvc-izoom{
    width: 100%;
    height: 100%;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.dsm-cart {
    position: relative;
}
span.dhm-head-cart {
    cursor: pointer;
    position: relative;
    padding: 15px 15px 5px 0px;
    /* margin-top: 8px; */
    display: inline-block;
}
span.dhm-head-cart i {
    font-size: 20px;
    color: #341105;
}
.dhm-hl-l img {
    min-width: 40px;
    max-width: 40px;
}
.cus-btn1 {
    justify-content: center !important;
    gap: 10px;
}
.frt-label span {
    /* font-family: 'Comme', sans-serif; */
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.wbr-row {
    margin: 6px 0;
}
.wbr-row .form-check label {
    font-size: 15px;
    font-weight: 500;
    color: #5c5c5c;
    text-transform: uppercase;
}
.modal {
    z-index: 99999999 !important;
    background: #0000008c;
}
.modal-header {
    justify-content: space-between;
}
button.close {
    background: #321103;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.wbr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-footer {
    justify-content: center;
}
.wbr-rr label{
    text-transform: capitalize !important;
}
.modal-content {
    border-radius: 0 !important;
    border: none !important;
}
.mdr-det {
    width: 100%;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #d3d3d3;
}
.mdr-fr .mdr-det:last-child, .mdr-srow .mdr-det:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.mdr-r {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}
.mdr-fr, .mdr-srow {
    display: flex;
    align-items: center;
}
.modal-dialog {
    max-width: 700px !important;
}
.mdr-r:last-child {
    border: none;
    margin-bottom: 0;
}
.mdr-span span {
    font-weight: 500;
    text-transform: capitalize;
    color: #5c5c5c;
}
.mdr-fr .mdr-det:nth-child(2), .mdr-fr .mdr-det:nth-child(4), .mdr-srow .mdr-det:nth-child(2), .mdr-srow .mdr-det:nth-child(4) {
    width: 60%;
}
.wbr-srr .form-control {
    border-radius: 0;
    border: none;
    background-color: #fff;
    padding: 8px 14px !important;
    font-size: 16px;
    color: #1f1e1e;
    height: 100px;
}
.wbr-srow {
    display: flex;
}
.wbr-srow div {
    width: 100%;
}
.wbr-srl-ic {
    padding-right: 100px;
}
.wbe-exc-check {
    margin-bottom: 14px;
}
.wbe-exc-check label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.wbe-note p {
    margin: 0 0 8px;
}
.wbr-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.wbr-btn .tic-btn {
    gap: 20px;
    display: flex;
}
.ddp-ic2 {
    width: 100%;
    display: flex;
    gap: 20px;
}
.ddp-ic3 .ddp-box {
    width: 100%;
    max-width: 100%;
    align-items: baseline;
}
.ddp-ic3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ddp-ic3 .ddp-box {
    width: 100%;
    max-width: 66%;
}
span.ddp-brs {
    display: block;
    font-size: 14px;
    margin: 6px 0;
}
.design-details-process hr {
    width: 100%;
    margin: 30px 0;
}.ddp-price p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #321103;
}
.ddp-cart-btn {
    width: 100%;
    text-align: center;
    margin-top: 14px;
}
.lnsl-ic, .dgc-ic, .tyo-ic, .dws-ic, .ps-ic, .ecw-box, .qei-ic  {
    background: #f8f6f4;
    padding: 50px 50px 20px;
/*    background: linear-gradient(to right, #efe7e4 0%, #311104b3 87%, #c9a242 100%);*/
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
/*    border-radius: 50px 10px;*/
    background: radial-gradient(circle, #efe7e4 0%, #9e9e9e91 51%, #efebe0 100%);
        border-top: 6px groove #c9a242;
    border-bottom: 6px groove #c9a242;
/*    padding: 52px;*/
}
.dgc-table table {
    width: 100%;
}
.dgc-table table thead tr {
    background: #321103;
    color: #fff;
    border: 1px solid #321103;

}
.dgc-table table thead tr th {
    padding: 14px 20px;
    font-size: 16px;
    border-right: 1px solid #efefef;
}
.dgc-table table tbody tr:nth-child(odd) {
    background: #fff;
}
.dgc-table table tbody tr {
    background: #efefef;
}
.dgc-price, .dgc-remove {
    text-align: center;
}
.dgc-desc span {
    display: block;
    margin-bottom: 4px;
}
.dgc-desc span.color-green, span.dgc-date {
    font-weight: 500;
}
.dgc-img img {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}
.dgc-table table tbody tr td {
    padding: 8px 8px;
    border: 1px solid #dbdbdb;
}
.dgc-table table thead tr th:last-child {
    border: none;
}
.dgc-table {
    margin-top: 30px;
}
.dgc-table table thead tr th:first-child {
    width: 100px;
}
.dgc-price span {
    font-weight: 600;
    font-size: 16px;
}
.dgc-total {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #3a3939;
}
.dgc-total p span {
    color: #341105;
    font-weight: 700;

}
.mdr-input .fc-input {
    width: 100%;
}
.mdr-srow {
    margin: 6px 0;
}
.qei-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.qig-img {
    background: #fff;
    padding: 5px;
    width: 100%;
    max-width: 80px;
}
.form-multi-group {
    width: 100%;
    padding: 6px 0;
    margin: 0px !important;
}
.fmg-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
.fmgc {
    width: 100%;
}
.fmgc span {
    /* font-family: 'Comme', sans-serif; */
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
}
.wbr-form .form-group {
    width: 100%;
}
.fmg-row .form-group {
    padding: 0;
    margin-bottom: 12px !important;
}

/*mukul */
.dwsc-box {
  width: 100%;
  max-width: 31%;
  padding: 20px;
  box-shadow: 0 0 70px #00000010;
 }
  .CheckP{ width:30px; height:30px; border:1px solid #ccc; border-radius:50% ; font-size:20px !important; padding-top:3px; color:#093;  }
  .OverlayC{ background-color:#333; top:150px; position:fixed; z-index:200000;  display:none; padding:20px; text-align:center;}
  .OverlayC h1{ color:#fff; font-size:30px; text-transform:uppercase; font-weight:bold;}
  .OverlayC p{ font-size:16px; color:#fff;}
  .cat-p{display:-ms-flexbox; display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; width:100%;}

.overlay{
     padding-left:500px;
     display:none;
     background:rgba(0, 0, 0, 0.3); position:fixed; height:100%; width:100%;z-index:200000; top:0; left:0;
 }
 .label {
     display: inline-block;
     padding: 5px 10px; /* Adjust padding as needed */
     font-size: 8px; /* Adjust font size as needed */
     font-weight: bold; /* Makes text bold */
     border-radius: 3px; /* Rounded corners */
     color: #fff; /* Default text color */
 }

 /* Warning label */
 .label-warning {
     background-color: #f0ad4e; /* Warning color */
     border: 1px solid #eea236; /* Optional border for warning */
 }

 /* Success label */
 .label-success {
     background-color: #5cb85c; /* Success color */
     border: 1px solid #4cae4c; /* Optional border for success */
 }

 /* Info label */
 .label-info {
     background-color: #5bc0de; /* Info color */
     border: 1px solid #31b0d5; /* Optional border for info */
 }

 /* Danger label */
 .label-danger {
     background-color: #d9534f; /* Danger color */
     border: 1px solid #c9302c; /* Optional border for danger */
 }

 /* Primary label */
 .label-primary {
     background-color: #007bff; /* Primary color */
     border: 1px solid #0056b3; /* Optional border for primary */
 }
.grecaptcha-badge {
            visibility: hidden;
        }
 input.parsley-success,  select.parsley-success, textarea.parsley-success { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; }
   input.parsley-error, select.parsley-error, textarea.parsley-error { color: #b94a48; background-color: #f2dede; border: 1px solid #eed3d7; }
   .parsley-errors-list { margin: 2px 0 3px; padding: 0; list-style-type: none; font-size: 0.9em; line-height: 0.9em; opacity: 0; transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; color: #ff0000; }
   .parsley-errors-list.filled { opacity: 1; }
   input[type='number'] { -moz-appearance: textfield; }
   ul.parsley-errors-list { order: 2; width: 100%; margin-top: 19px; margin-bottom: 0; }


/*END MY CSS*/

.ml-40{
    margin-left: 40px !important;
}
.ecsr-ic {height: 100%;}
.ecsr-ic img{height:100%;object-fit:cover;}
.sdsl-inner{position: relative;z-index: 0;}
.webz-btn{float: right;margin: 0 0 30px 30px;}
button.main-btn1 i {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}
.ecs-faq .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #311104 !important;
  box-shadow: none !important;
}
.ecs-faq .accordion-item {
  margin-bottom: 14px;
  box-shadow: 0 0 10px #00000020;
}
.mt-40 {
  margin-top: 40px !important;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: all;
}
.loader-content {
  color: #fff;
  font-family: Arial, sans-serif;
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: 2s ease-in-out infinite bounce;
}
.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loader-message {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}
