@import "common.css";

[data-name='M'].card-content.cata-content.productBackgroudClass:after {
    left: 144px;
}

/* header section start */
.dropend .dropdown-toggle {
    margin-left: 1em;
}

.dropdown-item:hover {
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.navdrop .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #ffffff;
}

.navbar-nav .dropdown-menu {
    position: static;
    background: #2c338c;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e41e31;
}

li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
    display: none;
}

header {
    background: var(--white-color);
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.top-nav .row {
    justify-content: flex-end;
}

.hec-list {
    font-family: var(--roboto-font);
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin-left: 45px;
    height: 45px;
}

.social li a i {
    font-size: 20px;
    color: var(--second-color);
}

.hec-list li {
    margin: 0 16px;
}

.navbar-brand.logo-right {
    margin-left: 5%;
    margin-right: auto;
}

.hec-list li:last-child {
    margin-right: 0;
}

.top-inner {
    position: relative;
    background-color: var(--main-color);
    border-bottom-left-radius: 70px;
}

.top-inner:before {
    content: "";
    position: absolute;
    right: -50vw;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--main-color);
}

.navbar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    z-index: 9999;
    width: 100%;
}

.navbar-brand {
    width: 184px;
    height: 88px;
    margin-right: 5%;
    position: relative;
}

.navbar-brand .mob-logo {
    display: none;
}

.navbar-brand img {
    object-fit: contain;
}

.top-navbar-brand {
    width: 106px;
    height: 52px;
    /* margin-left: -116%; */
    position: relative;
}

.top-nav {
    overflow: hidden;
}

.hec-list li a {
    color: var(--white-color);
    font-size: 13px;
}

.top-navbar-brand img {
    object-fit: contain;
}

.social {
    display: flex;
    align-items: center;
    justify-content: start;
}

.social li {
    margin-right: 12px;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--main-color);
    transition: var(--transition-05s);
    font-weight: 500;
    padding: 15px 13px;
    margin: 0px 7px;
    /*    padding: 0;
    margin: 10px 17px;*/
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
    display: block;
}

.navbar-toggler {
    padding: 6px;
    border: none;
    border-radius: 0px;
}

/* .navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
} */

.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

/* .navbar-nav {
  margin-left: auto;
} */
.navbar .navbar-nav .nav-item .nav-link.active::after,
.navbar .navbar-nav .nav-item .nav-link:hover::after,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"]::after {
    width: 100%;
    right: auto;
    left: 0px;
}

.navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: var(--main-color);
    bottom: -10px;
    left: auto;
    right: 0px;
    transition: var(--transition-05s);
}

.nav-link i {
    font-size: 25px;
}

@media(max-width: 1399px) {
    .navbar .navbar-nav .nav-item .nav-link {
        /*        margin: 10px 15px;*/
        font-size: 16px;
    }
}

.banner-section {
    --banner-hvh: 80vh;
    /* --banner-hhp: 100%; */
    min-height: var(--banner-hvh);
    /* height: var(--banner-hhp); */
}

.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
}

.banner-inner-section {
    background: no-repeat center center / cover;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 0px;
}

.banner-inner-section::after,
.video-box::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5270483193277311) 35%, rgba(113, 113, 113, 0) 61%, rgba(255, 255, 255, 0) 79%);
    width: 100%;
}

/* .head-pt {
  padding-top: 500px;
} */
.banner-box {
    padding-bottom: 120px;
}

.owl-carousel .owl-dots {
    margin-top: -36px;
    position: absolute;
    z-index: 99999;
    right: 33px;
}

.banner-title {
    margin-bottom: 14px;
    font-size: 55px;
    color: var(--white-color);
    position: relative;
    font-weight: 700;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 0px 18px;
}

.banner-title span {
    position: relative;
}

.banner-title span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    background-color: #E31E30;
    bottom: 0px;
    border-radius: 12px;
    z-index: -1;
}


.social-panel {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 10;
    padding: 8px 0;
    background-color: #D9D9D9;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.social-img {
    /* width: 25px; */
    /* height: 25px; */
    margin: 5px 0 0;
    padding: 5px 10px;
    text-align: center;
}

.social-img img {
    width: 30px;
    height: 30px;
}

.aboutus-section {
    padding: 50px 0px 30px;
}

.common-box .about-title-box {
    position: relative;
}

.about-title-box .common-title {
    font-weight: 400 !important;
}

.about-title-box .common-title span {
    font-weight: 800 !important;
    position: relative;
}

.about-title-box .common-title span:after,
.videotop h2 span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #E31E30;
    bottom: 0px;
    border-radius: 12px;
}

.about-title-box .common-btn,
.blog-title-box .common-btn {
    --boco-btn: var(--main-color);
    --bg-btn: var(--main-color);
    --common-btn-color: var(--white-color);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
}

.about-title-box .common-btn:hover,
.blog-title-box *.common-btn:hover {
    --boco-btn: var(--main-color);
    --bg-btn: rgba(255, 255, 255, 0);
    --common-btn-color: var(--main-color);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
}

.mission-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 0px;
}

.mission-list li {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ml-img {
    --ehw-ali: 40px;
    width: var(--ehw-ali);
    height: var(--ehw-ali);
}

.ml-img img {
    object-fit: contain;
}

.ml-text h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--black-color);
}

.product-box {
    position: relative;
}

.product-Innbox {
    display: block;
    position: relative;
    z-index: 1;
}

.product-img {
    background: rgba(var(--main-color), 0.3);
    width: 100%;
    height: 80PX;
}

.product-img img {
    object-fit: contain;
}

.common-section.video-section {
    padding-bottom: 0px;
    /*    margin-bottom: -150px;*/
    padding-top: 40px;

}

.video-main {
    background: no-repeat center center / cover;
    width: 100%;
    height: 567px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}


.innervideobox {
    height: 100%;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4738270308123249) 35%, rgba(255, 255, 255, 0.4458158263305322) 98%);
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4738270308123249) 35%, rgba(255, 255, 255, 0) 44%); */

}

.videotop h2,
.videotext h2 {
    font-size: 48px;
    font-weight: 400;
}

.videotop h2 span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.videotext h2 {
    color: white;
    font-weight: 500;
}

.video-box span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    inset: 0px;
    /* margin: auto; */
    font-size: 25px;
    margin-top: 21%;
    margin-left: 4%;
    color: white;
    z-index: 9999;
}

.video-box::after {
    border-radius: 65px;
}

.common-section.Partners-section {
    padding-top: 230px;
}

.Partners-section,
.blog-section,
.ctainner-section,
.footer-section {
    background: no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 0px;
}

.videotext .common-bg-btn {
    --boco-btn: var(--white-color);
    --bg-btn: var(--white-color);
    --common-btn-color: var(--main-color);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
    padding: 12px 58px 12px 21px;
    font-size: 16px;
    border-radius: 26px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
}

.videotext .common-bg-btn::after {
    content: '›';
    position: relative;
    font-family: var(--font-awesome);
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    left: 45px;
    bottom: 0px;
}

.videotext .common-bg-btn:hover {
    border-color: white;
    color: white;
    background: transparent;
}

.Partners .common-title {
    font-size: 34px;
    padding: 0px 75px 0px 0px;
}

.Partners .common-title span {
    font-weight: 600;
    position: relative;
}

.Partners .common-title span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #E31E30;
    bottom: 0px;
    border-radius: 12px;
}

.blog-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row .mobileinner-blogrow {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1719px;
}

.inner-container {
    max-width: 1539px;
}

.about-title-box .common-title {
    font-size: 54px !important;
    padding: 50px 108px 9px 0px !important;
}

.blog-title.common-title {
    font-weight: 400 !important;
}

.MostView-slider {
    padding: 21px 0px;
}

.blog-title .common-title span {
    font-weight: 800 !important;
    position: relative;
}

.blog-title .common-title span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    background-color: #E31E30;
    bottom: 0px;
    z-index: -1;
    border-radius: 12px;
}

.blogBox-main {
    overflow: hidden;
    position: relative;
}

.blogBox-main::before {
    content: '';
    position: absolute;
    display: inline-block;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--second-color), 0.85);
}

.blogBox-img {
    width: 100%;
    height: 304px;
    overflow: hidden;
    border-radius: 35px;
}

.blogBox-main>* {
    position: relative;
    z-index: 1;
}

.blogBox-text {
    text-align: left;
    padding: 20px 0px;
}

.blogBox-text .common-btn::after {
    left: 12px;
}

.blogBox-title,
.blogBox-text>h4,
.common-section .blogBox-text>h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 4px;

}

.blogBox-text .common-para,
.blogBox-text>div.common-para {
    color: var(--black-color);
    line-clamp: 2;
    -webkit-line-clamp: 2;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-weight: 400;
    font-size: 20px;
    padding: 0px 177px 0px 0px;
}

.blogBox-text .common-btn {
    padding: 6px 18px 6px 0px;
    color: var(--black-color);
    text-transform: capitalize;
    text-align: left;
    border-radius: 0px;
    border: none;
    background: none;
}

.blogBox-text .common-btn:hover {
    text-decoration: underline;
}

.row.inner-blogrow {
    padding: 60px 0px;
}

.cta-img {
    width: 100%;
    height: 466px;
    object-fit: cover;
    margin-top: -66px;
}

.cta-section {
    padding: 0px 20px 60px;
}

.ctainner-section {
    background-color: #060e75;
    border-radius: 80px;
    height: 358px;
    overflow: visible;
}

.cta-box {
    text-align: left;
    color: white;
    padding: 0px 48px;
}

.blog-section {
    padding: 0px 0px 60px;
    overflow: visible !important;
}

.cta-box .common-title {
    color: var(--white-color) !important;
    font-weight: bold !important;
    margin-bottom: -10px !important;
}

.cta-box .common-sub-title {
    font-size: 24px !important;
    font-weight: 300 !important;
}

.inner-footer {
    padding: 60px 0px 0px;
}

.social-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.copy-text {
    margin-top: 35px;
    text-align: center;
    padding: 18px 0px;
    color: black;
    font-weight: 500;
    font-size: 16px;
    border-top: 1px solid #242535;
}

.copy-box {
    padding: 0px 200px;
}

.foot-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.foot-list.contact-list.sociallistalign {
    align-items: center;
}

.social-list.shreesocial li a i {
    color: #e41e31;
}

.social-list.bangursocial li a i {
    color: #232b85;
}

.foot-list li a {
    transition: var(--transition-05s);
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.foot-list li a:hover {
    text-decoration: underline;
}

.price-tabs {
    gap: 60px;
    position: relative;
    border-top: 1px solid rgba(var(--main-color), 0);
    border-bottom: 1px solid rgba(var(--main-color), 0);
    width: max-content;
    margin: 103px auto 22px;
}

.price-tabs li .nav-link.active {

    background: transparent;
    font-weight: 600;
    font-size: 38px;
    /* border-left: none; */
    /* border: none; */
    /* border-right: 1px solid rgba(var(--main-color), 0); */
    /* border-left: 1px solid rgba(var(--main-color), 0); */
    color: rgba(var(--white-color), 1);
    /* background: rgba(var(--second-color), 1); */
}

.price-tabs li .nav-link {
    position: relative;
    border: none;
    border-right: none;
    border-left: none;
    border-top: none;
    color: rgba(var(--black-color), 1);
    padding: 12px 22px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 30px;
    min-width: 220px;
}

.price-tabs::after {
    bottom: var(--etb-pba);
}

#btcolor.nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7px;
    left: 0px;
    bottom: -1px;
    right: 0px;
    background: #ff000d;
    margin: auto;
    border-radius: 9px;
    --etb-pba: 0px;
}

.price-tabs::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    left: 0px;
    right: 0px;
    background: #e0222c60;
    margin: auto;
    border-radius: 9px;
    --etb-pba: 0px;
}

.price-tabs li:last-child .nav-link::before,
.price-tabs li .nav-link.active::before {
    opacity: 0;
}

.price-tabs li .nav-link::before {
    right: var(--etb-plba);
}

.price-tabs li .nav-link::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 70%;
    top: 0px;
    bottom: 0px;
    background: rgba(var(--second-color), 1);
    transition: var(--transition-05s);
    margin: auto;
    --etb-plba: -2px;
}

.price-tabs::before {
    top: var(--etb-pba);
}

.card-box {
    background-color: w;
    height: 460px;
    margin: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 63px 32px 32px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0px 10px;
    border-radius: 64px;
    justify-content: start;
}

.cardinner-img {
    z-index: 2;
    width: auto;
    height: 380px;
    position: relative;
    margin-left: 20px;

}

.card-BtnBox {
    display: flex;
    gap: 8px;
}

.card-BtnBox .common-btn {
    background: #2c338c;
    color: white;
    padding: 10px 36px 10px 16px;
    font-size: 14px;
    border-radius: 26px;
}

.card-BtnBox .common-btn::after {
    left: 16px;
}

.card-BtnBox .common-btn:hover {
    background: #ffffff00;
    color: #2c338c;
    border-color: #2c338c;
}

.card-BtnBox .learn {
    background: #ffffff00;
    color: #2c338c;
    border-color: #2c338c;
}

.card-BtnBox .learn:hover {
    background: #2c338c;
    color: white;
}

.obe-OverWidth {
    padding: 41px 0px 0px;
    /* width: calc(100% + 15%); */
}

.owl-nav {
    display: flex;
    margin-top: 35px;
    justify-content: flex-start;
    padding: 0px 20px;
}

[data-name='M'].card-content:after {
    left: 55px;
}

.card-content::after {
    content: attr(data-name);
    position: absolute;
    display: block;
    top: -62px;
    left: 0px;
    right: 98px;
    font-size: 240px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ECEDF5;
    transition: var(--transition-05s);
    width: max-content;
    margin: auto;
    z-index: 0;
}

.card-content::before {
    content: '';
    width: 227px;
    height: 321px;
    background-color: #ECEDF5;
    position: absolute;
    top: 32px;
    left: 29px;
    right: 0px;
    border-top-left-radius: 40px;
    z-index: -9999;
}

.card-TitleBox {
    padding: 2px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    gap: 0px;
}

.card-TitleBox p {
    margin-bottom: 0px;
}

.cardbt {
    margin-bottom: 15px;
}

.card-TitleBox h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
}

.card-TitleBox span {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    --ehw-owl-btn: 47px;
    width: calc(var(--ehw-owl-btn));
    height: calc(var(--ehw-owl-btn));
    transition: var(--transition-05s);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    color: #2c338c;
}

#JU .card-content::after {
    color: #F9D3D5;
    left: -61px;
}

#JU .card-content::before {
    background-color: #F9D3D5;
}

#PO .card-content::after {
    color: #ea813824;
    left: -61px;
}

#PO .card-content::before {
    background-color: #ea813824;
}

#RO .card-content::after {
    color: #72b8844a;
    left: -61px;
}

#RO .card-content::before {
    background-color: #72b8844a;
}

#RU .card-content::after {
    color: #FFFCC2;
    left: -61px;
}

#RU .card-content::before {
    background-color: #FFFCC2;
}

.details-tabs {
    position: relative;
    border-radius: 21px;
    border: 1px solid #2c338c;
    width: max-content;
    margin: 41px auto 22px;
}

.details-tabs li:last-child .nav-link::before,
.details-tabs li .nav-link.active::before {
    opacity: 0;
}

.details-tabsli .nav-link::before {
    right: var(--etb-plba);
}

.details-tabs li .nav-link::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 70%;
    top: 0px;
    bottom: 0px;
    background: rgba(var(--second-color), 1);
    transition: var(--transition-05s);
    margin: auto;
    --etb-plba: -2px;
}

.details-tabs li .nav-link.active {
    transition: var(--transition-05s);
    border: none;
    color: white;
    background: #2c338c;
    font-weight: 500;
    font-size: 30px;
    position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 19px;
}

.details-tabs li .nav-link {
    position: relative;
    border: none;
    color: var(--black-color);
    transition: var(--transition-05s);
    padding: 11px 20px;
    font-weight: 500;
    font-size: 30px;
    min-width: 337px;
}

.details-tabs li .nav-link.active::after {
    transition: var(--transition-05s);
    background: #2c338c;
    clip-path: polygon(100% 50%, 100% 50%, 50% 100%, 0% 50%);
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 48px;
    left: 0px;
    bottom: -23px;
    right: 0px;
    margin: auto;
}

.features-box {
    margin: 18px;
    height: 205px;
    display: block;
    background: var(--transparent-color);
    padding: 20px;
    box-shadow: 3px 2px 6px 0px rgb(91 86 86 / 17%);
    transition: var(--transition-05s);
    border-radius: 30px;
}

.features-icon {
    --ehw-features-icon: 45px;
    width: var(--ehw-features-icon);
    height: var(--ehw-features-icon);
    margin-bottom: 15px;
}

.features-icon img {
    object-fit: contain;
}

.features-list-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.features-list-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #959595;
    font-size: 14px;
}

.inner-para {
    padding: 3px 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: black;
    margin-bottom: -9px;
}

.iframe-box {
    width: 100%;
    height: 680px;
}

.iframe-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.map-section {
    margin-top: 65px;
    border-radius: 54px;
    /* border: 2px solid; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 40px;
}

.redbtm {
    font-size: 48px;
    font-weight: 600;
    position: relative;
}

.download-main-title .common-box .common-title .redbtm:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    background-color: #E31E30;
    bottom: 0px;
    z-index: -1;
    border-radius: 12px;
}

.innermap-para {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0px 0px;
}

.obe-section {
    padding-bottom: 0px !important;
}

.slider-counter {
    display: none;
    text-align: right;
    margin-right: 28px;
    font-size: 48px;
    font-weight: 200;
    color: #2c338c;
}

.price-section {
    padding-top: 50px;
}

.img-box {
    display: none;
}

.img-box img {
    object-fit: contain;
}

.road {
    width: 100%;
    position: relative;
}

.road::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    left: 0px;
    right: 0px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    top: 76px;
    background: #cccccc;
    filter: blur(8px);
    margin: auto;
    --etb-pba: 0px;
    filter: blur(1px);
}

.road::after {
    bottom: var(--etb-pba);
}

#btcolor.nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0px;
    bottom: 0;
    right: 0px;
    opacity: 1;
    transition: all ease-in-out 1s;
    background: no-repeat center center / contain;
    height: 90px;
    top: -210px;
    width: 200px;
    left: -150%;
}

#btcolor.nav-item .nav-link.active::before {
    /* content: url(../images/car2.png); */
    background-image: url(../images/car21.png);
    left: 0px;
}

.cardinner-img img {
    object-fit: contain;
}

.blog-OverWidth {
    width: calc(100% + 15%);
}

.desktopfoot {
    display: block;
}

.mobilefoot {
    display: none;
}

.mobileinner-blogrow {
    display: none;
}



