body {
  background-image: url("../images/heroBanner.jpg");
  background-repeat: repeat; /* This is the default, so it can be omitted */
  /* Optional: Ensure the body covers the entire viewport height */
  min-height: 100vh; 
  /* Optional: Remove default browser margins for a true edge-to-edge background */
  margin: 0; 
}
.heroArea {
    padding-top: 32px;
    padding-bottom: 32px;
    /* height: calc(100vh - 64px); */
    background: linear-gradient(rgb(16,18,35,.8), rgb(16,18,38,.8)), url("../images/heroBanner.jpg");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(16,18,35,.8), rgb(16,18,38,.8)), url("../images/heroBanner.jpg");
    background-repeat: repeat;
    background-size: cover;
}

.uppercase-input {
    text-transform: uppercase;
}

.error {
    margin-top: 30px;
    width: 50%;
    height: 10px;
    background-color: #FA3737;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.searchSubmitButton {
    background-color: #FA3737;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 25%;
}    

.shiftService {
    display: flex;
    align-items: center;
    width: 384px;
    height: 64px;
    background: #FFFFFF;
  border-radius: 20px;
  padding: 8px;
  justify-content: space-around;
  margin-bottom: 104px;
}
.allServicesLinkss {
    background-color: black;
}
.allserlinkkk {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.allServicesLinkss a {
     color:#9496A1 ;
     padding: 10px 0px;
     width: 33%;
     text-align: center;
}
.allServicesLinkss a:hover {
    color: #f2f3f5;
}
.allServicesLinkss a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.drivserv ,.citiServ {
    background: #FFFFFF;
box-shadow: 0px 6px 18px rgba(70, 70, 70, 0.16);
border-radius: 15px;
padding: 12px 24px;
font-weight: 600;

}

.drivserv:hover ,.citiServ:hover {
   color: #FA3737;
   transition: all 0.2s ease-in-out;
} 

.drivserv.active ,.citiServ.active {
    background: #FA3737;
    box-shadow: 0px 6px 18px rgba(70, 70, 70, 0.16);
    color: #fff;
}

.contentbox {
    margin-bottom: 32px;
    
}


.mainHeading {
    font-weight: 700;
font-size: 60px;
line-height: 72px;
text-align: center;
letter-spacing: -0.04em;
color: #FFFFFF;
text-align: left;
margin-block:8px ;
}

.subHeading {
    font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #D2D4DA;
text-align: left;
width: 50%;
}

.mousedowner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
    transform: translateY(0px);
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-bottom: -24px;
}
.mousedowner:hover {
    transform: translateY(10px);
    transition: transform .4s ease-in-out;
}
.dainb {
    margin-top: 16px;
}

.ourbenfitaArea {
    padding: 80px 0px;
    background-color: #f2f3f5;
}

.shead {
    padding: 8px 16px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 10px;
}

.bhead {
    font-weight: 700;
font-size: 48px;
line-height: 56px;
letter-spacing: -0.04em;
color: #101223;
margin-top: 24px;
}

.benefitslist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 24px;
}

.benifit {
    padding:  15px 15px;
    background-color: #fff;
    box-shadow: 0px 10px 37px rgba(70, 70, 70, 0.24);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    gap: 28px;
    height: 250px !important;
    width: 100%;
}
.challan-benifit {
    padding:  15px 15px;
    background-color: #fff;
    box-shadow: 0px 10px 37px rgba(70, 70, 70, 0.24);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    gap: 28px;
    height: 250px !important;
    width: 100%;
}

/* .detail-head {
    display:flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
} */

.benifit .right p {
    font-weight: 900;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #282A3A;
    margin-bottom: 8px;

}

.benifit .right span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777986;
}

.data_header {
    font-weight: 700;
    font-size: 20px;
    line-height: 7px;
    letter-spacing: -0.02em;
    color: #282A3A;
    margin-bottom: 20px;
    /* margin-top: 50px; */
}
.challan_header {
    font-weight: 700;
    font-size: 31px;
    line-height: 13px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #FFFFFF;
}

 tr td p {
    margin-top: 20px;
    font-weight: 700;
    
}

.data_info tr td span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #777986;
}
.ourFeaturesArea {
    padding: 80px 0px;
    background-color:#101223 ;
    
}

.featurecontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.mockupimage {
    flex: 1;
}
.features {
    flex: 1.2;
}
.fpoint {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 29px;
    margin-bottom: 29px;
    font-size: 20px;
line-height: 28px;
color: #F2F3F5;
}
.ourProcessArea {
    padding: 80px 0px ;
    background-color: #f2f3f5;
}

