/* Responsiveness start */

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .socialsIcons {
    top: 10rem !important;
  }

  .scrollDown {
    top: 10rem !important;
  }

  .aboutLeftImg {
    margin: 6rem 6rem 5rem 0;
  }

  .chooseLeftContent h1 {
    font-size: 2.5rem;
  }

  .eventsBottom {
    top: 15rem;
  }

  .apartImg::after {
    top: 68px;
    right: -8px;
  }

  .rightSideUp {
    top: 2rem;
  }
}

@media screen and (max-width: 575px) {
  body{overflow-x: hidden;}
  .colorContent {
    font-size: 14px;
    line-height: 1;
  }
  .imageSection .d-flex {
    display: flex!important;
    justify-content: center;
}
  .whiteTitle {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
  }

  .colorTitle {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
  }

  .heroSection header .navbar-brand img {
    width: 40%;
  }

  .heroSectContent {
    margin: 8rem 3rem  10rem !important;
  }

  .scrollDown {
    display: none;
  }

  .heroBtn {
    padding: 0px 10px;
    font-size: medium;
  }

  .heroInput {
    padding: 10px;
    font-size: medium;
  }

  .aboutUsSection .aboutImgPattern {
    width: 100%;
  }

  .aboutLeftImg {
    margin: 3.5rem 0 2rem 0;
  }

  .aboutLeftImg img {
    width: 300px;
    height: 100%;
  }

  .aboutRightSide {
    margin: 3rem 0;
  }

  .aboutRightContent {
    margin: 0 1rem;
  }

  .chooseUsSection .brownPattern {
    width: 100%;
  }

  .chooseLeftUp {
    margin: 0 2rem 0 0;
  }

  .chooseLeftUp .hrLineCenter {
    display: none;
  }

  .blackContent {
    letter-spacing: 2px;
    line-height: 0;
    margin: 1.5rem 0rem !important;
    text-align: center;
  }

  .chooseLeftContent h1 {
    text-align: center;
  }

  .chooseLeftContent ul li {
    flex-direction: column;
    margin: 1.5rem 1rem;
  }
  .chooseLeftContent ul li p {
    margin: 1rem 0;
  }

  .chooseRightImg {
    margin: 2rem 0 4rem 0;
  }

  .chooseRightImg img {
    width: 300px;
  }

  .imgSectionTopMargin {
    margin: 2rem 0;
  }

  .imageSection .verticalLine {
    display: none;
  }

  .imgLeftSec {
    margin: 0 1rem;
  }

  .imgLeftSec img {
    width: 300px;
  }
/* 
  .imgLeftSec h1 {
    margin-top: 1rem;
  } */

  .imgRightSec {
    margin: 0 1rem;
  }
  .imgRightSec img {
    width: 400px;
  }
/* 
  .imgRightSec h1 {
    margin-top: -4rem;
    margin-bottom: 4rem;
  } */

  .cmqContent {
    margin: 5rem auto;
  }

  .cmqContent p {
    width: 100%;
  }

  .cmqContent .smIcons img {
    width: 40px;
    margin: 0.75rem 0.5rem;
  }

  .timerPatternImg {
    width: 100%;
  }

  .timerLeftContent {
    margin: 1rem 0;
  }

  .timerImg {
    margin: 1rem 0 !important;
  }

  .timerRightContent {
    margin: 1rem 0 !important;
  }

  .faqSection .verticalLine {
    display: none;
  }

  .faqSection .accordionCont {
    margin: 0 1rem !important;
  }

  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }

  .ourStorySec .brownPattern {
    width: 100%;
  }

  .ourStorySec .leftSideImg {
    margin: 0;
    padding: 2rem 0 !important;
  }

  .ourStorySec .leftSideImg img {
    width: 300px;
  }

  .ourStorySec .rightSideUp {
    bottom: 0;
    align-items: center;
    justify-content: center;
  }

  .ourStorySec .rightSideUp hr {
    display: none;
  }
  .ourStorySec .rightSideUp h4 {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }

  .ourStorySec .rightSideCont {
    padding: 0rem !important;
  }

  .ourMission .blackPatternImg {
    width: 100%;
  }

  .ourMission .missionLeftSideUp {
    bottom: -1rem !important;
  }

  .ourMission .missionLeftSideUp hr {
    display: none;
  }

  .ourMission .missionLeftSideUp h4 {
    width: 100%;
  }

  .missionLeftSideContent .leftSideCont {
    margin: 0;
    margin-top: 1rem;
  }

  .ourMission .rightSideImg {
    margin: 0 !important;
    padding: 0 0 2rem 0 !important;
  }

  .ourMission .rightSideImg img {
    width: 300px;
  }

  .rightSideContent h1 {
    margin-bottom: 1rem !important;
  }

  .rightSideContent ul li {
    flex-direction: column;
  }

  .rightSideContent ul li img {
    padding: 1rem 0;
  }

  .apartImages {
    flex-direction: column;
  }

  .apartImages .apartImg {
    margin: 0 0 3rem 0;
  }

  .apartImgCont {
    margin: 0 0 3rem 0;
  }

  .apartImg::before {
    top: -10%;
    width: 110px;
    right: auto;
  }

  .apartImg::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    z-index: 1;
    opacity: 1;
    top: -26px;
    right: auto;
    border-radius: 100%;
  }

  .apartImgCont::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100px;
    height: 2px;
    z-index: 1;
    opacity: 0.5;
    top: -10%;
    right: auto;
  }

  .apartImgCont::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    z-index: 1;
    opacity: 1;
    top: -26px;
    right: auto;
    border-radius: 100%;
  }

  .eventsTop hr {
    display: none;
  }

  .eventsTop h4 {
    width: 100%;
    letter-spacing: 3px;
  }

  .eventsBottom {
    padding: 2rem 1rem;
    top: 10rem !important;
  }

  .eventsBottomCont {
    margin: 2rem 0.5rem !important;
  }

  .eventsBottomCont p {
    width: 90% !important;
  }

  .consti {
    height: 33svh;
    width: 100svw;
    top: 0;
    left: 0;
  }

  .ingredient {
    height: 34svh;
    width: 100svw;
    top: 33%;
    left: 0;
  }

  .lab {
    height: 33svh;
    width: 100svw;
    top: 67% !important;
    left: 0 !important;
  }

  .readyUse {
    height: 33svh;
    width: 100svw;
    top: 0;
    left: 0;
  }

  .extracts {
    height: 34svh;
    width: 100svw;
    top: 33%;
    left: 0;
  }

  .portable {
    height: 33svh;
    width: 100svw;
    top: 67% !important;
    left: 0 !important;
  }

  .qqcVertical {
    display: none;
  }

  .bgImg {
    margin: 1.25rem 0;
  }

  .formSection .verticalLine {
    display: none;
  }

  .formSection form {
    margin: 0 1.5rem !important;
  }

  .leftSideCont-up hr {
    display: none;
  }

  .formLeftCont {
    margin: 0rem 1.5rem !important;
  }

  .formLeftCont .smIcons img {
    width: 40px;
    margin: 0 5px !important;
  }

  .leftSideCont-up {
    bottom: -10px;
  }

  .newsLetterCont {
    margin: 3rem 1rem;
  }

  .footerStart {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footerStart .footerLogo img {
    width: 40%;
    margin: 1rem 0;
  }

  .footerStart .footerNav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerNav a {
    width: 100%;
    margin: 0.5rem 0;
  }

  .querySmall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerPolicy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
  }

  .footerPolicy a {
    margin: 0;
    text-align: center;
  }

  .footerSM {
    margin: 1rem 0;
  }

  .footerSM img {
    width: 40px;
  }
  .rightSideContent{width: 100%; padding: 0 12px;}
  .ourStorySec .col-lg-6 {
    justify-content: center;
}
  .desktop_show {
    display: none;
}
.mobile_show {
    display: block;
}
.our_new_mission .ourMission .rightSideImg img{width: 100%;}
.ourMission .col-lg-6 {
    padding: 0 20px;
}
.ourStorySec .row, .our_new_mission .row {
    margin: 0;
}

.our_new_mission{background: #000;}

}

/* Responsiveness end */
