@font-face {
    font-family: HumanSans-Regular;
    src: url(fonts/HumanSans-Regular.woff);
}

@font-face {
    font-family: HumanSans-Medium;
    src: url(fonts/HumanSans-Medium.woff);
}

@font-face {
    font-family: HumanSans-Bold;
    src: url(fonts/HumanSans-Bold.woff);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
    font-family: HumanSans-Regular;
}

ul li {
    margin-inline: 15px
}

.fb {
    font-family: HumanSans-Bold;
    /* font-family: ; */
}

p {
    color: #9B9B9B;
    text-transform: none;
}

.grey_ {
    color: #9B9B9B !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.black_clr {
    color: #0E0E0E;
}

.blue_clr {
    color: #002A68;
}

.white_clr {
    color: #FFFFFF;
}

.grey_clr {
    color: #7A92B7;
}

.active_clr {
    color: #0055D6;
}

.fs16 {
    font-size: 16px;
    font-weight: 500;
    font-family: HumanSans-Medium;
}

.fs18 {
    font-size: 18px;
    font-weight: 400;
}

.fss18 {
    font-size: 18px;
    font-weight: 400;
}

.fss20 {
    font-size: 20px;
    font-weight: 500;
    font-family: HumanSans-Medium;
}

.fs20 {
    font-size: 20px;
    font-weight: 400;
}

.fsm20 {
    font-size: 20px;
    font-weight: 500;
    font-family: HumanSans-Medium;
}

.fsv20 {
    font-size: 20px;
    font-weight: 500;
    font-family: HumanSans-Medium;
}

.fsb20 {
    font-size: 20px;
    font-weight: 700;
    font-family: HumanSans-Bold;
}

.fs24 {
    font-size: 24px;
    font-weight: 700;
    font-family: HumanSans-Bold;
}

.fs32 {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    font-family: HumanSans-Bold;
}

.fs56 {
    font-family: HumanSans-Bold;
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
}

.fsN56 {
    font-size: 56px;
    font-weight: 700;
    font-family: HumanSans-Bold;
}

.fs64 {
    font-family: HumanSans-Bold;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
}

.inpH {
    font-size: 20px;
    font-weight: 500;
    font-family: HumanSans-Medium;
}

.boxA {
    padding: 24px 34px;
    box-shadow: 8px 8px 32px 0px #3535351A;
}

.boxA1 {
    padding: 12px 32px;
}

.boxB {
    padding: 58px 87px;
    background-color: white;
    box-shadow: 8px 8px 32px 0px #3535351A;
}

.boxC {
    padding: 32px;
    background-color: white;
}

.btn1 {
    padding: 20px 35px;
    background-color: #002A68;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
}

.btn2 {
    padding: 20px 33.5px;
    background-color: #7A92B7;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
}

.btn1A {
    padding: 16px 24px;
    background-color: #002A68;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
    /* justify-content: center; */
    /* align-items: center; */
}

.btn1A.bt11 {
    justify-content: center;
    align-items: center;
}

.btn_trans {
    padding: 16px 32px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #002A68;
    text-transform: capitalize;
    border: 2px solid #002A68;
}

.btn_smblue {
    padding: 16px 0px 16px 0px;
    background-color: #002A68;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
}

input,
textarea,
select {
    padding: 20px;
    background-color: #E5ECF3;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    border: none;
}

select.inpi {
    height: auto;
}

.inpi2.inpi {
    height: auto;
}

input,

/* textarea, */

select {
    height: 74px;
}

::placeholder {
    color: #7A92B7;
}

#total {
    font-size: 24px;
    font-family: HumanSans-Medium;
}

.inp1 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 10px;
}

.inp2 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 4px;
}

.space {
    padding: 50px 0px 200px 0px;
}

.space2 {
    padding: 56px 24px;
}

.overflow1 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 532px;
}

.overflow1::-webkit-scrollbar {
    width: 12px;
    border-radius: 20px;
}

.overflow1::-webkit-scrollbar-thumb {
    background-color: #002A68;
    border-radius: 20px;
}

.overflow1::-webkit-scrollbar-track {
    background-color: #E5ECF3;
    border-radius: 20px;
}

.gb {
    background-color: #FFFFFF;
    margin-right: 20px;
    position: relative;
}

