.feature-main-heading{
  margin-top: 8rem;
  line-height: 68px;
}
.trippers-container{
  margin-top: 74px ;
}
/* .navbar-layout{
  margin: 0px auto !important;
} */
.navBar {
/* background-color: red !important; */
padding: 0px 40px !important;
margin: 0px 20px !important;
max-width: 1180px;
width: 100%;
display: flex;
align-items: center;
}
.trippers_logo{
  width: 97px !important;
}

/* ---------------------------------  1274 ------------------------------------ */
/* ---------------------------------  1274 ------------------------------------ */
/* ---------------------------------  1274 ------------------------------------ */

@media only screen and (max-width: 1274px) {
  .navBar {
    margin: 0px 0px !important;
}
}
/* ---------------------------------  1272 ------------------------------------ */
/* ---------------------------------  1272 ------------------------------------ */
/* ---------------------------------  1272 ------------------------------------ */

@media only screen and (max-width: 1272px) {
  .trippers-container .card2_image_sectiondiv {
    width: 50%;
    height: 100%;
    /* background-color: rgb(190, 10, 163); */
    position: relative;
  }
  .trippers-container .card2_image {
    width: 80%;
    height: auto;
    /* background-color: rgb(12, 128, 175); */
    margin: 0;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
}
.trippers-container .card2_image img {
  width: 100%;
  object-fit: contain;
  margin-left: 0px;
}

}


/* ---------------------------------  1120 ------------------------------------ */
/* ---------------------------------  1120 ------------------------------------ */
/* ---------------------------------  1120 ------------------------------------ */

@media only screen and (max-width: 1120px) {

}

/* ---------------------------------  1023 ------------------------------------ */
/* ---------------------------------  1023 ------------------------------------ */
/* ---------------------------------  1023 ------------------------------------ */

@media only screen and (max-width: 1023px) {
  .feature-main-heading{
    line-height: 39px;
    margin-top: 4rem;
  }

  }

/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */

@media only screen and (max-width: 800px) {

}

/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */

@media only screen and (max-width: 701px) {

  .navBar {
    padding: 0px 20px !important;
  }
  .trippers-container .content-section {
    padding: 0px 20px;
  }
  .trippers-container .card2_contect {
    padding: 0px 15px !important;
}
}



/* ---------------------------------  648 ------------------------------------ */
/* ---------------------------------  648 ------------------------------------ */
/* ---------------------------------  648 ------------------------------------ */

@media only screen and (max-width: 648px) {
  .feature-main-heading{
    line-height: 31px;
    margin-top: 4rem;
  }
  .contact-us-heading{
    font-size: 20px;
  }
  .trippers-container{
    margin-top: 4rem !important;
  }
  
}

/* ---------------------------------  625 ------------------------------------ */
/* ---------------------------------  625 ------------------------------------ */
/* ---------------------------------  625 ------------------------------------ */

@media only screen and (max-width: 625px) {
  .trippers-container .navBar {
    justify-content: start !important;
  }
  .trippers-container .content-section {
    width: 100% !important;
    height: auto;
  }
  .trippers-container .responsive-content {

    height: auto;
    width: 100%;

  }
  .trippers-container .card2_contect, .trippers-container .card3_contect {
    width: 100%;
  }
  .trippers-container .card2_first_section, .trippers-container .card3_first_section {
    width: 100%;

  }
  .trippers-container .card3_first_section {
    height: auto;

  }
  .trippers-container .card2_image_sectiondiv {
    width: 100%;
  }
  .trippers-container .card2_image {
    width: 64%;
    height: auto;
    /* background-color: rgb(12, 128, 175); */
    margin: 0;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
  }
  .trippers-container .card2_image img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    margin-left: 0px;
  }
  .trippers-container .second_card_heading_text {
    font-size: 26px !important;
  }
  .trippers-container .card3_first_section {
    margin: 0px 15px !important;
  }
  .trippers-container .footer_section {
    margin: 40px 0px 20px 0px;
    width: 100%;
    height: auto;
  }
}