.btn-close {
    background-image: url(../images/btclose.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.offcanvas-body .mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-left: 0px;
    justify-content: space-between;
    height: auto;
    gap: 16px;
}

.offcanvas-header {
    padding: 20px;
}

.offcanvas-body .navbar-nav .nav-item .nav-link::after {
    display: none;
}

.offcanvas {
    background-color: var(--main-color);
    background-image: url(../images/canvasback.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mobile li a {
    font-size: 16px;
}

.footcanvas {
    display: none;
}

#offcanvasRight {
    display: none;
}

.mobfirst {
    display: flex;
    align-items: center;
    gap: 40px;
}

.mobsearch-icon {
    font-size: 17px;
    color: white !important;
    font-weight: 400;
    margin: 10px 10px;
}

#homeaccordionExample {
    display: none;
}

.footimg img {
    width: 105px;
    height: 50px;
}

.left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fontwe {
    font-weight: 500 !important;
}

.foot-logo img {
    object-fit: contain;
    width: 140px;
    height: 60px;
}

.btline {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.btline::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #E31E30;
    bottom: 0px;
    border-radius: 12px;
}

.perahead {
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
}

.innerpage-para p {
    font-size: 18px;
    line-height: 25.2px;
    color: #000000;
}

.innerpage-para {
    width: 100%;
    padding: 18px 24px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

.innerpage-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

h2.inner-title {
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 400;
}

.ctinner-section {
    background-color: #060e75;
    border-radius: 80px;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-section {
    margin-bottom: 35px;
    overflow: hidden;
}

.atm-img {
    height: 482px;
    margin-bottom: -81px;
    margin-top: -76px;
}

.atm-img img {
    object-fit: contain;
}

.cta-para {
    margin: 15px 0px;
}

.cta-para p {
    font-weight: 300;
    font-size: 21px;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.mobileben {
    display: none;
}

.obe-OverWidth .inner-title {
    text-align: center;
}

.desktopheadingtab {
    display: none;
}

.mobile-in {
    display: none;
}

.innerlist li h3 {
    font-size: 18px;
    font-weight: 500;
}

.subinner_headpara {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 50px;
}

.innerlist li p {
    margin-bottom: 5px;
}

/* contact us */
.inner-section.head-pt {
    padding-bottom: 50px;
}

.banner-innerimg {
    height: 100%;
}

.banner-innerimg img {
    --radius: 160px;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    height: 290px;
    object-fit: cover;
    object-position: center;
}

li.breadcrumb-item {
    align-items: center;
    display: flex;
}

.breadcrumb-item a {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.breadcrumb-item.active {
    position: relative;
    padding: 3px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.banner-innnnerbox {
    float: right;
}

.breadcrumb-item.active::before {
    --imgsize: 26px;
    background-image: url(../images/chevron-right.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3px;
    width: var(--imgsize);
    height: var(--imgsize);
}

.breadcrumb {
    align-items: center;
    position: relative;
    display: inline-flex !important;
}

.breadcrumb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    right: 0px;
    bottom: -6px;
    background: #000000;
    border-radius: 12px;
}

.banner-innnnerbox h1 {
    font-size: 48px;
    font-weight: 600;
    color: #302C8C;
}

.inner-title span {
    color: #E41E31;
}

.inner-title.infaq span {
    color: #000000;
}

.cta-form-box {
    margin-top: 30px;
}

.form-box {
    margin-bottom: 15px;
}

.form-box .form-control {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    background: #FFFFFF;
    color: #828282;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.select-box,
.form-control,
.select-box:hover,
.form-control:hover,
.select-box:focus,
.form-control:focus {
    position: relative;

}

.select-box .form-control {
    position: relative;
    background: #FFFFFF;
    color: #000000;
}

textarea.form-control {
    resize: none;
}

main.contactbackground {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left top;
}

.contactfaq {
    background-repeat: no-repeat;
    background-position: calc(100% - -155px) 94px;
    background-size: cover;
}

.rightcontact {
    margin-left: -10%;
    border-radius: 15px;
    padding: 80px 90px;
    height: 660px;
    background-color: #fdf2f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contactinfohead {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #000000;

}

.contactinfo h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
}

.contactitem li span {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.contactpara {
    font-size: 20px;
    font-weight: 400;
    font-weight: 25px;
    color: #000000;
}

.contactitem {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
}

.contactitem li {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
}

.contactitem li img {
    --icosize: 30px;
    width: var(--icosize);
    height: var(--icosize);
}

.form-box .common-btn:hover {
    --boco-btn: var(--main-color);
    --bg-btn: rgba(255, 255, 255, 0);
    --common-btn-color: var(--main-color);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
}

.form-box .common-btn {
    --boco-btn: var(--main-color);
    --bg-btn: var(--main-color);
    --common-btn-color: var(--white-color);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
}

.btencontactgroup {
    height: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 35px 40px;
}

.btn.contactgroupbtn {
    transition: var(--transition-08s);
    border-radius: 25px;
    padding: 8px 34px;
    position: relative;
    background-color: #fdf2f4;
    color: #000000;
    display: inline-flex;
    height: 100%;
    gap: 34px;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn.contactgroupbtn:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.contactgroupbtn span {
    font-size: 18px;
    font-weight: 500;
}

.btn.contactgroupbtn span i {
    transform: rotate(-45deg);
}

/* .contactgroupbtn span::after{
content: '\f061';
position: absolute;
font-family: var(--font-awesome);
font-weight: 600;
vertical-align: middle;
display: inline-block;
right: -27px;
transform: rotate(-45deg);
} */
button.accordion-button.border-bottom.collapsed.fw-semibold::after {
    background-image: url(../images/plus.png) !important;
    transition: all 0.5s;
    background: #302C8C;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
}

button.accordion-button.border-bottom.collapsed.fw-semibold::after {
    transition: all 0.5s;
}

.accordion-button.commonac:not(.collapsed) {
    color: #000000 !important;
    padding: 24px 0px !important;
    border-bottom: 1px solid #C6C8F4 !important;
}

.accordion-body.inneraccodian {
    padding: 24px 0px 0px;
}

.accordion-body.inneraccodian p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: -10px;
    padding-right: 5%;
}

.accordion-button.commonac:not(.collapsed)::after {
    background-image: url(../images/typcn_minus.png) !important;
    transform: var(--bs-accordion-btn-icon-transform) !important;
    background: #E41E31;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
}

.accordion-button.commonac {
    padding: 42px 0px !important;
    background: transparent !important;
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 30px;
    color: #000000 !important;
}

.accordion-button.commonac:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion.accordion-flush {
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
}

.accordion-item.rounded-3.border-0.mb-2 {
    color: var(--bs-accordion-color);
    background-color: transparent !important;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-body.inneraccodian p .innerlink {
    color: #302C8C;
}

.in {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.border-bottom {
    border-bottom: 1px solid #C6C8F4 !important;
}

/* listing */
.listing-inner-page {
    --banner-hvh: 83.5vh;
    --banner-hhp: 100%;
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    position: relative;
    background: rgba(250, 250, 245, 1) no-repeat center center / cover;

}

.listhead-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}

.subinnerlist_headpara {
    margin-top: 28px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 20px;
}

.listingfirstsec {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

ul.catabtngroup {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}

.btn.listgroupbtn {
    transition: var(--transition-08s);
    border-radius: 25px;
    padding: 8px 34px;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.listgroupbtn span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.btn.listgroupbtn.active {
    border-color: red;
}

.cathead {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    color: #000000;
}

.card-box.catapbox {
    background-color: white;
    height: 419px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 60px 0px 32px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    border-radius: 54px;
    justify-content: left;
}

.catagoryinner-img {
    z-index: 2;
    width: 300px;
    height: 330px;
    position: relative;
    margin-left: 10px;
}

.catagoryinner-img img {
    object-fit: contain;
}

.card-content.cata-content::before {
    content: '';
    width: 200px;
    height: 260px;
    top: 38px;
    left: 30px;
    z-index: 2;
}

.card-content.cata-content::after {
    top: -51px;
    left: 80px;
    font-size: 230px;
}

.card-content.cata-content {
    margin-left: -30px;
}

#RU .card-content.cata-content::after,
#RO .card-content.cata-content::after,
#PO .card-content.cata-content::after,
#JU .card-content.cata-content::after {
    left: 10px;
}

.row.catinrow {
    gap: 40px 0px;
}

ul.catainlist {
    list-style: disc;
}

ul.catainlist li p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

ul.catainlist li p span {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.catabottomsec {
    padding-top: 35px;
}

.common-section.Exploresec {
    padding: 0px 0px 60px;
}

.Exploresec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.catatablesec {
    background-repeat: no-repeat;
    background-position: right 85%;
    background-size: cover;
}

.table {
    position: relative;
}

.table-responsive.catatableresponsive {
    border-left: 10px solid #00a04b;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    overflow-x: auto;
    border-radius: 50px;
}

.table>:not(caption)>*>* {
    padding: 20px !important;
    border-bottom-width: 0px !important;
}

.tableheading {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #2b338c;
}

.tabletext {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

table>.topheadtitle {
    vertical-align: top !important;
}

.tabtitle {
    padding-bottom: 35px;
}

tbody tr.hovereffect:hover {
    background-color: white !important;
}

.tabheading {
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    color: #2B338C;
}

.table-responsive.catatableresponsive.mobiletable {
    display: none;
}

.nav.nav-tabs.catatabnav .nav-link {
    padding-bottom: 0px;
    color: #2B338C;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    border: none;
}

.nav.nav-tabs.catatabnav .nav-link.active {
    font-weight: 800;
    border-bottom: 2px solid #2B338C;
}

.nav.nav-tabs.catatabnav {
    border: none;
    padding-bottom: 4px;
}

.mbtab {
    display: none;
}

.productcardinner {
    position: relative;
}

h2.inner-title.inproduct {
    margin-bottom: 20px;
}

h2.inner-title.inproduct span {
    color: black;

}

.appliimgbox:after {
    left: 0px;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4738270308123249) 35%, rgba(255, 255, 255, 0.4458158263305322) 98%);
    opacity: 0.8;
    border-radius: 35px;
}

.propera {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}

.subinner_headpara.subpara_headpara {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 55px;
}

.producttopimg {
    width: 320px;
    height: auto;
    margin-left: 0px;
}

.producttopimg::before {
    content: '';
    width: 280px;
    height: 375px;
    top: -45px;
    left: -45px;
    z-index: -1;
    background-color: #ECEDF5;
    position: absolute;
    right: 0px;
    border-top-left-radius: 40px;
}

.producttopimg::after {
    content: attr(data-name);
    position: absolute;
    top: -141px;
    left: 270px;
    right: 0px;
    font-size: 250px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ECEDF5;
    transition: var(--transition-05s);
    z-index: -2;
}

.protopright {
    width: 100%;
}

.btn.listgroupbtn:hover {
    border-color: #e31e30;
}

.produc-box {
    background: #2B338C;
    border-radius: 80px;
    padding: 70px 75px 50px;
}

.cta-chat-img {
    --ewh-cta-img: 340px;
    width: var(--ewh-cta-img);
    height: auto;
    margin-top: -165px;
}

.common-section.productinnersec {
    padding-bottom: 10%;
}

.common-section.advantages-sec {
    overflow: visible;
}

.advlist li {
    display: flex;
    align-items: start;
    gap: 20px;
}

.advlist li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.advhead {
    display: block;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
}

.advlist li p {
    position: relative;
    font-size: 26px;
    color: white;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.appliimgbox {
    width: 100%;
    height: 470px;
    position: relative;

}

.appliimgbox img {
    border-radius: 35px;
    object-fit: cover;
}

.applititle {
    z-index: 2;
    left: 20px;
    bottom: 30px;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    position: absolute;
}

.appli-overlay {
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4738270308123249) 35%, rgba(255, 255, 255, 0) 44%);
}

.card-BtnBox.applibtn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

.card-content.cata-content.applicard-content::after {
    top: -51px;
    left: 124px;
    font-size: 230px;
}

#RU .card-content.cata-content.applicard-content::after,
#RO .card-content.cata-content.applicard-content::after,
#PO .card-content.cata-content.applicard-content::after,
#JU .card-content.cata-content.applicard-content::after {
    left: 64px;
}

.loadmorec {
    display: none;
}

/* a.btn.common-btn.load-more {
    display: inline-block;
    background: #2c338c;
    color: white;
    padding: 12px 58px 12px 21px;
    font-size: 16px;
    border-radius: 26px;
    transform: scale(1.4);
}

a.btn.common-btn.load-more:hover {
    background: #ffffff00;
    color: #2c338c;
    border-color: #2c338c;
} */

.card-box.catapbox.applicardbox {
    justify-content: space-between;
}

.card-content.cata-content.applicard-content {
    width: 300px;
    margin-left: -33px;
}

.card-TitleBox.cattitle {
    padding-right: 16px;
}

.productpagesec {
    background-repeat: no-repeat;
    background-position: center -200%;
    background-size: contain;
}

.productinnersec {
    background-repeat: no-repeat;
    background-position: left -200%;
    background-size: contain;
}

.probackimg {
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: contain;
}

.profaq {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.excellence-section {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.productinbox.mobactive {
    display: none;
}

.card-BtnBox.catbtnbox.applibtbox {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.accordion-button.commonac::after {
    display: block;
}

.values-box {
    height: 270px;
    padding: 20px 30px;
    background: white;
    border: 1px solid #DADADA;
    transition: var(--transition-05s);
    border-radius: 30px;
}

.values-box:hover {
    border-bottom: 10px solid #00A04B;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.values-img {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}

.values-img img {
    object-fit: contain;
    transition: var(--transition-05s);
}

.values-img .vhover-block,
.values-box:hover .values-img .vhover-none {
    display: none;
}

.values-box:hover .values-img .vhover-block {
    display: block;
}

.values-title {
    font-size: 32px;
    font-weight: 500;
    color: #131313;
    transition: var(--transition-05s);
}

.values-box:hover .values-title {
    color: #00A04B;
}

.values-para {
    margin-top: 20px;
    line-height: 25px;
    font-size: 20px;
    color: #1A1A1A;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: var(--transition-05s);
}

.values-para p:last-child {
    margin-bottom: 0px;
}

.test-video-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
}

.test-video-box img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.subinner_headpara.subpara_headpara.excellenceheadpara {
    padding-top: 3%;
}

.productinbox.excellencebox {
    padding-left: 5%;
}

.responsibilitylist {
    padding-top: 5%;
    padding-right: 5%;
}

.responsibilitylist li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.respli {
    display: flex;
    align-items: start;
    gap: 20px;
}

.rescontent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rescontent span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.rescontent p {
    color: #1A1A1A;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.responsibilityrightsec {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.topresimg img {
    border-radius: 16px;
    object-fit: contain;
}

.bottomresimg {
    display: revert;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.rebtleft {
    display: none;
    height: auto;
}

.rebtleft img {
    width: 200px;
    height: 170px;
    border-radius: 16px;
    object-fit: cover;
}

.rebtright img {
    width: 100%;
    height: 170px;
    border-radius: 16px;
    object-fit: cover;
}

.rebtright {
    height: auto;
}

/* testimonial */

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    z-index: 1;
    position: relative;
    width: 425px;
    aspect-ratio: 85/106;
    border-radius: 35px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    margin-top: 0px;
    bottom: auto;
}

.testiimg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f36c23;
    z-index: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    top: 18px;
}

ul.testcontentlist.innerlist {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 15px;
}

.testiimg {
    width: 500px;
    height: 530px;
    position: relative;
}

.feedback-slider-item {
    position: relative;
    padding: 65px 200px;
}


/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */


.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 1;
}


.customer-feedback .owl-nav {
    justify-content: space-between;
    margin-top: 0px;
}


.customer-feedback .owl-prev {
    left: 35px;
}


.customer-feedback .owl-next {
    right: 35px;
}



/* RESPONSIVE */
.gallery-number {
    padding: 10%;
    width: 100%;
    height: 100%;
    text-align: center;
}

section.common-section.slidsecnew {
    padding-top: 0px;
}

.subinner_headpara.subpara_headpara.excellenceheadpara.slidsecheadpara {
    padding-top: 20px;
    margin-bottom: -30px;
}

section.common-section.valusection {
    margin-top: -6%;
}

/* slick crousal section******************************************* */
.slick-slide {
    opacity: 0;
}

.slick-slide.slick-cloned {
    opacity: 0;
}

.slick-slide.slick-active {
    opacity: 0.5;
}

.slick-slide.slick-active.slick-current {
    opacity: 1;
}

.slick-vertical .slick-slide {
    margin: 20px 0 10px 0 !important;
    height: 260px;
}

.slick-slide.slick-cloned.slick-active {
    height: 260px;
}

.slick-slide .gallery-txt .galleryhead {
    font-size: 18px;
}


.slick-slide.slick-active.slick-current .gallery-txt {
    background-color: #2b338c;
    padding: 60px 50px !important;
    border-radius: 35px;
    opacity: 1;
}

.slick-slide.slick-active.slick-current .galleryyear {
    font-size: 231px;
    color: #E41E31;
    line-height: 60px;
    font-weight: 600;
}

.slick-slide.slick-active.slick-current .gallery-txt .gallerypara {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: white;
}

.slick-slide.slick-active.slick-current .gallery-txt .galleryhead {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: white;
    margin-bottom: 30px;
}

/* .slick-vertical .slick-current .galleryyear {
    font-size: 231px;
    color: #E41E31;
    line-height: 60px;
    font-weight: 600;
} */

.slick-slide.slick-active .gallery-txt .gallerypara {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #979797;
}

.slick-vertical .slick-slide .gallery-txt {
    background-color: #2b338c00;
    opacity: 1;
    padding: 60px 50px;
}

.slick-vertical .slick-slide .galleryyear {
    font-size: 120px;
    color: #E4E4E4;
    line-height: 60px;
    font-weight: 500;
}

.slick-vertical .slick-slide .galleryhead {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #979797;
    margin-bottom: 30px;
}

.slick-dots li {
    position: relative;
    display: revert;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 60px !important;
    height: 8px !important;
    border-radius: 20px;
    font-size: 0;
    display: block;
    background: #2c338c45;
}

.slick-dots li.slick-active button {
    background: #E41E31;
}

.slick-dots li button:before {
    display: none;
}

.slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
    position: absolute;
    top: 0px;
    width: 0;
    right: 0;
    left: 70%;
    bottom: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
}

/* slick crousal section close ******************************************* */
/* aboutclose */


.testidesi {
    font-size: 24px;
    line-height: 28px;
}

.testiname {
    line-height: 37px;
    font-size: 32px;
    font-weight: 500;
}

/* get-estimate */

.estimate-btn {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--main-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 26px;
    font-weight: 500;
    text-wrap: nowrap;
}

.estimate-btn:hover,
.estimate-btn:active,
.estimate-btn:focus {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.estimate_main-btn {
    background: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 26px;
    font-weight: 500;
    text-wrap: nowrap;
}

.estimate_main-btn:hover,
.estimate_main-btn:active,
.estimate_main-btn:focus {
    background: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
}

.estimate_part {
    position: relative;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/estimate.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.estimate_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.estimate_image img.image1 {
    width: 100%;
    object-fit: cover;
}

.left_side_image,
.left_side_image_lg img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.left_side_image img,
.left_side_image_lg img {
    aspect-ratio: 43 / 55;
    object-fit: cover;
    width: 370px;
    object-position: bottom;
}

.left_side_image {
    display: none;
}

.left_side {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%;
    position: relative;
}

.left_logos,
.left_logos_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.left_logos .image1,
.left_logos .image2,
.left_logos_mobile .image1,
.left_logos_mobile .image2 {
    width: 110px;
}

.left_text {
    color: #fff;
}

.left_text h1 {
    font-size: 55px;
    font-weight: 500;
}

.left_text p {
    max-width: 500px;
}

.left_bottom {
    background: #29348E;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    position: sticky;
    bottom: 12px;
    z-index: 1;
}

.left_bottom p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.left_bottom img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.left_bottom .estimate-btn {
    margin-left: 10px;
}

.right_side {
    background-color: var(--white-color);
    padding: 50px 35px;
    border-radius: 25px;
    background-image: url('../images/Backgroundget.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.right_side.style2 {
    padding: 55px 35px 60px;
}

.right_side h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--main-color);
}

.right_side p {
    margin-bottom: 15px;
    line-height: 22px;
}

.right_side.style2 p {
    line-height: 32px;
}

.price {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: var(--black-color);
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact {
    padding: 25px 0;
    color: #333333;
    font-size: 15px;
}

.contact p {
    color: #333333;
    font-size: 15px;
    margin-bottom: 4px;
}

.contact ul {
    list-style: none;
    padding-left: 0;
}

.contact ul li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.contact ul svg {
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.right_side svg {
    margin-bottom: 20px;
}

.right_side .form-control,
.right_side .form-select {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    min-height: 65px;
    border-radius: 15px;
    box-shadow: 4px 2px 10px rgb(136 136 136 / 20%);
    margin-bottom: 20px;
    font-size: 15px;
    color: #505050;
    padding: 10px 20px;
}

.right_side .form-control::placeholder {
    font-size: 15px;
    color: #505050;
}

.right_side .form-control:focus,
.right_side .form-select:focus {
    border: 1px solid var(--second-color);
}


.right_side .estimate_main-btn svg {
    margin-bottom: 0;
    margin-left: 15px;
}

.right_side .form-label {
    color: var(--black-color);
    font-size: 15px;
    text-wrap: nowrap;
    margin-right: 30px;
    margin-bottom: 0;
}

.right_side .form-label span {
    color: var(--second-color);
}

.right_side .right-text {
    color: var(--black-color);
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 30px;
}

.right_side .slider-selection,
.right_side .slider-track-low,
.right_side .slider-track-high {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dee2e6;
}

.right_side .slider-handle.min-slider-handle,
.right_side .slider-selection {
    background: var(--second-color);
}

.right_side .slider-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    transform: translateY(-50%);
    height: 14px;
}

.right_side .slider.slider-horizontal {
    width: 100%;
    height: 8px;
}

.range_box {
    display: flex;
    align-items: center;
    background: var(--white-color);
    border: 1px solid var(--white-color);
    min-height: 65px;
    border-radius: 15px;
    box-shadow: 4px 2px 10px rgb(136 136 136 / 20%);
    margin-bottom: 20px;
    font-size: 15px;
    color: #505050;
    padding: 10px 20px;
}

.range_box.active {
    border: 1px solid var(--second-color);
}

.estimate_part .right_side img.img-fluid {
    width: auto;
    height: auto;
}

.left_logos_mobile {
    display: none;
}

@media(min-width: 1400px) {

    .estimate_part {
        padding: 30px 20px;
        min-height: 100vh;
    }

    .left_text h1 {
        font-size: 70px;
        font-weight: 500;
    }

    .left_text p {
        max-width: 650px;
        font-size: 20px;
    }

    .left_logos .image1,
    .left_logos .image2,
    .left_logos_mobile .image1,
    .left_logos_mobile .image2 {
        width: 131px;
    }

    .left_logos,
    .left_logos_mobile {
        margin-bottom: 50px;
    }

    .left_bottom p {
        font-size: 19px;
    }

    .left_bottom img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .common-btn,
    .main-btn {
        font-size: 18px;
        /*padding: 12px 20px;*/
    }

    .common-btn svg,
    .main-btn svg {
        width: 26px;
        height: 26px;
    }

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

    .price {
        font-size: 32px;
    }

    .right_side p {
        font-size: 20px;
    }

    .right_side .form-label {
        font-size: 18px;
    }

    .right_side .form-control,
    .right_side .form-select,
    .range_box {
        font-size: 18px;
        min-height: 80px;
    }

    .right_side .form-control::placeholder {
        font-size: 18px;
    }

    .contact {
        font-size: 18px;
        padding: 40px 0;
    }

    .contact p {
        font-size: 18px;
    }

    .contact ul svg {
        width: 20px;
        height: 20px;
    }

    .right_side.style2 {
        padding: 70px 35px 80px;
    }
}

@media(max-width: 1399px) {
    .right_side {
        padding: 25px 30px;
    }

    .estimate_part {
        padding: 15px 20px;
    }

    .right_side .form-control,
    .right_side .form-select,
    .range_box {
        min-height: 54px;
        padding: 8px 20px;
        margin-bottom: 14px;
    }

    .left_side_image img,
    .left_side_image_lg img {
        width: 320px;
    }

    .left_logos,
    .left_logos_mobile {
        margin-bottom: 20px;
    }

    .estimate_part .right_side img.img-fluid {
        width: 30px;
        margin-bottom: 14px !important;
    }

    .right_side h2 {
        font-size: 22px;
    }
}

@media(max-width: 1199px) {
    .estimate_part {
        min-height: auto;
    }

    .estimate_part {
        position: relative;
        padding: 0;
        background-image: none;
    }

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        object-position: 1% bottom;
    }

    .left_side {
        height: 500px;
        padding: 20px;
        background-image: url('../image/estimate.jpg');
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .right_side {
        padding: 30px 10px;
        border-radius: 0;
    }

    .left_text {
        text-align: center;
    }

    .left_text p {
        max-width: 500px;
        margin: 0 auto;
    }

    .left_side_image {
        display: block;
    }

    .left_side_image_lg {
        display: none;
    }

    .left_side_image img {
        width: 320px;
    }

    .left_bottom {
        max-width: 675px;
        margin: 0 auto;
    }

    .left_logos_mobile {
        display: flex;
    }

    .left_logos {
        display: none;
    }
}

@media(max-width: 991px) {

    .estimate_part {
        position: relative;
        padding: 0;
    }

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        object-position: 1% bottom;
    }

    .left_side {
        height: 400px;
        padding: 20px;
    }

    .right_side,
    .right_side.style2 {
        padding: 30px 10px;
        border-radius: 0;
    }

    .left_logos .image1,
    .left_logos .image2,
    .left_logos_mobile .image1,
    .left_logos_mobile .image2 {
        width: 100px;
    }

    .left_text h1 {
        font-size: 48px;
        display: none;
    }

    .left_side_image img {
        width: 280px;
    }

    .left_bottom {
        max-width: 675px;
        margin: 0 auto;
    }

    .left_text p {
        display: none;
    }
}

@media(max-width: 767px) {

    .estimate_part {
        position: relative;
        padding: 0;
    }

    .left_side {
        height: 300px;
    }

    .left_side_image img {
        width: 200px;
    }

    .left_bottom {
        display: none;
    }

    .left_logos .image1,
    .left_logos .image2,
    .left_logos_mobile .image1,
    .left_logos_mobile .image2 {
        width: 90px;
    }

    .left_text h1 {
        font-size: 40px;
    }
}

@media(max-width: 575px) {

    .right_side h2 {
        font-size: 20px;
    }

    .price {
        font-size: 20px;
    }

    .left_side {
        height: 280px;
    }

    .left_side_image img {
        width: 160px;
    }

    .left_text {
        display: none;
    }

    .left_logos .image1,
    .left_logos .image2,
    .left_logos_mobile .image1,
    .left_logos_mobile .image2 {
        width: 85px;
    }
}

/* get-estimate */

/* find-dealer  */
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw-chr {
    padding: 10px 0 0 0 !important;
}

.gm-style .gm-style-iw-c {
    border-radius: 20px !important;
}

.gm-style .gm-style-iw-tc::after {
    content: none !important;
}

.findback .find_section {
    padding: 60px 0px;
}

.find_left {
    border: 1px solid #E4E4E4;
    border-radius: 35px;
    padding: 35px;
    background: #FEF6F7;
}

.find_left h2.inner-title {
    margin-bottom: 30px;
}

.find_country {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

.find_left .form-select {
    border: 1px solid #E0E0E0;
    background-color: #fff;
    min-height: 74px;
    padding: 16px 30px 16px 16px;
    font-size: 18px;
    font-weight: 500;
}

.dealer_list {
    margin-top: 10px;
    max-height: 750px;
    overflow: auto;
    padding: 0 10px;
}

.dealer_list::-webkit-scrollbar {
    width: 0;
}

.dealer_box {
    background: #fff;
    box-shadow: 0 4px 22px rgb(0 0 0 / 12%);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.dealer_box:last-child {
    margin-bottom: 16px;
}

.dealer_box .heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dealer_box .heading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}

.dealer_box p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.dealer_box img.img-fluid {
    width: 26px;
    height: auto;
    object-fit: cover;
    margin-right: 14px;
}

.dealer_box li {
    margin-bottom: 15px;
}

.dealer_box li:last-child {
    margin-bottom: 0;
}

.dealer_box li a {
    display: flex;
    align-items: center;
}

.dealer_box li span {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.dealer_box li img.img-fluid {
    width: 24px;
}

.dealer_box.style2 {
    width: 450px;
}

.dealer_box.style2 li a {
    display: flex;
    align-items: center;
}

.google-map-section #googleMap {
    height: 1050px;
}

.gm-ui-hover-effect>span {
    margin: 0 !important;
}

button.gm-ui-hover-effect {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
}


@media(max-width:1599px) {

    .dealer_box {
        padding: 22px;
    }

    .dealer_box .heading h3 {
        font-size: 20px;
    }

    .dealer_box p {
        font-size: 18px;
    }

    .dealer_box img.img-fluid {
        width: 24px;
    }

    .dealer_box li span {
        font-size: 18px;
    }

    .dealer_box li img.img-fluid {
        width: 22px;
    }
}

@media(max-width:991px) {

    .google-map-section #googleMap {
        height: 500px;
    }

    .find_left {
        margin-top: 50px;
    }

    .dealer_box {
        box-shadow: 0 4px 22px rgb(0 0 0 / 10%);
    }
}

@media(max-width:767px) {

    .google-map-section #googleMap {
        height: 420px;
    }

    .dealer_box {
        box-shadow: 0 4px 22px rgb(0 0 0 / 6%);
    }
}

@media(max-width:575px) {
    .google-map-section #googleMap {
        height: 360px;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 390px !important;
    }

    .dealer_box.style2 {
        width: 380px;
    }

    .dealer_box .heading h3 {
        font-size: 16px;
    }

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

    .dealer_box img.img-fluid {
        width: 20px;
    }

    .dealer_box li span {
        font-size: 14px;
    }

    .dealer_box li img.img-fluid {
        width: 18px;
    }

    .find_left .form-select {
        min-height: 62px;
        padding: 14px 30px 14px 14px;
        font-size: 16px;
    }

    .find_country {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

@media(max-width:420px) {
    .google-map-section #googleMap {
        height: 340px;
    }

    .find_left {
        padding: 35px 15px;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 340px !important;
    }

    .dealer_box.style2 {
        width: 320px;
    }
}

@media(max-width:350px) {
    .gm-style-iw.gm-style-iw-c {
        max-width: 320px !important;
    }

    .dealer_box.style2 {
        width: 300px;
    }
}



section.common-section.valusection {
    margin-top: 0% !important;
}

.thumb-prev,
.thumb-next {
    z-index: 3;
    position: absolute;
    top: 40%;
    width: 130px;
    height: 130px;
    left: 0px;
}

.thumb-next {
    left: auto;
    right: 0px;
}

.innerfeedback {
    position: relative;
}

.tabfooterlogotop {
    display: none;
}

.social-list.shreesocial,
.social-list.bangursocial {
    gap: 2px 10px;
    flex-wrap: wrap;
}

.topbtnfixing {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

/* Saheli */


@media(max-width:1799px) {
    .card-content.cata-content.productBackgroudClass::after {
        left: 154px;
    }

    [data-name='M'].card-content.cata-content.productBackgroudClass:after {
        left: 200px;
    }

    .slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
        left: 66%;
    }

    .slick-slide.slick-active.slick-current .galleryyear {
        font-size: 210px;
    }
}

/* media***************************************** */

@media(max-width:1599px) {
    .slick-slide.slick-active.slick-current .gallery-txt {
        padding: 40px 35px !important;
    }

    .slick-slide.slick-active.slick-current .galleryyear {
        font-size: 170px;
    }

    .slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
        left: 62%;
    }

    [data-name='M'].card-content.cata-content.productBackgroudClass:after {
        left: 237px;
    }

    .applititle {
        z-index: 2;
        left: 0px;
        bottom: 10px;
        min-height: 64px;
        padding: 0px 20px;
    }

    .customer-feedback .owl-item img {
        z-index: 1;
        position: relative;
        width: 360px;
        aspect-ratio: 85 / 106;
        border-radius: 35px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        font-size: 17px !important;
    }

    .navbar .navbar-nav .nav-item .nav-link::after {
        bottom: 0px;
    }

    .testiimg {
        width: 415px;
        height: 430px;
        position: relative;
    }

    .testcontent {
        padding-left: 10%;
        padding-right: 10%;
    }

    .listgroupbtn span {
        font-size: 16px;
    }

    .card-content.cata-content.productBackgroudClass::after {
        left: 200px;
    }

    /* .card-content.cata-content::after {
        left: 160px;
    } */


    #btcolor.nav-item .nav-link::before {
        top: -197px;
    }

    .ctainner-section {
        height: 316px;
    }

    .cta-section {
        margin-bottom: -20px;
    }

    .atm-img {
        height: 469px;
        margin-bottom: -103px;
        margin-top: -64px;
    }

    .cta-img {
        height: 417px;
        margin-top: -50px;
    }

    .card-TitleBox h5 {
        font-size: 25px;
    }

    .video-main {
        height: 364px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }

    .videotop h2 {
        font-size: 34px;
    }

    .inner-container {
        max-width: 1320px;
    }

    .top-navbar-brand {
        width: 100px;
        height: 46px;
    }

    .banner-title {
        font-size: 45px;
    }

    .banner-title span::after,
    .about-title-box .common-title span::after,
    .Partners .common-title span::after,
    .videotop h2 span:after,
    .blog-title .common-title span::after,
    .download-main-title .common-box .common-title .redbtm::after {
        height: 4px;
        bottom: 0px;
    }

    .hec-list {
        margin-left: 34px;
    }

    .hec-list li {
        margin: 0 12px;
    }

    .hec-list li:first-child {
        margin-right: 0%;
    }

    .hec-list {
        margin-left: 0px;
        justify-content: center;
    }

    .navbar-brand {
        width: 160px;
        height: 70px;
    }

    /* .head-pt {
    padding-top: 440px;
    padding-bottom: 100px;
  } */

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }

    .about-title-box .common-title {
        font-size: 50px !important;
    }

    .Partners .common-title {
        font-size: 30px;
    }

    .price-tabs li .nav-link.active {
        font-size: 28px;
    }

    .price-tabs li .nav-link {
        padding: 12px 20px;
        font-size: 28px;
        min-width: 210px;
    }

    .card-box {
        height: 415px;
    }

    .cardinner-img {
        height: 318px;
    }

    .card-content::after {
        top: -47px;
        left: 34px;
        font-size: 204px;
    }

    .card-content::before {
        width: 204px;
    }

    #PO .card-content::after {
        left: -25px;
    }

    #RO .card-content::after {
        left: -25px;
    }

    #RU .card-content::after {
        left: -25px;
    }

    #JU .card-content::after {
        left: -25px;
    }

    .details-tabs li .nav-link.active {
        font-size: 26px;
    }

    .details-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 26px;
        min-width: 300px;
    }

    .innermap-para {
        font-size: 22px;
    }

    .common-title,
    .common-box>h2,
    .common-section .common-box>h2 {
        font-size: 40px;
    }

    .redbtm {
        font-size: 40px;
    }

    .blogBox-text .common-para,
    .blogBox-text>div.common-para {
        font-size: 20px;
        padding: 0px 110px 0px 0px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 22px;
    }

    .foot-list li a {
        font-size: 16px;
    }
}

