@import "common.css";

/* header section start */
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(--main-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: 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) 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;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    color: var(--black-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 5px;
}

.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 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 {
    height: 460px;
    margin: 12px 0px 12px 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 12px;
    border-radius: 64px;
    justify-content: center;
}

.cardinner-img {
    z-index: 2;
    width: 330px;
    height: 365px;
    position: relative;
    margin-left: 12px;

}

.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;
}

.card-content::after {
    content: attr(data-name);
    position: absolute;
    display: block;
    top: -62px;
    left: 13px;
    right: 0px;
    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: 32px;
    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 0px 18px 17px;
    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;
}

#accordionExample {
    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;
}

.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: 24px;
}

.cta-title {
    font-size: 48px;
    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%;
    width: 70%;
}

.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;
}

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

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

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

.breadcrumb {
    position: relative;
}

.breadcrumb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: -11px;
    right: 0px;
    bottom: -10px;
    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;
}

.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%;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

.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: 28px;
    font-weight: 300;
    line-height: 34px;
    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: 0px;
}

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

}

.propera {
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    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: 32px;
}

.advlist li p {
    position: relative;
    font-size: 30px;
    color: white;
    line-height: 28px;
    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;
}

.productinbox.mobactive {
    display: none;
}

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

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


/* 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;
}

.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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.left_logos .image1,
.left_logos .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);
}


@media(min-width: 1400px) {

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

    /* .estimate_image img.image1 {
        height: 880px;
        object-position: bottom;
    } */

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

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

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

    .left_logos {
        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: 1199px) {

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

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        /* min-height: 500px; */
        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 h1 {
        font-size: 48px;
    } */

    .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;
    }
}

@media(max-width: 991px) {

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

    .estimate_image img.image1 {
        width: 100%;
        object-fit: cover;
        /* height: 500px; */
        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 {
        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;
    }

    /* .estimate_image img.image1 {
        height: 320px;
    }*/

    .left_side {
        height: 300px;
    }

    .left_side_image img {
        width: 200px;
    }

    .left_bottom {
        display: none;
    }

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

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

@media(max-width: 575px) {

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

    .price {
        font-size: 20px;
    }

    /* .estimate_image img.image1 {
        height: 280px;
    }*/

    .left_side {
        height: 280px;
    }

    .left_side_image img {
        width: 160px;
    }

    .left_text {
        display: none;
    }

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

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

/* find-dealer  */

.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;
    }
}

/* Saheli */


@media(max-width:1599px) {
    .listgroupbtn span {
        font-size: 16px;
    }

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

    #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: 110px;
    }

    #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) {
    .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: 25px;
    }

    #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: 130px;
    }

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

    .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: 22px;
    }

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

    .card-box {
        height: 400px;
    }

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:1199px) {
    .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: 17px;
    }

    .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) {
    .navbar .navbar-nav .nav-item .nav-link {
        margin: 10px 10px;
        font-size: 14px;
    }

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

    #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: 15px;
    }

    .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) {
    .about-wrap {
        margin-top: 0px;
    }

    .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;
    }

    .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;
    }


}

@media (max-width: 768px) {
    .blog-title .common-title span {
        display: inline-block;
    }

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

    #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: 130px;
    }

    .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: 66px;
        font-size: 144px;
    }

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

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

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

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

    .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) {
    .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) {
    .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;
    }

    .banner-innerimg img {
        /* height: 65px; */
        height: 112px;
    }

    .breadcrumb-item.active {
        font-size: 10px;
        font-weight: 400;
    }

    .banner-innerimg {
        width: 65%;
    }

    .breadcrumb-item.active::before {
        --imgsize: 19px;
        padding: 8px 0px;
    }

    .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: 160px;
        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;
    }

    #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: 160px;
        top: -38px;
    }

    .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: 59.84766050054407vh;
        --banner-hhp: auto;
    }

    .desktopin {
        display: none;
    }

    .mobile-in {
        display: block;
    }

    .social-panel {
        display: none;
        top: 260px;
    }

    .desktopfoot {
        display: none;
    }

    .serBox-img {
        position: relative;
    }

    .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: 550px;
    }

    .serBox-img img {
        object-position: bottom;
    }

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

    .cta-para {
        display: none;
    }

    .cta-title {
        font-size: 35px;
        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;
    }

    #accordionExample {
        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: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;
    }

    /* .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: 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: 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;
        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-btn {
        display: none;
    }

    .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;
    }

    #accordionExample {
        width: 100%;
    }

    .features-box {
        margin: 18px 35px 18px 16px;
        height: 205px;
        padding: 22px;
    }
}

@media (max-width: 480px) {
    .features-box {
        margin: 18px 16px 18px 16px;
    }

    .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;
    }

}

@media (max-width: 375px) {
    .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;
    }

    #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: 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) {

    .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;
    }
}