@import url('https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');

body{
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

p{
  font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}

a{
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
}

.navbar{
  background-color: #ee3024;
  border: 0;
  z-index: 888;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
}

.overlay .closebtn {
  position: absolute;
  text-decoration: none;
  color: #000000;
}

.overlay .main-menu #toggle_menu_list{
  display: none;
}

footer{
  background-color: #ee3024;
}

.footer h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 1.5px;
  margin: 4px 0 0;
  margin-top: 10px;
}

.footer .list-unstyled li a{
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.footer p{
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
}

.footer .social-link li a i{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #ee3024;
  background: #e5e6e6;
}

.video_banner #myVideo{
  position: relative;
}

.video_banner .content {
  position: absolute;
  color: #f1f1f1;
  width: 100%;
}

.video_banner .content #myVideoBtn{
  border: none;
  background-color: #ee3024;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
  text-transform: uppercase;
}

.video_banner .content #myVideoBtn:hover{
  background-color: #ca281d;
}

.about_us{
  padding: 30px 0px;
}

.about_us h3::after{
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #ee3024;
  border-radius: 1px;
  margin: 4px 0 0;
  margin: 0 auto;
  margin-top: 6px;
}
.page-title{
  margin-top: 50px;
  color: #8a8a8a;
  background-color: #f1f6f7;
}
.page-title h3{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #000000;
}
.contact-p{
  margin-top: 20px;
  background: #ececec;
  color: #000000;
  font-weight: lighter;
  margin-bottom: 20px;
}
.labstar_login{
  width: 100%;
  background-color: #e5e4e9 !important;
}
.loginform .form-control{
  padding: 20px 0px;
  padding-left: 10px;
  background-color: rgb(237, 237, 237);
  font-size: 16px;
 }
 
 .loginform .form-control::placeholder {
   color: rgb(196, 196, 196);
   font-size: 16px;
 }
 
.loginform .btn{
  margin-top: 8%;
  padding: 8px 0px;
  background-color: #3A88D7 !important;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.page-title p{
  color: #000000;
}

.RxForms{
  margin: 5px 0px;
}
.RxForms img:hover { 
  outline: 2px solid #ee3024; 
} 

.RxForms p{
  font-size: 20px;
  padding-left: 15px;
}

.RxForms p::after{
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #ee3024;
  border-radius: 1px;
  margin: 4px 0 0;
}

.shipping-lable-contact-form .form-group input{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
}

.shipping-lable-contact-form .form-group textarea{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
}

.shipping-lable-contact-form .form-group select{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
}

.shipping-lable-contact-form .form-group .ups-btn{
  margin-top: 20px;
  padding: 10px 100px;
  border-radius: 0;
  background: #ecae4c;
  color: #ffffff;
  font-size: 18px;
}
.shipping-lable-contact-form .form-group .ups-btn:hover{
  background: #d99118;
  color: #ffffff;
}
.shipping-lable-contact-form span h3 b{
  color:#000000 !important;
  font-size: 25px;
}

.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file-btn{
  margin-top: 20px;
  border-radius: 0;
  background: #ecae4c;
  color: #ffffff;
  font-size: 18px;
}

.file-btn:hover{
  background: #d99118;
  color: #ffffff;
}

.table-head{
  color: #ee3024 !important;
}