.phed {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.booklessonBtn {
    background-color: #FA3737;
    border-radius: 10px;
    padding: 16px 24px;
}
.booklessonBtn a {
    color: #fff;
}

.ourProcessSteps {
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.processstep {
padding: 36px 32px 36px 32px;
background: #FFFFFF;
box-shadow: 0px 10px 37px rgba(70, 70, 70, 0.24);
border-radius: 20px;
height: 324px;
width: 328px;
box-sizing: border-box;
}

.svgn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.processnum {
    font-weight: 800;
font-size: 48px;
line-height: 56px;
letter-spacing: -0.04em;
color: #EB2C36;

}

.processhed {
    font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.02em;
color: #282A3A;
margin-bottom: 12px;
}

.Processpar{
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #777986;
}

.ourMockTestArea {
    background-color: #101223 ;
    padding: 40px 0px;
    background: linear-gradient(rgb(16,18,35,.9), rgb(16,18,38,.9)), url("../images/testimage.png");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(16,18,35,.9), rgb(16,18,38,.9)), url("../images/testimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.mokarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taketestArea {
    background: #FFFFFF;
border-radius: 20px;
display: flex;
flex-direction: column;
gap: 8px;
padding: 16px;
}

.abt {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #FFFFFF;
box-shadow: 0px 4px 12px rgba(70, 70, 70, 0.16);
border-radius: 10px;
padding: 8px 12px 8px 8px;
}

.abt span {
    font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.mocktestBtn {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background-color: #FA3737;
    border-radius: 10px;
    gap: 8px;
    cursor: pointer;
}

.mocktestBtn p {
    color: #fff;
}

.ourBlogArea {
    background-color: #f2f3f5;
    padding: 80px 0px;
}
.ourblog {
    box-shadow: 0px 10px 37px rgba(70, 70, 70, 0.24);
}

.blogList {
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.blogspace {
    background: #FFFFFF;
box-shadow: 0px 10px 37px rgba(70, 70, 70, 0.24);
border-radius: 20px;
width: 384px;
height: 374px;
}
.imgcon img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}
.blogcon {
    padding: 24px;
}
.bloghead {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101223;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 14px;
}

.aboutblog {
    font-size: 12px;
line-height: 18px;
color: #101223;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 16px;
font-weight: 600;
}

/* FAQ */

.faqArea {
    padding: 80px 0px;
}
.faqsList {
    margin-top: 64px;
}
.qacon {
    padding: 16px 0px ;
    border-bottom:  1px solid #D2D4DA;
}
.questioncon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.qaArrow {
    transform:rotate(0deg);
    transition: transform .3s ease-in-out;
}
.qaArrow.active {
 transform:rotate(180deg);
 transition: transform .3s ease-in-out;
}

.Question {
    font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.02em;
color: #282A3A;
width: 88%;
}


.qacon .answer {
   height: 0px;
   overflow: hidden;
transition: all .3s ease-in-out;
}
.qacon.active .answer {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #777986;
margin-top: 16px;
height: auto;
transition: all .3s ease-in-out;
}
.ourProvidings {
    background-color: #f2f3f5;
    padding: 48px 0px;
}

.ourProvidingsbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.providingboxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

}
.sevicehead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servicesbox {
    width: 384px;
    height:120px ;
    border-radius: 10px;
    padding: 20px 24px;
    margin-top: 24px;
    background-color: #fff;
}

.servicesbox .sevicehead p {
    font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.02em;
color: #101223;
margin-top: 0px;
}
.servicesbox p {
    margin-top:8px;
    font-weight: 400;
font-size: 16px;
color:#5B5D6B;
line-height: 24px;
}

.servicesbox:hover  {
 background-color: #FA3737;
 
}

.servicesbox:hover .sevicehead p {
    color: #fff;
}

.servicesbox:hover p {
    color: #fff;
}

.Useimgandname {
    display: flex;
    align-items: center;
    gap: 8px;
 }
 .Useimgandname p {
    font-weight: 600;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.02em;
color: #000000;
 }
 .Useimgandname svg {
  margin-left: 8px;
  cursor: pointer;
 }

 .userimg {
    width: 40px;
    height: 40px;
    background-color: gray;
    border-radius:10px;
 }
.ProfileMenu {
    position:absolute;
    top: 80px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1000;
    display: none;
}
.ProfileMenu.active{
    display: block;
}
.Eachsec {
    display: flex;
    align-items: center;
    width: 200px;
    gap: 16px;
    padding: 16px 18px;
}
.Eachsec:hover {
    background-color: #ececec;
    border-radius: 10px;
}
.Eachsec p {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #404252;
}


.testInstruction {
    padding: 16px 20px;
    background: #FFFFFF;
box-shadow: 0px 4px 12px rgba(70, 70, 70, 0.16);
border-radius: 10px;
width: 588px;
position: absolute;
top: -50px;
left: 35%;
z-index: 10000;
display: none;
}
.testInstruction.active {
    display: block;
}
.testInstruction img {
    margin-left: 25%;
}
.testhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D2D4DA;
}
.testin , .goodl {
    font-weight: 700 !important;
font-size: 20px !important;
line-height: 24px !important;
letter-spacing: -0.02em !important;
color: #101223 !important;
}
.goodl {
    text-align: center;
}
.textboxClose {
    width: 10px;
    height: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.textboxClose:hover {
    fill: #FA3737;
    transform: scale(1.5);
}
.testInstruction p {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #777986;
margin-bottom: 16px;
}
.testInstruction span {
    font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #777986;
}

.Startmocktest {
    background-color: #FA3737;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.errorpopup {
width: 384px;
background: #FFFFFF;
box-shadow: 0px 4px 12px rgba(70, 70, 70, 0.16);
border-radius: 10px;
z-index: 9998;
padding: 16px;
top: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
cursor: pointer;
display: none;
}


.errorpopup p {
    margin-bottom: 16px;
}
.errorpopup.active {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.oopsmsg {
    font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: -0.02em;
color: #101223;
margin-top: 16px;
}
.errorok {
    background-color: #FA3737;
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}
.errmsg {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #777986;
}

.errmsg span {
    font-weight: 600;
}
.firstpromenu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.logoutbtn {
    border-bottom-left-radius: 10px ;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.linkLogout {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: red !important;
  padding-left: 50px;
}

.text-grey {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #D2D4DA !important;  
}

.backcsc {
    display: none;
}
.backcsc.active {
    background-color:#000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom:0px;
    right:0px;
    display: block;
    z-index: 9909;
}
.SeeMoreBlogs {
    display: none;
}        


/* new code for the  youtube video Slot  */
.ourYoutubeVideos {
    background: linear-gradient(rgb(16,18,35,.5), rgb(16,18,38,.9)), url(../images/cimeScene.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
.subHeadingy {
    font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #B3B5BD;
margin-top: 8px;
}

.SafetyVideos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
}
.SafetyVideos a {
    border-radius: 10px;
    padding: 0px !important;
}

.SafetyVideos a img {
    width: 340px;
height: 200px;
border-radius: 10px;
}
.notebles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;

}
.ityNote {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #F2F3F5;
}
.booklv {
    position: unset !important;
    margin-bottom: 0px !important;
}
.SeeMoreBlogs {
    display: none;
}

.bookFirstLessonBlock {
    padding: 24px 0px;
    background-color:#CC1729;
}

.flpHead {
    font-weight: 700;
font-size: 34px;
line-height: 40px;
letter-spacing: -0.04em;
color: #FFFFFF;
}
.flpshed {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; 
    margin-top: 8px; 
}
.imgcon a {
    padding: unset !important;
}
.blogcon a {
    padding: unset !important;
}
.imgcon img {
    height: 199px;
    width: 377px;
}
@media (min-width: 1224px) and (max-width: 1400px){ 
    .benifit {
        height: 900px !important;
    }
    .challan-benifit {
        height: 500px !important;
    }
    .processstep {
        height: 365px !important;
    }
    .SafetyVideos a img {
        width: 330px !important;
    }
    .SafetyVideos a {
        padding: 0px;
    }
    .booklessonBtn  {
      
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
    }
    .booklessonBtn a {
        font-size: 14px !important;
    }
    .imgcon img {
        width:  100%;
    }


}

@media (min-width: 912px) and (max-width: 1223px){ 
    .imgcon img {
        width:  100%;
    }
    .subHeading {
       width: 100% !important;
    }

    .benifit {
        height: 205px !important;
    }
    .processstep {
        height: 358px !important;
    }
    .SafetyVideos a img {
        width: 290px !important;
    }
    .SafetyVideos a {
        padding: 0px;
    }
    .booklessonBtn  {
      
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
    }
    .booklessonBtn a {
        font-size: 14px !important;
    }
    .mainHeading {
        font-size: 54px;
    }
    .container {
        width: 95%;
    }
    .bhead {
        font-size: 40px;
    }
    .processstep {
      padding: 16px;
    }
}

@media (min-width: 600px) and (max-width: 910px){ 
    .featurecontainer {
        flex-direction: column-reverse;
        gap: 18px;
    }
    .bhead {
        font-size: 30px;
        line-height: 40px;
    }
    .phed {
        align-items: center;
    }
    .ourProcessSteps {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .processstep {
        padding: 18px;
        width: 300px;
    }
    .SafetyVideos {
        flex-wrap: wrap;
    }
    .SafetyVideos a img {
        width: 270px;
    }
    .providingboxes {
        flex-direction: column;
    }
    .fcl {
        flex-direction: column !important;
    }
    .fotterCntainer {
        flex-direction: column;
        align-items: center;
    }
    .fcl {
        gap: 24px;
        align-items: center;
    }
    .downloadcon {
        margin-top: 24px;
    }
    .booklessonBtn {
        display: flex;
        align-items: center;
        padding: 8px 16px;
    }
    .blogcon {
        padding: 16px;
    }
    .mockupimage img {
        height: 380px;
    }
    /* .benefitslist {
        flex-direction: column;
    } */
    .benifit {
        width: 90%;
    }
    .mousedowner {
        display: none;
    }
    .mainlinks {
    gap: 8px !important;
    }
    .mainlinks  a,.signuplinks  a {
       padding: 8px;
    }
    .navbar .container {
        width: 95%;
    }
    .blogList {
        flex-direction: column;
    }
    .blogspace {
    width: 100%;
    display: flex;
    contain: size;
    align-items: center;
     height: 240px;
    }
    .contentbox {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 440px)  {
    .allserlinkkk {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .allServicesLinkss a {
         color:#282A3A ;
         padding: 10px 0px;
         width: 100%;
         font-size: 14px;
         text-align: center;
    }
    .mainHeading {
        font-size: 48px;
        line-height: 56px;
    }
    .contentbox {
margin-top: 32px;
    }
    .subHeading {
        font-weight: 400;
font-size: 16px;
line-height: 24px;
width: 100%;
    }
    .mousedowner {
        display: none;
    }
    .heroArea {
        padding-bottom:24px ;
        /* height: calc(100vh - 160px); */
        height: auto;

    
    }
    .ourbenfitaArea {
        padding: 40px 0px;
    }
    .bhead {
        font-weight: 700;
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -0.04em;
        color: #101223;
    }
    /* .benefitslist {
        flex-direction: column;
    } */
    .featurecontainer {
        flex-direction: column;
    }
    
    .mockupimage img {
       width: 100%;
       height: 100%; 
       margin-top: 165px;
       
    }
    .fpoint p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #F2F3F5;
    }
    .ourFeaturesArea {
        position: relative;
        padding: 40px 0px;
    }
    .featurecontainer{
        gap: 16px;
    }
    .featurespoint {
        position: absolute;
        top: 40px;
       
    }
    .ourProcessArea{
        padding: 40px 0px;
        position: relative;
        
    }
    .phed {
        flex-direction: column;
    }
    .booklessonBtn{
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        position: absolute;
        bottom: 10px;
        margin-bottom: 40px;
    }
    .ourProcessSteps {
        flex-direction: column;
        margin-top: 32px;
        margin-bottom: 100px;
    }
    .processstep{
        width: 100%;
        height: 100%;
    }
    .mokarea{
        flex-direction: column;
    }
    .taketestArea{
        width: 90%;
        margin-top: 16px;
    }
    .mocktestBtn {
        justify-content: center;
    }
    .ourBlogArea ,.faqArea{
 padding: 40px 0px;
    }
    .ourBlogArea .ouebwcu ,.faqArea  .ouebwcu{
   text-align: left;
    }
    .blogList{
        flex-direction: column;
        width: 100%;
        margin-top: 32px;
        align-items: unset;
    }
    .blogspace {
        width: unset;
        height: unset;
    }
    .faqsList{
        margin-top: 32px;
    }
    .ourProvidingsbox , .providingboxes{
        flex-direction: column;
    }
    .ourProvidings{
        padding: 24px 0px;
    }
    .testInstruction {
        left: 0%;
        width: 95%;
        margin-left: 10px;
    }
    .servicesbox {
 width: 100%;
 height: auto;
    }
    .benifit {
        width: 100%;
        height: auto;
    }
    .errorpopup {
        width: 95%;
    }
    /* newly added code */
    .contentbox{
        margin-top: 6px;
        margin-bottom: 12px;
    }
    .heroArea{
        padding-top: 8px;
    }

    /* newly adde mobile code for the videos */
    .ourYoutubeVideos {
        padding: 40px 0px;
    }
    .SafetyVideos {
        flex-direction: column;
    }
    
    
    .SafetyVideos a img {
        width: 100%;
    border-radius: 10px;
    }
    .notebles {
        flex-direction: column;
    }
.subHeadingy {
font-size: 16px;
margin-top: 10px;
}
.ityNote {
    font-size: 16px;
}


.SeeMoreBlogs {
    background-color: #fff;
    margin-top: 32px;
    border-radius: 10px;
    border: 2px solid #FA3737;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
}
.SeeMoreBlogs p {
    color: #FA3737;
    font-weight: 700;
}

}

@media (min-width: 1401px) and (max-width: 1600px){ 
    .benifit {
        height: 188px;
    }
    .processstep {
        height: 380px;
    }
     .mousedowner { 
        margin-top: 182px;
    }
}