/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {
    html {
        font-size: 90%;
    }
    .menuzord-menu>li>a {
        font-size: 14px;

    }
    .menuzord a img {
        width: 330px;
        height: auto;
    }
    .menuzord-menu>li>a {
        padding: 8px 8px;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 0px;
    }
    .testimonial-carousel .owl-controls .owl-pagination {
        margin-right: 15px !important;
    }
    .right_img h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .right_img h2, .right_img p {
       
        font-size: 18px;
        line-height: 28px;
    }
    .right_img h2{
        font-size: 24px;
        line-height: 34px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .phone_wrap{
        flex-wrap: wrap;
    }
    .call-number-box p img {
        margin-right: 7px;
        width: 15px;
    }
    footer.footer >.container > .row{
        padding-top: 0;
    }
    .service-icon-box-custom p {
        display: flex;
    }
    .white_bg_main_content {
        padding-top: 120px;
    }
    .white_nvabar_wrapper .menuzord .showhide em {
        background: #000 !important;
    }
    .banner-main{
        height: 450px;
    }
    .menuzord-menu>li>a {

        margin: 0;
    }
    .menuzord-menu>li>a {
        font-size: 13px;
        padding: 8px;
    }
    .menuzord a img {
        width: 290px;
        height: auto;
    }
    .footer .widget {
        padding-top: 0 !important;
    }
    footer.footer {
        padding-top: 50px !important;
    }
    .video_inner_insert .col-sm-4 {
        width: 100%;
        padding: 0;
    }
    .video_inner_insert .col-sm-8 {
        width: 100%;
        padding: 0;
    }
    .services-tab .thumb .img-fullwidth {
        height: auto;
    }
    .firstflow p:first-child:after{
        display: none;
    }
    .left_img {
        width: 100%;
    }
    .right_img {
        width: 100%;
    }

    .container.header_container {
        max-width: 1280px !important;
        width: 100% !important;
    }
    .side-push-panel.has-side-panel .menuzord .showhide{
        order: 2;
    }
    ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable {
        order: 3;
    }
    .menuzord-menu.menuzord-right p {
        /* margin: 0; */
        color: #fff;
        /* padding: 12px 20px !important; */
    }
    .menuzord .showhide em{
        background-color: #fff;
    }
    .banner-cnt .container h1{
    font-size: 35px;
    line-height: 55px;
    }
    .banner-cnt .container h3{
        font-size: 25px;
        line-height: 45px;
    }
    .banner-cnt a.btn{
        font-size: 18px;
        line-height: 25px;
    }
    .banner-cnt p {
        font-size: 18px;
        line-height: 30px;
    }
    /* li.cmn_link a{
        margin-left: 0;
    } */
    /* .menuzord-menu>li>a {
        color: #fff;
    } */
    html {
        font-size: 75%;
    }
    .navbar-nav .dropdown-menu {
        left: auto;
    }
    #header-logo {
        padding: 10px 15px;
    }
    section>.container,
    section>.container-fluid {
        padding-bottom: 30px;
    }
    .divider .container {}
    .header .navbar-default .navbar-nav>li>a::after {
        display: none;
    }
    .team-member,
    .working-progress {
        margin-bottom: 60px !important;
    }
    .testimonial-carousel .owl-controls .owl-pagination {
        margin-right: 0px !important;
    }
    .map {
        margin-top: 30px;
    }
    .curve-bg:after,
    .curve-bg-half:after {
        left: auto;
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
    .blog-posts .entry-header .entry-title {
        padding-top: 0;
    }
    .blog-posts .entry-header .entry-date {
        margin-left: 0;
    }
    .contact-wrapper {
        padding: 50px 30px;
    }
    .header #header-logo {
        padding-top: 20px;
    }
    .boxed-layout .header #header-logo,
    .vertical-header .header #header-logo {
        padding-top: 10px;
    }
    .header .navbar-default .navbar-toggle {
        margin-top: 18px;
    }
    .boxed-layout .header .navbar-default .navbar-toggle {
        margin-top: 8px;
    }
    .header #header-logo img {
        height: 30px;
    }
    .pricing-table .table-price {
        font-size: 30px;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 0px;
    }
    .bg-img-box .caption .schedule {
        font-size: 14px;
        margin-top: 0px;
    }
    .services-tab .service-content {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 900px) {
    .menuzord-menu.menuzord-right p {
        margin: 0;
        color: #000;
        padding: 12px 20px !important;
    }
    .header-nav-wrapper.navbar-scrolltofixed.bg-lightest.white_nvabar_wrapper.scroll-to-fixed-fixed{
        height: 140px;
    }
    .header-nav-wrapper.navbar-scrolltofixed.bg-lightest.white_nvabar_wrapper.scroll-to-fixed-fixed .container.header_container {
        padding: 0 !important;
    }
    ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable{
        margin-top: 50px;
    }
    .menuzord .showhide{
        padding: 30px 0 0;
    }
    nav#menuzord-right a img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }
    a.showhide {
        margin-right: -20px;
    }
    .menuzord-menu>li>a{
        margin: 0;
        color: #000;
    }
    .menuzord-menu.menuzord-right p {
        padding-bottom: 0 !important;
    }
    .menuzord.blue .menuzord-menu>li.active>a, .menuzord.blue .menuzord-menu>li:hover>a, .menuzord.blue .menuzord-menu ul.dropdown li:hover>a {
        background: transparent !important;
        color: #000 !important;
    }
    div#ServicesOfferred {
        padding-bottom: 10px !important;
    }
    .menuzord a img {
        width: 340px;
        height: auto;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    html {
        font-size: 60%;
    }
    a.logo_subsciption {
        max-width: 430px;
 
    }
    .call-number-box p a {

        margin-right: 10px;
        margin-left: 10px;
    }
    .wrap_subs {
        padding-left: 30px;
    }
    .doctor_sale {
        text-align: center;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .video_inner_insert .col-sm-12 {
        width: 100%;
    }
    .taglines .conditions-title h2{
        font-size: 29px;
        line-height: 40px;
    }
    .taglines .conditions-title h2 {
        font-size: 30px;
        line-height: 42px;
   
   
    }
    .phone_Calls .container {
        padding-top: 20px;
    }
    .footer .widget {
        padding-top: 50px !important;
    }
    footer.footer {
        padding-top: 0px !important;
    }
    .footer-nav .widget {
        padding-top: 0 !important;
    }
    
    
    .services-tab .service-content h1 {
        font-size: 30px;
    }
    .taglines .conditions-title h2 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 25px;
   
    }
    .footer-box-wrapper .footer-box-one, .footer-box-wrapper .footer-box-two, .footer-box-wrapper .footer-box-three {
        display: block !important;
    }
    .box-hover-effect {
        float: none;
    }
    #header-logo {
        padding: 10px 15px;
    }
    #spinner {
        left: 42%;
    }
    .navbar-default .navbar-toggle {
        margin-top: 15px;
        border-radius: 0px;
    }
    #home .display-table p {
        margin: 15px 0;
        font-size: 14px;
    }
    .icon-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .icon-box {
        text-align: center;
    }
    .icon-box.left {
        text-align: center;
    }
    .icon-box.left a {
        margin-right: 0;
        padding: 0;
    }
    .icon-box .media-left {
        float: none !important;
        margin: 0 0 30px 0;
    }
    .icon-box .media-left,
    .icon-box .media-right,
    .icon-box .media-body {
        display: block;
        width: auto;
    }
    .call-to-action {
        text-align: center;
    }
    .call-to-action .icon {
        float: none;
    }
    .sidebar.pull-left,
    .sidebar.pull-right {
        float: none !important;
    }
    .blog-posts .entry-meta {
        background: none;
        left: auto;
        position: relative;
        top: auto;
    }
    .testimonial-carousel.boxed .owl-dots {
        text-align: center;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-main{
        height: 420px;
    }
    .call-number-box p img {
        margin-right: 4px;
        width: 12px;
    }
    .call-number-box p a {
        margin-right: 5px;
        margin-left: 4px;
    }
    .call-number-box p{
        font-size: 13px !important;
        padding: 10px 11px;
    }
    .header-nav-wrapper.navbar-scrolltofixed.bg-lightest.white_nvabar_wrapper.scroll-to-fixed-fixed {
        height: 120px;
    }
    .banner-cnt .container h1 {
        font-size: 24px;
        line-height: 55px;
    }
    .service-icon-box-custom a {
        display: block;
        width: 100%;
        margin-right: 0 !important;
    }
    .service-icon-box-custom h3, .service-icon-box-custom p {
        text-align: center;
    }
    section.OrderFlow i {
        font-size: 120px !important;
    }
    .banner-cnt .container h3 {
        font-size: 18px;
        line-height: 45px;
    }
    .banner-cnt p {
        font-size: 14px;
        line-height: 22px;
    }
    .menuzord a img {
        width: 280px;
        height: auto;
    }
    a.showhide {
        margin-right: -20px !important;
    }
    .header-nav-wrapper.navbar-scrolltofixed.bg-lightest.white_nvabar_wrapper.scroll-to-fixed-fixed a.showhide{
        margin-right: 0 !important;
        padding-top: 16px;
    }
    .menuzord .showhide{
        padding-top: 17px;
    }
    .banner-cnt .container h1 {
        font-size: 18px;
        line-height: 42px;
    }
    .banner-cnt .container h3 {
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner-cnt .container {
        text-align: center;
        padding-top: 40px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 479px) {
    html {
        font-size: 50%;
    }
    .post>div {
        width: 100%;
    }
    .vertical-text-carousel .owl-controls .owl-buttons {
        top: 18%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 375px) {
    .banner-cnt .container h1 {
        font-size: 18px;
        line-height: 42px;
    }
    .banner-cnt .container h3 {
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    nav#menuzord-right a img {
        max-width: 220px;
        height: auto;
    }    
}
@media only screen and (max-width: 319px) {
    html {
        font-size: 35%;
    }
}