@media screen and (max-width: 428px) {
  /* header media ----------------------------------*/
  .contact_details {
    font-size: 12px;
  }

  /* login and sign up media ----------------------------------*/

  .popup_container {
    width: 370px;
    height: 85vh;
  }

  .login_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .left_column {
    width: 390px !important;
  }

  .wrapper_container {
    overflow-y: auto;
  }

  .popup_container2 {
    width: 380px;
    padding: 50px;
    position: relative;
    height: 100vh;
  }

  .sub_pop_con2 {
    width: 380px;
    padding: 50px;
    margin-top: 20px;
    height: 100vh;
  }

  .sub_pop_con2 img {
    width: 100%;
    height: 200px;
  }

  .popup_container3 {
    height: 90vh;
  }

  .search_title {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
  }

  /* top container ----------------------------------*/

  .social_container {
    padding: 0;
  }

  .logo_container {
    width: 390px;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phone_container {
    width: 390px;
    height: 15vh;
  }

  .contact_container {
    width: 390px;
    height: 15vh;
  }

  .map_container {
    width: 390px;
    height: 25vh;
  }

  /* navigation media ----------------------------------*/

  .navbar-nav {
    background-color: green !important;
    width: 100% !important;
    margin-top: 10px !important;
    position: absolute;
    margin-left: 0px;
    border-radius: 0;
  }

  .navbar-toggler-icon {
    font-size: 50px;
    color: white;
    margin-top: -5px;
  }

  .navbar img {
    position: absolute;
    margin-top: 5px;
    margin-left: 0px;
  }

  /* .navbar-toggler {
    margin-left: 320px !important;
    margin-top: 110px;
  } */

  .nav-link:hover {
    font-weight: 500;
    color: green !important;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 0px 2px 2px rgb(0, 128, 0, 0.5);
    transition: 0.1s all ease-in;
  }

  .search_box {
    width: 100% !important;
  }

  /* parallax container ---------------------------------*/

  .parallax_container {
    padding: 10px;
  }

  .section_1 img {
    width: 100%;
  }

  .section_2 img {
    width: 100%;
    margin-top: 10px;
  }

  .services::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: rgb(255, 255, 255, 0);
    left: 50%;
    transform: translate(-50%);
  }

  /* extras container ----------------------------------*/
  .extras_container {
    height: 20vh;
  }

  .extras_container h5 {
    font-size: 18px;
  }

  /* footer container ----------------------------------*/

  .footer_container {
    height: 100%;
  }

  .col_container {
    width: 100%;
    height: 300px;
    text-align: center;
  }

  .col_container img {
    width: 150px;
    height: 150px;
  }

  .col2_container {
    width: 100%;
    height: 150px;
    text-align: center;
    /* background: rgb(1, 117, 1); */
  }

  .col3_container {
    width: 100%;
    height: 250px;
    display: flex;
    padding-bottom: 20px;
    /* background: rgb(1, 117, 1); */
  }

  .col3_container iframe {
    width: 350px;
  }

  .col4_container {
    width: 100%;
    height: 150px;
    text-align: center;
    /* background: rgb(1, 117, 1); */
  }
}