@media(max-width:1399px) {
    .slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
        left: 60%;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 140px;
    }

    .slick-vertical .slick-current .gallery-txt {
        padding: 52px 34px;
    }

    [data-name='M'].card-content.cata-content.productBackgroudClass:after {
        left: 230px !important;
    }

    .card-TitleBox.cattitle {
        margin-left: 13px;
        padding-right: 16px;
    }

    .cardbt {
        margin-left: 13px;
        margin-bottom: 15px;
    }

    .card-box.catapbox .catagoryinner-img {
        height: 314px;
        width: 377px;
    }

    .catagoryinner-img {
        height: 311px;
    }

    .atm-img {
        height: 469px;
        margin-bottom: -95px;
        margin-top: -72px;
    }

    .slick-vertical .slick-current .galleryyear {
        font-size: 166px;
    }

    .slick-dots {
        right: -34%;
        top: 100%;
    }


    .testcontent {
        padding-left: 20%;
        padding-right: 2%;
    }

    .gallery-number {
        padding: 8%;
    }

    .subinner_headpara.subpara_headpara.excellenceheadpara.slidsecheadpara {
        margin-bottom: 0px;
    }

    .customer-feedback .owl-item img {
        width: 350px;
    }

    .listhead-title {
        font-size: 41px;
        line-height: 45px;
    }

    .subinnerlist_headpara {
        line-height: 30px;
        font-size: 20px;
    }

    .listgroupbtn span {
        font-size: 14px;
    }

    .card-content.cata-content::after {
        top: -34px;
        left: 183px;
        font-size: 187px;
    }

    .card-content.cata-content::before {
        width: 185px;
        height: 250px;
    }

    .card-TitleBox.cattitle h5 {
        font-size: 20px;
    }

    .card-TitleBox span {
        display: inline;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px;
        padding: 0px 16px;
    }

    .inner-container {
        max-width: 1240px;
    }

    .top-navbar-brand {
        width: 80px;
        height: 40px;
    }

    .hec-list {
        margin-left: 0px;
        justify-content: center;
    }

    .hec-list li {
        margin: 0 15px;
    }

    .hec-list li:first-child {
        margin-right: 0%;
    }

    .navbar-brand {
        width: 120px;
        height: 60px;
    }

    /* .head-pt {
    padding-top: 370px;
    padding-bottom: 105px;
  } */

    .about-title-box .common-title {
        font-size: 46px !important;
    }

    .video-box::after {
        border-radius: 50px;
    }

    .Partners .common-title {
        font-size: 28px;
    }

    .price-tabs li .nav-link {
        font-size: 28px;
        min-width: 200px;
    }

    .price-tabs li .nav-link.active {
        font-size: 28px;
    }

    .details-tabs li .nav-link.active {
        font-size: 24px;
    }

    .details-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 24px;
        min-width: 300px;
    }

    .common-title,
    .common-box>h2,
    .common-section .common-box>h2 {
        font-size: 38px;
    }

    .redbtm {
        font-size: 38px;
    }

    .blogBox-text .common-para,
    .blogBox-text>div.common-para {
        font-size: 18px;
        padding: 0px 110px 0px 0px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 20px;
    }

    [data-name='M'].card-content:after {
        left: 60px;
    }

    .foot-list li a {
        font-size: 15px;
    }

    .card-box {
        height: 400px;
        gap: 0px 0px;
    }

    .card-content::after {
        top: -40px;
        left: 30px;
        font-size: 185px;
    }

    .cardinner-img {
        width: 330px;
        height: 320px;
        margin-left: -22px;
    }

    .card-TitleBox h5 {
        font-size: 26px;
    }

    .card-content::before {
        width: 185px;
        height: 250px;
    }

    .inner-para {
        font-size: 34px;
    }

    .card-BtnBox .common-btn {
        padding: 10px 28px 10px 12px;
    }

    .innermap-para {
        font-size: 20px;
    }
}

@media(max-width:1280px) {
    .slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
        left: 57%;
    }

    .slick-slide.slick-active.slick-current .gallery-txt {
        padding: 23px 21px !important;
    }

    .slick-slide.slick-active.slick-current .galleryyear {
        font-size: 160px;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 180px;
    }

    [data-name='M'].card-content:after {
        left: 104px;
    }

    .card-content::after {
        left: 60px;
    }

    .card-content.cata-content.productBackgroudClass::after {
        left: 234px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 18px;
    }

    .blogBox-text .common-para,
    .blogBox-text>div.common-para {
        font-size: 16px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0px 22px;
    }


}

@media(max-width:1199px) {
    .slick-vertical .slick-slide {
        display: flex;
        align-items: center;
    }

    .slick-slide.slick-active.slick-current .gallery-txt .galleryhead {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .slick-slide.slick-active.slick-current .gallery-txt .gallerypara {
        font-size: 15px;
        line-height: 23px;
    }

    .slick-vertical .slick-slide .galleryhead {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .slick-slide.slick-active .gallery-txt .gallerypara {
        font-size: 15px;
        line-height: 23px;
    }

    .slider.slick-initialized.slick-slider.slick-dotted.slick-vertical .slick-dots {
        left: 47%;
    }

    .slick-slide.slick-active.slick-current .galleryyear {
        font-size: 125px;
    }

    .slick-vertical .slick-slide .galleryyear {
        font-size: 92px;
    }

    .slick-slide.slick-active.slick-current .gallery-txt {
        padding: 55px 20px !important;
    }

    .slick-vertical .slick-slide .gallery-txt {
        padding: 55px 20px !important;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 157px;
    }

    .customer-feedback .owl-item img {
        width: 320px;
    }

    .testcontent {
        padding-left: 10%;
        padding-right: 2%;
    }

    .testiimg {
        width: 375px;
        height: 383px;
        position: relative;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .card-content::before {
        width: 185px;
        height: 258px;
    }

    .cta-title {
        font-size: 40px;
        margin-bottom: -14px;
    }

    .cta-para p {
        font-size: 19px;
    }

    .ctinner-section {
        border-radius: 46px;
    }

    .atm-img {
        height: 446px;
        margin-bottom: -105px;
        margin-top: -87px;
    }

    .card-TitleBox h5 {
        font-size: 23px;
    }

    .nav-link i {
        font-size: 14px;
    }

    .ctainner-section {
        height: 274px;
    }

    .cta-img {
        height: 292px;
        margin-top: 6px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1090px;
    }

    .inner-container {
        max-width: 992px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        /*        margin: 10px 12px;*/
        font-size: 14px;
    }

    .hec-list li:first-child {
        margin-right: 0%;
    }

    .banner-title {
        font-size: 38px;
    }

    .about-title-box .common-title {
        font-size: 32px !important;
    }

    .videotext h2 {
        font-size: 34px;
    }

    .Partners .common-title {
        font-size: 20px;
    }

    .price-tabs li .nav-link {
        font-size: 20px;
        min-width: 155px;
        padding: 12px 12px;
    }

    .price-tabs li .nav-link.active {
        font-size: 20px;
    }

    .common-title,
    .common-box>h2,
    .common-section .common-box>h2 {
        font-size: 28px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 18px;
    }

    .blogBox-text .common-para,
    .blogBox-text>div.common-para {
        font-size: 14px;
        padding: 0px 90px 0px 0px;
        line-height: 20px;
    }

    .foot-list li a {
        font-size: 13px;
    }

    .details-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 18px;
        min-width: 240px;
    }

    .details-tabs li .nav-link.active {
        font-size: 18px;
    }

    .redbtm {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .cardinner-img {
        width: 100%;
    }

    .cardbt {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .testcontent {
        padding-left: 20%;
        padding-right: 2%;
    }

    .card-BtnBox .common-btn {
        padding: 10px 24px 10px 10px;
        font-size: 10px;
    }

    .card-content::after {
        left: 125px;
    }

    .card-content::before {
        width: 150px;
        height: 258px;
    }

    [data-name='M'].card-content:after {
        left: 145px;
    }

    .menu-link {
        font-size: 13px;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 140px;
    }

    .testiimg {
        width: 400px;
        height: 430px;
        position: relative;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 4px 0px;
    }

    .card-content.cata-content::after {
        left: 44px;
    }

    .btline::after {
        height: 5px;
        bottom: 2px;
    }

    .common-section.video-section {
        padding-top: 15px;
    }

    .video-box::after {
        border-radius: 45px;
    }

    .video-box span {
        font-size: 25px;
        margin-top: 13%;
    }

    .common-section.Partners-section {
        padding-top: 192px;
    }

    .about-wrap {
        margin-top: 20px;
    }


    #btcolor.nav-item .nav-link::before {
        top: -183px;
    }

}

@media (max-width: 992px) {

    ul.slick-dots {
        display: none !important;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--main-color);
        transition: var(--transition-05s);
        font-weight: 500;
        padding: 5px;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 35px;
    }

    .about-wrap {
        margin-top: 0px;
    }

    .feedback-slider-thumb {
        display: none;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 68px;
    }

    .testcontent {
        padding-left: 5%;
        padding-right: 2%;
    }

    .customer-feedback .owl-prev {
        left: 0px;
    }

    .customer-feedback .owl-next {
        right: 0px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        top: 50%;
    }

    .tabletext {
        font-size: 20px;
    }

    .table th:first-child,
    .table td:first-child {
        position: sticky;
        left: 0;
        background-color: rgb(255, 255, 255);
    }

    .tableheading {
        font-size: 20px;
    }


    .ctinner-section {
        background-image: none !important;
    }

    .videotop h2 {
        font-size: 27px;
    }

    .about-title-box {
        text-align: center;
    }

    .about-title-box .common-title {
        font-size: 32px !important;
        padding: 14px 50px !important;
    }

    .ml-img {
        --ehw-ali: 33px;
    }

    .ml-text h5 {
        font-size: 18px;
    }

    .common-section.video-section {
        padding-bottom: 0px;
        /* margin-bottom: -137px; */
        padding-top: 20px;
    }


    .video-box span {
        margin-top: 10%;
    }

    .video-box::after {
        border-radius: 30px;
    }

    .common-section.Partners-section {
        padding-top: 156px;
    }

    .Partners .common-title {
        font-size: 23px;
        padding: 10px 20px;
    }

    .price-section {
        padding: 20px 0px;
    }

    .price-tabs {
        gap: 40px;
    }

    .card-box {
        padding: 40px 17px 23px;
    }

    .card-content::after {
        top: -41px;
        left: -8px;
        font-size: 188px;
    }

    .card-BtnBox {
        display: flex;
        gap: 3px;
        flex-direction: column;
    }

    .slider-counter {
        font-size: 37px;
    }

    .cardinner-img {
        width: 226px;
        height: 281px;
    }

    .card-TitleBox h5 {
        font-size: 20px;
    }

    .card-TitleBox p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .card-box {
        height: 380px;
    }

    .card-content::before {
        width: 137px;
        height: 244px;
    }

    .details-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 15px;
        min-width: 150px;
    }

    .details-tabs li .nav-link.active {
        font-size: 15px;
    }

    div#tab-Content {
        margin-top: -32px;
    }

    .obe-OverWidth {
        padding: 30px 0px 0px;
        width: calc(100% + 15%);
    }

    .obe-section {
        padding: 10px 3px;
    }

    .inner-blogrow {
        display: none;
    }

    .mobileinner-blogrow {
        display: block;
    }

    .inner-para {
        font-size: 28px;
        line-height: 30px;
    }


    .owl-nav {
        margin-top: 0px;
    }

    .iframe-box {
        height: 375px;
    }

    .common-title,
    .common-box>h2,
    .common-section .common-box>h2 {
        font-size: 33px;
        padding: 30px 0px 0px;
    }

    .blog-title h2 {
        padding: 0px 20px 10px;
    }

    .ctainner-section {
        height: 256px;
        border-radius: 44px;
    }

    .cta-img {
        height: 376px;
        margin-top: -58px;
    }

    .cta-box {
        text-align: left;
        color: white;
        padding: 21px 21px;
    }

    .cta-title {
        font-size: 37px;
    }

    .innermap-para {
        font-size: 18px;
        line-height: 27px;
    }

    .card-BtnBox {
        display: flex;
        gap: 3px;
        flex-direction: row;
    }

    #btcolor.nav-item .nav-link::before {
        top: -184px;
        left: -84%;
    }



    .mission-list li {
        gap: 16px;
    }

    .mission-list {
        gap: 24px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* width: auto; */
    }

    .navbar-brand img {
        width: 120px;
    }

    .offcanvas.offcanvas-end {
        width: 50%;
        border-left: none;
    }

    .navbar-brand .mob-logo {
        display: block;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 2px solid #C9C9C9;
    }

    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0px;
        background: #fff;
    }

    .top-nav {
        display: none;
    }

    .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-left: 12px;
    }

    .navbar-brand.logo-right {
        display: none;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .head-btns .navbar-toggler {
        border: 0;
    }

    .head-btns .navbar-toggler i {
        font-size: 25px;
        color: var(--main-color);
    }

    .hec-list {
        margin: 0;
        justify-content: center;
    }

    .hec-list li:first-child {
        margin-right: 0%;
    }

    #offcanvasRight {
        display: flex;
    }

    #navbarScroll {
        display: none;
    }

    .footcanvas {
        display: block;
    }

    .footcanvas {
        padding: 0px;
        position: sticky;
        background: red;
        border-top-left-radius: 97px;
    }

    .footimg img {
        width: 104px;
        height: 32px;
    }

    .offcanvas-body .navbar-nav .nav-item .nav-link,
    .offcanvas-body .navbar-nav .nav-item .nav-link.active,
    .offcanvas-body .navbar-nav .nav-item .nav-link:hover,
    .offcanvas-body .navbar-nav .nav-item .nav-link:focus,
    .offcanvas-body .navbar-nav .nav-item .nav-link[aria-current="page"] {
        color: var(--white-color);
        font-size: 20px;
    }

    .offcanvas-header .navbar-brand {
        margin-left: 0%;
        margin-right: 0%;
        padding: 0px;
    }

    .custombar {
        width: 4px;
        border-radius: 12px;
        height: 32px;
        background-color: #C9C9C9;
    }

    .left .navbar-brand {
        width: 105px;
        height: 35px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        background: #2633dd00;
    }

}

