/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


/* Ultra Large Desktops / HD Screens */
@media only screen and (min-width: 3001px) and (max-width: 5000px){
   
}

/* Super Large Desktops / HD Screens */
@media only screen and (min-width: 1900px) and (max-width: 3000px){

  

}

/* ======================================================================================================================== */
@media only screen and (min-width: 1400px) and (max-width: 1440px){

    body{
        width: 100%;
    }
  
    .container{
        max-width:1200px !important;
    }

  
  }

/* Larger than Desktop HD */
@media (max-width: 1339px) {
    .container, .kc-container {
        max-width: 1000px !important;
    }
  
}
/* ======================================================================================================================== */
@media only screen and (max-width: 1366px){
    .container.kc-container{
        max-width: 1170px !important;
    }
    

}
/* ======================================================================================================================== */
/* Larger than desktop */
@media (max-width: 1024px) {
    .container, .kc-container {
        max-width: 900px !important;
    }
    .quad-header-wrap ul li a{
        font-size:12px;
    }
    .quad-header{
        position: relative;
        background-color: #fff;
        box-shadow: 0 2px 13px 0 rgba(0,0,0,0.17) !important;
    }
    .quad-header {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .hero-slider .item .cover .hero-slider-content h1 {
        font-size: 40px;
    }
    .hero-slider .item .cover .hero-slider-content {
        padding: 45px;
        width: 80%;
    }
 





}


/* ======================================================================================================================== */
@media screen and (max-width: 999px) {
    .container,.kc-container {
        max-width: 800px !important;
    }
    .quad-header{
      display: none;
    }
    .mastwrap {
        margin-top: 105px;
    }
    .hero-slider .item .cover .hero-slider-content {
        padding: 45px;
        width: 100%;
    }
    .hero-slider .item .cover {
        padding: 0;
        position: relative;
        display: block;
    }
    .hero-slider .item .cover .hero-slider-content {
        padding: 30px 0;
        width: 100%;
    }
    .hero-slider .item .cover .hero-slider-content .line {
        display: none;
    }
    .hero-slider .item .cover .hero-slider-content h1, .hero-slider .item .cover .hero-slider-content h3, .hero-slider .item .cover .hero-slider-content p, .hero-slider .item .cover .hero-slider-content a {
        color: #000000;
    }
    .hero-slider .item .cover .hero-slider-content {
        background: transparent;
        text-align: center;
    }
    .hero-slider .item .cover .hero-slider-content h3 {
        margin-bottom: 20px;
    }
    .hero-slider .item.hide .cover {
        display: block;
    }
    .slide-custom-css .cover p {
        color: #fff !important;
    }
    .hero-slider .item .cover a {
        padding: 6px 10px;
        border: 1px solid #000000;
        color: #000000 !important;
        font-size: 14px;
        line-height: 22px;
    }
    .hero-slider .item .cover a::before, .hero-slider .item .cover a::after {
        display: none;
    }
    #status {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
 
    .title-line {
        display: block;
        position: relative;
    }
    .animation-css-home p, .animation-css-home .saving span {
        font-size: 40px !important;
        line-height: 57px !important;
    }

    .ar-kc-999 .kc-row-container .kc-wrap-columns, .ar-kc-999 .kc_row_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% + 30px);
        flex-wrap: wrap;
    }
    .ar-height-auto {
        min-height: auto !important;
    }

    .mobile-header {
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 100;
        display: block;
        box-shadow: 0 2px 13px 0 rgba(0,0,0,0.17) ;
    }
    .toggle-menu{
        display: inline-block;
        position: relative;
        top:5px;
    }
    .button_container {
        position: relative;
        height: 33px;
        width: 34px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }
    .button_container span {
        background: #454545;
        border: none;
        height: 3px;
        width: 60%;
        margin: 5px;
        position: absolute;
        transition: all .35s ease;
        cursor: pointer;
        right: 2px;
        z-index: 100;
        top: 1px;
    }
    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #454545;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #454545;
    }

    .button_container span:nth-of-type(2) {
        top: 9px;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #454545;
    }

    .button_container span:nth-of-type(3) {
        top: 17px;
    }
    .toggle-overlay {
        position: fixed;
        background: #000000;
        top: 84px;
        right: 0;
        width: auto;
        padding: 40px 90px 0 30px;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 100;
    }

    .toggle-overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%;
        display: block;
    }


    .toggle-overlay nav {
        text-align: left;
    }
    .toggle-overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
    }
    .toggle-overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    .toggle-overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
        padding-bottom: 20px;
        cursor: pointer;
    }
    .toggle-overlay ul li a {
        cursor: pointer;
        display: block;
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 14px;
        transition: all 0.4s ease-in-out;
    }
    .toggle-overlay .sub-menu{
        padding-left:10px;
        padding-top:10px;
    }



    .extra-width-100 {
        width: auto;
    }


}


/* ======================================================================================================================== */
/* Larger than tablet */
@media screen and (max-width: 768px) {
    .container, .kc-container {
        max-width: 668px !important;
    }

    .quad-header{
        display: none;
    }
    .quad-footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .quad-footer .col-md-4:last-child {
        margin-bottom: 10px;
    }
    .quad-footer h4 {
        text-align: center;
    }
    .quad-footer .title-line-half {
        width: 100%;
    }
 



}
/* ======================================================================================================================== */
/* Larger than tablet */
@media screen and (max-width: 767px) {
  .container, .kc-container {
      max-width: 667px !important;
  }

  

}
/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
  .container, .kc-container {
      max-width: 636px !important;
  }
  
}


/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
  .container, .kc-container {
      max-width: 567px !important;
  }
 
  
}


/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
    .container, .kc-container {
        max-width: 500px !important;
    }
    .hero-slider .item .cover .hero-slider-content h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hero-slider .item .cover .hero-slider-content h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .header-logo img {
        height: 50px;
        width: auto;
    }
    .mastwrap {
        margin-top: 80px;
    }
    .toggle-overlay {
        top: 70px;
    }
    .toggle-overlay .sub-menu {
        padding-left: 10px;
        padding-top: 20px;
    }
    .toggle-overlay .sub-menu li:last-child {
        padding-bottom: 0;
    }
    .animation-css-home p, .animation-css-home .saving span {
        font-size: 30px !important;
        line-height: 47px !important;
    }
    .client-testimonials .dental-testimonial-item .client-image {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }
    .quad-footer .col-md-4 iframe {
        height: 200px;
    }
    .slide-custom-css .cover .hero-slider-content {
        padding: 10px 0px !important;
    }
    .mobile-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mastwrap {
        margin-top: 70px;
    }
    .img-icon.ctc-analytics {
        height: 35px !important; 
    }
    .service-card .card-content {
        padding: 0 10px;
    }
    .kc_accordion_header>a {
        padding: 10px 10px !important;
    }
    .dental-image-gallery .single-image .hover-block-content .gallery-name h4 {
        font-size: 20px;
        line-height: 33px;
    }
  
}

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
  .container, .kc-container {
      max-width: 400px !important;
  }
  
  
}

/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
  .container, .kc-container {
      max-width: 374px !important;
  }
  
}
/* ======================================================================================================================== */
/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
  .container, .kc-container {
      max-width: 325px !important;
  }

}

/* Microsoft Lumia 940 */
@media screen and (max-width: 360px) {
    .container, .kc-container {
        max-width: 320px !important;
    }

  
}

/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
    .container, .kc-container {
        max-width: 280px !important;
    }

    body.home .mobile-header{
    background: #fff;
    position: fixed;
    }
  
}

