/*========================================
          Bootstrap 3 Media Queries
=========================================*/

/*Large Devices (Desktops & Laptops)*/

@media (min-width:1200px) {

    /* OK */
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Mobile menu*/
    .navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .firecloud-nav-wrapper {

        padding: 0;
    }

}

/* Small Devices (Portrait Tablets & Small Desktops)*/

@media (min-width: 768px) and (max-width: 991px) {
    /* Mobile menu*/
    .navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .firecloud-nav-wrapper {

        padding: 0;
    }
    /*Home*/
    #home-heading h3 {
        text-align: center;
        margin-right: 140px
    }
    #home-heading p {
        text-align: center;
        margin-right: 150px;
    }
    #home-heading h5 {
        margin-right: 150px;
    }
    #home .btn {
        text-align: center;
        margin-right: 150px;
    }
    
    /* About - remove diagonal border */
    
    #about-bg-diagonal {
        margin-top: 50px;
        margin-left: 0px;
    }
    
    */
    /* Footer */
    #footer-copyrights {
        text-align: center;
    }

}


/*Extra Small Devices (Landscape Phones & Portrait Tablets)*/

@media (max-width: 767px) {
    /* Mobile menu*/
    .navbar {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .firecloud-nav-wrapper {

        padding: 0;
    }
    /* Home */
    #home-heading,
    #home-btn {
        width: 100%;
    }
    #home-heading h3 {
        text-align: center;
        font-size: 28px;

    }
    #home-heading p {
        text-align: center;
        font-size: 20px;
    }
    #home-heading h5 {
        font-size: 18px;
    }
    


    /* Buttons */
    .btn-general {
        padding: 6px 22px 6px 22px;
        font-size: 14px;

    }

    
        
    #about-bg {
        margin-top: 50px;
        margin-left: 0px;
    }
    


    /* Testimonials */
    
    .testimonial-video {
        width: 500px;
        height: 400px;
    }
    
    .testimonial img {
        max-width: 300px;
    }
    
    .testimonial img:hover {
        max-width: 400px;
    }
    
    .video-desc {
        color: white;
        margin-top: 100px;
        padding-bottom: 20px;
        background-color: #41464b; 
    }
    .testimonial blockquote {
        padding: 6px 50px;
    }

    .testimonial blockquote:before {
        left: 1px;
    }

    .testimonial blockquote:after {
        right: 1px;
    }

    .testimonial blockquote p {
        font-size: 14px;
    }

    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
    
     /* Thank You Page */
     .thanks-cover {
        height: 100%;
        width: 100%;
        background-image: url("../img/DrGoimages/gopic9.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    
    #thank-you-page .thanks-heading h3 {
        font-size: 30px;
        margin-top:190px;

}
    #thank-you-page .thanks-heading p {
        font-size: 20px; 
        

}
    #return-btn .btn {
        font-size: 12px;

}

}

/*Extra Small Devices (Portrat Phones & Smaller Devices)*/

@media (max-width: 480px) {

    /* Home */
    #home-heading,
    #home-btn {
        width: 100%;
    }
    #home-heading h3 {
        text-align: center;
        font-size: 22px;

    }
    #home-heading p {
        text-align: center;
        font-size: 18px;
    }
    #home-heading h5 {
        font-size: 16px;
    }
    #home-heading p strong {
        text-transform: uppercase;
        font-size: 18px
    }
   /* Testimonials */
    
    .testimonial-video {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: -10px;
    }

    .testimonial-video .fas {
       margin-top: 80px;
       margin-right: auto;
       margin-left: auto;
       opacity: 0.8;
       padding-bottom: 20px;
    }

    .testimonial-video:hover .fas {
       margin-top: 80px;
       opacity: 1;
    }

    .video-desc {
        color: white;
        margin-top: 54px;
        font-size: 12px;
        text-align: left;
        background-color: rgba(65, 70, 75, .6); 
    }

    small-desc{
        text-align: center;
        margin: 0;
    }
    /* Contact Thank You Page */
    .thanks-cover {
        height: 100%;
        width: 100%;
        background-image: url("../img/DrGoimages/gopic8.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    
    #thank-you-page .thanks-heading h3 {
        font-size: 25px;
        margin-right: 0px;
        margin-top:0px;

}
    #thank-you-page .thanks-heading p {
        font-size: 18px; 
        margin-right: 0px;

}
    #return-btn .btn {
        margin-right: 0px;

}
    /*Appointment*/
    .bg-gradient {
    padding: 10px;
}
    .top-margin {
    margin-top: 20px;
}
    
}

/*Extra Small Devices (Smaller devices)*/

@media (max-width: 320px) {
    /* Services */
    .service-item-icon i {
        width: 58px;
        height: 58px;
        padding: 7px;

    }
    .service-item-title h3 {
        font-size: 17px;
    }
    /* Testimonials */
    .testimonial img {
        max-width: 90px
    }
    .testimonial blockquote {
        padding: 6px 30px;
    }
    .testimonial blockquote:before {
        left: 7px;
    }
    .testimonial blockquote:after {
        right: 7px;
    }
    /* Contact Thank You Page */
    
   #return-btn .btn {
        font-size: 12px;

}

}