input[type='checkbox'] {
    display: none;
}

input[type='checkbox']:checked~div .mycheckbox {
    background-image: url(../media/Check.svg);
    background-size: auto;
    background-position: center;
}

.mycheckbox {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: #E5ECF3;
}

.productBanner {
    background-image: url('../media/Stats.png');
    background-size: cover;
    background-position-x: center;
}

.index {
    background-color: #F8FDFF;
    background-image: url(../media/ind1.png);
    background-position-x: center;
    background-size: cover;
    background-position-y: -40px;
}

.index2 {
    background-color: #F8FDFF;
    background-image: url(../media/ind2.png);
    background-position-x: center;
    background-size: cover;
}

.index3 {
    background-color: #F8FDFF;
    background-image: url(../media/StatsBg.png);
    background-position-x: center;
    background-size: cover;
}

.index4 {
    background-color: #F8FDFF;
    background-image: url(../media/ind4.jpg);
    background-position-x: center;
    background-size: cover;
}

.about {
    background-color: #F8FDFF;
    background-image: url(../media/backab1.png);
    background-position-x: center;
    background-size: cover;
}

.about2 {
    background-image: url(../media/backab2.png);
    background-position-x: center;
    background-size: cover;
}

.sign2 {
    background-color: #F8FDFF;
    background-image: url(../media/backsign.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spaceCon {
    padding: 32px 32px;
}

.abPadding {
    padding: 12px 24px;
    background-color: #FFFFFF;
}

.image-container {
    position: relative;
    width: 100%;
    height: 540px;
}

.image-container img {
    position: absolute;
    /* width: 100%; */
}

.image-container img:nth-child(1) {
    width: 375px;
    /*height: 676px;*/
    top: 0;
    left: 0;
    z-index: 9;
}

.image-container img:nth-child(2) {
    top: 7%;
    left: 150px;
    z-index: 8;
    width: 325px;
    /*height: 552px;*/
}

.image-container img:nth-child(3) {
    top: 14%;
    left: 250px;
    z-index: 7;
    width: 313px;
    height: 488px;
}

.nexPre {
    padding: 16px 40px;
}

.nav1 .nav-item {
    margin-right: 30px;
}

.selectarrow {
    margin-left: -68px;
    margin-top: 2px;
    background-color: #E5ECF3;
    padding: 25px
}

.payment {
    background-image: url(../media/back.jpg);
    background-position-x: center;
    background-position-y: 100%;
    background-size: cover;
}

.carS {
    box-shadow: 8px 8px 32px 0px #3535351A;
    margin-bottom: 20px;
    height: 289px;
    padding-top: 23px !important;
}


/* My css */

.cartD.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper].car {
    border-radius: 0px !important;
    right: 152px;
    width: 595px;
    left: auto;
    padding: 0;
    margin: 0;
}

.car li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.car li .row {
    width: 100%;
}

.bg-grey {
    background-color: #E5ECF3;
}

.carItems {
    height: 365px;
    overflow-y: scroll;
}

.carItems::-webkit-scrollbar {
    width: 1px;
}

.carItems::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.inc {
    width: 44px;
    height: 44px;
    border: 0px;
    /* background-color: #E5ECF3; */
    /* padding: 10px; */
}

.inc.inp {
    color: black;
    outline: none;
    text-align: center !important;
    padding: 0px !important;
    font-size: 20px;
    font-weight: 500;
}

.inc.pro {
    width: 56px;
    height: 56px;
}

.b1 {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    width: 342px;
    background-color: white;
}

.b2 {
    width: 290px;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.b2 > img {
    object-fit: fill;
}

.filt {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.gery_bg {
    background-color: #E5ECF3;
}

.box1 {
    height: 980px;
}

.cshadow {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    width: 431px;
}

.boxPadding {
    padding: 22px;
}


/* end  */

.AI {
    padding: 30px 0px;
}

.whi {
    width: 100%;
    height: 60px;
}

.wg {
    color: #F4F4F4 !important;
}

.accordion-item {
    border: none !important;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.accordion-item .accordion-header {
    padding: 20px 0px;
}

.accordion-item .accordion-body {
    padding-top: 0px !important;
    /* padding-bottom: 0px !important; */
}

.accordion-item .accordion-collapse {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.accordion-item .accordion-button {
    border: none !important;
    box-shadow: none !important;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 32px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    display: none;
}

.inpi2.inpi {
    padding: 6px 20px !important;
}

.btn1A.bt11 {
    font-size: 16px;
    height: 53px;
    padding: 0px !important;
}

.inpi.inpm {
    height: 53px !important;
}

.icd_hd {
    top: 12px;
    right: 15px;
    z-index: 999;
    width: 35px;
    height: 20px;
    background-color: #E5ECF3;
}

.accordion-button::after {
    background-image: url(../media/faqd.svg) !important;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.cbtn {
    display: flex;
    /* align-items: center; */
}

.h56 {
    height: 56px;
}

.cb1 {
    padding-left: 26px;
    padding-right: 26px;
}

.btn1.lbtn {
    padding: 20.5px 37px
}

.pbtn {
    width: 56px !important;
    height: 56px !important;
}

.page-item {
    padding: 0px !important;
    margin: 10px;
}

.page-item.pc {
    width: 32px !important;
    height: 56px !important;
}

.page-item .page-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.irs--round .irs-line {
    height: 10px;
    border-radius: 0px;
}

#fb.btn_smblue {
    background-color: #E5ECF3;
    color: #002A68;
}

#fb.btn {
    width: 44px;
    height: 44px;
}

#fb.btn_smblue path {
    fill: #002A68;
}

#fb.btn_smblue.activeFLT {
    background-color: #002A68;
}

#fb.btn_smblue.activeFLT path {
    fill: #E5ECF3;
}

.dropdown-toggle::after {
    background-image: url(../media/arrow_down.svg);
    font-size: 0px;
    width: 13px;
    height: 12px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: center;
    display: none
    /* background-position-y: -2px; */
}

.gb {
    min-width: 20px;
    text-align: center;
    position: relative;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    border: none;
}

.cartM {
    max-width: 100px;
}

.cart_count {
    height: 20px;
    width: 20px;
    /* left: 0px; */
    left: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    bottom: -5.5px;
    border-radius: 32px;
    color: white;
    background: #FF3232;
}


/* My css */

.cartD.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper].car {
    border-radius: 0px !important;
    right: 152px;
    width: 595px;
    left: auto;
    padding: 0;
    margin: 0;
}

