body {
    background: #fff;
    /* color: #383838; */
    font-family: IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}




.green-bg{
    /* background-color: green;
    /* border: 1px solid black; */
    /* height: 500px;
text-align: center;
height: 60%; */ 
background: url(https://www.zoomcar.com/assets/component-images/bound@2x.476261040c66e2e84987563e0b955b44.jpg);
height: 60%;
display: flex;
flex-direction: column;
padding-top: 5%;
/* display: flex;
flex-direction: column;
padding-top: 5%; */


}
#outer_box{
    /* height: 500px;
    background-color: rgb(229, 240, 240);
    width: 70%;
    margin: auto;
    position: relative;*/
    top: 150px; 
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(3,150px);
    border: 1px solid black;
    gap: 20px;
    margin: auto;
    position: relative;
/* top: -48vh; */
padding: 48px 72px;
border-radius: 8px;
background-color: #f5f5f5;
margin: 0 auto;
max-width: 940px;

}
#outer_box>div{
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    align-items:flex-start ;

}
#outer_box>div>img{
padding-bottom: 10px;
width: 32px;
height: 32px;

}
#p2upDiv{
    background-image: url(https://www.zoomcar.com/assets/component-images/ZMS-Hero-Banner.584135fee08ac6c84fee329d5fb915f4.jpg);
    height: 98vh;
display: flex;
flex-direction: column;
align-items: center;
background-size: cover;
background-position: 50% 75%;
    
}
#navbar2{
    display: flex;
justify-content: space-around;
padding: 10px 0;
position: sticky;
position: -webkit-sticky;
top: -1;
z-index: 10;
width: 100%;
background-image: linear-gradient(270deg,#000,#1f1f1f)!important;
}
#navbar2>a>img{
    height: 25px;
    margin-top: 5px;
}
/* #navbar2>button{
    height: 30px;
    width: 120px;
} */
.demo-cta {
    padding: 10px 17px 10px 18px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .24px;
    text-align: center;
    color: #1f1f1f;
    outline: none;
    cursor: pointer;
}
.main-heading{
    
    /* border: 12px solid black; */
    width: 40%;
    margin-top: 150px;
    /* display: block; */
    font-size: 36px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: center;
color: #fff;
}
.main-sub-heading {
    /* display: block; */
    /* border: 1px solid red; */
    width: 30%;
font-size: 16px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: .24px;
text-align: center;
color: #fff;
/* padding-top: 16px; */
}
.btn-cta{
    padding: 12px 33.7px 12px 34px;
    border: none;
    border-radius: 4px;
    background-color: #10a310;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-width: 220px;
    outline: none;
    cursor: pointer;
}
.section-heading {
font-size: 32px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: center;
color: #1f1f1f;
padding-top: 5%;
}
section {
display: block;
}
.mobility-service-page-container .tabs-wrapper {
display: flex;
flex-direction: column;
padding-top: 10px;
}
.tabs-wrapper .tabs-container .tab-item.active  {
font-family: IBM Plex Sans;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: .24px;
color: #fff;
border-radius: 8px;
background-color: #10a310;
}
.tabs-wrapper .tabs-container .tab-item .tab-item active {
font-family: IBM Plex Sans;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: .24px;
color: #1f1f1f;
padding: 16px;
width: 100%;
text-align: center;
cursor: pointer;
}
.tabs-wrapper .tabs-container {
display: flex;
justify-content: space-between;
align-self: center;
padding: 4px;
border-radius: 8px;
box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 14%);
background-color: #fff;
width: 80%;
max-width: 900px;
position: relative;
bottom: -32px;
}
.primary-title {
font-weight: 600;
color: #1f1f1f;
padding-bottom: 8px;
}
.secondary-sub-text>text {
font-family: IBM Plex Sans;
display: flex;
font-size: 16px;
line-height: 24px;
letter-spacing: .24px;
padding-left: 0%;
align-items:flex-start;

}
#dashboard-banner{
display: block;
width: 80%;
margin: auto;
margin-top: 200px;
}
#dashboard-banner img {
/* max-width: 940px; */
/* margin: auto; */
width: 100%;
}

.section-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 8%;
    padding-bottom: 5%;
    position: relative;
    /* top: -60vh; */
}
.section-title {
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #1f1f1f;
    max-width: 420px;
}
.section-subtext {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .24px;
    text-align: center;
    color: #666;
    max-width: 460px;
    padding-top: 16px;
}
#square_cards {
    font-family: IBM Plex Sans!important;
    display: flex;
    align-items: center;
    position: relative;
    /* top: -65vh; */
    width: 60%;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
    max-width: 960px;
}
.squares{
    padding: 24px;
    border-radius: 4px;
    background-image: linear-gradient(318deg,#0b0b0b,#1b1b1b 3%);
    width: 150px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.squares>img{
    font-family: IBM Plex Sans!important;
    width: 48px;
    height: 48px;
}
.title{
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}
.section-title {
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #1f1f1f;
    max-width: 420px;
}
.section-subtext {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .24px;
    text-align: center;
    color: #666;
    max-width: 460px;
    padding-top: 16px;
}
#contact_section{
    /* display: block; */
    margin: auto;
    /* border: 1px solid black; */
    width: 50%;
    margin-top: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#footer_Section {
    display: flex;
    flex-direction: column;
    padding-top: 84px;
    padding-bottom: 64px;
    background-image: linear-gradient(270deg,#000,#1f1f1f);
    font-family: IBM Plex Sans;
}
.for-more-info {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .24px;
    text-align: center;
    color: #fff;
}
.mailId {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .16px;
    text-align: center;
    color: #fff;
    padding-top: 8px;
}
#footer_Section>img {
    padding-top: 80px;
    align-self: center;
    height: 24px;
}
#footer_Section>.copyright {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .24px;
    text-align: center;
    color: #a8a8a8;
    padding-top: 28px;
}
#noAnCountry{
    display: flex;
    justify-content: space-around;
}
#NAnC{
    display: flex;
    justify-content: space-around;
}
#formsection{
    width: 40%;
    height: 400px;
    border: 1px solid black;
    margin: auto;
    line-height: 20px;
    row-gap: 20px;
    display: block;
    box-sizing: border-box;
    
}
input {
    border: none;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .24px;
    color: #666;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    width: 100%;
    padding: 16px 12px;
    outline: none;
    transition: all .2s;
}