@media (max-width: 768px) {
    ul.foot-list.contact-list.sociallistalign {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .testiimg {
        width: auto;
        height: auto;
        position: relative;
    }

    .customer-feedback .owl-prev {
        left: 270px;
    }

    .customer-feedback .owl-next {
        right: 270px;
    }

    .feedback-slider-item {
        position: relative;
        padding: 65px 76px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 100%;
    }

    .customer-feedback .owl-item img {
        width: 275px;
    }

    .feedback-slider-item {
        position: relative;
        padding: 60px 20px;
    }

    .testcontent {
        padding-left: 0%;
        padding-right: 0%;
    }

    .feedback-slider-thumb {
        display: none;
    }

    .blog-title .common-title span {
        display: inline-block;
    }

    .card-content.cata-content::after {
        top: -34px;
        left: 183px;
        font-size: 187px;
    }

    .card-BtnBox.catbtnbox {
        flex-direction: row;
    }

    .card-BtnBox.catabtbox {
        gap: 15px;
        flex-direction: row;
    }

    .atm-img {
        display: none;
    }

    .about-title-box .common-title span {
        display: inline-block;
    }

    .blog-section {
        padding: 40px 0px;
    }

    .cta-box .common-sub-title {
        font-size: 16px !important;
    }

    .inner-para {
        font-size: 25px;
        line-height: 30px;
        display: -webkit-inline-box;
    }

    .card-BtnBox {
        display: flex;
        gap: 3px;
        flex-direction: column;
    }

    .cardinner-img {
        width: 290px;
        height: 249px;
    }

    .card-content::after {
        top: -22px;
        left: 110px;
        font-size: 144px;
    }

    .cta-img {
        height: 338px;
        margin-top: -30px;
    }

    .blog-btn {
        margin-top: -19px;
    }

    .cta-box .common-title {
        margin-bottom: 3px !important;
        font-size: 30px;
        padding: 0px 0px 0px;
    }

}

@media (max-width: 767px) {
    .footer-box.destop_newcss {
        justify-content: space-around;
        align-items: center;
        display: flex;
    }

    .newmobilefootlogo {
        display: none;
    }

    .tabfooterlogotop {
        margin-top: 1rem;
        display: flex;
    }

    .top-nav {
        display: none;
    }

    .offcanvas.offcanvas-end {
        width: 100%;
        border-left: none;
    }

    .price-tabs li .nav-link {
        min-width: 249px;
    }

    .price-tabs {
        gap: 3px;
    }

    header {
        padding: 20px 16px;
    }

    .navbar-brand .mob-logo {
        position: relative;
        display: block;
        margin-left: 55px;
    }

    .mobileinner-blogrow {
        display: block;
    }

    .inner-blogrow {
        display: none;
    }

}

@media (max-width: 580px) {
    .topbtnfixing {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
    }

    .footer-box.destop_newcss {
        display: revert;
    }

    .slick-vertical .slick-slide .galleryhead {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 6px;
    }

    .slick-slide.slick-active .gallery-txt .gallerypara {
        font-size: 10px;
        line-height: 11px;
        margin-bottom: 0px;
    }

    .slick-vertical .slick-slide .galleryyear {
        font-size: 50px;
    }

    .slick-vertical .slick-slide .gallery-txt {
        padding: 10px 20px !important;
    }

    .slick-slide.slick-active.slick-current .galleryyear {
        font-size: 56px;
    }

    .slick-slide.slick-active.slick-current .gallery-txt {
        padding: 16px 19px !important;
        border-radius: 16px;
    }

    .slick-slide.slick-active.slick-current .gallery-txt .galleryhead {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 6px;
    }

    .slick-vertical .slick-slide .row {
        gap: 0px 0px;
    }

    section.common-section.slidsecnew {
        padding-top: 24px;
        padding-bottom: 0px;
    }

    .slick-list.draggable {
        padding: 10px 0px !important;
    }

    .main {
        overflow: hidden !important;
    }

    .slick-slider {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .slick-vertical .slick-slide {
        margin: 10px 0 10px 0 !important;
        height: 161px !important;
    }

    .slick-slide.slick-active.slick-current .gallery-txt .gallerypara {
        font-size: 12px;
        line-height: 15px;
    }

    li.breadcrumb-item {
        align-items: self-start;
        display: flex;
    }

    .accordion-item:last-of-type,
    .accordion-item:last-of-type .accordion-button.home_acc .collapsed {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .banner-innerimg img {
        height: 130px;
    }

    .productinbox.excellencebox {
        padding-left: 0%;
    }

    .values-para {
        font-size: 17px;
    }

    .values-title {
        font-size: 17px;
    }

    .values-img {
        width: 40px;
        height: 40px;
    }

    .values-box {
        height: max-content;
    }

    .test-video-box {
        height: 210px;
    }

    .row.excellencerow {
        flex-direction: column-reverse;
    }

    section.common-section.valusection,
    section.common-section.excellence-section {
        padding-bottom: 0px;
    }

    .rescontent span {
        font-size: 17px;
        line-height: 24px;
    }

    .rescontent p {
        font-size: 14px;
        line-height: 17px;
    }

    .responsibilitylist li img {
        width: 50px;
        height: 50px;
    }

    .topresimg img {
        height: 140px;
        object-fit: cover;
    }

    .rebtleft img,
    .rebtright img {
        height: 100px;
    }

    .row.protopbanrow {
        flex-direction: column-reverse;
    }

    button.accordion-button.border-bottom.collapsed.fw-semibold::after,
    .accordion-button.commonac:not(.collapsed)::after {
        width: 30px;
        height: 30px;
        background-size: 45%;
    }

    .mobnone {
        display: none;
    }

    .productinbox.mobactive h2.inner-title.inproduct {
        margin-bottom: -12px;
    }

    .propera {
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .subinner_headpara.subpara_headpara {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    section.common-section.advantages-sec {
        padding-top: 10%;
    }

    .cta-chat-img {
        --ewh-cta-img: 230px;
        margin-top: -130px;
    }

    .produc-box {
        border-radius: 30px;
        padding: 60px 34px 40px;
    }

    .advhead {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cta-img-text {
        padding-left: 25%;
        padding-bottom: 10%;
    }

    section.common-section.application {
        padding-top: 0px;
    }

    .appliimgbox {
        width: 100%;
        height: 265px;
    }

    .applititle {
        font-size: 20px;
    }

    section.common-section.productpagesec {
        padding-top: 0px;
    }

    .card-content.cata-content.applicard-content .card-TitleBox.cattitle p {
        display: none;
    }

    .card-content.cata-content.applicard-content::after {
        top: -51px;
        left: 124px;
        font-size: 150px;
    }

    .catagoryinner-img.appliimg {
        margin-left: 0px;
    }

    .card-content.cata-content.applicard-content {
        width: 240px;
        margin-left: -30px;
    }

    #RU .card-content.cata-content.applicard-content::after,
    #RO .card-content.cata-content.applicard-content::after,
    #PO .card-content.cata-content.applicard-content::after,
    #JU .card-content.cata-content.applicard-content::after {
        left: 185px;
    }

    .card-BtnBox.catbtnbox.applibtbox {
        justify-content: center;
    }

    .advlist li p {
        font-size: 14px;
        line-height: 17px;
    }

    .producttopimg {
        width: 230px;
        margin-left: 30px;
    }

    .productinbox.mobactive {
        display: block;
    }

    .producttopimg::before {
        width: 228px;
        height: 286px;
        top: -30px;
        left: 0px;
    }

    .producttopimg::after {
        top: -107px;
        left: 237px;
        right: 0px;
        font-size: 200px;
    }

    .common-section.productinnersec {
        padding-bottom: 10%;
        padding-top: 10%;
    }

    .table-responsive.catatableresponsive {
        display: none;
    }

    .table-responsive.catatableresponsive.mobiletable {
        display: block;
        border-bottom: 10px solid #00a04b;
        border-left: none;
        border-radius: 20px;
        border-top-left-radius: 0px;
    }

    .tabtext {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        color: #000000;
    }

    .tabheading {
        line-height: 17px;
    }

    .row.innercatar {
        flex-direction: column-reverse;
    }

    .mbtab {
        display: block;
    }

    ul.catainlist {
        padding: 0px 20px;
    }

    ul.catainlist li p span,
    ul.catainlist li p {
        font-size: 14px;
    }

    .catabottomsec {
        padding-top: 15px;
    }

    .catainnercard.newcatcard {
        padding-top: 0px;
    }

    .common-section.cattopsec {
        padding-bottom: 30px;
    }

    .banner-innnnerbox h1 {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .accordion.accordion-flush {
        padding: 0px 10px;
    }

    .breadcrumb-item a {
        font-size: 10px;
        font-weight: 400;
        line-height: 11px;
    }

    .custom-placeholder {
        font-size: 14px !important;
    }


    .breadcrumb-item.active {
        font-size: 10px;
        font-weight: 400;
        align-items: center;
    }



    .breadcrumb-item.active::before {
        --imgsize: 19px;
        padding: 8px 0px;
        display: flex;
        align-items: self-start;
    }

    .breadcrumb::after {
        height: 2px;
        left: 0px;
        right: 0px;
        bottom: -2px;
    }

    .inner-section.head-pt {
        padding: 20px 0px 0px;
    }

    h2.inner-title.infaq {
        padding: 0px;
        font-size: 24px;
    }

    .form-box .form-control {
        font-size: 14px;
    }

    .custom-placeholder {
        font-size: 14px;
    }

    .contactpara {
        font-size: 14px;
    }

    .rightcontact {
        height: 324px;
        margin-left: 0%;
        padding: 20px;
    }

    .contactinfohead {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .contactinfo h3 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .contactitem li {
        gap: 13px;
    }

    .contactitem li img {
        --icosize: 24px;
    }

    .contactitem li span {
        font-size: 14px;
        line-height: 17px;
    }

    .contactgroupbtn span {
        font-size: 14px;
    }

    .btencontactgroup {
        justify-content: center;
        gap: 23px 0px;
    }

    .accordion-button.commonac {
        padding: 24px 0px !important;
        font-size: 16px !important;
    }

    .accordion-body.inneraccodian p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: -24px;
    }

    .accordion-item.rounded-3.border-0.mb-2:first-of-type,
    .accordion-item.rounded-3.border-0.mb-2:first-of-type .accordion-button.commonac {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .accordion-item.rounded-3.border-0.mb-2:last-of-type,
    .accordion-item.rounded-3.border-0.mb-2:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .card-box.catapbox {
        height: auto;
        margin: 0px;
        padding: 40px 0px 20px;
    }

    .catagoryinner-img {
        height: 250px;
        margin-left: -40px;
    }

    .card-content.cata-content::before {
        content: '';
        width: 130px;
        height: 205px;
        top: 20px;
        left: 20px;
    }

    .card-content.cata-content::after {
        top: -38px;
        left: 176px;
        font-size: 150px;
    }

    .card-TitleBox.cattitle h5 {
        font-size: 20px;
        text-align: left;
    }

    .card-TitleBox.cattitle {
        align-items: flex-start;
        text-align: left;
    }

    .card-content.cata-content {
        margin-left: -70px;
    }

    .card-BtnBox.catbtnbox {
        justify-content: start;
    }

    section.banner-section.banner-inner-page {
        --banner-hvh: 20vh;
    }

    .listhead-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }

    .subinnerlist_headpara {
        margin-top: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .card-BtnBox.catabtbox {
        display: flex;
        gap: 10px;
        justify-content: start;
        flex-direction: row;
    }

    ul.catabtngroup {
        /* height: 100%; */
        gap: 10px;
    }

    .catainnercard {
        padding-top: 40px;
    }

    .row.catinrow {
        gap: 30px 0px !important;
    }

    .listingfirstsec {
        padding-bottom: 2px !important;
    }

    .catsection {
        padding-top: 0px !important;

    }

    .cathead {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .listgroupbtn span {
        font-size: 14px;
        font-weight: 400;
    }

    .social-img img {
        width: 18px;
        height: 18px;
    }

    .banner-section {
        --banner-hvh: auto;
        --banner-hhp: auto;
    }

    .desktopin {
        display: none;
    }

    .mobile-in {
        display: block;
    }

    .social-panel {
        display: none;
        top: 260px;
    }

    .desktopfoot {
        display: none;
    }

    .serBox-img {
        height: 58vh;
        position: relative;
    }

    .inner-title.desktopheadingtab span {
        color: black !important;
    }

    .banner-box {
        z-index: 1;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 23px;
    }

    .banner-slider.owl-carousel.owl-loaded {
        display: none;
    }

    .serBox-img .banner-title span:after {
        z-index: 1;
    }

    .serBox-img::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        transform: rotate(180deg);
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5270483193277311) 35%, rgba(113, 113, 113, 0) 61%, rgba(255, 255, 255, 0) 79%);
        width: 100%;
    }

    .mobileben {
        display: block;
    }

    .mobile-bannerslider {
        height: auto;
    }

    .serBox-img img {
        object-position: bottom;
    }

    .cta-section {
        margin-bottom: 0px;
    }

    .cta-para {
        display: none;
    }

    .cta-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .btline::after {
        height: 4px;
    }

    .top-nav {
        display: none;
    }

    .price-section {
        padding: 24px 0px 0px !important;
    }

    .card-box.mobilecard {
        border-bottom-left-radius: 64px;
        border-top-left-radius: 64px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    h2.inner-title.desktopheadingtab {
        text-align: center;
    }

    .cardinner-img {
        z-index: 2;
        width: 319px;
        height: 326px;
        position: relative;
        margin-left: 0px;
        margin-top: 72px;
    }

    .obe-OverWidth {
        width: 100%;
        padding: 30px 0px;
    }

    #homeaccordionExample {
        display: block;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-bottom-left-radius: 78px;
        border-bottom-right-radius: 78px;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    .price-section {
        padding: 30px 0px;
    }

    .accordion-item:first-of-type,
    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    .accordion-item.investoritem:last-of-type .accordion-button.investorbtn.collapsed {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .accordion-item:last-of-type,
    .accordion-item:last-of-type .accordion-button.home_acc {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .accordion-item:last-of-type,
    .accordion-item:last-of-type .accordion-button.home_acc.collapsed {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .accordion-item:last-of-type,
    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .accordion-button {
        color: white !important;
        background: #2c338c !important;
        font-weight: 500;
        font-size: 25px !important;
    }

    .accordion-button:focus {
        border-color: rgba(255, 255, 255, 0) !important;
        box-shadow: none !important;
    }

    .accordion-body {
        padding: 21px 2px 16px !important;
        transition: all 0.3s ease-in-out;
    }

    /* .accordion-item{
        transition: all 0.3s ease-in-out;
    } */

    .accordion-button::after {
        display: none;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        border: none !important;
    }

    #myTabContent {
        display: none;
    }

    #myTab {
        display: none;
    }

    /* .details-tabs li .nav-link.active::after{
    display: none;
  } */
    .details-tabs li .nav-link {
        padding: 10px 10px;
        font-size: 15px;
        min-width: 0px;
        width: 100%;
    }

    .details-tabs {
        margin: 46px -22px 28px;
    }

    .navbar-collapse,
    .navbar.header-fixed .navbar-collapse {
        padding: 25px 18px;
    }



    .navbar {
        border-top: none !important;
        border-bottom: none !important;
    }

    .aboutus-section {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        z-index: 0;
        padding-bottom: 0px;
    }

    .aboutus-section::before {
        content: "";
        background-image: url(../images/about-background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .card-TitleBox span {
        display: block;
    }

    .card-box.catapbox .catagoryinner-img {
        height: 245px;
        width: auto;
    }

    .card-box.catapbox {
        justify-content: space-around;
    }

    [data-name='M'].card-content.cata-content.productBackgroudClass:after {
        left: 183px !important;
    }

    /* .banner-section {
        --banner-hvh: 53vh;
        --banner-hhp: auto;
    } */

    .banner-inner-section::after,
    .video-box::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        transform: rotate(180deg);
        height: 100%;
        background: #ff000000;
        width: 100%;
    }

    .banner-inner-section {
        align-items: start;
        padding-top: 33px;
    }

    .banner-title {
        font-size: 31px;
    }

    .common-btn::after {
        left: 23px;
    }

    .common-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .banner-title span {
        display: inline-block;
        position: relative;
    }

    .cta-box .common-title {
        margin-bottom: 9px !important;
    }

    .about-title-box .common-title {
        font-size: 28px !important;
        text-align: center;
        padding: 0px 20px 0px !important;
    }

    .common-box.about-title-box {
        text-align: center;
    }

    .mission-list {
        gap: 30px;
        padding-left: 130px;
    }

    .ml-text h5 {
        font-size: 18px;
    }

    .card-TitleBox h5 {
        font-size: 27px;
    }

    .video-box>img {
        width: 100%;
        height: 344px;
        border-radius: 40px;
    }

    .video-box-main {
        height: 344px;
        width: 100%;
        border-radius: 0px;
    }

    .video-main {
        width: 100%;
        height: 344px;
    }

    .video-box::after {
        border-radius: 40px;
        transform: rotate(0deg);
    }

    .videotext h2 {
        font-size: 28px;
    }

    .video-box span {
        align-items: flex-start;
        justify-content: end;
        top: 0;
        gap: 5px;
        bottom: 28px;
        margin-left: 5%;
        margin-top: 0px;
    }

    .videotext .common-bg-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .videotext .common-bg-btn::after {
        left: 25px;
    }

    .Partners .common-title {
        font-size: 28px;
        text-align: center;
        padding: 0px 22px;
    }

    .common-section.Partners-section {
        padding-top: 180px;
        padding-bottom: 0px;
    }

    .most-OverWidth {
        width: calc(100% + 15%);
    }

    #btcolor.nav-item .nav-link.active::before {
        display: none;
    }

    #btcolor.nav-item .nav-link::before {
        display: none;
    }

    .road {
        display: none;
    }

    .price-tabs {
        display: none;
    }

    .obe-section {
        width: 100%;
        transition: var(--transition-05s);
    }

    .redbtm {
        font-size: 24px;
        display: inline-block;
    }

    #btcolor.nav-item .nav-link.active::after {
        display: none;
    }

    .price-tabs::after {
        display: none;
    }

    .desktopheadingtab {
        display: block;
    }

    .price-mobileNone {
        padding: 0px 0px 30px;
    }

    .price-tabs li .nav-link {
        transform: rotate(-90deg);
    }

    .price-tabs li .nav-link.active {
        font-size: 19px;
        color: var(--second-color);
    }

    .download-main-title .common-box .common-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    .innermap-para {
        font-size: 15px;
        line-height: 26px;
    }

    .card-BtnBox .common-btn {
        padding: 10px 19px 10px 9px;
        font-size: 13px;
    }

    .card-BtnBox .common-btn::after {
        left: 10px;
    }

    .map-section {
        padding: 7px;
        margin-top: 21px;
        height: 699px;
    }

    .iframe-box {
        height: 430px;
        padding-bottom: 14px;
    }

    .card-box {
        height: 692px;
        padding: 32px 18px 26px;
    }

    .blog-section {
        padding: 50px 0px;
    }

    .card-content::before {
        width: 150px;
        height: 211px;
    }

    .card-box {
        flex-direction: column-reverse;
        align-items: self-start;
    }

    .slider-counter {
        top: 56px;
        left: 63px;
        position: absolute;
        font-size: 33px;
    }

    h5.foot-title {
        /* font-size: 13px; */
        font-size: 1.25rem;
    }

    .card-content::after {
        top: -27px;
        left: 183px !important;
        font-size: 153px;
        margin: 0%;
    }

    .card-BtnBox {
        display: flex;
        gap: 3px;
        justify-content: center;
        flex-direction: row;
    }

    .card-TitleBox p {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
    }


    .card-TitleBox {
        align-items: center;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 5px;
    }

    #JU .card-content::after,
    #PO .card-content::after,
    #RO .card-content::after,
    #RU .card-content::after {
        left: 193px;
        top: -27px;
    }


    .owl-nav {
        justify-content: center;
        margin-left: 0px;
        margin-top: 4px;
    }

    .blog-title-box {
        display: revert;
    }

    .blog-btn {
        display: none;
        margin-bottom: 2rem;
    }

    .blog-title .common-title {
        font-size: 24px;
    }

    .cta-img {
        display: none;
    }

    h2.inner-title {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .perahead {
        font-size: 22px;
    }

    .innerpage-box {
        gap: 20px;
    }

    .ctainner-section {
        align-items: center;
        background-image: none !important;
        border-radius: 30px;
        height: 170px;
        padding: 21px 0px;
    }


    .cta-section {
        padding: 0px 10px;
    }


    .mobilefoot {
        text-align: center;
        display: block;
    }

    .footer-section .inner-container {
        padding: 0px 50px !important;
    }

    .copy-box {
        display: none;
    }

    .mobilefoot *>.foot-logo img {
        width: 180px;
        height: 89px;
        object-fit: contain;
    }

    .foot-list li a {
        font-size: 18px;
    }

    .navbar-brand .mob-logo {
        position: relative;
        display: block;
        margin-left: 55px;
    }

    #homeaccordionExample {
        width: 100%;
    }

    .features-box {
        margin: 18px 35px 18px 16px;
        height: 205px;
        padding: 22px;
    }

    .feedback-slider-item {
        position: relative;
        padding: 37px 20px 0px;
    }


    .feedback-slider-thumb {
        display: none;
    }

    .testiimg {
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }


    .testcontent {
        padding: 2%;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        /* bottom: auto; */
    }

    .customer-feedback .owl-prev {
        left: 120px;
    }

    .customer-feedback .owl-next {
        right: 120px;
    }

    .testidesi {
        font-size: 17px;
        font-weight: 400;
    }

    .testiname {
        line-height: 34px;
        font-size: 20px;
    }

    .innerlist li p {
        margin-bottom: 20px;
    }

    .catagoryinner-img {
        margin-left: 0px;
    }

}

@media (max-width: 480px) {
    .customer-feedback .owl-item img {
        width: 280px;
    }

    .features-box {
        margin: 18px 16px 18px 16px;
    }

    .card-box.catapbox .catagoryinner-img {
        height: 241px;
        width: auto;
    }

    .card-box.catapbox {
        justify-content: space-around;
    }

    .innerlist li h3 {
        font-size: 14px;
        font-weight: 500;
    }

    .innerpage-para p {
        font-size: 14px;
        line-height: 20px;
    }

    .subinner_headpara {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
        text-align: justify;
    }

    .mission-list {
        gap: 16px;
        padding-left: 58px;
    }


    .iframe-box {
        height: 397px;
    }

    h2.inner-title {
        margin-bottom: 20px;
        font-size: 28px;
    }

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

    .common-section {
        padding: 24px 0px 50px;
    }
}

@media (max-width: 400px) {
    .producttopimg {
        width: 202px;
        margin-left: 20px;
    }

    .banner-box {
        z-index: 1;
        position: absolute;
        top: 10px;
        left: 0px;
        padding: 13px;
    }

    .producttopimg::before {
        width: 170px;
        height: 246px;
        top: -24px;
    }

    .producttopimg::after {
        top: -82px;
        left: 220px;
        right: 0px;
        font-size: 150px;
    }

    .iframe-box {
        height: 370px;
    }

    .common-section.progress-section {
        padding-bottom: 20%;
    }

}


@media (max-width: 375px) {
    .card-box.catapbox .catagoryinner-img {
        height: 220px;
        width: auto;
    }

    .card-box.catapbox {
        justify-content: space-around;
    }

    .card-TitleBox.cattitle h5 {
        font-size: 15px;
        text-align: left;
    }

    .card-content.cata-content::after {
        top: -30px;
        font-size: 130px;
    }

    .customer-feedback .owl-prev {
        left: 90px;
    }

    .customer-feedback .owl-next {
        right: 90px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
    }

    .progress_row .nav-pills .nav-link:nth-child(1),
    .progress_row .nav-pills .nav-link:nth-child(4) {
        right: 90px !important;
    }

    .progress_left {
        padding: 0 0 20px !important;
    }

    .banner-innerimg {
        margin-right: 6%;
        height: 100%;
    }

    .banner-innnnerbox {
        margin-left: -24px;
        float: none;
    }

    .testiimg {
        height: 327px;
    }

    .customer-feedback .owl-item img {
        width: auto;
    }

    .top-nav {
        display: none;
    }

    .propera {
        text-align: center;
    }

    h2.inner-title {
        text-align: center;
    }

    .innervideobox {
        gap: 60px;
    }

    .navbar-collapse,
    .navbar.header-fixed .navbar-collapse {
        padding: 25px 18px;
    }

    .navbar-brand {
        width: 105px;
        height: 50px;
    }

    .navbar {
        border-top: none !important;
        border-bottom: none !important;
    }

    .aboutus-section {
        background-image: url(../images/about-background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        z-index: 0;
        padding-bottom: 0px;
    }



    .banner-inner-section::after,
    .video-box::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        transform: rotate(180deg);
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5270483193277311) 35%, rgba(113, 113, 113, 0) 61%, rgba(255, 255, 255, 0) 79%);
        width: 100%;
    }

    .banner-inner-section {
        align-items: start;
        padding-top: 33px;
    }

    .banner-title {
        font-size: 27px;
    }

    .common-btn::after {
        left: 23px;
    }

    .common-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .banner-title span {
        display: inline-block;
        position: relative;
    }

    .about-title-box .common-title {
        font-size: 19px !important;
        padding: 0px 19px 0px !important;
    }

    .common-box.about-title-box {
        text-align: center;
    }

    .mission-list {
        gap: 15px;
        padding-left: 43px;
    }

    .ml-img {
        --ehw-ali: 33px;
    }

    .ml-text h5 {
        font-size: 16px;
    }

    .video-box>img {
        width: 100%;
        height: 344px;
        border-radius: 40px;
    }

    .video-box-main {
        height: 100%;
        width: 100%;
        border-radius: 0px;
    }

    .video-main {
        height: 100%;
        width: 100%;
    }

    .video-box::after {
        border-radius: 40px;
        transform: rotate(0deg);
    }

    .videotext h2 {
        font-size: 28px;
    }

    .video-box span {
        align-items: flex-start;
        justify-content: end;
        top: 0;
        gap: 5px;
        bottom: 28px;
        margin-left: 5%;
        margin-top: 0px;
    }

    .videotext .common-bg-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .videotext .common-bg-btn::after {
        left: 25px;
    }

    .Partners .common-title {
        font-size: 23px;
        padding: 0px 0px;
        margin-bottom: 0;
    }



    .MostView-slider {
        padding: 5px 0px;
    }

    .common-section.Partners-section {
        padding-top: 200px;
    }

    .most-OverWidth {
        width: calc(100% + 15%);
    }

    #btcolor.nav-item .nav-link.active::before {
        display: none;
    }

    #btcolor.nav-item .nav-link::before {
        display: none;
    }

    .road {
        display: none;
    }




    #btcolor.nav-item .nav-link.active::after {
        display: none;
    }

    .price-tabs::after {
        display: none;
    }


    .price-tabs li .nav-link {
        transform: rotate(-90deg);
    }

    .price-tabs li .nav-link.active {
        font-size: 19px;
        color: var(--second-color);
    }

    .download-main-title .common-box .common-title {
        font-size: 25px;
        margin-bottom: 1px;
    }

    .innermap-para {
        font-size: 14px;
        line-height: 24px;
    }

    .card-BtnBox .common-btn {
        padding: 10px 16px 10px 8px;
        font-size: 13px;
    }

    .card-BtnBox .common-btn::after {
        right: 0px;
    }

    .card-BtnBox .common-btn .learn::after {
        left: 22px;
    }

    .common-section .row {
        gap: 14px 0px;
    }

    .map-section {
        padding: 10px;
        margin-top: 31px;
        height: 686px;
    }

    .iframe-box {
        height: 335px;
        padding-bottom: 14px;
    }

    .blog-section {
        padding: 40px 0px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .cta-box .common-title {
        font-size: 21px;
        margin-bottom: 6px !important;
    }


    .card-box {
        height: 692px;
    }

    .card-content::before {
        width: 120px;
        height: 211px;
    }


    .card-TitleBox h5 {
        font-size: 23px;
    }

    .card-box {
        flex-direction: column-reverse;
        align-items: self-start;
    }

    .redbtm {
        font-size: 25px;
    }

    .slider-counter {
        top: 56px;
        left: 63px;
        position: absolute;
        font-size: 33px;
    }

    .card-content::after {
        top: -27px;
        left: 152px;
        font-size: 153px;
        margin: 0%;
    }

    /* .card-TitleBox p {
        padding: 0px 33px 0px 0px;
        font-size: 17px;
    } */

    .card-TitleBox {
        margin-top: 6px;
        margin-bottom: 5px;
    }



    .blog-btn {
        display: none;
    }

    .blog-title .common-title {
        font-size: 30px;
    }

    .cta-img {
        display: none;
    }

    .ctainner-section {
        align-items: center;
        background-image: none !important;
        border-radius: 50px;
        height: 145px;
    }

    .cta-section {
        padding: 0px 13px;
    }

    .footer-section .inner-container {
        padding: 0px 15px !important;
    }

    .copy-box {
        display: none;
    }

    .mobilefoot *>.foot-logo img {
        width: 142px;
        height: 70px;
        object-fit: contain;
    }

    .foot-list li a {
        font-size: 16px;
    }

    .navbar-brand .mob-logo {
        margin-left: 25px;
    }

    header {
        padding: 7px 9px;
    }

    .inner-para {
        padding: 5px 0px;
        font-size: 20px;
        line-height: 25px;
    }


    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        font-size: 28px;
    }

}

