/*!
320px.
480px.
600px.
768px.
900px.
1024px.
1200px.
 */
 /*==========  Non-Mobile First Method  ==========*/
/* -- Home Tolk to us --- */
 @media only screen and (max-width : 1800px) {
 body .navbar{
 /* background: black; */
 }

 }

 /* -- Home Title FIX --- */
 @media only screen and (max-width : 1600px) {
 body .navbar{
 /* background: brown; */
 }

 }

 /* -- Menu - Our Team sub Fix --- */
 @media only screen and (max-width : 1400px) {
 body .navbar{
   /* background: purple; */
 }
 .container{
   position: relative;
   width: 992px;
 }
 /* Landing Banner Title */
 .land_banner_section .container {
  margin-left: -496px;
  }
   div#land_services_veterinary_specialist_consultants_banner .container,
   div#land_services_radioactive_i_131_therapy_banner .container,
   div#land_services_in_house_laboratory_banner .container {
      margin-top: -66px;
   }
  /* Clinic Cats [Our Team] */
  .land_our_team_section a.clinic_cats_button .body_content {
    min-height: 270px;
    top: 80%;
  }
  /* Job Oppor [Our Team] */
  .job_opportunities_section{
    background-position: 0% 55%;
    background-size: 15.4%;
  }


 }/* END of 1400 */


 /* Large Devices, Wide Screens ////////////////////////////////////////////////////////////   */
 @media only screen and (max-width : 1200px) {
 body .navbar{
   /* background: red; */
 }
 .container{
   position: relative;
   width: 900px;
 }
 .whatsapp_link{
   width: 50px;
   height: 50px;
 }
 h2{
   font-size: 46px;
 }
 /* Landing Banner Title */
 .land_banner_section .container {
    margin-left: -450px;
 }
 .land_banner_section .banner_text {
   font-size: 50px;
 }
 div#land_services_veterinary_specialist_consultants_banner .container,
 div#land_services_radioactive_i_131_therapy_banner .container,
 div#land_services_in_house_laboratory_banner .container {
    margin-top: -60px;
 }
 /* Clinic Cats [Our Team] */
 .land_our_team_section a.clinic_cats_button .body_content {
   min-height: 240px;
   top: 78%;
 }
}

 /* Medium Devices, Desktops */
 @media only screen and (max-width : 992px) {
 body .navbar{
   /* background: yellow; */
 }
 .container{
   position: relative;
   width: 700px;
 }
 .header_section .container{
	width: 100%;
	}
  /* LightBox */
  #myModal .modal-dialog{
    width: 700px;
  }
  /* Landing Banner Title */
  .land_banner_section .container {
     margin-left: -350px;
  }
  .pet_care_each_body_section a.link_btn{
    margin: 0px auto 30px;
  }
  /* Clinic Cats [Our Team] */
  .land_our_team_section a.clinic_cats_button .body_content {
    min-height: 180px;
    top: 70%;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
body .navbar{
   /* background: orange; */
}
.container{
  position: relative;
  width: 500px;
}
.header_section .container{
  width: 100%;
}
#navbar .container{
  width: 100%;
}
/* LightBox */
#myModal .modal-dialog{
  width: 500px;
}
/* Landing Banner Title */
.land_banner_section .container {
   margin-left: -250px;
}
  #land_about_clinic_policies,
  #land_our_team_support {
      background-size: 27%;
      background-position: 0px 46px;
  }
  div#land_services_veterinary_specialist_consultants_banner .container,
  div#land_services_radioactive_i_131_therapy_banner .container,
  div#land_services_in_house_laboratory_banner .container {
     margin-top: -55px;
  }
  /* Clinic Cats [Our Team] */
  .land_our_team_section a.clinic_cats_button .body_content {
    min-height: 310px;
    top: 82%;
  }
}

@media only screen and (max-width : 600px) {
body .navbar{
 /* background: pink; */
}
.container{
  position: relative;
  width: 400px;
}
#navbar .container{
	width: 100%;
}
h2{
  font-size: 36px;
}
.whatsapp_link{
  width: 40px;
  height: 40px;
  top: 10px;
}
/* Landing Banner Title */
.land_banner_section .container {
   margin-left: -200px;
   margin-top: -24px;
}
.land_banner_section .banner_text {
    font-size: 40px;
}
div#land_services_veterinary_specialist_consultants_banner .container,
div#land_services_radioactive_i_131_therapy_banner .container,
div#land_services_in_house_laboratory_banner .container {
   margin-top: -45px;
}
/* LightBox */
#myModal .modal-dialog{
  width: 400px;
}
/* Clinic Cats [Our Team] */
.land_our_team_section a.clinic_cats_button .body_content {
  min-height: 240px;
  top: 78%;
}

}

 /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
body .navbar{
   /* background: green; */
 }
.container{
  position: relative;
  width: 330px;
}
.header_section .container{
  width: 100%;
}
#navbar .container{
  width: 100%;
}
/* LightBox */
#myModal .modal-dialog{
  width: 330px;
}
.land_our_team_section .team_column {
  width: 100%;
  }
/* Landing Banner Title */
.land_banner_section .container {
   margin-left: -165px;
}
/* Clinic Cats [Our Team] */
.land_our_team_section a.clinic_cats_button .body_content {
  min-height: 430px;
  top: 87%;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
body .navbar{
 /* background: gray; */
}
.container{
  position: relative;
  width: 300px;
}
.header_section .container{
  width: 100%;
}
#navbar .container{
  width: 100%;
}
/* LightBox */
#myModal .modal-dialog{
  width: 300px;
}


}