@media screen and (min-width: 429px) and (max-width: 767px) {
  /* pop up login and sign up container -------------*/

  .cover {
    width: 100%;
  }

  .popup_container {
    width: 100%;
  }

  .wrapper_container {
    overflow-x: auto;
  }

  .sub_pop_con2 {
    margin-top: 10px;
    height: 100vh;
  }

  .popup_container2 {
    padding: 50px;
    height: 100vh;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  /* top container -------------------------------*/

  .logo_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phone_container {
    width: 100%;
  }

  .contact_container {
    width: 100%;
  }

  .map_container {
    width: 100%;
  }

  /* navigation container -------------------------------*/

  .navbar-nav {
    width: 100%;
    background-color: green;
    padding: 0 !important;
    margin: 0px 0px 0px 0px;
    border-radius: 0;
  }

  .search_box {
    width: 100% !important;
  }

  /* services container ----------------------------*/

  .services ul li {
    width: 50%;
    margin-bottom: 50px;
    position: relative;
  }

  .services ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translate(-30px);
  }

  .services ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translate(30px);
  }

  .services ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #eaa81f;
    border-radius: 50%;
    top: 0;
  }

  .services ul li:nth-child(odd)::after {
    transform: translate(50%, -50%);
    right: -30px;
  }

  .services ul li:nth-child(even)::after {
    transform: translate(-50%, -50%);
    left: -30px;
  }

  .services_content .something {
    position: absolute;
    top: -30px;
    color: #eaa81f;
  }

  /* footer container ----------------------------*/

  .footer_container {
    width: 100%;
    height: 100%;
    /* background-color: red; */
  }

  .col2_container ul,
  .col4_container ul {
    padding: 0;
  }

  .col_container,
  .col2_container,
  .col3_container,
  .col4_container {
    width: 100%;
    height: 100%;
  }

  .col2_container,
  .col4_container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  /* pop up login and sign up container -------------*/

  .wrapper_container {
    overflow-x: auto;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  .popup_container2 {
    height: 100vh;
  }

  .sub_pop_con2 {
    height: 100vh;
  }

  .nav-item a {
    font-size: medium;
  }

  /* top container -------------------------------*/
  .social_container {
    padding: 0;
    font-size: 1vw;
  }

  .logo_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border: 1px solid gold; */
  }

  .phone_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .contact_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .map_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .fa-envelope {
    font-size: 4em;
  }

  .fa-map-pin {
    font-size: 4em;
  }

  .bi-telephone {
    font-size: 4em;
  }

  .map_container iframe {
    width: 100%;
  }

  /* navigation container -------------------------------*/

  .navbar-nav {
    background-color: green;
    padding: 0 !important;
    border-radius: 20px;
  }

  .search_box {
    width: 100% !important;
  }

  .nav-item a {
    font-size: 12px;
    text-decoration: none;
  }

  /* services container ----------------------------*/

  .services ul li {
    width: 50%;
    margin-bottom: 50px;
    position: relative;
  }

  .services ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translate(-30px);
  }

  .services ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translate(30px);
  }

  .services ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #eaa81f;
    border-radius: 50%;
    top: 0;
  }

  .services ul li:nth-child(odd)::after {
    transform: translate(50%, -50%);
    right: -30px;
  }

  .services ul li:nth-child(even)::after {
    transform: translate(-50%, -50%);
    left: -30px;
  }

  .services_content .something {
    position: absolute;
    top: -30px;
    color: #eaa81f;
  }

  .left_container {
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    margin-top: 20px;
  }

  .right_container {
    margin-top: 20px;
    width: 600px;
    font-size: 18px;
    /* border: 1px solid gold; */
  }

  .section_1 {
    width: 600px;
  }

  .section_2 {
    width: 600px;
  }

  /* footer container ----------------------------------*/

  .footer_container {
    width: 100%;
  }

  .col_container {
    /* width: 341px; */
    width: 25%;
    text-align: center;
  }

  .col2_container {
    width: 25%;
    /* width: 341px; */
  }

  .col3_container {
    /* width: 341px; */
    width: 25%;
  }

  .col3_container iframe {
    width: 100%;
  }

  .col4_container {
    /* width: 341px; */
    width: 25%;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  /* navigation container */
  .search_box {
    width: 100% !important;
  }

  /* pop up container */

  .popup_container3 {
    height: 75vh;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  /* social container */

  .bi-facebook {
    right: 50px;
    font-size: 20px;
  }

  .bi-linkedin {
    right: 90px;
    font-size: 20px;
  }

  .bi-instagram {
    right: 130px;
    font-size: 20px;
  }

  .section_1 {
    width: 800px;
  }

  .section_2 {
    width: 800px;
  }

  /* navigation container */

  .navbar-nav {
    width: 100%;
    background-color: green;
    padding: 0 !important;
    border-radius: 35px;
  }

  .services ul li {
    width: 50%;
    margin-bottom: 50px;
    position: relative;
  }

  .services ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translate(-30px);
  }

  .services ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translate(30px);
  }

  .services ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #eaa81f;
    border-radius: 50%;
    top: 0;
  }

  .services ul li:nth-child(odd)::after {
    transform: translate(50%, -50%);
    right: -30px;
  }

  .services ul li:nth-child(even)::after {
    transform: translate(-50%, -50%);
    left: -30px;
  }

  .services_content .something {
    position: absolute;
    top: -30px;
    color: #eaa81f;
  }

  /* centers container ---------------------------------*/

  .left_container {
    width: 50%;
  }

  .right_container {
    width: 50%;
  }

  /* footer container ----------------------------------*/

  .footer_container {
    width: 100%;
  }

  .col_container {
    /* width: 341px; */
    width: 25%;
    text-align: center;
  }

  .col2_container {
    width: 25%;
    /* width: 341px; */
  }

  .col3_container {
    /* width: 341px; */
    width: 25%;
  }

  .col3_container iframe {
    width: 330px;
  }

  .col4_container {
    /* width: 341px; */
    width: 25%;
  }
}