@media (max-width: 350px) {
    .top-nav {
        display: none;
    }

    .navbar-collapse,
    .navbar.header-fixed .navbar-collapse {
        padding: 25px 18px;
    }

    .navbar-brand {
        width: 105px;
        height: 38px;
    }

    .footimg img {
        width: 104px;
        height: 32px;
    }

    .navbar {
        border-top: none !important;
        border-bottom: none !important;
    }

    .aboutus-section {
        background-image: url(../images/about-background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        z-index: 0;
        padding-bottom: 0px;
    }


    .banner-inner-section::after,
    .video-box::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        transform: rotate(180deg);
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5270483193277311) 35%, rgba(113, 113, 113, 0) 61%, rgba(255, 255, 255, 0) 79%);
        width: 100%;
    }

    .banner-inner-section {
        align-items: start;
        padding-top: 33px;
    }

    .banner-title {
        font-size: 27px;
    }

    .common-btn::after {
        left: 23px;
    }

    .common-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .banner-title span {
        display: inline-block;
        position: relative;
    }

    .about-title-box .common-title {
        font-size: 19px !important;
        padding: 0px 19px 0px !important;
    }

    .common-box.about-title-box {
        text-align: center;
    }

    .mission-list {
        gap: 15px;
        padding-left: 25px;
    }

    .ml-img {
        --ehw-ali: 33px;
    }

    .ml-text h5 {
        font-size: 16px;
    }

    .video-box>img {
        width: 344px;
        height: 344px;
        border-radius: 40px;
    }

    .video-box-main {
        height: 100%;
        width: 100%;
        border-radius: 0px;
    }

    .video-main {
        height: 100%;
        width: 100%;
    }

    .video-box::after {
        border-radius: 40px;
        transform: rotate(0deg);
    }

    .videotext h2 {
        font-size: 28px;
    }

    .video-box span {
        align-items: flex-start;
        justify-content: end;
        top: 0;
        gap: 5px;
        bottom: 28px;
        margin-left: 5%;
        margin-top: 0px;
    }

    .videotext .common-bg-btn {
        padding: 10px 33px 8px 10px;
        font-size: 12px;
    }

    .videotext .common-bg-btn::after {
        left: 25px;
    }

    .Partners .common-title {
        font-size: 23px;
        padding: 0px 0px;
        margin-bottom: 0;
    }


    .MostView-slider {
        padding: 5px 0px;
    }

    .common-section.Partners-section {
        padding-top: 200px;
    }

    .most-OverWidth {
        width: calc(100% + 15%);
    }

    #btcolor.nav-item .nav-link.active::before {
        display: none;
    }

    #btcolor.nav-item .nav-link::before {
        display: none;
    }

    .road {
        display: none;
    }


    #btcolor.nav-item .nav-link.active::after {
        display: none;
    }

    .price-tabs::after {
        display: none;
    }

    .price-tabs li .nav-link {
        transform: rotate(-90deg);
    }

    .price-tabs li .nav-link.active {
        font-size: 19px;
        color: var(--second-color);
    }

    .download-main-title .common-box .common-title {
        font-size: 25px;
        margin-bottom: 1px;
    }

    .innermap-para {
        font-size: 14px;
        line-height: 24px;
    }

    .card-BtnBox .common-btn {
        padding: 10px 2px 10px 2px;
        font-size: 13px;
    }

    .card-BtnBox .common-btn::after {
        left: 20px;
    }

    .card-BtnBox .common-btn .learn::after {
        left: 22px;
    }

    .common-section .row {
        gap: 14px 0px;
    }

    .map-section {
        padding: 10px;
        margin-top: 33px;
        height: 699px;
    }

    .iframe-box {
        height: 397px;
        padding-bottom: 14px;
    }

    .blog-section {
        padding: 40px 0px;
    }

    .blogBox-title,
    .blogBox-text>h4,
    .common-section .blogBox-text>h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .cta-box .common-title {
        font-size: 21px;
        margin-bottom: 6px !important;
    }

    .card-box {
        height: 687px;
    }

    .card-content::before {
        width: 120px;
        height: 211px;
    }

    .card-box {
        flex-direction: column-reverse;
        align-items: self-start;
    }

    .redbtm {
        font-size: 25px;
    }

    .slider-counter {
        top: 56px;
        left: 63px;
        position: absolute;
        font-size: 33px;
    }

    .card-content::after {
        top: -27px;
        left: 152px;
        font-size: 153px;
        margin: 0%;
    }

    /* .card-TitleBox p {
        padding: 0px 33px 0px 0px;
        font-size: 17px;
    } */

    .card-TitleBox {
        margin-top: 6px;
        margin-bottom: 5px;
    }

    #JU .card-content::after {
        left: 152px;
    }

    #PO .card-content::after {
        left: 152px;
    }

    #RO .card-content::after {
        left: 152px;
    }

    #RU .card-content::after {
        left: 152px;
    }


    .blog-btn {
        display: none;
    }

    .blog-title .common-title {
        font-size: 30px;
    }

    .cta-img {
        display: none;
    }

    .ctainner-section {
        align-items: center;
        background-image: none !important;
        border-radius: 33px;
        height: 147px;
    }

    .cta-section {
        padding: 0px 13px;
    }

    .footer-section .inner-container {
        padding: 0px 15px !important;
    }

    .copy-box {
        display: none;
    }

    .mobilefoot *>.foot-logo img {
        width: 142px;
        height: 70px;
        object-fit: contain;
    }

    .foot-list li a {
        font-size: 16px;
    }

    .navbar-brand .mob-logo {
        margin-left: 25px;
    }

    header {
        padding: 7px 9px;
    }

}

@media (max-width: 320px) {
    .testiimg {
        height: auto;
    }

    .customer-feedback .owl-item img {
        width: auto;
    }

    .producttopimg {
        width: 170px;
        margin-left: 20px;
    }

    .producttopimg::after {
        left: 180px;
    }

    .producttopimg::before {
        height: 220px;
    }

    .about-title-box .common-title {
        font-size: 17px !important;
        padding: 0px 0px 0px !important;
    }

    .banner-btn {
        gap: 0px 6px;
    }

    .blog-title .common-title {
        font-size: 26px;
    }

    .iframe-box {
        height: 354px;
        padding-bottom: 14px;
    }

    .left {
        gap: 9px;
    }

    .navbar-brand {
        width: 104px;
        height: 32px;
    }
}

/* aboutus */

.progress_tab .tab-pane {
    padding: 50px 50px 50px 0;
}

.progress-section h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
}

.progress-section p {
    color: #1A1A1A;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.progress_row {
    position: relative;
}

.progress_row::after {
    content: "";
    position: absolute;
    right: 140px;
    top: 50%;
    height: 460px;
    width: 460px;
    /* background: #302C8C; */
    border: 8px solid transparent;
    border-right-color: #302C8C;
    border-bottom-color: #302C8C;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%) rotate(-45deg);
}

.progress_row .nav-pills {
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    height: 100%;
}

.progress_row .nav-pills .nav-link {
    padding: 10px 30px;
    border-radius: 20px;
    background: #fff;
    color: #000;
    text-align: left;
    max-width: 240px;
    width: max-content;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 20px rgb(1 23 48 / 11%);
    z-index: 2;
}

.progress_row .nav-pills .nav-link span {
    display: inline-block;
    width: calc(100% - 40px);
}

.progress_row .nav-pills .nav-link svg {
    width: 40px;
    height: 40px;
    stroke: #E31E30 !important;
    margin-right: 8px;
}

.progress_row .nav-pills .nav-link svg path {
    stroke: #E31E30 !important;
}

.progress_row .nav-pills .nav-link:hover,
.progress_row .nav-pills .nav-link.active {
    background: #302C8C;
    color: #fff;
}

.progress_row .nav-pills .nav-link:hover svg,
.progress_row .nav-pills .nav-link.active svg,
.progress_row .nav-pills .nav-link:hover svg path,
.progress_row .nav-pills .nav-link.active svg path {
    stroke: #fff !important;
}


.progress_row .nav-pills .nav-link:nth-child(1) {
    position: absolute;
    top: 0;
    right: 250px;
}

.progress_row .nav-pills .nav-link:nth-child(2) {
    position: absolute;
    top: 30%;
    right: 10px;
}

.progress_row .nav-pills .nav-link:nth-child(3) {
    position: absolute;
    top: 60%;
    right: 10px;
}

.progress_row .nav-pills .nav-link:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 250px;
}

.progress_right {
    padding: 60px 0;
}

.progress_right img {
    height: 460px;
    width: auto;
}


@media(max-width: 991px) {
    .progress_left::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        background-image: url(../images/progress.png);
        opacity: 0.2;
        /* background-size: contain;  */
        background-repeat: no-repeat;
    }

    .progress_left {
        position: relative;
        z-index: 2;
    }

    .progress_right {
        display: none;
    }

    .progress_left {
        padding: 80px 0;
    }

    .progress-section h3 {
        font-size: 24px;
    }

    .progress-section p {
        font-size: 16px;
        line-height: 28px;
    }

    .progress_tab .tab-pane {
        padding: 50px 30% 50px 0;
    }

    .progress_row::after {
        right: 85px;
    }

    .progress_row .nav-pills .nav-link:nth-child(1),
    .progress_row .nav-pills .nav-link:nth-child(4) {
        right: 115px;
    }

    .progress_row .nav-pills .nav-link {
        padding: 10px 20px;
        max-width: 195px;
    }

    .progress_row .nav-pills .nav-link svg {
        width: 30px;
        height: 30px;
    }

    .progress_row .nav-pills .nav-link span {
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .progress_row .nav-pills .nav-link:nth-child(2),
    .progress_row .nav-pills .nav-link:nth-child(3) {
        right: 0;
    }
}

@media(max-width: 757px) {
    .progress_tab .tab-pane {
        padding: 60px 30% 60px 0;
    }
}

@media(max-width: 575px) {
    .progress_row .nav-pills .nav-link:nth-child(2) {
        top: 20%;
    }

    .progress_row .nav-pills .nav-link:nth-child(3) {
        top: 65%;
    }

    .progress_row::after {
        right: 30px;
        top: 60%;
        height: 405px;
        width: 405px;
    }

    .progress_tab .tab-pane {
        padding: 160px 30% 40px 0;
    }

    .progress_left {
        padding: 0 0 45px;
    }

    .progress_row .nav-pills {
        top: 40px;
    }

    .progress_row .nav-pills .nav-link:nth-child(2),
    .progress_row .nav-pills .nav-link:nth-child(3) {
        right: -20px;
    }

    .progress-section h3 {
        display: none;
    }


}

@media(max-width: 480px) {

    /* .progress_row .nav-pills .nav-link {
        padding: 10px 18px;
        max-width: 155px;
    } */
    .progress_tab .tab-pane {
        padding: 160px 30% 40px 0;
    }

    .progress_row .nav-pills {
        top: 60px;
    }

    .progress-section .listhead-title {
        margin-bottom: 30px;
    }

    .progress_row .nav-pills .nav-link:nth-child(2) {
        top: 18%;
    }
}

.innersite {
    margin-bottom: 16px;
}

.sitelist li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    margin-bottom: 5px;
}

.sitehead {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #000000;
    margin-bottom: 10px;
}

.sitemapsection {
    background-repeat: no-repeat;
    background-position: center -234%;
    background-size: cover;
}

.rightsitemap {
    background-repeat: no-repeat;
    background-position: -22% 62%;
    background-size: cover;
}

@media(max-width: 1024px) {
    .sitehead {
        display: block;
        font-size: 28px;
        font-weight: 500;
        line-height: 37px;
        margin-bottom: 9px;
    }

    .sitelist li a {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 6px;
    }
}