.table-head h3{
  color: #ee3024 !important;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  /* Navbar style */
  .navbar-brand img{
    width: 100px;
    margin-top: -3px;
  }
  .navbar-inverse .navbar-toggle {
    border: 0;
  }
  .navbar-collapse{
    display: none !important;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: -1px;
    right: 30px;
    font-size: 30px;
    text-decoration: none;
    color: #000000;
  }
  
  .overlay .main-menu #toggle_menu_list{
    display: none;
  }

  .main-menu{
    margin-top: 15%;
  }
  
  .main-menu ul li a{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 40px;
  }
  
  .main-menu ul li a:hover{
    color: #ee3024;
  }
  
  .collapse-chevron .glyphicon {
    transition: .3s transform ease-in-out;
  }
  .collapse-chevron .collapsed .glyphicon {
    transform: rotate(-90deg);
    color: #ee3024;
  }
  
  .collapse-chevron a{
    text-decoration: none !important;
    color: #000000;
  }
  
  .collapse ul li a{
    font-size: 18px;
  }
   
  .collapse-chevron a:hover{
    text-decoration: none !important;
  }
  .collapse-chevron a{
    font-size: 15px;
  }
  .collapse-chevron strong{
    font-size: 21px;
    font-weight: 400;
  }
  
  .collapse-chevron strong:hover{
    color: #ee3024;
  }

  #myNav img{
    margin: auto;
    width: 150px;
  }

  .about_us h3{
    font-size: 25px;
  }

  .about_us p{
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0px 10px;
    line-height: 30px;
  }
  .full-image{
    overflow-x: hidden !important;
  }
  .full-image .nopadding img{
    width: 200px;
    margin: auto;
    padding-bottom: 20px;
  }
  .full-image .nopadding .testimonials h1{
    padding-top: 25px;
    font-size: 30px;
  }
  .full-image .nopadding .testimonials small{
    font-size: 22px;
    color: #000000;
  }
  .full-image .nopadding .testimonials p{
    font-size: 16px;
    padding: 20px 10px 30px 10px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .full-image .nopadding .testimonials{
    margin: 10px;
    background-color: #f1f6f7;
  }

  /* Footer style */
  .footer h1{
    font-size: 20px;
    color: #ffffff;
  }

  .footer .container{
    width: 70%;
  }

  /* Video Banner */
  .video_banner {
    margin-top: 50px;
    overflow-x: hidden;
  }
  .video_banner .content {
    position: absolute;
    padding: 10px;
    margin-top: -36%;
  }
  .video_banner .content h1{
    font-size: 14px;
  }
  .video_banner .content p{
    font-size: 10px;
  }
  .video_banner .content #myVideoBtn{
    font-size: 10px;
  }
  .page-title{
    padding: 10px 0px;
  }
  #map-container{
    width: 100%;
    height: 400px;
    margin-top: 15px;
  }
  .contact-p{
    font-size: 16px;
    padding: 10px 5px;
  }
  .labstar_login{
    width: 100%;
    background-color: #e5e4e9 !important;
    
  }
  .loginform{
    margin: 0 auto;
    margin-top: 30%;
    background-color: #ffffff !important;
    padding: 3%;
    margin-bottom: 15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .page-title p{
    font-size: 16px;
  }
  .RxForms{
    padding: 20px 0px;
  }
  #dropbox { 
    padding-left: 8px;
    margin-top: 8%;
  }
  .my-form {
    margin-top: 10px;
  }
  .gallery {
    margin: 10px;
  }
  .gallery img {
    margin-left: 16px;
  }
  .progress-bar{
    width: 200px;
    position: relative;
    height: 2px;
    margin-top: 4px;
    margin-left: 15%; 
  }
  .progress-bar .progress{
    height: 8px;
    background-color: #ff0000;
    width: 0;
  }
  .shipping-lable-contact-form{
    margin: auto;
    margin-top: 30px;
  }
  .shipping-lable-contact-form label{
    margin-top: 14px;
    font-size: 16px;
  }
  .about-text-data p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .about-Program{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .nopadding-about hr{
    width: 250px;
    border-bottom: 2px solid #000000;
  }
  .nopadding-about p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .table-head{
    font-size: 18px;
    color: #ee3024 !important;
    letter-spacing: 0.5px;
  }
  .table tr h4{
    font-size: 16px;
    color: #000000;
  }
  .table td h3{
    font-size: 18px;
    color: #000000;
  }
  .fedexlogo{
    margin-bottom: 30px;
  }
  .shipping-lable-successful{
    margin: 50px 0px;
  }

  .shipping-lable-successful h1{
    letter-spacing: 0.5px;
    color: #000000;
  }
  .shipping-lable-successful h3{
    letter-spacing: 0.5px;
    color: #000000;
  }
  .about-text-data p{
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .nopadding-about{
    background-color: #f1f6f7;
    padding: 10px 0px;
  }
  .nopadding-about p{
    font-size: 16px;
    padding: 0px 10px;
  }
  .nopadding-about h1{
    font-size: 22px;
  }
  .extension-cros{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .extension-cros h3{
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .extension-cros a{
    text-decoration: none;
    color: #ee3024;
  }

  .shipping-lable-contact-form h3{
    font-size: 18px;
    text-align: center;
    margin-top: 5%;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  /* Navbar style */
  .navbar-brand img{
    width: 100px;
    margin-top: -3px;
  }
  .navbar-inverse .navbar-toggle {
    border: 0;
  }
  .navbar-collapse{
    display: none !important;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: -1px;
    right: 30px;
    font-size: 30px;
    text-decoration: none;
    color: #000000;
  }
  
  .overlay .main-menu #toggle_menu_list{
    display: none;
  }

  .main-menu{
    margin-top: 15%;
  }
  
  .main-menu ul li a{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 40px;
  }
  
  .main-menu ul li a:hover{
    color: #ee3024;
  }
  
  .collapse-chevron .glyphicon {
    transition: .3s transform ease-in-out;
  }
  .collapse-chevron .collapsed .glyphicon {
    transform: rotate(-90deg);
    color: #ee3024;
  }
  
  .collapse-chevron a{
    text-decoration: none !important;
    color: #000000;
  }
  
  .collapse ul li a{
    font-size: 18px;
  }
   
  .collapse-chevron a:hover{
    text-decoration: none !important;
  }
  .collapse-chevron a{
    font-size: 15px;
  }
  .collapse-chevron strong{
    font-size: 21px;
    font-weight: 400;
  }
  
  .collapse-chevron strong:hover{
    color: #ee3024;
  }

  #myNav img{
    margin: auto;
    width: 150px;
  }

  .about_us h3{
    font-size: 25px;
  }

  .about_us p{
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0px 10px;
    line-height: 30px;
  }
  .full-image{
    overflow-x: hidden !important;
  }
  .full-image .nopadding img{
    width: 200px;
    margin: auto;
    padding-bottom: 20px;
  }
  .full-image .nopadding .testimonials h1{
    padding-top: 25px;
    font-size: 30px;
  }
  .full-image .nopadding .testimonials small{
    font-size: 22px;
    color: #000000;
  }
  .full-image .nopadding .testimonials p{
    font-size: 16px;
    padding: 20px 10px 30px 10px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .full-image .nopadding .testimonials{
    margin: 10px;
    background-color: #f1f6f7;
  }

  /* Footer style */
  .footer h1{
    font-size: 20px;
    color: #ffffff;
  }

  .footer .container{
    width: 70%;
  }

  /* Video Banner */
  .video_banner {
    margin-top: 50px;
  }
  .video_banner .content {
    position: absolute;
    width: 100%;
    padding: 20px;
  }
  .video_banner .content h1{
    font-size: 14px;
  }
  .video_banner .content p{
    font-size: 10px;
  }
  .video_banner .content #myVideoBtn{
    font-size: 10px;
  }
  .page-title{
    padding: 10px 0px;
  }
  #map-container{
    width: 100%;
    height: 400px;
    margin-top: 15px;
  }
  .contact-p{
    font-size: 16px;
    padding: 10px 5px;
  }
  .labstar_login{
    width: 100%;
    background-color: #e5e4e9 !important;
  }
  .loginform{
    margin: 0 auto;
    margin-top: 30%;
    background-color: #ffffff !important;
    padding: 3%;
    margin-bottom: 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .page-title p{
    font-size: 16px;
  }
  .RxForms{
    padding: 20px 0px;
  }
  #dropbox { 
    padding-left: 8px;
    margin-top: 8%;
  }
  .my-form {
    margin-top: 10px;
  }
  .gallery {
    margin: 10px;
  }
  .gallery img {
    margin-left: 16px;
  }
  .progress-bar{
    width: 200px;
    position: relative;
    height: 2px;
    margin-top: 4px;
    margin-left: 20%; 
  }
  .progress-bar .progress{
    height: 8px;
    background-color: #ff0000;
    width: 0;
  }
  .shipping-lable-contact-form{
    margin: auto;
    margin-top: 30px;
  }
  .shipping-lable-contact-form label{
    margin-top: 14px;
    font-size: 16px;
  }
  .about-text-data p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .about-Program{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .nopadding-about hr{
    width: 250px;
    border-bottom: 2px solid #000000;
  }
  .nopadding-about p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .table-head{
    font-size: 18px;
    color: #ee3024 !important;
    letter-spacing: 0.5px;
  }
  .table tr h4{
    font-size: 16px;
    color: #000000;
  }
  .table td h3{
    font-size: 18px;
    color: #000000;
  }
  .fedexlogo{
    margin-bottom: 30px;
  }
  .shipping-lable-successful{
    margin: 50px 0px;
  }

  .shipping-lable-successful h1{
    letter-spacing: 0.5px;
    color: #000000;
  }
  .shipping-lable-successful h3{
    letter-spacing: 0.5px;
    color: #000000;
  }

  .about-text-data p{
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .nopadding-about{
    background-color: #f1f6f7;
    padding: 10px 0px;
  }
  .nopadding-about p{
    font-size: 16px;
    padding: 0px 10px;
  }
  .nopadding-about h1{
    font-size: 22px;
  }
  .myForm{
    margin-top: 10px;
  }
  .extension-cros{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .extension-cros h3{
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .extension-cros a{
    text-decoration: none;
    color: #ee3024;
  }

  .shipping-lable-contact-form h3{
    font-size: 18px;
    text-align: center;
    margin-top: 5%;
  }
  
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  #myNavbar .centernav{
    margin-left: 14%;
    margin-top: 5px;
  }

  #myNavbar .centernav li a{
    font-size: 14px;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .navbar-right a i{
    font-size: 18px;
    color: #ffffff;
    margin-top: 3px;
  }

  .video_banner {
    margin-top: 50px;
    overflow-x: hidden !important;
  }
  .video_banner .content {
    position: absolute;
    width: 100%;
    padding: 20px;
    margin-top: 40% !important;
    top: 5%;
  }
  .video_banner .content h1{
    font-size: 20px;
  }
  .video_banner .content p{
    font-size: 18px;
  }
  .video_banner .content #myVideoBtn{
    font-size: 14px;
  }

  .about_us{
    overflow-x: hidden !important;
  }

  .about_us p{
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0px 10px;
    line-height: 30px;
  }

  .full-image{
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px;
    overflow-x: hidden;
  }
  
  .full-image .nopadding{
    padding: 0;
  }
  
  .full-image .nopadding .testimonials{
    margin: 10px;
    height: 680px;
    background-color: #f1f6f7;
  }
  
  .full-image .nopadding img{
    width: 200px;
    margin: auto;
  }
  
  .full-image .nopadding .testimonials h1{
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000000;
  }
  
  .full-image .nopadding .testimonials small{
    font-size: 20px;
    color: #000000;
  }
  
  .full-image .nopadding .testimonials p{
    font-size: 18px;
    padding: 20px 10px 30px 10px;
    color: #000000;
  }
  
  .full-image .nopadding .testimonials .lasttestimonials p{
    margin-top: 40px;
    font-size: 18px;
    padding: 20px 10px 50px 10px;
    color: #000000;
  }
  
  .full-image .nopadding .testimonials .midtestimonials p{
    font-size: 18px;
    padding: 20px 10px 60px 10px;
    color: #000000;
  }

  .full-image .nopadding .midtestimonials-img img{
    margin-top: 40px;
  }

  .footer .container{
    width: 90%;
  }
  .footer .social-link{
    margin-top: -6%;
  }
  .footer .social-link li a i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
  }
  .footer .copy-rights p{
    font-size: 14px;
  }
  .shipping-lable-contact-form{
    margin: 50px 0px;
  }
  #cloudlogo{
    margin-top: 500px;
  }
  .form_line{
    color: #000000;
    font-size: 17px;
  }
  .nopadding-about{
    background-color: #f1f6f7;
    padding: 0;
    margin: 0;
  height: 400px;
  }
  .nopadding-about h1{
    font-size: 25px;
    margin-top: 10%;
  }
  .nopadding-about p{
    font-size: 16px;
    margin-top: 10%;
    padding: 0px 20px;
    line-height: 30px;
    color: #000000;
    }
  .nopadding-about img{
    height: 400px;
  }
  .about-text-data p{
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .fedexlogo img{
    width: 400px;
    margin: auto;
    padding-top: 20px;
  }

  .loginform{
    height: 335px;
    width: 370px;
  }
  .hide_menu{
    display: none !important;
  }
  .extension-cros{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .extension-cros h3{
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .extension-cros a{
    text-decoration: none;
    color: #ee3024;
  }

  .shipping-lable-contact-form h3{
    font-size: 18px;
    text-align: center;
    margin-top: 5%;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  #myNavbar .centernav{
    margin-left: 19%;
  }
  .video_banner #myVideo{
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    position: relative;
  }
  
  .video_banner .content {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  .video_banner .content #myVideoBtn{
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background-color: #ee3024;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
  }
  
  .video_banner .content #myVideoBtn:hover{
    background-color: #ca281d;
  }
  .footer .social-link{
    margin-top: 1%;
  }
  .about-Program{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .nopadding-about{
    padding: 0;
    margin: 0;
    height: 500px;
    background-color: #f1f6f7;
  }

  .nopadding-about img{
    height: 500px;
  }

  .nopadding-about h1{
    font-size: 35px;
    margin-top: 10%;
  }

  .nopadding-about p{
    margin-top: -200px;
    font-size: 20px;
    margin-top: 10%;
    padding: 0px 10px;
    line-height: 40px;
    color: #000000;
  }

  .nopadding-about hr{
    width: 300px;
    border-bottom: 3px solid #000000;
  }
  .about-text-data p{
    font-size: 18px;
  }
  .labstar_login{
    margin-top: -15%;
  }
  .hide_menu{
    display: none !important;
  }
  .full-image .nopadding .testimonials{
    margin: 10px;
    height: 600px;
    background-color: #f1f6f7;
  }

  .extension-cros{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .extension-cros h3{
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .extension-cros a{
    text-decoration: none;
    color: #ee3024;
  }

  .shipping-lable-contact-form h3{
    font-size: 18px;
    text-align: center;
    margin-top: 5%;
  }
  
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
.navbar{
  background-color: #ee3024;
  border: 0;
  z-index: 888;
}

#myNavbar .centernav{
  margin-left: 19%;
}

#myNavbar .centernav li a{
  margin-right: 60px;
  font-size: 14px;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.navbar-brand img{
  width: 100px;
  margin-top: -3px;
}

.navbar-right a i{
  font-size: 18px;
  color: #ffffff;
  margin-top: 3px;
}

.navbar-right .dropdown ul li a{
  font-size: 14px;
  letter-spacing: 0.8px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  font-weight: normal;
}

.navbar-right .dropdown ul li a i{
  font-size: 16px;
  color: #000000;
  margin-right: 1px;
}

#myNavbar .centernav li a:hover{
  color: #d5d0d0;
  font-weight: normal;
  transition: color 0.8s;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #ee3024;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration: none;
  color: #000000;
}

.overlay .main-menu #toggle_menu_list{
  display: none;
}

.main-menu{
  margin-top: 15%;
}

.main-menu ul li a{
  text-decoration: none;
  font-size: 35px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 70px;
}

.main-menu ul li a:hover{
  color: #ee3024;
}

.collapse-chevron .glyphicon {
  transition: .3s transform ease-in-out;
}
.collapse-chevron .collapsed .glyphicon {
  transform: rotate(-90deg);
  color: #ee3024;
}

.collapse-chevron a{
  text-decoration: none !important;
  color: #000000;
}

.collapse ul li a{
  font-size: 30px;
}
 
.collapse-chevron a:hover{
  text-decoration: none !important;
}
.collapse-chevron a{
  font-size: 15px;
}
.collapse-chevron strong{
  font-size: 30px;
}

.collapse-chevron strong:hover{
  color: #ee3024;
}

#myNav img{
  padding-top: 30px;
  margin: auto;
  width: 250px;
}

.about_us{
  padding: 30px 0px;
}

.about_us h3{
  font-size: 25px;
}

.video_banner #myVideo{
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  position: relative;
}

.video_banner .content {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  margin-top: -50px;
}

.video_banner .content #myVideoBtn{
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background-color: #ee3024;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
  text-transform: uppercase;
}