.car li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.car li .row {
    width: 100%;
}

.bg-grey {
    background-color: #E5ECF3;
}

.carItems {
    height: 365px;
    overflow-y: scroll;
}

.carItems::-webkit-scrollbar {
    width: 1px;
}

.carItems::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.inc {
    width: 44px;
    height: 44px;
    border: 0px;
    /* background-color: #E5ECF3; */
    /* padding: 10px; */
}

.inc.inp {
    color: black;
    outline: none;
    text-align: center !important;
    padding: 0px !important;
    font-size: 20px;
    font-weight: 500;
}

.inc.pro {
    width: 56px;
    height: 56px;
}

.b1 {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    width: 342px;
}

.b2 {
    width: 290px;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    background: #FFFFFF !important;
}

.filt {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.gery_bg {
    background-color: #E5ECF3;
}

.box1 {
    height: 980px;
}

.cshadow {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    /* width: 448px; */
}

.head {
    z-index: 99999;
}


/* arrowdown.svg */


/* 
.head .dropdown-toggle::after {
    font-size: 0px;
    background-image: url('../media/arrow_down.svg');
    width: 20px;
    height: 20px;
    background-position-x: center;
} */

.cart_count {
    height: 20px;
    width: 20px;
    /* left: 0px; */
    left: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    bottom: -5.5px;
    border-radius: 32px;
    color: white;
    background: #FF3232;
}

.gb {
    min-width: 107px !important;
    transform: translateX(-53.5px);
    margin-left: 50%;
    padding: 0;
    text-align: center;
    position: relative;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    border: none;
    gap: 20px;
}

.gb li {
    margin: 10px 0px;
}

.gb a,
.gb li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-link.show {
    color: #0055D6 !important;
}

.cartD svg path {
    fill: #0E0E0E !important;
}

.cartD.show svg path {
    fill: #0055D6 !important;
}

.marl {
    margin-left: 120px;
    padding-right: 100px;
}

.wg {
    color: #F4F4F4 !important;
}

.btn1A {
    padding: 12px 32px;
}

.btn_trans {
    padding: 12px 32px;
}

button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.index4 {
    background-size: 100% !important;
}

.b3 {
    width: 366px !important;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px !important;
    margin: 10px !important;
    /* padding-bottom: 0px !important; */
}

.bb2 {
    padding: 20px 36px !important;
}

.w-97 {
    width: 95% !important;
}

.shaa {
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.inpi {
    padding: 12px 20px !important;
}

.irs--round .irs-bar {
    height: 10px;
    background-color: #002A68;
}

.irs--round .irs-handle {
    border-radius: 0px;
    background-color: #002A68;
    border-color: #002A68;
}

.car {
    display: none;
    width: 595px !important;
    /* left: -10px; */
    right: 150px;
    top: 90px;
    display: block;
    justify-content: center;
    padding: 0 !important;
    padding-top: 0px;
    /* height: 629px; */
    background-color: #F8FDFF;
    position: absolute;
    box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
}

.car .carItems {
    width: 100% !important;
    background-color: #fff;
}

.col{
    white-space: normal;  
    word-wrap: break-word;  
    overflow: visible;  
    }

.cartD {
    color: #0055D6 !important;
}

.cartD svg path {
    fill: #0E0E0E !important;
}

.cartD.active svg path {
    fill: #0055D6 !important;
}

/*.nav-link.gp svg {*/
/*    margin-top: -5px;*/
/*}*/

.nav-link.gp.show svg path {
    fill: #0055D6 !important;
}

.nav-link.gp.show svg {
    transform: rotate(180deg) !important;
}

.wg {
    color: #F4F4F4 !important;
}

.cb2.btn1A {
    padding: 12px 28.5px;
}

.unL {
    text-decoration: none !important;
    position: relative;
}

.unL::after {
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #002A68;
    content: "";
}

.logBOX {
    width: 939px;
}

.spb {
    width: 137px !important;
    padding: 0px !important;
    height: 71px !important;
}

.bo1 {
    width: 771px;
}

.bo2 {
    width: 631px;
}

.imp1 {
    height: 54px !important;
}

.bpx1 {
    width: 384px;
}

.boxb2 {
    width: 882px;
}

@media screen and (max-width:1800px) and (min-width:1600px) {
    .st .b2 {
        width: 290px;
    }
}

@media screen and (max-width:1600px) and (min-width:1400px) {
    .w90 {
        width: 90%;
    }
    .w80 {
        width: 72%;
    }
    .w70 {
        width: 50%;
    }
    .w50 {
        width: 50%;
    }
    .boxA {
        padding: 32px 20px;
    }
    .boxPadding {
        padding: 10px;
    }
    .AI {
        padding: 16px 0px;
    }
    .w95 {
        width: 95%;
    }
    .w40 {
        width: 40% !important;
    }
    .w500 {
        width: 50% !important;
    }
    .jc {
        justify-content: center !important;
        gap: 32px !important;
    }
    .b1 {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 308px;
    }
    .w60 {
        width: 45%;
    }
    .w601 {
        width: 60%;
    }
    .marl {
        margin-left: 0px;
        padding-right: 10px;
    }
    .b3 {
        width: 325px !important;
    }
    .st .b2 {
        width: 290px;
    }
    .bo2 {
        width: 591px;
    }
    .bo1 {
        width: 687px;
    }
    .boxb2 {
        width: 819px;
    }
    
}

@media screen and (max-width:1400px) and (min-width:1000px) {
    .b1 {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 275px;
    }
    .boxA {
        padding: 32px 15px;
    }
    .boxB {
        padding: 48px 47px;
        background-color: white;
        box-shadow: 8px 8px 32px 0px #3535351A;
    }
    .boxPadding {
        padding: 0px;
    }
    .AI {
        padding: 9px 0px;
    }
    button.btn1A.cbtn {
        padding: 12px 16px;
    }
    .b1 {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 277px;
    }
    .marl {
        margin-left: 50px;
        padding-right: 55px;
    }
    .b3 {
        width: 287px !important;
    }
    .w96 {
        width: 96% !important;
    }
    .cshadow {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 385px;
        height: 308px;
    }
    .st .b2 {
        width: 290px;
    }
    .bo1 {
        width: 617px;
    }
    .bo2 {
        width: 561px;
    }
    .boxb2 {
        width: 760px;
    }
    .carS {
        box-shadow: 8px 8px 32px 0px #3535351A;
        margin-bottom: 20px;
        height: 268px;
        padding-top: 23px !important;
    }
    
    .jc {
        justify-content: center !important;
        gap: 16px !important;
    }
}

@media screen and (max-width: 576px) {
    .boxb2,
    .bpx1 {
        width: 100%;
    }
    .imp1 {
        height: 51px !important;
    }
    .bo2 {
        width: 100%;
    }
    .bo1 {
        width: 100%;
    }
    .spb {
        width: 100% !important;
        padding: 0px !important;
        height: 53px !important;
    }
    .logBOX {
        width: 100%;
    }
    .btn1.lbtn {
        padding: 0;
        height: 53px;
        width: 100%;
    }
    .cb1 {
        padding: 8px 15px;
        height: 37px;
    }
    .accordion-item .accordion-header {
        padding: 11px 0px;
    }
    .fs20 {
        font-size: 18px;
        /* font-family: HumanSans-Bold; */
        font-weight: 400;
    }
    .fsm18 {
        font-size: 18px;
    }
    .fs24 {
        font-size: 20px;
        font-weight: 700;
    }
    .fsm20 {
        font-size: 16px;
        font-weight: 500;
    }
    .fsv20 {
        font-size: 18px;
        font-weight: 500;
    }
    .fs32 {
        font-size: 24px;
        font-weight: 700;
    }
    .inpH {
        font-size: 16px;
        font-weight: 500;
    }
    .fs56 {
        font-size: 24px;
        font-weight: 700;
    }
    .fsN56 {
        font-size: 32px;
        font-weight: 700;
    }
    .fs64 {
        font-size: 32px;
        font-weight: 700;
    }
    .boxA {
        padding: 16px;
    }
    .boxB,
    .boxC {
        padding: 16px;
    }
    .btn1 {
        padding: 16px 0px;
        font-size: 18px;
        height: 53px;
    }
    .btn1B {
        padding: 8px 16px;
        font-size: 18px;
    }
    .btn2 {
        height: 53px;
        padding: 16px 0px;
        font-size: 18px;
    }
    .btn_trans {
        font-size: 18px;
    }
    input,
    textarea,
    select {
        padding: 16px;
        font-size: 18px;
    }
    .fsm16 {
        font-size: 16px !important;
    }
    input,
    select {
        padding: 0 16px;
        height: 55px;
        font-size: 18px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .space {
        padding: 10px 0px 15px 0px;
    }
    .navbar-toggler::after {
        background-image: url(../media/close.png);
    }
    .space2 {
        padding: 32px 16px;
    }
    .head {
        background-color: #FFF;
    }
    .fss18 {
        font-size: 16px;
        font-weight: 400;
    }
    .productBanner {
        background-image: url('../media/StatsM.png');
        background-size: cover;
        background-position-x: center;
    }
    .about {
        background-color: #F8FDFF;
        background-image: none;
    }
    .about1 {
        background-color: #F8FDFF;
        background-image: url(../media/backab1M.png);
        background-position-x: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 523px;
    }
    .index2 {
        background-color: #F8FDFF;
        background-image: url(../media/ind2M.png);
        background-position-x: center;
        background-size: cover;
    }
    .sign2 {
        background-color: #F8FDFF;
        background-image: url(../media/backsignM.png);
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 154px;
    }
    .spaceCon {
        padding: 15px 16px;
    }
    .abPadding {
        padding: 16px;
        background-color: #FFFFFF;
        margin-bottom: 20px;
    }
    .nexPre {
        padding: 8px 32px;
    }
    .white {
        background-color: #FFFFFF
    }
    .selectarrow {
        margin-left: -48px;
        margin-top: 5px;
        background-color: #E5ECF3;
        padding: 14px
    }
    .payment {
        background-image: none;
        background-color: #F8FDFF
    }
    .flogo {
        width: 152px;
    }
    #mynavbar {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        background: white;
        height: 90vh;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 72px;
    }
    .navbar-nav {
        gap: 10px;
    }
    .gb {
        min-width: 107px !important;
        transform: translateX(-53.5px);
        margin-left: 50%;
        padding: 0;
        text-align: center;
        position: relative;
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        border: none;
        gap: 20px;
    }
    .gb li {
        margin: 10px 0px;
    }
    .gb a,
    .gb li {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dropdown-menu[data-bs-popper].car {
        border-radius: 0px !important;
        right: 0px;
        width: 100%;
        left: auto;
        padding: 0;
        margin: 0;
    }
    .car li .row {
        /* width: auto; */
        margin: auto;
    }
    .car .fs24 {
        font-size: 24px !important;
    }
    .w100 {
        width: 100%;
    }
    .image-container img:nth-child(1) {
        top: 0;
        width: 88%;
        left: -2px;
        z-index: 9;
    }
    .image-container img:nth-child(2) {
        top: 3%;
        left: 46px;
        z-index: 8;
        width: 82%;
    }
    .image-container img:nth-child(3) {
        top: 6%;
        left: 90px;
        z-index: 7;
        width: 75%;
    }
    .image-container {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .fsm32 {
        font-size: 32px !important;
    }
    ul li {
        margin-inline: 11px;
    }
    .box1 {
        height: auto;
    }
    .cshadow {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 100%;
    }
    .inc.pro {
        width: 44px;
        height: 44px;
    }
    .overflow1 {
        overflow-y: hidden;
        overflow-x: hidden;
        height: auto;
    }
    .overflow1::-webkit-scrollbar {
        display: none;
    }
    .errpadding {
        padding: 50px 0px 100px 0px;
    }
    /* .accordion-item button.accordion-button {
        padding-bottom: 0px !important;
    } */
    .icd_hd {
        top: 12px;
        right: 1px;
        z-index: 999;
        width: 35px;
        height: 20px;
        background-color: #E5ECF3;
    }
    .pagination {
        gap: 0px !important;
    }
    .pbtn {
        width: 44px !important;
        height: 44px !important;
    }
    .page-item {
        padding: 0px !important;
        margin: 6px;
    }
    .page-item.pc {
        width: 32px !important;
        height: 48px !important;
    }
    .page-item .page-link {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inpi2.inpi {
        padding: 8px 20px !important;
    }
    .btn1A {
        font-size: 18px !important;
        padding: 5px 18px !important;
    }
    .flogo {
        width: 152px;
    }
    #mynavbar {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        background: white;
        height: 87vh;
        margin-bottom: 20px;
        margin-top: 12px;
        padding-top: 40px;
    }
    .navbar-nav {
        gap: 10px;
    }
    .gb {
        min-width: 107px !important;
        transform: translateX(-73.5px);
        margin-left: 50%;
        padding: 0;
        text-align: center;
        position: relative;
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        border: none;
        gap: 20px;
    }
    .gb li {
        margin: 10px 0px;
    }
    .gb a,
    .gb li {
        /* padding-top: 10px; */
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dropdown-menu[data-bs-popper].car {
        border-radius: 0px !important;
        right: 0px;
        width: 100%;
        left: auto;
        padding: 0;
        margin: 0;
    }
    .car li .row {
        /* width: auto; */
        margin: auto;
    }
    .car .fs24 {
        font-size: 24px !important;
        /* font-family: HumanSans-Bold; */
    }
    .w100 {
        width: 100%;
    }
    .image-container img:nth-child(1) {
        top: 0;
        width: 88%;
        left: -2px;
        z-index: 9;
    }
    .image-container img:nth-child(2) {
        top: 3%;
        left: 46px;
        z-index: 8;
        width: 82%;
    }
    .image-container img:nth-child(3) {
        top: 6%;
        left: 90px;
        z-index: 7;
        width: 75%;
    }
    .image-container {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .fsm32 {
        font-size: 32px !important;
    }
    ul li {
        margin-inline: 11px;
    }
    .box1 {
        height: auto;
    }
    .cshadow {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        width: 100%;
    }
    .inc.pro {
        width: 44px;
        height: 44px;
    }
    .index {
        top: auto;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .carItems {
        height: 412px;
        overflow-y: scroll;
    }
    .head {
        background-color: #FFF !important;
    }
    .colrw.head {
        background-color: #F8FDFF !important;
        box-shadow: inset 0px 70px white;
    }
    .w100 {
        width: 100% !important;
    }
    .fs56 {
        font-size: 32px;
        font-weight: 700;
    }
    .carItems li {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
        margin-bottom: 16px;
        margin-top: 16px;
        padding: 16px;
        background-color: white;
    }
    .dropdown-menu[data-bs-popper].car {
        width: 375px;
        right: -12px;
        background-color: #F8FDFF !important;
        padding: 5%;
        /* box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10) !important; */
        border: none !important;
    }
    .carItems {
        height: 406px;
        overflow-y: scroll;
    }
    .shd {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10) !important;
    }
    .marl {
        margin-left: auto;
        padding-right: initial;
    }
    .about1 {
        background-color: #F8FDFF;
        background-image: url(../media/backab1M.png);
        background-position-x: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 650px;
    }
    img.myim {
        position: relative;
        /* margin-right: 32px !important; */
        right: 24px;
    }
    .index {
        background-image: url('../media/Hero\ Bg.png');
        background-position-x: center;
        background-size: cover;
        background-position-y: 5px;
        background-color: #F8FDFF;
        /* background-position-y: -40px; */
    }
    .image-container img:nth-child(1) {
        width: 268px;
        height: 419px;
        /* box-shadow: 19.83432px 4.95858px 39.66864px 0px rgba(53, 53, 53, 0.35); */
    }
    .image-container img:nth-child(2) {
        height: 342px;
        width: 219px;
        top: 8%;
        left: 84px;
        box-shadow: 19.83432px 4.95858px 39.66864px 0px rgba(53, 53, 53, 0.35);
    }
    p {
        /* line-height: normal; */
    }
    .image-container img:nth-child(3) {
        height: 302px;
        width: 194.004px;
        top: 12%;
        left: 134px;
        box-shadow: 19.83432px 4.95858px 39.66864px 0px rgba(53, 53, 53, 0.35);
    }
    .image-container {
        position: relative;
        width: 100%;
        height: 437px;
        /* margin-top: 40px; */
        /* left: 10px; */
    }
    .w95m {
        width: 95%;
    }
    .b5 {
        height: 327px;
        width: 327px;
        border: 1px solid #6CC2FF
    }
    .index3 {
        background-image: url('../media/Stats Bgm.png');
    }
    .owl-nav {
        display: none;
    }
    .b3 {
        width: 100% !important;
        margin: 5px auto !important;
        height: 150px;
    }
    .index4 {
        background-color: #F8FDFF;
        background-image: url(../media/Statsmm.png);
        background-position-x: center;
        background-size: cover !important;
        background-repeat: no-repeat;
    }
    .w-97 {
        width: 100% !important;
    }
    .filt {
        display: none;
    }
    .car {
        width: 375px !important;
        left: -10px;
        right: 0px;
        top: 74px;
        display: flex;
        justify-content: center;
        padding: 0;
        padding-top: 30px;
        height: 100vh;
        background-color: #F8FDFF;
    }
    .w90m {
        width: 90%;
    }
    .bb2 {
        padding: 13px 36px !important;
    }
    .w95m {
        width: 95% !important;
    }
    .btn1A {
        font-size: 18px !important;
        padding: 5px 17px !important;
    }
    .btn_trans {
        padding: 11px 32px !important;
    }
    .about2 {
        background-image: url(../media/backab2m.png);
        background-position-x: center;
        background-size: cover;
    }
    .cb2.btn1A {
        padding: 5px 14px !important;
    }
    .sign2.s2 {
        background-image: url(../media/step2.png);
        background-position-y: 0px;
        background-position-x: -48px;
    }
    .boxA1 {
        padding: 12px 18px;
    }
    .bx-s {
        /* box-shadow: none !important; */
    }
    .bx-s .cae {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    }
    .shaa1 {
        box-shadow: 8px 8px 32px 0px rgba(53, 53, 53, 0.10);
    }
    .carS {
        height: auto;
        padding-top: 15px !important;
    }
}