@media(max-width: 768px) {
    .sitemapsection {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .rightsitemap {
        background-image: none !important;
    }

    .sitehead {
        display: block;
        font-size: 25px;
        font-weight: 500;
        line-height: 38px;
        margin-bottom: 7px;
    }

    .sitelist li a {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 6px;
    }
}

@media(max-width: 580px) {
    .sitehead {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sitelist li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 5px;
    }
}

.accordion-button.investorbtn::after {
    background-image: url(../images/plus.png) !important;
    background: #302C8C;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
    transition: all 0.5s;
}

.accordion-button.investorbtn:not(.collapsed)::after {
    background-image: url(../images/typcn_minus.png) !important;
    transform: var(--bs-accordion-btn-icon-transform) !important;
    background: #E41E31;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
}

.accordion-button.investorbtn::after {
    transition: all 0.5s;
}

.accordion-item.investoritem {
    border: none;
}

.accordion-button.investorbtn:focus {
    z-index: 0;
    border-color: #C6C8F4;
    outline: 0;
    box-shadow: none;
}

.accordion-button.investorbtn:not(.collapsed) {
    color: black;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.accordion-button.investorbtn {
    border-bottom: 1px solid #C6C8F4;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}



.accordion-item.investoritem:last-of-type .accordion-button.investorbtn.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.accordion-body.investoraccodionbody {
    padding-top: 35px;
}

.investorpdf .investorpdf_box {
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    float: left;
    background: #242b8608;
    color: #000000;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    padding: 20px;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.investorpdf .investorpdf_box i {
    font-size: 32px;
    margin-right: 15px;
    color: #E41E31;
}

/* .investorpdf a:before {
    position: absolute;
    top: 20px;
    left: 6px;
    content: '';
    width: 49px;
    height: 100%;
    background: url(../images/pdf-icon-black.png) no-repeat;
    background-size: 20px;
}

.investorpdf a:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
} */

/* mobiledropdowncss ***************************************************/
.menu-item {
    position: relative;
    display: -webkit-box;
}


.menu-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.menu-link {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--main-color);
    transition: var(--transition-05s);
    font-weight: 500;
    padding: 0px 13px;
    margin: 0px 7px;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}

.menu-link>i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--main-color);
}



#navbar2 {
    display: block;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}

@media only screen and (max-width: 992px) {
    .menu-item {
        position: relative;
        display: inline-block;
        margin-left: 0px;
    }

    #navbar2 {
        justify-content: flex-start;
    }

    .menu-link:hover {
        outline: none;
        color: white;
    }

    .menu-link {
        font-size: 20px !important;
        font-weight: 500;
        padding: 5px;
        color: #ffffff;
        justify-content: space-between;
    }

    .menu-link>i.bx {
        font-size: 1.35rem;
        line-height: 1.5;
        color: rgb(255, 255, 255);
    }
}

.submenu {
    position: absolute;
    top: 50px;
    /*left: 1rem;*/
    width: max-content;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0.375rem;
    background-color: #2c338c;
}

.submenu-item {
    padding: 10px 20px;
    display: block;
    margin-top: 0.75rem;
}

.submenu-item:hover {
    background-color: #e41e31;
    border-radius: 0 0 0.375rem 0.375rem;

}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: white;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: 5px;
        /* left: 2.5rem; */
        width: auto !important;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background-color: #3e4596;
        margin-bottom: 10px;
    }

    .navbar .navbar-nav .nav-item:first-child .nav-link {
        margin-left: 7px !important;
    }
}

/* mobile menu dropdown closed */
.singleproimg {
    height: auto;
    width: auto;
    padding: 20px;
}

.singleproimg img {
    object-fit: cover;
    height: 100%;
    border-radius: 35px;
}

.cta-chat-img img {
    border-radius: 35px;
}



/* Blog details page ************************************************/
.new-section {
    padding: 0px 0px 60px;
    overflow: hidden;
}

.new-section .row {
    gap: 24px 0px;
}

.blogdate {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.blogdetailstoppara p {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin-bottom: 7px;
}

.blogdate li {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

.blogdate li i {
    align-items: center;
    display: flex;
    font-size: 8px;
}

.innerblogimg img {
    object-fit: cover;
}

.innerblogimg {
    width: auto;
    height: 410px;
    overflow: hidden;
    border-radius: 20px;
}

.inner-blogperahead {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #1B1B1F;
    display: block;
    margin-bottom: 1rem;

}

.innerblog-para p {
    font-size: 20px;
    line-height: 25px;
    color: #1B1B1F;
    font-weight: 400;
}

.innerblog-para {
    padding-top: 30px;
}

.sociallinks {
    margin-top: 2rem;
}

.innerbloglink {
    color: #302C8C;
    text-decoration: none;
}

.innerbloglink:hover {
    color: #302C8C;
}

.blogvideo {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

.blogvideo iframe {
    width: 100%;
    height: 425px;
    object-fit: cover;

}

.sociallinks span {
    font-weight: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    display: block;
    margin-bottom: 0.3rem;
}

.blogsocial-list {
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    align-items: center;
}

.blogsocial-list li a i {
    font-size: 30px;
    color: #302C8C;
}

.catacardheading {
    padding: 10px 32px;
    background-color: #E2E2E285;
    color: #000;
    font-size: 32px;
    line-height: 38px;
}

.catacardinnerlist {
    padding: 10px 32px;
}

.catacardinnerlist li {
    align-items: self-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.catacardinnerlist li a,
.catacardinnerlist li p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #494C4F;
}

.Categorieslistsec {
    overflow: hidden;
    border: 1px solid #E2E2E285;
    border-radius: 20px;
    margin-bottom: 2.5rem;
}

.trandhead {
    margin-bottom: 2.5rem;
}

.trand-main {
    height: max-content;
    margin-bottom: 2.5rem;
}

.trand-title {
    height: 90px;
    display: flex;
    align-items: center;
}

.trand-img {
    width: auto;
    height: 212px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.trand-img img {
    object-fit: cover;
}

.trand-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #121416;
}

.blogdate.sideblogdate {
    margin-bottom: 0.5rem;
}

.trand-para p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #6C757D;
}

.bloggroup {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bloggroupbtn {
    border-radius: 25px;
    padding: 8px 20px;
    background-color: #E2E2E2;
    color: #000000;
}

/*.new-section.article-section {
    padding-bottom: 60px;
}*/

.groupbthead {
    margin-top: 2rem;
}

@media(max-width:1599px) {
    .blogdetailstoppara p {
        font-size: 40px;
        line-height: 43px;
    }

    .catacardheading {
        font-size: 26px;
        line-height: 28px;
    }

    .catacardinnerlist li a,
    .catacardinnerlist li p {
        font-size: 20px;
        line-height: 22px;
    }

    .catacardinnerlist li {
        margin-bottom: 0.2rem;
    }

    .innerblog-para {
        padding-top: 20px;
    }

    .inner-blogperahead {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0.5rem;
    }

    .innerblog-para p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0.9rem;
    }

    .trand-title {
        font-size: 22px;
        line-height: 23px;
    }

    .trand-para p {
        font-size: 17px;
        line-height: 21px;
    }

    .blogdate li {
        font-size: 17px;
        line-height: 22px;
    }

    .trandhead {
        margin-bottom: 2rem;
    }

    .Categorieslistsec {
        margin-bottom: 2rem;
    }

    .trandhead {
        font-size: 30px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .catacardinnerlist {
        padding: 10px 10px;
    }
}

@media(max-width:580px) {
    .bloggroup {
        margin-bottom: 2rem;
    }

    .blogdetailstoppara {
        margin-top: 2rem;
    }

    .blogdetailstoppara p {
        font-size: 20px;
        line-height: 23px;
    }

    .new-section {
        padding: 0px 0px 40px;
    }

    .inner-blogperahead {
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 0.5rem;
    }

    .innerblog-para p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0.5rem;
    }

    .innerblog-para {
        padding-top: 10px;
    }

    .new-section.article-section {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .trand-main {
        margin-bottom: 1.7rem;
    }

    .groupbthead {
        margin-top: 1rem;
    }
}

/* bloglisttingpage **************************************** */
.articalmainright.leftsec {
    flex-direction: row-reverse;
}

.innerarticlessec .row {
    gap: 13px 0px;
}

.articalmainright.leftsec .articalmainleftimgsec {
    width: 100%;
    height: 258px;
    overflow: hidden;
    border-radius: 10px;
}

.articalmainright.leftsec .articalmainleftimgsec img {
    object-fit: cover;
}

.topbloglistpagesec {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.inner-title.infaq.bloglisttopbt span {
    position: relative;
    display: inline;
}

.inner-title.infaq.bloglisttopbt span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #E31E30;
    bottom: 0px;
    border-radius: 12px;
}

.innerarticlessec {
    padding: 60px 50px 50px;
    background-color: #E31E3014;
    border-radius: 35px;
}

.rightartical {
    width: auto;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
}

.rightartical img {
    object-fit: cover;
}

.articalmainleftimgsec {
    width: 320px;
    aspect-ratio: 16 / 9;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.articalmainleftimgsec img {
    object-fit: cover;
    object-position: top;
}

.articalmainright {
    gap: 25px;
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.articalmainrightcontentbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contentartical-title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.articalmainright {
    margin-bottom: 1rem;
}

.leftarticaltitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #000000;
    margin-bottom: 1.6rem;
}

.leftartical p {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-top: 1.6rem;
}

.blogin-main {
    background: no-repeat center center / cover;
    width: 100%;
    height: 567px;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}

.bloginnerbox {
    height: 100%;
    padding: 50px 30px;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(180deg, rgba(203, 209, 209, 0) 52%, rgba(21, 21, 21, 0.5382528011204482) 72%, rgba(8, 6, 6, 0.8519782913165266) 100%, rgba(0, 0, 0, 0.9948354341736695) 100%);
}

.bannertextbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannertextboxtitle {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
}

.HC-img {
    border-radius: 0 10px 10px 0;
    height: calc(100% + 65%);
    margin-top: -15.5%;
    margin-right: -5%;
}

.innerlongsec {
    overflow: hidden;
    background-color: #E31E3014;
    border: 1px solid #E2E2E2;
    border-radius: 35px;
    padding: 30px;
}

.leftartical.longsec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 0px 40px;

}

.estimate_main-btn.blogcustombtn {
    background: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 26px;
    font-weight: 500;
    text-wrap: nowrap;
    transition: var(--transition-08s);
}

.estimate_main-btn.blogcustombtn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}

.trand-main.bloglistbottomcard {
    margin-bottom: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 20px;
}

.trand-main.bloglistbottomcard .trand-text {
    padding: 10px 14px;
}

@media(max-width:1599px) {
    .articalmainright.leftsec .articalmainleftimgsec {
        width: 100%;
    }

}

@media(max-width:1100px) {
    .topgap {
        margin-top: 2rem;
    }

}

@media(max-width:768px) {
    .topgap {
        margin-top: 1.3rem;
    }

    .rightartical {
        height: 100%;
        margin-bottom: 1.2rem;
    }

    .rightartical img {
        object-fit: contain;
        object-position: center;
    }

    .articalmainright {
        margin-bottom: 1rem;
    }
}

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

    .HC-img {
        border-radius: 10px;
        height: 100%;
        width: calc(100% - -15%);
        margin-top: 0px;
        margin-bottom: 2%;
        margin-right: 0%;
        margin-left: -5%;
    }

    .HC-img img {
        border-radius: 35px 0px 35px 0px;
    }
}

@media(max-width:580px) {
    .topgap {
        margin-top: 0rem;
    }

    .inner-title.infaq.bloglisttopbt span {
        display: inline-block;
    }

    .rightartical {
        width: 100%;
        height: 100%;
        margin-bottom: 1.2rem;
    }

    .estimate_main-btn.blogcustombtn,
    .estimate-btn.bloginbten {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 22px;
        align-items: center;
    }

    .estimate_main-btn.blogcustombtn.blogcustombtn svg,
    .estimate-btn.bloginbten svg {
        width: 18px;
        height: 18px;
    }

    .topfeaturedsec {
        padding: 30px 0px 0px;
    }

    .innerarticlessec {
        padding: 30px 10px 10px;
    }

    .inner-title.infaq.bloglisttopbt span::after {
        height: 5px;
        bottom: -1px;
    }

    .leftarticaltitle {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .leftartical p {
        margin-top: 1.2rem;
    }

    .articalmainright {
        flex-direction: column;
    }

    .topbloglistpagesec {
        margin-bottom: 1.8rem;
    }

    .articalmainright.leftsec .articalmainleftimgsec {
        width: 100%;
        height: 200px;
    }

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

    .articalmainright {
        margin-bottom: 2.3rem;
    }

    .blogin-main {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .bannertextboxtitle {
        font-size: 19px;
        line-height: 18px;
    }

    .bloginnerbox {
        height: 225px;
        padding: 20px 18px;
        display: flex;
    }

    .innerlongsec {
        padding: 14px 14px 0px;
    }

    .leftartical.longsec {
        padding: 0px 20px;
    }

    .new-section.article-section.commonbottomsec {
        padding: 40px 0px;
    }

    .articalmainleftimgsec img {
        object-fit: cover;
        object-position: center;
    }

    .contentartical-title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:380px) {
    .articalmainright {
        margin-bottom: 1.3rem;
    }

    .innerlongsec {
        padding: 14px 0px 0px;
    }

    .new-section.article-section.commonbottomsec {
        padding: 20px 0px;
    }

    .leftartical p {
        margin-top: 0.2rem;
        font-size: 16px;
        line-height: 21px;
    }

    .leftarticaltitle {
        font-size: 29px;
        margin-top: 0.6rem;
    }

    .topbloglistpagesec .inner-title.infaq {
        text-align: left;
    }
}

/* life@bangur section************************************************************ */
.lifebangurpara {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.lifebangurbtnbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lifebangurimgsec {
    border-radius: 35px;
    width: 100%;
    height: 621px;
    overflow: hidden;
}

.lifebangurimgsec img {
    object-fit: cover;
}

.inner-title.infaq.bloglisttopbt.rewarding {
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
}

.inner-title.infaq.bloglisttopbt.rewarding span {
    position: relative;
    display: inline;
    font-weight: 600;
}

.inner-title.infaq.bloglisttopbt.rewarding span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #E31E30;
    bottom: -2px;
    border-radius: 12px;
}

.lifebangurtitle p {
    font-size: 24px;
    line-height: 32px;
    color: #000;
}








/* new css start for new contractor page ************************************************************************ */


/* contractor page css strat ****************************************************************************************************** */


.contractor-banner-section {
    position: relative;
    overflow: hidden;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.contractor-banner-section::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 300px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) -1%, rgb(209 209 232 / 0%) 30%, rgba(73, 73, 158, 1) 81%, rgba(44, 51, 140, 1) 99%);
    width: 100%;
}

.contractorimg img {
    height: 100%;
    object-fit: contain;
    z-index: 3;
    position: relative;
    object-position: top;
}

.innercontractorbox {
    position: relative;
    z-index: 3;
    margin-top: 3rem;
    margin-bottom: 2rem;

}

.innercontractorbox h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.7rem;
    text-transform: capitalize;
}

.innercontractorbox h1 span {
    position: relative;
}

.innercontractorbox h1 span::after {
    position: absolute;
    content: '';
    bottom: -5px;
    background-color: red;
    width: 100%;
    left: 0;
    height: 8px;
    border-radius: 5px;
}

.contractor-search-card {
    background-color: white;
    border-radius: 50px;
    padding: 9px 14px;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 25%);
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
}

.contractor-search-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636EB0;
    font-size: 18px;
    padding-left: 15px;
}

.contractor-search-icon img {
    object-fit: contain;
}

.contractor-input-group {
    flex-grow: 1;
    border: none;
    display: flex;
    align-items: center;
}

.contractor-form-control {
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 12px 15px;
    background-color: transparent;
}

.contractor-form-control:focus {
    outline: none;
    box-shadow: none;
}

.contractor-form-control::placeholder {
    color: #767676;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}

.contractor-divider {
    width: 1px;
    height: 25px;
    background-color: #ddd;
    margin: 0 5px;
}

.contractor-search-btn,
.contractor-search-btn:focus {
    background-color: #2c338c;
    color: white;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 9px 12px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    font-size: 16px;
    letter-spacing: 1px;
}

.contractor-search-btn:hover,
.contractor-search-btn:active {
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
}

.contractor-search-btn i {
    margin-left: 5px;
}

@media (max-width: 576px) {
    .contractor-search-card {
        flex-direction: column;
        border-radius: 25px;
        padding: 15px;
    }

    .contractor-input-group {
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
    }

    .contractor-divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }

    .contractor-search-icon {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .contractor-search-btn {
        width: 100%;
    }
}

.contractorbg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    opacity: 0.5;
}

.contractorsection {
    overflow: visible;
}

.filterstickysec {
    padding: 40px 0px;
    padding-right: 20px;
}

.rightsidestickybox {
    padding: 20px 0px;
}

.stickybox {
    position: sticky;
    top: 110px;
    width: 100%;
    height: auto;
    /* backdrop-filter: blur(4px); */
    background-color: #fff;
    z-index: 999;
    overflow: visible;
    padding: 20px;
    box-shadow: 5px 12px 18px rgba(0, 0, 0, 0.11);
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 2rem;
}

.stickybox.rightsidestickybox {
    position: sticky;
    top: 135px;
    width: 100%;
    height: auto;
    /* backdrop-filter: blur(4px); */
    /* background-color: #fff; */
    z-index: 999;
    overflow: visible;
    padding: 20px 0px;
    box-shadow: unset;
    border-radius: 0px;
    margin-top: 1rem;
    /* box-shadow: 5px 12px 18px rgba(0, 0, 0, 0.11); */
}

/* Add styles for the parent container */

.headingbox h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 4rem;
    position: relative;
    color: #000;
}

.headingbox h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #2c338c;
    bottom: -8px;
    left: 0px;
}

.rangefilter h4 {
    color: #000;
    margin-bottom: 1.3rem;
    font-size: 20px;
    font-weight: 600;
    min-height: 25px;
}

.slider-container {
    width: 100%;
}

.value-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.value-labels span {
    font-size: 12px;
    color: #2c338c !important;
}

.value-labels span:nth-child(3) {
    color: #2e3192;
    font-weight: 400;
}

.range-container {
    position: relative;
    height: 6px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 29px;
    background: transparent;
    outline: none;
    position: relative;
    z-index: 2;
    margin-top: -21px;
}

.track-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 50%;
    /* Default value for 25 (middle position) */
    background-color: #2e3192;
    z-index: 1;
    border-radius: 3px;
}

.range-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 3px;
    z-index: 0;
}

/* Thumb styles */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2e3192;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 0 5px rgba(46, 49, 146, 0.2);
}

.slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2e3192;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 0 5px rgba(46, 49, 146, 0.2);
}

/* For Firefox */
.slider::-moz-range-track {
    background: transparent;
}

/* Active state */
.slider:active::-webkit-slider-thumb {
    transform: scale(1.1);
}

.slider:active::-moz-range-thumb {
    transform: scale(1.1);
}

.rangecard {
    padding: 10px 18px 17px;
    border: 1px solid #2c338c;
    border-radius: 52px;
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
    min-height: 65px;

}

.villa-custom-select {
    height: 65px;
    border-radius: 50px !important;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #4a4e8a !important;
    color: #333;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234a4e8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"); */
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
}

.villa-custom-select:focus {
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
    border-color: #2c338c !important;
    outline: none;
}

/* Remove default focus outline from Bootstrap */
.form-select:focus {
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
}

/* Custom styling for dropdown options */
.villa-custom-select option {
    padding: 10px;
}

/* Hover effect */
.villa-custom-select:hover {
    border-color: #3a3e7a !important;
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
}

.innerfilterbtn .estimate-btn {
    background: #2c338c;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 17px 15px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    text-wrap: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
    min-height: 65px;
}

.innerfilterbtn .estimate-btn:hover,
.innerfilterbtn .estimate-btn:active,
.innerfilterbtn .estimate-btn:focus {
    color: #2c338c;
    background-color: transparent;
    border-color: #2c338c;
}


.minimal-slider-container {
    position: relative;
}


.minimal-slider-min-value {
    color: #2c338c;
    text-align: left;
    position: absolute;
    top: -37%;
    left: -5px;
}

.minimal-slider-max-value {
    color: #3f51b5;
    text-align: right;
    position: absolute;
    top: -37%;
    right: -5px;
}

.minimal-slider-min-value,
.minimal-slider-max-value {
    font-size: 14px;
    width: 30px;
    transition: color 0.2s, font-weight 0.2s;
}

.minimal-slider-min-value.active,
.minimal-slider-max-value.active {
    color: #3f51b5;
    font-weight: bold;
}

.minimal-slider-track-container {
    flex: 1;
    position: relative;
    height: 30px;
    margin: 0 15px;
}

.minimal-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
    border-radius: 3px;
}

.minimal-slider-progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: #2e3192;
    z-index: 1;
    border-radius: 3px;
}

.minimal-slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.minimal-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
}

.minimal-slider-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
}

.minimal-slider-value {
    position: absolute;
    top: -20px;
    color: #2e3192;
    font-weight: bold;
    font-size: 13px;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s;
}

.minimal-slider-value.hidden {
    opacity: 0;
}

.minimal-slider-thumb {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #2e3192;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 0 5px rgba(46, 49, 146, 0.2);
}

.rangecard.newrang {
    padding: 25px 18px 8px;
    min-height: 65px;
}


.property-profile-card {
    width: 100%;
    max-width: 700px;
    background-color: white;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 5px 12px 18px rgb(0 0 0 / 25%);
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
}

.property-card-image-container {
    width: 60%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.property-card-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.property-card-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    position: relative;
}

.property-profile-section {
    display: flex;
    align-items: start;
    margin-bottom: px;
    flex-direction: column;
    gap: 5px;
}

.property-profile-image-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    position: relative;
}