.video_banner .content #myVideoBtn:hover{
  background-color: #ca281d;
}

.about_us h3{
  font-size: 30px;
}

.about_us h3::after{
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #ee3024;
  border-radius: 1px;
  margin: 4px 0 0;
  margin: 0 auto;
  margin-top: 6px;
}

.about_us p{
  margin-top: 20px;
  padding: 0px 100px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
}

.Testimonials h3{
  font-size: 30px;
}

.Testimonials h3::after{
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #ee3024;
  border-radius: 1px;
  margin: 4px 0 0;
  margin: 0 auto;
  margin-top: 6px;
}

.Testimonials p{
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
  padding: 0px 100px;
  margin-bottom: 20px;
}

.about_us img{
  margin: auto;
  padding-top: 20px;
  width: 100%;
}

.bottom-img{
  margin-top: 10px;
}

footer{
  background-color: #ee3024;
}

.footer .container{
  width: 70%;
}

.footer hr{
  border-bottom: 1px solid #aba6a6;
  outline: 0;
  margin-top: -4px;
  border-top: 0;
}

.footer h1{
  font-size: 20px;
  color: #ffffff;
}

.footer h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 1.5px;
  margin: 4px 0 0;
  margin-top: 10px;
}

.footer .list-unstyled li a{
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.footer p{
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
}

.footer .input-group input{
  border-radius: 0;
}

.footer .input-group .btn-secondary{
  border-radius: 0;
  background: #000000 !important;
}

.footer .input-group .btn-secondary i{
  color: #ffffff !important;
  font-size: 12px;
  padding: 0px 50px;
}

.footer .input-group .btn-secondary {
  color: #ffffff !important;
}

.footer .input-group .btn-secondary{
  border-radius: 0;
}

.footer .social-link li a i{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #ee3024;
  background: #e5e6e6;
}

.full-image{
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px;
}

.full-image .nopadding{
  padding: 0;
}

.full-image .nopadding .testimonials{
  margin: 10px;
  height: 600px;
  background-color: #f1f6f7;
}

.full-image .nopadding img{
  width: 200px;
  margin: auto;
}

.full-image .nopadding .testimonials h1{
  padding-top: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #000000;
}

.full-image .nopadding .testimonials small{
  font-size: 20px;
  color: #000000;
}

.full-image .nopadding .testimonials p{
  font-size: 18px;
  padding: 20px 50px 30px 50px;
  color: #000000;
}

.full-image .nopadding .testimonials .lasttestimonials p{
  margin-top: 40px;
  font-size: 18px;
  padding: 20px 50px 50px 50px;
  color: #000000;
}

.full-image .nopadding .testimonials .midtestimonials p{
  font-size: 18px;
  padding: 20px 50px 60px 50px;
  color: #000000;
}

.page-title{
  padding: 20px 0px;
  margin-top: 50px;
  color: #8a8a8a;
  background-color: #f1f6f7;
}

.page-title h3{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #000000;
}

.about-text-data h2::after{
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #ee3024;
  border-radius: 1px;
  margin: 4px 0 0;
  margin: 0 auto;
  margin-top: 6px;
}

.page-title p{
  color: #000000;
  font-size: 16px;
}

.page-title{
  overflow-x: hidden;
}

.shipping-lable-contact-form .ups-img img{
    height: 100px;
    width: 300px;
    margin-top: 40%;
  }

  .shipping-lable-contact-form{
    margin: auto;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .shipping-lable-contact-form label{
    margin-top: 14px;
    font-size: 16px;
  }

  .shipping-lable-contact-form .form-group input{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
  }

  .shipping-lable-contact-form .form-group textarea{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
  }

  .shipping-lable-contact-form .form-group select{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
  }

  .shipping-lable-contact-form .form-group .ups-btn{
  margin-top: 30px;
  padding: 10px 100px;
  border-radius: 0;
  background: #ecae4c;
  color: #ffffff;
  font-size: 18px;
  }

  .shipping-lable-contact-form .form-group .ups-btn:hover{
  background: #d99118;
  color: #ffffff;
  }

  .shipping-lable-contact-form span h3 b{
  color:#000000 !important;
  font-size: 25px;
  }

  .form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #map-container{
  width: 100%;
  height: 500px;
  margin-top: 15px;
  }

  .contact-p{
  margin-top: 20px;
  padding: 20px 100px 20px 100px;
  background: #ececec;
  color: #000000;
  font-size: 16px;
  font-weight: lighter;
  }

  .contact-form{
  padding: 30px;
  }

  .general-Inquiries{
  width: 70%;
  margin: auto;
  }

  .contact-form .address{
  margin: auto;
  }

  .contact-form .address{
  margin: auto;
  margin-top: 20%;
  }

  .contact-form .address h3{
  text-transform: uppercase;
  font-size: 30px;
  color: #ee3024;
  }

  .contact-form .address .list-unstyled p{
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  padding: 10px 0px;
  }

  .contact-form .address .list-unstyled li a{
  line-height: 30px;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  }

  .contact-form .address .list-unstyled li a i{
  color: #ee3024;
  padding-right: 10px;
  font-size: 30px;
  }

  .contact-form .address img{
  margin-top: 30px;
  }

  .general-Inquiries .form-group label{
  margin-top: 15px;
  font-size: 16px;
  }

  .general-Inquiries .form-group input{
  border-radius: 0;
  background: #e5e6e6;
  color: #000000;
  }

  .general-Inquiries .form-group .form-control:focus {
  border-color: #e5e6e6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  }

  .general-Inquiries .form-group textarea{
  border-radius: 0;
  background: #e5e6e6;
  }

  .general-Inquiries .form-group h2{
  padding: 10px 0px;
  }

  .general-Inquiries .form-group p{
  padding: 10px 0px;
  }

  .general-Inquiries .form-group button{
  margin-top: 20px;
  padding: 6px 100px;
  border-radius: 0;
  }

  .contact-form .form-group .btn-default{
  background: #2a9e3f;
  outline: 0;
  border: none;
  color: #ffffff;
  padding: 10px 0px;
  }

  .contact-form .form-group .btn-default:hover{
  background: #24a53c;
  }

  .dropdown-submenu{position:relative;}
  .dropdown-submenu>.dropdown-menu{top:0;left:-95%;max-width:180px;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
  .dropdown-submenu:hover>.dropdown-menu{display:block;}
  .dropdown-submenu>a:after{
  float:left;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;border-width:5px 5px 5px 0;
  border-right-color:#999;
  margin-top:5px;
  margin-right:10px;
  }
  .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
  .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
  .dropdown-menu-right {margin-left:0;}

  .about-text-data{
  padding: 50px 0px;
  }

  .about-text-data .container{
  width: 70%;
  }

  .about-text-data p{
  font-size: 20px;
  line-height: 40px;
  }

  .about-Program{
  padding-top: 50px;
  padding-bottom: 50px;
  }

  .nopadding-about{
  padding: 0;
  margin: 0;
  width: 580px;
  height: 580px;
  background-color: #f1f6f7;
  }

  .nopadding-about img{
  width: 580px;
  height: 580px;
  }

  .nopadding-about h1{
  font-size: 35px;
  margin-top: 10%;
  }

  .nopadding-about p{
  margin-top: -200px;
  font-size: 22px;
  margin-top: 10%;
  padding: 0px 50px;
  line-height: 40px;
  color: #000000;
  }

  .nopadding-about hr{
  width: 300px;
  border-bottom: 3px solid #000000;
  }

  .Information-kit{
  padding: 30px 0px;
  }

  .Information-kit h1{
  font-size: 22px;
  color: #000000;
  }

  .Information-kit img{
  margin-top: 20px;
  }

  .Information-kit p{
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
  }

  .Information-kit .hrline{
  border-top: 0;
  border-bottom: 1px solid #aba6a6;
  }

  .Information-kit a{
  text-decoration: none;
  font-size: 16px;
  color: #ee3024;
  }

  .product{
  padding: 50px 0px;
  }

  .product img{
  margin: auto;
  }


  .product p{
    font-size: 20px;
    padding: 0px 100px;
    margin-top: 20px;
    line-height: 40px;
    letter-spacing: 0.8px;
  }

  /* Labstar Account style */

  .labstar_login{
    width: 100%;
    padding: 10% 0;
    background-color: #e5e4e9 !important;
  }

  .loginform{
    height: 335px;
    width: 370px;
    margin: 0 auto;
    margin-top: 18%;
    background-color: #ffffff !important;
    padding: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .loginform .form-control{
  padding: 20px 0px;
  padding-left: 10px;
  background-color: rgb(237, 237, 237);
  font-size: 16px;
  }

  .loginform .form-control::placeholder {
    color: rgb(196, 196, 196);
    font-size: 16px;
  }

  .loginform .btn{
    margin-top: 8%;
    padding: 8px 0px;
    background-color: #3A88D7 !important;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .RxForms{
    padding: 50px 0px;
    margin: 5px 0px;
  }

  .RxForms img:hover { 
    outline: 2px solid #ee3024; 
  } 

  .RxForms p{
    font-size: 20px;
    padding-left: 15px;
  }

  .RxForms p::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #ee3024;
    border-radius: 1px;
    margin: 4px 0 0;
  }

  #dropbox { 
    /* border: 4px dashed #ccc;  */
    padding-left: 8px;
    margin-top: 8%;
  }
  .my-form {
    margin-top: 10px;
  }
  .gallery {
    margin: 10px;
  }
  .gallery img {
    margin-left: 16px;
  }
  .progress-bar{
    width: 200px;
    position: relative;
    height: 8px;
    margin-top: 4px;
    margin-left: 31.5%; 
  }
  .progress-bar .progress{
    height: 8px;
    background-color: #ff0000;
    width: 0;
  }

  .shipping-lable-contact-form .fedexlogo img{
    width: 400px;
    margin: 0 auto;
  }

  .Surgery-Temporization-section{
    padding: 50px 0px;
  }

  .table-head{
    color: #ee3024;
    font-size: 35px !important;
    letter-spacing: 0.5px;
  }

  .file-btn{
    margin-top: 20px;
    padding: 10px 100px;
    border-radius: 0;
    background: #ecae4c;
    color: #ffffff;
    font-size: 18px;
  }

  .file-btn:hover{
    background: #d99118;
    color: #ffffff;
  }

  .collapse-chevron strong{
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 35px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 70px;
  }

  .form_line ul li{
    font-size: 16px;
    font-weight: 700;
  }

  .footer .social-link{
    margin-top: 0.5%;
  }

  .full-image .nopadding .midtestimonials-img img{
    margin-top: -8px;
  }

  .shipping-lable-successful{
    padding: 10% 0;
  }

  .hide_menu{
    display: none !important;
  }

  .extension-cros{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .extension-cros h3{
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .extension-cros a{
    text-decoration: none;
    color: #ee3024;
  }

  .shipping-lable-contact-form h3{
    font-size: 18px;
    text-align: center;
    margin-top: 5%;
  }

}


