/*Responsive for all media*/

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1322px;
  }
}
@media screen and (max-width: 1299px) {
  .service-time .days li {
    font-size: 20px;
  }
  .team p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .service-time .title {
    font-size: 22px;
  }
  .service-time .days li {
    padding-left: 25px;
    font-size: 16px;
  }
  .service-time .days li:before  {
    left: 6px;
  }
  .service-btn {
    margin-left: 10px;
  }
  .box .overlay h2.title {
    font-size: 34px;
    margin-top: 10px;
  }
  .box .overlay img {
    max-width: 60px;
  }
  .card .title {
    padding: 30px 10px;
  }
  .card-body {
    padding: 26px 12px;
  }
  .bottom-bar p {
    font-size: 14px;
  }
  .welcome .section-title {
    margin-top: 20px;
  }
  .instructions.style3 .card p, .instructions.video .card p {
    padding-bottom: 15px;
    line-height: 22px;
  }
  .team p {
    font-size: 16px;
    line-height: 24px;
    min-height: 72px;
  }
  .service-time .days,.service-btn-wrap {
    margin-left: 5px;
  }
  .team .img-wrap {
    width: 170px;
    height: 170px;
  }
  .card .title {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-60 {
    padding: 50px 0;
  }
  .collapse.show {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    padding: 10px 30px 30px;
    background: var(--wht_color);
    transition: none;
    z-index: 11;
  }
  body.home .navbar-collapse {
    background: rgba(255,255,255,0.8);
  }
  .navbar-collapse a.btn {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .navbar-toggler span,.navbar-toggler span:before,.navbar-toggler span:after {
    background: var(--blk_color);
  }
  .access .title {
    font-size: 22px;
  }
  .service-btn {
    font-size: 14px;
  }
  .box .overlay h2.title {
    font-size: 22px;
    line-height: 28px;
  }
  .box .overlay img {
      max-width: 40px;
  }
  .carousel-caption h1 span {
    font-size: 100px;
  }
  .carousel-caption p {
    font-size: 70px;
  }
  .carousel-caption h1 {
    font-size: 38px;
    line-height: 70px;
    padding-bottom: 10px;
  }
  .carousel-caption {
    padding: 100px 0;
  }
  .service-time .days, .service-btn-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-time .days {
    padding-left: 10px;
  }
  .service-time .days li {
    padding-left: 36px;
    text-align: left;
  }
  .service-time .days li:before {
    left: 14px;
  }
  .banner-wrap {
    padding: 40px 0 50px;
  }
  .page-title {
    font-size: 60px;
  }
  .card-body {
    text-align: center;
    padding: 12px;
  }
  .card p {
    line-height: 26px;
  }
  .section-title .title {
    padding-bottom: 62px;
  }
  footer .social-icon a span {
    padding-top: 20px;
  }
  footer p.copyright {
    line-height: 22px;
  }
  .bottom-bar .container {
    align-items: flex-start;
  }
  .team p {
    min-height: 80px;
  }
  .service-time .container {
    align-items: flex-start;
  }
  .service-time .days li,.service-btn {
    line-height: 30px;
  }
  .page-title {
    font-size: 44px;
  }
  .breadcrum .subpage {
    margin: 0 12px;
    font-size: 15px;
  }
  .header-top:not(.nav-bottom) {
    display: none;
  }
  .header .nav-bottom {
    display: block;
    margin-top: 15px;
  }
  header .header-top ul {
    border: none;
  }
  .header-top {
    border: none;
  }
}
@media screen and (max-width: 767px) {

  .navbar{display: block !important;}
  /* #give-btn{margin-left: 0; min-width: 100%; max-width: 100%;"} */
  .dnweb{display: inline-block;}
  .dnmovil{display: none;}
  .header .container-head{display: inline-block !important;}
  .logo-wrap{display: inline-block;}
  #container-button{float: right;position: relative;top: 5px;right: 5px;}
  #give-btn{
    min-width: 100% !important;
  }

  body {
    line-height: 30px;
  }
  .p-60 {
    padding: 40px 0;
  }
  .navbar-expand-lg .navbar-collapse {
    max-width: 580px;
  }
  
  .logo-wrap .logo {
    max-width: 240px;
  }
  .access {
    background: #00386a;
    background: -moz-linear-gradient(left, #00386a 50%, #00284c 50%);
    background: -webkit-linear-gradient(left, #00386a 50%,#00284c 50%);
    background: linear-gradient(to bottom, #00386a 50%,#00284c 50%);
  }
  .carousel-caption h1 {
    font-size: 34px;
    padding-bottom: 0;
  }
  .carousel-caption h1 span {
    font-size: 85px;
  }
  .carousel-caption p {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .service-time .container {
    display: block;
  }
  .service-time .title {
    padding: 20px;
  }
  .service-btn-wrap {
    flex-direction: row;
    margin-left: 0;
    padding: 10px 0;
  }
  .service-btn {
    margin: 0 12px;
  }
  .service-time .days {
    padding-left: 0;
  }
  .service-time {
    padding: 30px 40px;
  }
  .ipad img:not(.btn img) {
    max-width: 410px;
  }
  .btn {
    font-size: 15px;
  }
  .card {
    margin-bottom: 30px;
  }
  .card.style2 {
    margin: 0;
    margin-top: 30px;
  }
  .section-title .title {
    font-size: 26px;
  }
  .section-title:before {
    top: 50px;
  }
  footer .logo-wrap,footer p.copyright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .logo-wrap {
    max-width: 240px;
  }
  .bottom-bar .container {
    flex-direction: column;
  }
  footer .social-icon {
    padding-bottom: 20px;
  }
  footer .address-bar {
    padding-top: 20px;
  }
  .video .inner .card iframe {
    height: 420px;
  }
  .instructions.style2 .container {
    padding: 30px;
  }
  .bottom-bar .container {
    align-items: center;
  }
  .team .card {
    margin-bottom: 30px;
  }
  .team [class*=col-]:last-child .card {
    margin-bottom: 0;
  }
  .service-time .container {
    text-align: center;
  }
  .service-btn-wrap {
    justify-content: center;
  }
  .team p {
    min-height: 1px;
  }
}

@media screen and (max-width: 575px) {
  .mobile {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }
  .ipad {
    text-align: center;
  }
  .ipad img:not(.btn img) {
    margin: 0 auto;
    max-width: 100%;
  }
  .app-section .btn.style-2 {
    min-width: unset;
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
  .service-time{
    padding: 30px 0;
  }
  .bottom-bar p {
    font-size: 12px;
  }
  .section-title p {
    font-size: 16px;
  }
  .logo-wrap .logo,footer .logo-wrap {
    max-width: 200px;
  }
  .page-title {
    font-size: 24px;
  }
  .navbar-expand-lg .navbar-collapse {
    padding: 10px 20px 30px;
  }
  footer .social-icon a span {
    padding-top: 20px;
  }
  .video .inner .card {
    margin-bottom: 10px;
  }
  .video .inner .card iframe {
    height: 350px;
  } 
  .instructions.style2 .container {
    padding: 15px;
    padding-top: 30px;
  }
  .app-section {
    background-image: url(../images/full-app.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 60px;
    position: relative;
  }
  .app-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
  }
  .app-image {
    display: none;
  }
  .app-section .btn.style-2 {
    position: static;
    margin: 0 auto;
    transform: unset;
    margin-bottom: 30px;
  }
  .app-section .section-title .title,.app-section .section-title p {
    color: #ffffff;
  }
}

@media screen and (max-width: 494px) {
  .carousel-caption h1 span {
    font-size: 75px;
  }
  .carousel-caption p {
    font-size: 50px;
  }
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 60px;
  }
  .services {
    padding-bottom: 20px;
  }
  .header-top {
    padding: 10px 0;
  }
  .carousel-caption .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .carousel-caption .button-wrap .btn {
    margin-bottom: 10px;
  }
  .card .title {
    padding: 20px 10px;
    font-size: 20px;
  }
  .section-title::before {
    top: 50px;
  }
  form .title {
    font-size: 22px;
    padding: 18px 0;
  }
  .form-control {
    padding: 20px !important;
    height: 53px;
  }
  select.form-control {
    padding-left: 18px !important;
    padding-top: 15px !important;
  }
  footer p.copyright {
    text-align: center;
  }
  header .social-icon img {
    height: 16px;
    width: 16px;
  }
  .social-icon a:hover {
    background: transparent;
  }
  .social-icon li:hover {
    background: #fff;
  }
  .logo-wrap .logo, footer .logo-wrap {
    max-width: 160px;
  }
}
@media screen and (max-width: 399px) {
  .p-60 {
    padding: 30px 0;
  }
  .carousel-caption h1 span {
    font-size: 55px;
  }
  .carousel-caption h1 {
    line-height: 50px;
  }
  .service-time {
    padding: 10px 0 20px;
  }
  .service-time .days li::before {
    top: 15px;
  }
  .card .title {
    font-size: 18px;
  }
  .card.style2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .access .title {
    background-color: transparent !important;
    font-size: 17px;
    padding: 35px 0;
  }
  .app-section .btn.style-2 {
    font-size: 13px;
    padding: 7px !important;
  }
  footer .address-bar .address {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .social-icon li {
    min-width: 28px;
  }

  .section-title .title {
    font-size: 22px;
  }
  .section-title::before {
    top: 40px;
  }
  select.form-control { 
    background-size: 60px;
    padding-right: 60px !important;
  }

  .video .inner .card iframe {
    height: 220px;
  } 
  footer .social-icon a span {
    padding-top: 15px;
  }
  .social-icon a {
    padding: 10px;
  }
  .header .nav-bottom {
    margin-top: 5px;
  }
}