.property-profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.property-verified-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.property-verified-badge-icon {
    color: white;
    font-size: 14px;
}

.property-profile-info {
    flex: 1;
}

.property-profile-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #000000;
}

.property-profile-rating {
    color: #FFD700;
    font-size: 13px;
    margin-bottom: 2px;
}

.property-profile-company {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}

.property-details-list {
    list-style: none;
    margin-bottom: 2px;
}

.property-details-item {
    display: flex;
    align-items: self-start;
    margin-bottom: 3px;
    color: #000000;
    font-size: 14px;
}

.property-details-icon {
    margin-right: 5px;
    color: #2c338c;
    font-size: 14px;
    min-width: 0px;
    text-align: center;
}

.property-expertise-section {
    margin-bottom: 10px;
}

.property-expertise-label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

.property-expertise-value {
    font-size: 14px;
    color: #2c338c;
    font-weight: bold;
}

.property-view-details-btn {
    background-color: #2c338c;
    color: white;
    padding: 6px 13px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    margin-top: 0px;
    align-self: flex-start;
    transition: background-color 0.3s ease;
    border: 1px solid transparent;
}

.property-view-details-btn:hover {
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
}

.property-view-icon {
    margin-left: 5px;
}

.property-favorite-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.heart-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.heart-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.heart-container {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/* Unchecked state: red outline, transparent inside */
.heart-checkbox+.heart-label .heart-icon {
    fill: transparent;
    stroke: #2c338c;
    stroke-width: 2;
    cursor: pointer;
}

/* Checked state: transparent outline, #2c338c inside */
.heart-checkbox:checked+.heart-label .heart-icon {
    fill: #2c338c;
    stroke: transparent;
}


/* Responsive Design */
@media (max-width: 768px) {
    .property-profile-card {
        flex-direction: column;
        max-width: 500px;
    }

    .property-card-image-container {
        width: 100%;
        height: 200px;
    }

    .property-card-content {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 480px) {
    .property-card-image-container {
        height: 180px;
    }

    .property-profile-name {
        font-size: 18px;
    }

    .property-details-item {
        font-size: 13px;
    }
}

.incallbox {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 20px 26px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 5px 12px 18px rgb(0 0 0 / 25%);
}

.incallbox h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.callbtngroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.callbtngroup a.inlinebtntext {
    font-size: 14px;
    font-weight: 600;
    color: #2c338c;
}

.callbtngroup a.btn.estimate-btn.bloginbten,
.callbtngroup a.btn.estimate-btn.bloginbten:focus {
    background: #2c338c;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 10px;
    border-radius: 50px;
    font-weight: 500;
    text-wrap: nowrap;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition-08s);
}

.callbtngroup a.btn.estimate-btn.bloginbten:hover {
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
    transition: var(--transition-08s);
}

.roofon-card {
    position: relative;
    max-width: 400px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 26px;
    margin-top: 2rem;

}



.roofon-card__title {
    color: #2c338c;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.roofon-card__text {
    color: #2c338c;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.mainimgbox img {
    height: 370px;
    object-fit: cover;
    margin-bottom: 0.8rem;
    border-radius: 30px;
}


/* Responsive adjustments */
@media (max-width: 480px) {
    .roofon-card__title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .roofon-card__title {
        font-size: 18px;
    }

    .roofon-card__text {
        font-size: 13px;
    }
}

.pagisec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 1.5rem;
}

.pagisec a,
.pagisec a:focus {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
    transition: var(--transition-08s);
}

.pagisec a:hover {
    background: #2c338c;
    border: 1px solid transparent;
    color: #ffffff;
}

.pagisec span {
    color: #2c338c;
    font-size: 14px;
}

.contractorbottombg {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0px;
    width: 62%;
    height: 37%;
    opacity: 0.5;
}

.contractorbottombg img {
    object-fit: contain;
}

/* Unique class names for the pricing card */
.secimmerbox h4 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin-bottom: 1rem;
}

.price-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.price-card {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    padding: 30px;
    background: rgba(255, 255, 255, 0);
    transition: transform 0.3s ease;
}


.price-icon {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.price-icon img {
    width: 50px;
    height: 50px;
}

.price-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.price-description {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    line-height: 17px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .price-card {
        padding: 25px;
    }

    .price-title {
        font-size: 20px;
    }

    .price-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .price-card {
        padding: 20px;
    }

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

    .price-description {
        font-size: 14px;
    }
}

.newcomparehead h1 {
    color: #000;
    font-weight: bold;
    font-size: 40px;
}

.compairsec .contractorbottombg {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    width: 60%;
    height: 100%;
    opacity: 0.5;
}

.compairsec .contractorbottombg img {
    object-fit: cover;
}

.agent-card {
    width: 100%;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.agent-header {
    display: flex;
    align-items: START;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 11PX;
}

.agent-header .property-profile-image-wrapper {
    width: 100px;
    height: 100px;
}

.agent-header .property-profile-pic {
    border-radius: 26px;
}

.agent-header .property-verified-badge {
    position: absolute;
    bottom: 0px;
    right: -8px;
}

.agent-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-details {
    flex: 1;
}

.agent-details h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}



.agent-address,
.agent-phone {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 18px;
    margin-bottom: 2px;
}

.agent-address i,
.agent-phone i {
    font-size: 16px;
}

.property-gallery {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    border-radius: 14px;
    overflow: hidden;
}

.property-thumbnail {
    flex: 1;
    height: 140px;
    overflow: hidden;
}

.property-thumbnail a {
    height: 100%;
    width: 100%;
}

.property-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: space-between;
}


.action-buttons .contractor-search-btn,
.action-buttons .contractor-search-btn:focus {
    background-color: #2c338c;
    color: white;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 9px 20px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 49%;

}

.action-buttons .contractor-search-btn:hover {
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
    transition: all 0.3s ease;
}

.action-buttons .contractor-search-btn.twobtn,
.action-buttons .contractor-search-btn.twobtn:focus {
    background-color: #1a206e00;
    color: #2c338c;
    border: 1px solid #2c338c;
    transition: all 0.3s ease;
}

.action-buttons .contractor-search-btn.twobtn:hover {
    background-color: #2c338c;
    color: white;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.card-container {
    position: relative;
}

.rating-progress {
    position: absolute;
    right: 16px;
    top: 23px;
}

.progress-container {
    position: relative;
    width: 40px;
    height: 40px;
}

.progress-circle {
    position: relative;
    width: 100%;
    height: 100%;
}

.progress-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFD700;
    /* Gold color for the star */
    background-color: white;
    border-radius: 50%;
    z-index: 3;
    transform: scale(0.85);
    /* This creates the inner white circle */
}

/* Background circle (light grey) */
.progress-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e0e0e0;
    z-index: 1;
}

/* Progress circle components */
.progress-left,
.progress-right {
    position: absolute;
    top: 0;
    width: 20px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
}

.progress-left {
    left: 0;
}

.progress-right {
    right: 0;
}

.progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2c338c;
    /* Red color */
    border-radius: 50px 0 0 50px;
}

.progress-left .progress-bar {
    left: 100%;
    border-radius: 0 50px 50px 0;
    transform-origin: left center;
    transform: rotate(0deg);
}

.progress-right .progress-bar {
    right: 100%;
    transform-origin: right center;
    transform: rotate(0deg);
}

@media (max-width: 480px) {
    .property-gallery {
        flex-direction: column;
        border-radius: 0px;
    }

    .property-thumbnail {
        height: 160px;
    }
}

.newfloating-btn {
    position: fixed;
    right: -45px;
    top: 36%;
    transform: translateY(-50%);
    z-index: 1000;
    transform: rotate(-90deg);
}

.floating-btn-content {
    display: flex;
    align-items: center;
    background-color: #2c338c;
    /* Dark blue color */
    color: white;
    padding: 12px 20px;
    border-radius: 8px 35px 8px 8px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    gap: 10px;
    transition: all 0.3s ease;
}

.floating-btn-content:hover,
.floating-btn-content:focus {
    background-color: #2c338c;
    color: #fff;
    /* Slightly darker on hover */
    /* Expand slightly on hover */
}

.floating-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.floating-btn-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.comlist {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: end;
    justify-content: end;
}

.comlist li {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    min-height: 56px;
    padding: 15px 0px 0px;
}

.comlist li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.contentlist {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
    border-left: 2px solid #2c338c;
    padding: 10px 0px;
}

.newcontentlist {
    border-right: 2px solid #2c338c;
}

.contentlist li {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 10px;
    min-height: 56px;
}

.contentlist li.quatsec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
    min-height: 240px;
}

.contentlist li.quatsec img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contentlist li.quatsec p {
    font-size: 18px;
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contentlist li.quatsec h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    font-size: 20px;
}

.contentlist li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0);
}

.contentlist li:nth-child(odd) {
    background-color: rgba(217, 217, 217, 20%);
}

/* @keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
} */

/* div[role="progressbar"] {
    --size: 4.2rem;
    --fg: #2c338c;
    --bg: #e0e0e0;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
} */

/* div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    color: #FFD700;
    font-weight: 900;
} */
.pie {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pie,
.pie svg {
    width: 60px !important;
    height: 60px !important;
}

.pie svg text {
    display: none !important;
}

.pie::before {
    counter-reset: percentage var(--value);
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    color: #FFD700;
    font-weight: 900;
    position: absolute;
}

.detailscomparison {
    min-height: 600px;
    overflow: visible;
    padding: 0;
    display: block;
    align-content: center;
}

.detailscomparison::after,
.detailscomparison::before {
    display: none;
}

.contractorimgnew {
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;

}

.varicon img {
    width: 50px;
    height: 50px;
}

.condetails li img {
    width: 30px;
    height: 30px;
}

.condetails {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
}

.condetails li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    color: #fff;
}

.condetails li {
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
}

.condetails li.namecon {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.condetails li.namepart {
    font-size: 30px;
    font-weight: 400;
}

li.btgroupnewco {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 1.5rem;
}

.shearconbtn,
.shearconbtn:focus,
.shearconbtn:hover {
    background-color: #fff;
    color: #2c338c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
}

.contractor-card {
    max-width: 410px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 20px 0px;
    border: 2px solid #fff;
    background-color: #fff;
    position: relative;
}

.contractor-card-wrapper {
    background: linear-gradient(to bottom, #2e3192, #2e3192);
    padding: 10px;
    border-radius: 28px;
}

.contractor-card-header {
    padding: 20px 20px 0px;
}

.contractor-card-title {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    color: #000;
}

.contractor-card-subtitle {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
    color: 000;
}

.contractor-card-form {
    padding: 0 20px 20px;
}

.contractor-card-input {
    border-radius: 50px;
    padding: 7px 20px;
    margin-bottom: 15px;
    border: 1px solid #dddddd00;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.contractor-card-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.contractor-card-button {
    background-color: #2e3192;
    color: white;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 9px;
    font-weight: 600;
    width: 100%;
    /* margin-top: 5px; */
    transition: var(--transition-08s);
}

.contractor-card-button:hover {
    background-color: #00000000;
    border: 1px solid #2c338c;
    color: #2c338c;
    transition: var(--transition-08s);
}

.contractor-card-stats {
    display: flex;
    /* border-top: 1px solid #eee; */
    margin-top: 10px;
}

.contractor-card-stat {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    position: relative;
}

.contractor-card-stat:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 90%;
    width: 1px;
    background-color: #ff0000;
}

.contractor-card-stat-value {
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: #000;
}

.contractor-card-stat-label {
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
}

.contractor-card-star {
    color: #ffc107;
    font-size: 30px;
    margin-right: 5px;
}

@media (max-width: 576px) {
    .contractor-card {
        max-width: 100%;
        margin: 15px;
    }

    .contractor-card-title {
        font-size: 15px;
    }

    .contractor-card-subtitle {
        font-size: 13px;
    }
}

.contractor-card-select:focus,
.contractor-card-select:hover {
    border-color: #2c338c;
}



.prj-heading {
    text-align: start;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}

.prj-owl-carousel,
.prj-owl-carousel2,
.prj-owl-carousel3,
.prj-owl-carousel4 {
    padding-right: 30px;
}

.prj-owl-carousel .prj-item,
.prj-owl-carousel2 .prj-item,
.prj-owl-carousel3 .prj-item,
.prj-owl-carousel4 .prj-item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 14%);
    transition: transform 0.3s ease;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}



.prj-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prj-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgba(70, 81, 240, 47%) 27%, rgba(44, 50, 140, 91%) 70%);
    color: white;
    padding: 30px 20px 13px;
}


.prj-item-caption h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.prj-item-caption p {
    font-size: 20px;
    opacity: 1;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

.prj-video-slide {
    position: relative;
}

.prj-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.prj-play-btn:hover {
    background-color: rgba(255, 255, 255, 0.829);
}

.prj-play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #2C338C;
    margin-left: 5px;
}

.prj-progress-bar {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 0px;
}

.prj-progress-dot {
    width: 150px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.prj-progress-dot.active {
    background-color: #ff3e3e;
}

/* Modal styles */
.prj-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.prj-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
}

.prj-close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.prj-modal-video {
    width: 100%;
    height: 100%;
    max-height: 80vh;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .prj-item {
        height: 250px;
    }

    .prj-play-btn {
        width: 50px;
        height: 50px;
    }

    .prj-progress-dot {
        width: 40px;
    }
}

@media (max-width: 576px) {


    .prj-item {
        height: 200px;
    }

    .prj-play-btn {
        width: 40px;
        height: 40px;
    }

    .prj-play-btn::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #ff3e3e;
    }

    .prj-progress-dot {
        width: 30px;
    }

    .prj-item-caption h3 {
        font-size: 16px;
    }

    .prj-item-caption p {
        font-size: 12px;
    }
}

.textboxsec p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #000;
    line-height: normal;
    padding-right: 80px;
}

.belowcardgroup {
    margin-bottom: 2.4rem;
}

.belowcardgroup h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2rem;
}

.cardroundlist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.cardroundlist li {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 5px 12px 18px rgb(0 0 0 / 25%);
    border-radius: 50%;
    padding: 30px;
    text-align: center;
}

.cardroundlist li h5 {
    color: #2C338C;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.cardroundlist li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.contractordetailssec .contractorbottombg {
    position: absolute;
    display: block;
    top: 1274px;
    right: 0px;
    width: 100%;
    height: 70%;
    opacity: 0.6;
}

.compairsec.contractordetailssec .contractorbottombg img {
    object-fit: contain;
}

.contractordetailssec {
    overflow: hidden;
}

.titleboxcrousel h4 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 1.7rem;
}

.testinew-slider .owl-nav {
    display: flex !important;
    justify-content: end;
}

.testinew-slider {
    padding-right: 30px;
}


.rg-property-card {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
}



.rg-card-inner {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.rg-card-image {
    flex: 0 0 40%;
    border-radius: 30px;
    overflow: visible;
    height: auto;
}

.rg-card-image img {
    border-radius: 30px;
    width: 100%;
    height: 284px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rg-card-image img:hover {
    transform: scale(1.05);
}

.rg-card-content {
    flex: 0 0 60%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rg-agent-info {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.rg-agent-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.rg-agent-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rg-agent-name {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.rg-property-description {
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .rg-card-inner {
        flex-direction: column;
    }

    .rg-card-image {
        flex: 0 0 100%;
        height: 200px;
        margin-bottom: 15px;
    }

    .rg-card-content {
        flex: 0 0 100%;
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .rg-card-image {
        height: 180px;
    }

    .rg-property-description {
        font-size: 13px;
    }
}

.prj-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.prj-lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(241 241 241 / 70%);
}

.prj-lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.prj-lightbox-container {
    position: relative;
    width: 50%;
    max-width: 100%;
    background: white;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 54%);
    padding-bottom: 20px;
    height: 60vh;
    margin: 0 auto;
    display: block;
    align-content: center;
}

.prj-lightbox-img-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
}

.prj-lightbox-img-container img {
    max-width: 100%;
    max-height: 40vh;
    display: block;
    object-fit: contain;
}

.prj-lightbox-img-container video {
    max-width: 100%;
    max-height: 70vh;
}

.prj-lightbox-caption {
    margin-top: 10px;
    color: #000000;
    padding: 10px 0;
    text-align: center;
}

.prj-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2C338C;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: color 0.3s;
}

.prj-lightbox-close:hover {
    color: #2C338C;
}

.prj-lightbox-navigation {
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 10px;
    gap: 10px;
}

.prj-lightbox-nav {
    color: #2C338C;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
}

.prj-lightbox-nav:hover {
    background: #f5f5f5;
    color: #2C338C;
}

.modal-body .prj-owl-carousel4 {
    padding-right: 0px;
}

.modal-body .prj-owl-carousel4 .owl-nav {
    display: flex !important;
}

.modal-body .prj-owl-carousel4 .owl-nav {
    display: flex !important;
    justify-content: end;
    margin-top: 10px;
    padding-right: 0;
}

.prj-owl-carousel4.owl-carousel .owl-nav button.owl-prev,
.prj-owl-carousel4.owl-carousel .owl-nav button.owl-next {
    --ehw-owl-btn: 40px;
    font-size: 24px;
}

.closenewcon i {
    color: #2C338C;
    font-size: 24px;

}

.innercontractormodal .modal-header {
    justify-content: end;
    padding-right: 30px;
}

.innercontractormodal .modal-header {
    border: none !important;
}

.innercontractormodal .modal-content {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 54%);
}

.innercontractormodal {
    background: #ffffff4f;
}

.stickybox .accordion-item {
    border: none !important;
}

.stickybox .accordion-header {
    border: none !important;
    border-bottom: 3px solid #2C338C !important;
    box-shadow: none !important;
}

.stickybox button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 2px solid #2C338C;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0rem;
    position: relative;
    color: #000 !important;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
}

#collapseOne01 {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.stickybox .accordion-button::after {
    width: 35px;
    height: 35px;
    background: rgb(48, 44, 140);
    background-position: center center;
    border-radius: 50%;
    transition: 0.5s;
}

.stickybox .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px !important;
}

.stickybox .accordion-button:not(.collapsed):after {
    background-image: url(../images/typcn_minus.png) !important;
    transform: var(--bs-accordion-btn-icon-transform) !important;
    background: #e41e31;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
    display: block !important;
}

.stickybox button.accordion-button.collapsed:after {
    background-image: url(../images/plus.png) !important;
    background: #302c8c;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    border-radius: 50%;
    transition: all .5s;
    display: block !important;

}

.newofcanvascompare {
    background: #fff;
}

.contractorpage .offcanvas-backdrop.show {
    opacity: 1;
    height: max-content;
}

.newaccocompair .accordion-button::after {
    margin: 0 auto !important;
}

.newofcanvascompare {
    height: max-content !important;
}

.compcardimg {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.compcardimg img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-position: top;
    margin: 0 auto;
}

.compcardcontent {
    padding: 10px 0px 0px;
}

