@media only screen and (max-width: 400px) {
  .headersection button {
    display: none;
  }

  .headermain {
    padding: 10px 10px;
    justify-content: space-between;
  }

  .videosection {
    width: 100%;
    height: 500px;
    /* Set the height to 500px */
    overflow: hidden;
    /* Hide any overflowing content */
  }

  .videocontainer {
    width: 100%;
    height: 100%;
    position: relative;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the video covers the container while maintaining aspect ratio */
  }

  .aboutcontainer {
    padding: 37px 10px;
  }

  .aboutcontent h4 {
    font-size: 25px;
  }

  .aboutcontent h5 {
    font-size: 50px;
  }

  .aboutcontent p {
    font-size: 16px;
    width: 95%;
  }

  .newlaunchsection {
    padding: 37px 10px;
  }

  .newlaunchspan {
    font-size: 50px;
  }

  .newlaunchheader h3 {
    font-size: 30px;
  }

  .newlaunchcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .newlaunchbox {
    width: 90%;
    margin-bottom: 30px;
  }

  .keyfeaturecontainersec {
    padding: 50px 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .keyfeaturesecdev img {
    height: 100px;
  }

  .keyfeaturesecdev {
    width: 100%;
    margin-bottom: 55px;
  }

  .testimonialheading h3 {
    margin-bottom: 36px;
    text-align: center;
    font-size: 45px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .testimonialcontainer {
    width: 100%;
  }

  .testimonialquote {
    width: 95%;
  }

  .footercontainermain {
    padding: 50px 24px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footercontainer {
    width: 95%;
  }

  .footercontainer {
    width: 95%;
    margin-bottom: 54px;
  }

  /* -------------------------------------------About us pages start from here------------------------------------------- */

  .aboutussectionmain {
    position: relative;
    /* background-color: #fff; */
    padding: 37px 10px;
  }

  .creativebox {
    width: 100%;
  }

  .createabetlife {
    display: flex;
    justify-content: space-around;
    /* align-content: center; */
    align-items: center;
    flex-direction: column;
  }

  .creativebox img {
    width: 90%;
  }

  .abttxtbox {
    margin-top: 20px;
    width: 100%;
  }

  .figuregroup {
    text-align: center;
  }

  .breadcrumbhead {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: "proximanova", sans-serif;
  }

  .breascrummain h4 {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: "proximanova", sans-serif;
  }

  .breascrummain h3 {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    font-family: "proximanova", sans-serif;
  }

  .breascrumcontainer {
    padding: 25px 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  .abttxtbox h4 {
    font-family: "proximanova", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 33.11px;
    text-align: left;
    /* color: #95C12B; */
  }

  .abttxtbox h3 {
    margin-top: 20px;
    font-family: "proximanova", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 49.28px;
    text-align: left;
    /* color: #95C12B; */
  }

  .pointerlistcontan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .pointerslists {
    width: 100%;
    margin-top: 20px;
  }

  .pointeraboutsection {
    position: relative;
    padding: 37px 10px;
  }

  .keystrengthcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    padding: 37px 10px;
    flex-direction: column;
    align-items: center;
  }

  .keystrengthpointbox {
    width: 90%;
    margin-top: 50px;
  }

  .whyamaltassection {
    position: relative;
    padding: 37px 10px;
  }

  .breascrummain p {
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: "proximanova", sans-serif;
  }

  .containermainbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .currentimgtxtbox {
    cursor: pointer;
    border-radius: 20px;
    width: 90%;
    height: 100%;
    box-shadow: 0px 4px 16px #0000004a;
    margin-bottom: 40px;
  }

  .currentprosec {
    position: relative;
    padding: 37px 10px;
  }

  .currenttxtbox h3 {
    font-family: "proximanova", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
  }

  .headingmedia h3 {
    text-align: center;
    font-size: 50px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .headingmedia p {
    /* margin-top: 50px; */
    font-family: "proximanova", sans-serif;
    text-align: center;
    font-size: 24px;
    color: #252322;
    width: 100%;
    margin: 40px auto;
  }

  .mediasection {
    position: relative;
    padding: 37px 10px;
  }

  .requirementfromsection {
    background-image: url(../images/requirement-form-bg.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 10px;
  }

  .reqheading {
    font-family: "proximanova", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 88.5px;
    text-align: center;
  }

  .formheadingbox h3 {
    font-family: "proximanova", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
    margin-bottom: -45px;
  }

  .formheadingbox p {
    width: 100%;
  }

  .careerformmain {
    padding: 37px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .formboxsec {
    width: 95%;
    border: #3e8e41;
  }

  .subclear {
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aminitiessection {
    position: relative;
    padding: 37px 10px;
  }

  .specificationcontainer {
    margin: 20px 0;
    width: 90%;
  }

  .headingmedia h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .bookigplotmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
  }

  .bookingapoltsection {
    position: relative;
    padding: 37px 10px;
    text-align: center;
  }

  .bookcontboxwtxt {
    width: 90%;
  }

  .bookcontimg {
    width: 90%;
  }

  .mapsectionmain {
    position: relative;
    padding: 37px 10px;
    text-align: center;
  }

  .contactuscontainer {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .contactisboxlist {
    background-image: url(../images/contactus.png);
    width: 100%;
  }

  .contactisboxform {
    width: 100%;
    margin-top: 49px;
  }

  .inputboxcont {
    width: 100%;
  }

  .contactisboxform {
    padding: 10px;
  }

  .inputboxcont input {
    background-color: #fff0;
    width: 100%;
    padding: 12px;
    border: 1px solid #3d3d3d;
    margin-bottom: 35px;
  }

  .legacyvox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  .legacyimg {
    width: 100%;
  }
  .legacytxt {
    width: 100%;
  }

  .legacytxt {
    margin-top: 55px;
    width: 100%;
  }

  .legacytxt p {
    font-size: 16px;
  }

  .legacytxt h4 {
    font-size: 50px;
  }

  .legacytxt h3 {
    font-size: 60px;
  }
  .vmcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
  }

  .vision {
    text-align: center;
    width: 100%;
  }

  .mission {
    margin-top: 90px;
    text-align: center;
    width: 100%;
  }

  /* Home Page Css Correction */

  .dmgroupimg {
    width: 80%;
  }

  .dmgroupimg img {
    width: 100%;
  }

  .dmgroupcontent {
    width: 95%;
  }

  .legacytxt h3 {
    font-size: 35px;
    line-height: 15.5px;
  }
  .legacytxt h4 {
    font-size: 35px;
  }
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------Responsive size changed----------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 550px) {
 
  /* Home Page Css Correction */

  .dmgroupimg {
    width: 80%;
  }

  .dmgroupimg img {
    width: 100%;
  }

  .dmgroupcontent {
    width: 95%;
  }

  .legacytxt h3 {
    font-size: 35px;
    line-height: 15.5px;
  }
  .legacytxt h4 {
    font-size: 35px;
  }
}






/* --------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------Responsive size changed----------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 800px) {
  .headersection button {
    display: none;
  }

  .headermain {
    padding: 10px 10px;
    justify-content: space-between;
  }

  .videosection {
    width: 100%;
    height: 500px;
    /* Set the height to 500px */
    overflow: hidden;
    /* Hide any overflowing content */
  }

  .videocontainer {
    width: 100%;
    height: 100%;
    position: relative;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the video covers the container while maintaining aspect ratio */
  }

  .aboutcontainer {
    padding: 37px 10px;
  }

  .aboutcontent h4 {
    font-size: 25px;
  }

  .aboutcontent h5 {
    font-size: 50px;
  }

  .aboutcontent p {
    font-size: 16px;
    width: 95%;
  }

  .newlaunchsection {
    padding: 37px 10px;
  }

  .newlaunchspan {
    font-size: 50px;
  }

  .newlaunchheader h3 {
    font-size: 30px;
  }

  .newlaunchcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .newlaunchbox {
    width: 90%;
    margin-bottom: 30px;
  }

  .keyfeaturecontainersec {
    padding: 50px 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .keyfeaturesecdev img {
    height: 100px;
  }

  .keyfeaturesecdev {
    width: 100%;
    margin-bottom: 55px;
  }

  .testimonialheading h3 {
    margin-bottom: 36px;
    text-align: center;
    font-size: 45px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .testimonialcontainer {
    width: 100%;
  }

  .testimonialquote {
    width: 95%;
  }

  .footercontainermain {
    padding: 50px 24px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footercontainer {
    width: 95%;
  }

  .footercontainer {
    width: 95%;
    margin-bottom: 54px;
  }

  /* -------------------------------------------About us pages start from here------------------------------------------- */

  .aboutussectionmain {
    position: relative;
    /* background-color: #fff; */
    padding: 37px 10px;
  }

  .creativebox {
    width: 100%;
  }

  .createabetlife {
    display: flex;
    justify-content: space-around;
    /* align-content: center; */
    align-items: center;
    flex-direction: column;
  }

  .creativebox img {
    width: 90%;
  }

  .abttxtbox {
    margin-top: 20px;
    width: 100%;
  }

  .figuregroup {
    text-align: center;
  }

  .breadcrumbhead {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: "proximanova", sans-serif;
  }

  .breascrummain h4 {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: "proximanova", sans-serif;
  }

  .breascrummain h3 {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    font-family: "proximanova", sans-serif;
  }

  .breascrumcontainer {
    padding: 25px 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  .abttxtbox h4 {
    font-family: "proximanova", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 33.11px;
    text-align: left;
    /* color: #95C12B; */
  }

  .abttxtbox h3 {
    margin-top: 20px;
    font-family: "proximanova", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 49.28px;
    text-align: left;
    /* color: #95C12B; */
  }

  .pointerlistcontan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .pointerslists {
    width: 100%;
    margin-top: 20px;
  }

  .pointeraboutsection {
    position: relative;
    padding: 37px 10px;
  }

  .keystrengthcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    padding: 37px 10px;
    flex-direction: column;
    align-items: center;
  }

  .keystrengthpointbox {
    width: 90%;
    margin-top: 50px;
  }

  .whyamaltassection {
    position: relative;
    padding: 37px 10px;
  }

  .breascrummain p {
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: "proximanova", sans-serif;
  }

  .containermainbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .currentimgtxtbox {
    cursor: pointer;
    border-radius: 20px;
    width: 90%;
    height: 100%;
    box-shadow: 0px 4px 16px #0000004a;
    margin-bottom: 40px;
  }

  .currentprosec {
    position: relative;
    padding: 37px 10px;
  }

  .currenttxtbox h3 {
    font-family: "proximanova", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
  }

  .headingmedia h3 {
    text-align: center;
    font-size: 50px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .headingmedia p {
    /* margin-top: 50px; */
    font-family: "proximanova", sans-serif;
    text-align: center;
    font-size: 24px;
    color: #252322;
    width: 100%;
    margin: 40px auto;
  }

  .mediasection {
    position: relative;
    padding: 37px 10px;
  }

  .requirementfromsection {
    background-image: url(../images/requirement-form-bg.png);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 10px;
  }

  .reqheading {
    font-family: "proximanova", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 88.5px;
    text-align: center;
  }

  .formheadingbox h3 {
    font-family: "proximanova", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
    margin-bottom: -45px;
  }

  .formheadingbox p {
    width: 100%;
  }

  .careerformmain {
    padding: 37px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .formboxsec {
    width: 95%;
    border: #3e8e41;
  }

  .subclear {
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aminitiessection {
    position: relative;
    padding: 37px 10px;
  }

  .specificationcontainer {
    margin: 20px 0;
    width: 90%;
  }

  .headingmedia h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "proximanova", sans-serif;
    /* color: #95C12B; */
  }

  .bookigplotmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
  }

  .bookingapoltsection {
    position: relative;
    padding: 37px 10px;
    text-align: center;
  }

  .bookcontboxwtxt {
    width: 90%;
  }

  .bookcontimg {
    width: 90%;
  }

  .mapsectionmain {
    position: relative;
    padding: 37px 10px;
    text-align: center;
  }

  .contactuscontainer {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .contactisboxlist {
    background-image: url(../images/contactus.png);
    width: 100%;
  }

  .contactisboxform {
    width: 100%;
    margin-top: 49px;
  }

  .inputboxcont {
    width: 100%;
  }

  .contactisboxform {
    padding: 10px;
  }

  .inputboxcont input {
    background-color: #fff0;
    width: 100%;
    padding: 12px;
    border: 1px solid #3d3d3d;
    margin-bottom: 35px;
  }

  .legacyvox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  .legacyimg {
    width: 100%;
  }
  .legacytxt {
    width: 100%;
  }

  .legacytxt {
    margin-top: 55px;
    width: 100%;
  }

  .legacytxt p {
    font-size: 16px;
  }

  .legacytxt h4 {
    font-size: 50px;
  }

  .legacytxt h3 {
    font-size: 60px;
  }
  .vmcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
  }

  .vision {
    text-align: center;
    width: 100%;
  }

  .mission {
    margin-top: 90px;
    text-align: center;
    width: 100%;
  }
}