.compcard {

    width: auto;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px #0000004d;
    border-radius: 10px;
    border: 1px solid #2c338c57;
    position: relative;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.compcard .property-profile-name {
    font-size: 13px;
}

.closebt {
    position: absolute;
    top: -10px;
    right: -2px;
    color: #ff0018;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s;
}

.mainboxcompaircard {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 20px;
    padding: 0px 0px;
}

.mainboxcompaircard .innerfilterbtn {
    flex-direction: column;
    justify-content: space-between;
    gap: 13px;
    align-items: center;
}

.removeallbtn,
.removeallbtn:focus {
    color: #2c338c;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
}

.removeallbtn:hover {
    color: #ff0018;
    text-decoration: underline;
    transition: color 0.3s;

}

.newaccocompair .accordion-button {
    padding: 0;
    border: none;
    box-shadow: none;
    background: #2c338c;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
}

.newaccocompair .accordion-item {
    border: none;
}

.newofcanvascompare .offcanvas-header {
    position: absolute;
    right: 0;
}

.newaccocompair .accordion-button:not(.collapsed):after {
    background-image: url(../images/typcn_minus.png) !important;
    display: block !important;
}


.newaccocompair button.accordion-button.collapsed:after {
    background-image: url(../images/plus.png) !important;
    display: block !important;
}

.newofcanvascompare .btn-close {
    opacity: 1 !important;
    background-color: #2c328c;
    margin: 3px 0px;
}

.stickybox .accordion-collapse {
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.stickybox .accordion-collapse.collapsing {
    transition: height 0.4s ease-in-out;
}

.stickybox .accordion-collapse:not(.show) {
    height: 0;
}

label.heart-label {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
}

label.heart-label span {
    font-weight: 600;
    color: var(--main-color)
}



[x-cloak] {
    display: none !important;
}

.villa-dropdown-container .dropdown-item:hover,
.villa-dropdown-container .dropdown-item:focus {
    background-color: var(--main-color);
    color: #ffffff;
}

.villa-dropdown-container .dropdown-item {
    font-size: 18px;
}

.villa-dropdown-container .dropdown-toggle::after {
    display: none;
}

.villa-dropdown-container .custom-dropdown {
    min-width: 100%;
    max-width: 100%;
}

.villa-dropdown-container .dropdown-menu {
    max-height: 140px;
    overflow-y: auto;
    color: #000;
    width: 100% !important;
    /* margin-left: 20px; */
    border-radius: 17px;
    padding: 10px 0px;
    scrollbar-width: thin;
}

.villa-dropdown-container .selected-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.villa-dropdown-container button {
    padding: 10px 18px 10px;
    border: 1px solid #2c338c;
    border-radius: 52px;
    box-shadow: 5px 9px 17px rgb(0 0 0 / 25%);
    min-height: 65px;
    max-width: 100%;
    display: flex;
}

@media (max-width:1800px) {
    .property-profile-name {
        min-height: 48px;
        display: block;
        align-content: center;
    }
}

@media (max-width:1600px) {
    .property-card-image-container {
        width: 50%;
    }

    .property-card-content {
        width: 50%;
    }

    .detailsboxcontractor {
        margin-left: 74px;
    }

    .stickybox.rightsidestickybox {
        right: 3% !important;

    }

    .detailscomparison .stickybox.rightsidestickybox .incallbox {
        width: 350px !important;
    }

    .contractor-card {
        width: 350px !important;
    }

    .contractor-card {
        height: 375px;
        overflow: auto;
        scrollbar-width: none;
    }

    .action-buttons .contractor-search-btn,
    .action-buttons .contractor-search-btn:focus {
        padding: 9px 10px;
        gap: 5px;
        font-size: 14px;
        letter-spacing: 1px;
        width: 49%;
    }

}

/* contractor page responsive start */
@media (max-width:1440px) {

    .contractor-card {
        height: 420px;
        overflow: auto;
        scrollbar-width: none;
    }

    /* .contractor-banner-section {
        height: 50vh;
    } */
    .condetails {
        gap: 8px;
    }

    .secimmerbox h4 {
        font-size: 35px;
    }

    .incallbox {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .contractor-card-input {
        margin-bottom: 0.7rem !important;
    }

    .innercontractorbox {
        z-index: 3;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .contractorimg img {
        height: 306px;
    }

    .stickybox button.accordion-button {
        font-size: 24px;
    }

    .stickybox {
        top: 100px;
    }

    .stickybox.rightsidestickybox {
        top: 100px;
    }

    .action-buttons .contractor-search-btn {
        padding: 9px 12px;
        width: 50%;
        gap: 3px;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .detailscomparison {
        overflow: hidden;
    }

    .detailsboxcontractor {
        margin-left: 9rem;
    }

    .condetails li.namecon {
        font-size: 34px;
    }

    .condetails li.namepart {
        font-size: 25px;
    }

    .condetails li {
        font-size: 20px;
    }

    .detailscomparison .stickybox.rightsidestickybox .incallbox {
        width: 350px !important;
    }

    .contractor-card-title {
        font-size: 15px;
    }

    .contractor-card {
        max-width: 360px;
    }

    .detailscomparison .stickybox.rightsidestickybox {
        right: 1% !important;
    }

    .prj-heading {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .textboxsec p {
        font-size: 20px;
    }

    .titleboxcrousel h4 {
        font-size: 35px;
    }

    .property-card-image-container {
        width: 50%;
    }

    .property-card-content {
        width: 50%;
    }
}

@media (max-width:1366px) {
    .property-card-image-container {
        width: 50%;
    }

    .contractor-card {
        height: 324px;
    }

    .detailsboxcontractor {
        margin-left: 2rem;
    }

    .property-card-content {
        width: 50%;
    }

    .property-profile-name {
        min-height: 48px;
        display: block;
        align-content: center;
    }
}

@media(max-width:1280px) {
    .detailscomparison {
        min-height: 75vh;
    }

    li.btgroupnewco {
        margin-top: 0.5rem;
    }

    .rg-card-image img {
        height: 100%;
    }

    .detailsboxcontractor {
        margin-left: 9rem;
    }

    .detailscomparison .stickybox.rightsidestickybox .incallbox {
        width: 320px !important;
    }

    .contractorimgnew {
        width: 410px;
    }

    .prj-owl-carousel .prj-item,
    .prj-owl-carousel2 .prj-item,
    .prj-owl-carousel3 .prj-item,
    .prj-owl-carousel4 .prj-item {
        height: 270px;
    }

    .rg-card-image {
        flex: 0 0 50%;
    }

    .rg-card-content {
        flex: 0 0 50%;
    }

    .rg-agent-avatar {
        width: 60px;
        height: 60px;
    }

    .cardroundlist li {
        width: 140px;
        height: 140px;
    }

    .cardroundlist li img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }


    .contractor-card {
        max-width: 320px;
    }

    .contractor-card-title {
        font-size: 15px;
    }

    .contractor-card-subtitle {
        font-size: 13px;
    }

    .contractor-card-header {
        padding: 20px 20px 0px;
    }

    .incallbox h4 {
        font-size: 15px;
    }

    .newcomparehead h1 {
        font-size: 37px;
    }

    .callbtngroup a.inlinebtntext {
        font-size: 14px;
    }

    label.heart-label {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: end;
        gap: 4px;
    }

    .property-profile-card {
        justify-content: space-between;
    }

    .property-card-image-container {
        width: 50%;
    }

    .property-card-content {
        width: 50%;
    }

    .price-title {
        font-size: 21px;
    }

    .price-description {
        font-size: 14px;
    }

    .mainimgbox img {
        height: 330px;
    }
}

@media(max-width:1199px) {
    .rg-card-inner {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .rg-card-image img {
        height: 200px;
    }

    .rg-agent-avatar {
        position: absolute;
        bottom: 12px;
        left: 151px;
        border: 3px solid #fff;
        width: 50px;
        height: 50px;
    }

    .comlist li {
        font-size: 17px;
        width: 100%;
    }

    .contentlist li.quatsec {
        min-height: auto;
    }

    .agent-address,
    .agent-phone {
        display: flex;
        align-items: center;
        color: #000000;
        font-size: 15px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-buttons .contractor-search-btn {
        padding: 9px 12px;
        width: 100%;
    }

    .agent-details h2 {
        font-size: 22px;
    }

    .filterstickysec {
        padding: 30px 0px;
        padding-right: 0px;
    }

    .incallbox h4 {
        font-size: 15px;
    }

    .callbtngroup a.inlinebtntext {
        font-size: 14px;
    }

    /* .callbtngroup {
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    } */

    .property-profile-card {
        box-shadow: 5px 12px 18px rgb(0 0 0 / 12%);
    }

    .roofon-card {
        max-width: max-content;
        padding: 18px;
    }

    .incallbox {
        gap: 15px;
        padding: 18px;
    }

    .mainimgbox img {
        height: 280px;
    }

    .roofon-card__title {
        font-size: 21px;
    }

    .property-profile-name {
        font-size: 16px;
    }

    .price-card {
        max-width: auto;
        padding: 20px;
    }

    .innercontractorbox h1 {
        font-size: 45px;
        margin-bottom: 2.7rem;
    }
}

@media (max-width: 1024px) {
    .contractor-banner-section {
        height: 40vh;
    }

    .property-card-content {
        width: 60%;
        padding-left: 10px;
    }

    .property-profile-name {
        min-height: auto;
        display: block;
        align-content: center;
    }

    .detailsboxcontractor {
        margin-left: 7rem;
    }

    .condetails {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 11px;
    }

    .condetails li {
        font-size: 16px;
    }

    .condetails li img {
        width: 23px;
        height: 23px;
    }

    .contractorimgnew {
        width: 324px;
    }

    .detailscomparison {
        min-height: 70vh;
    }

    .prj-owl-carousel,
    .prj-owl-carousel2,
    .prj-owl-carousel3,
    .prj-owl-carousel4 {
        padding-right: 0px;
    }

    .prj-progress-dot {
        width: 80px;
    }

    .detailscomparison .stickybox.rightsidestickybox {
        top: 10% !important;
    }

    .cardroundlist {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .titleboxcrousel h4 {
        font-size: 26px;
    }

    .rg-agent-avatar {
        position: absolute;
        bottom: 17px;
        left: 137px;
        border: 3px solid #fff;
        width: 50px;
        height: 50px;
    }

    .rg-card-content {
        flex: 0 0 60%;
        padding: 10px 10px;
    }

    .detailscomparison .callbtngroup {
        justify-content: space-between;
        flex-direction: row;
        gap: initial;
    }

    .cardroundlist li h5 {
        font-size: 14px;
    }

    .testinew-slider {
        padding-right: 0px;
    }

    .detailscomparison .stickybox.rightsidestickybox .incallbox {
        width: 300px !important;
    }

    .detailscomparison .stickybox.rightsidestickybox {
        top: 14% !important;
    }

    .contractor-card {
        max-width: 300px;
    }
}

@media(max-width:992px) {
    .contractor-search-card {
        max-width: 615px;
    }

    .innercontractorbox h1 {
        font-size: 35px;
        margin-bottom: 1rem;
    }

    .contentlist li.quatsec p {
        font-size: 16px;
    }

    .contractorimg img {
        object-fit: cover;
    }

    .filterstickysec {
        padding-top: 0;
    }

    .stickybox {
        top: 62px;
    }

    .stickybox.rightsidestickybox {
        top: 50px;
    }

    .property-profile-card {
        border-radius: 26px;
        padding: 15px;
    }

    .property-card-content {
        width: 55%;
        padding-left: 10px;
    }

    .price-title {
        font-size: 19px;
    }

    .price-description {
        font-size: 13px;
    }
}

.onlymobview {
    display: none !important;
}

@media(max-width:768px) {
    .onlymobview {
        display: block !important;
    }

    .onlydeskview {
        display: none !important;
    }

    .contractor-search-card {
        max-width: 615px;
        margin: 0 auto;
    }

    .stickybox .accordion-button:not(.collapsed):after {
        background-image: url(../images/Polygon_10.png) !important;
        transform: rotate(90deg);
        background-size: 30px;
        background-color: transparent;
    }

    .stickybox button.accordion-button.collapsed:after {
        background-image: url(../images/Polygon_10.png) !important;
        background-size: 30px;
        background-color: transparent;
    }

    .stickybox {
        top: 50px;
    }

    .filterstickysec .stickybox {
        overflow: visible;
        padding: 0px;
        box-shadow: 5px 12px 18px rgba(0, 0, 0, 0);
        border-radius: 0px;
        margin-bottom: 0rem;
    }

    .stickybox .accordion {
        width: 100%;
    }

    .stickybox .accordion-item:last-of-type .accordion-button.collapsed {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .filterstickysec {
        padding-bottom: 0;
    }

    .filterstickysec .stickybox.stickyboxfixed {
        position: fixed;
        width: 100%;
        height: max-content;
        background-color: #fff;
        z-index: 9999;
        overflow: visible;
        padding: 20px;
        box-shadow: 5px 12px 18px rgba(0, 0, 0, 0);
        border-radius: 0px;
        margin-bottom: 0rem;
        padding-right: calc(var(--bs-gutter-x) * .8);
        padding-left: calc(var(--bs-gutter-x) * .8);
        left: 0;
        animation: slideDown 0.35s ease-out;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .accosec {
        overflow: hidden;
    }

    .property-profile-card {
        margin: 0 auto;
        border-radius: 40px;
        box-shadow: 10px 10px 17px 1px #0000001A;
        padding: 30px;
    }

    .property-card-image-container {
        width: 100%;
        height: 250px;
        border-radius: 36px;
    }

    .property-card-content {
        width: 100%;
        padding: 0;
    }

    .property-profile-image-wrapper {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        position: absolute;
        top: -68px;
        border: 3px solid #FFFFFF;
        border-radius: 50%;
        left: 7px;

    }

    .heart-container {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
        cursor: pointer;
    }

    .property-profile-section {
        margin-top: 1.5rem;
    }

    .property-profile-name {
        font-size: 20px;
    }

    label.heart-label {
        flex-direction: row;
        align-items: center;
    }

    .compcardimg img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-position: top;
        margin: 0 auto;
    }

    .mainboxcompaircard {
        gap: 12px;
    }

    .contractorimgnew {
        width: 100px;
        height: 100px;
        position: relative;
        left: unset;
        top: unset;
        border-radius: 15px;
        /* overflow: hidden; */
    }

    .detailscomparison .row.mobrownewadd {
        justify-content: start !important;
    }

    .detailsboxcontractor {
        margin-left: 0rem;
    }

    .varicon {
        position: absolute;
    }

    .detailscomparison {
        min-height: 60vh;
    }

    .condetails {
        margin-top: 1rem;
    }

    .rg-agent-avatar {
        position: absolute;
        /* bottom: 273px; */
    }
}

.onlymobview .innercontractorbox h1 {
    color: #000;
    text-align: center;
}

.onlymobview .innercontractorbox h1 span::after {
    display: none;
}

@media (max-width: 767px) {
    .stickybox {
        top: 70px;
    }

    .price-title {
        font-size: 24px;
    }

    .price-icon img {
        width: 70px;
        height: 70px;
    }

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

    .price-description {
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
    }
}

@media (max-width: 580px) {
    .detailscomparison {
        min-height: 100%;
        padding: 20px 0px;
    }

    .contractor-banner-section {
        height: 100%;
    }

    .testinew-slider .owl-nav {
        display: flex !important;
        justify-content: center;
    }

    .rg-agent-avatar {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0px 0px 10px;
    }

    .rg-card-image {
        margin: 0;
    }

    .secimmerbox h4 {
        font-size: 24px;
        line-height: 29px;
    }

    .cardroundlist {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
        justify-content: start;
        align-items: self-start;
    }

    .textboxsec p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 2rem;
        color: #000;
        line-height: normal;
        padding-right: 0px;
    }

    .contractor-search-card {
        flex-direction: row;
        border-radius: 25px;
        padding: 15px;
    }

    .contractor-input-group {
        flex-direction: row;
        margin-bottom: 0;
    }

    .contractor-form-control {
        width: 112px;
    }

    .contractor-search-btn,
    .contractor-search-btn:focus {
        padding: 5px 12px;
        gap: 17px;
        font-size: 16px;
        letter-spacing: 1px;
        width: max-content;
    }

    .contractor-search-icon {
        width: 40px;
        margin-bottom: 0;
    }

    .contractor-search-card {
        flex-direction: row;
        border-radius: 50px;
        padding: 10px 15px;
    }

    .innercontractorbox h1 {
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .mainboxcompaircard {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .contractor-form-control {
        width: 90px;
    }

    .contractor-form-control {
        font-size: 13px;
        padding: 10px 6px;
    }

    .stickybox {
        top: 60px;
    }
}

@media (max-width: 320px) {
    .contractor-form-control {
        width: 76px;
    }

    .stickybox {
        top: 50px;
    }
}


/* Mobile Floating Button System */
.mfb-floating-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    /* Hidden by default */
    align-items: center;
    gap: 15px;
    z-index: 1000;
}

/* Primary Compare Button */
.mfb-compare-action,
.mfb-compare-action :focus {
    background: var(--main-color);
    color: white !important;
    border: 1px solid #fff !important;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(76, 98, 210, 0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
}

.mfb-compare-action:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 15px 40px rgba(76, 98, 210, 0);
    background: var(--main-color);
    border: 1px solid #fff !important;
}

.mfb-compare-action:active {
    /* transform: translateY(-1px); */
    box-shadow: 0 5px 15px rgba(76, 98, 210, 0);
    color: #fff;
    border: 1px solid #fff !important;
}

/* Circular Phone Button */
.mfb-phone-circle,
.mfb-phone-circle:focus {
    background: var(--main-color);
    color: white !important;
    border: 1px solid #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(76, 98, 210, 0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #fff !important;
}

.mfb-phone-circle img {
    width: 25px;
    height: 25px;
}

.mfb-phone-circle:hover {
    /* transform: translateY(-3px) scale(1.1); */
    box-shadow: 0 15px 40px rgba(76, 98, 210, 0);
    background: var(--main-color);
    border: 1px solid #fff !important;
}


/* Icon styling */
.mfb-icon-compare {
    font-size: 16px;
    margin-right: 2px;
}

.mfb-icon-phone {
    font-size: 18px;
}

/* Mobile Media Query - Show buttons only on mobile */
@media (max-width: 768px) {
    .mfb-floating-container {
        display: flex;
    }

    .mfb-compare-action {
        padding: 14px 26px;
        font-size: 15px;
    }

    .mfb-phone-circle {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .agent-header .property-verified-badge {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .agent-header {
        flex-direction: row;
        gap: 0px;
    }

    .pie,
    .pie svg {
        width: 40px !important;
        height: 40px !important;
    }

    .agent-header .property-profile-image-wrapper {
        width: 70px;
        height: 70px;
    }

    .pie::before {
        font-size: 13px;
    }

    .floating-btn-content,
    .floating-btn-content:focus {
        display: flex;
        align-items: center;
        background-color: #2c338c;
        /* Dark blue color */
        color: white;
        padding: 12px 20px;
        border-radius: 35px;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        gap: 10px;
        transition: all 0.3s ease;
        width: max-content;
        border: 1px solid #fff !important;
    }

    .newfloating-btn {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-container {
        position: relative;
        max-width: 460px;
        margin: 0 auto;
    }
}

/* Small mobile screens */
@media (max-width: 580px) {
    .card-container {
        position: relative;
        max-width: 460px;
        margin: 0 auto;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .mfb-floating-container {
        bottom: 15px;
        gap: 12px;
    }

    .mfb-compare-action {
        padding: 12px 22px;
        font-size: 14px;
    }

    .mfb-phone-circle {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .mfb-icon-compare {
        font-size: 14px;
    }

    .mfb-icon-phone {
        font-size: 16px;
    }
}

details {
    margin: 0;
    padding: 0 1rem;
    width: 100%;
    max-width: calc(100% - 0rem);
    position: relative;
    border: 1px solid #78909c00;
    border-radius: 6px;
    background-color: #eceff100;
    color: #263238;
    transition: background-color .15s;


    > :last-child {
        margin-bottom: 1rem;
    }

    &::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        opacity: .15;
        box-shadow: 0 .25em .5em #263238;
        pointer-events: none;
        transition: opacity .2s;
        z-index: -1;
    }

    &[open] {
        background-color: #FFF;

        &::before {
            opacity: .6;
        }
    }
}

summary {
    padding: 1rem 2em 1rem 0;
    display: flex;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    justify-content: start;
    gap: 10px;

    &::-webkit-details-marker {
        display: none;
    }
}


/* Base styles - hide ::after by default (closed state) */
summary::after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background-image: url(../images/Polygon_10.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.2s ease-in-out;
    z-index: 999;
    display: none;
    /* Hidden by default */
}

/* Show ::before by default (closed state) */
summary::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background-image: url(../images/Polygon_10.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    transform: translateY(-50%) rotate(360deg);
    transition: transform 0.2s ease-in-out;
    z-index: 999;
    display: block;
    /* Visible by default */
}

/* When details is open */
details[open] summary::before {
    display: none !important;
    /* Hide ::before when open */
}

details[open] summary::after {
    display: block !important;
    /* Show ::after when open */
}

summary span {
    width: 48%;
    display: inline-block;
    height: 1px;
    background: #2c338c;
    margin-left: 0px;
}

details ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0px 10px;
}

details ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0.3rem;
}

details ul li img {
    width: 30px;
    height: 30px;
}


.property-card {
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
}

.main-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.image-grid {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.image-grid.show {
    display: flex;
}

.grid-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-controls {
    display: flex;
    gap: 8px;
    flex-direction: row;
}

.property-card.expanded .card-controls {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 12px;
    justify-content: space-between;
    background: white;
    margin-bottom: 30px;
}

.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #4c63d4;
    color: white;
}

.btn-primary:hover {
    background: #3a4fa8;
}

.btn-inline {
    display: flex;
    align-items: center;
    color: #2c338c;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
    text-decoration: none;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 1);
}

.btn-inline span:first-child {
    text-decoration: underline;
    color: #2c338c;
}

.arrow-down,
.arrow-down:hover,
.arrow-down:focus {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c338c;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #2c338c;
    font-size: 13px;
    margin-left: 5px;
}

.arrow-up,
.arrow-up:hover,
.arrow-up:focus {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c338c;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #2c338c;
    font-size: 13px;
    margin-left: 5px;
}

.info-icon {
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
}

#viewDetailsBtn {
    display: none;
}

.my-new-class {
    position: absolute;
    right: 0;
    bottom: -34px;

}

#bookCallModal .modal-dialog {
    position: relative;
    width: 370px;
    margin: 0 auto;
    pointer-events: none;
}

#bookCallModal .modal-content {
    border-radius: 30px;

    border: 0px solid transparent;
    box-shadow: 3px 7px 7px 4px #00000021;
}

#bookCallModal {
    background-color: #FFFFFFD1;
}

/* Small mobile screens */
@media (max-width: 360px) {
    #bookCallModal .modal-dialog {
        position: relative;
        width: auto;
    }
}



.contractorbottombgnewleft {
    position: absolute;
    left: -50px;
    width: 47%;
    height: 64%;
    object-fit: cover;
    opacity: 0.3;
    transform: rotate(18deg);
    top: 0;
}

.prj-item a {
    display: block;
    width: 100%;
    height: 100%;
}

button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--zoom,
button.fancybox-button.fancybox-button--play {
    display: none !important;
}

.fancybox-navigation i {
    display: none !important;
}

.footer-section {
    z-index: 5;
}

a.btn.estimate-btn.bloginbten {
    border: 1px solid transparent;
}

a.btn.estimate-btn.bloginbten:focus,
a.btn.estimate-btn.bloginbten:hover {
    border: 1px solid #fff;
}



/* 12/06/25 */


@media screen and (min-width: 581px) and (max-width: 880px) {
    /* .compcard {
        min-height: 132px;
    } */

    .property-expertise-label {
        font-size: 13px;
    }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
    header {
        padding: 20px 0px;
    }
}


@media (max-width: 700px) {
    .mainboxcompaircard {
        flex-direction: column;
    }
}



.call-support-bubble {
  position: fixed;
  bottom: 70px;
  /* right: -60px; */
  background: #2b338c;
  color: white;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 25px 25px 25px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  animation: blink-animation 1.2s infinite;
  z-index: 9999;
  display: none;
  line-height: 1.4;
  text-align: center;
  transition: transform 0.3s ease;
}

.call-support-bubble:hover {
  transform: scale(1.05);
}



.call-support-bubble::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #2b338c;
  border-radius: 50%;
}


.call-support-bubble::before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 40%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background: #2b338c;
  border-radius: 50%;
}

@keyframes blink-animation {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

@media (max-width: 768px) {
  .call-support-bubble {
    display: block;
  }
}




/* new */



/* Force the share dropdown to appear to the right of the icon */
.shearconbtn + .dropdown-menu {
  top: 60%;
  left: 100%;
  transform: translateY(-50%); /* vertically center */
  right: auto;
  min-width: max-content;
  z-index: 1050;
  position: absolute;
}






