/* only small desktops */
/* tablets */
 @media (min-width: 992px) and (max-width: 1190px) {
     .countdown{
         height: 285px;
    }
     .top-header .navbar .navbar-collapse ul li a{
         font-size: 14px;
    }
     .lbox-details h2{
         font-size: 26px;
    }
     .contact_bt {
         margin-top: 25px;
    }
     .slide_text {
         margin-top: 70px;
    }
}
/* only small tablets */
 @media (min-width: 768px) and (max-width: 991px) {
     .top-header .navbar .navbar-collapse ul li a{
         padding: 5px 15px;
    }
     .about-img{
         margin-bottom: 30px;
         margin-top: 30px;
    }
     .gallery-box ul li{
         width: 33.33%;
    }
     .top-header{
         position: relative;
    }
     .lbox-details{
         display: block;
         position: relative;
         width: 100%;
    }
     .countdown #timer div#days, .countdown #timer div#hours, .countdown #timer div#minutes, .countdown #timer div#seconds{
         position: inherit;
         margin: 12px 0px;
    }
     .lbox-details::before{
         background: rgba(0,0,0,0.9);
    }
     .countdown{
         height: 188px;
         border-radius: 0px;
    }
     .countdown #timer div{
         width: 23%;
         font-size: 24px;
    }
     figure.effect-service h2{
         font-size: 12px;
    }

     .search-box {
         top: 1px;
         right: 75px;
    }
     .search-btn {
         background: #111;
    }
     .search-box:hover .search-txt {
         width: 240px;
         padding: 0 10px;
         border: solid #000 1px;
         height: 41px;
    }
     .top-header .navbar .navbar-collapse ul li a:hover, .top-header .navbar .navbar-collapse ul li a:focus {
         color: #0892fd;
    }
     .slide_text p {
         display: none;
    }
     .contact_bt {
         margin-top: 10px;
    }
     .slide_text {
         margin-top: 60px;
    }
     .section.layout_padding h4 {
         text-align: center;
    }
     footer.footer-box p {
         margin-top: 5px;
         font-size: 13px;
    }
}
/* mobile or only mobile */
 @media (max-width: 767px) {
     .navbar-brand{
         margin-left: 10px;
         margin-right: 10px;
    }
     .top-header .navbar .navbar-collapse ul li a{
         padding: 5px 15px;
    }
     .lbox-details h1{
         font-size: 24px;
    }
     .lbox-details h2{
         font-size: 18px;
    }
     .lbox-details p strong{
         font-size: 20px;
    }
     .lbox-details a.btn{
         display: none;
    }
     .title-box h2{
         font-size: 38px;
    }
     .about-main-info h2{
         font-size: 24px;
    }
     .about-img{
         margin-bottom: 30px;
    }
     .main-timeline-box .separline::before{
         left: 15px !important;
    }
     .main-timeline-box .iconBackground{
         left: 15px !important;
    }
     .main-timeline-box .timeline-text-content{
         margin-left: 0px;
    }
     .main-timeline-box .reverse .timeline-text-content{
         margin-right: 0px;
    }
     .main-timeline-box .time-line-date-content{
         margin-right: 0px;
    }
     .main-timeline-box .time-line-date-content p{
         float: left;
    }
     .main-timeline-box .timeline-element{
         padding: 0px 15px;
    }
     .gallery-box ul li {
         width: 48%;
    }
     .top-header{
         position: relative;
    }
     .lbox-details{
         position: relative;
         width: 100%;
         padding: 5% 0%;
    }
     .about-m{
         margin-top: 30px;
    }
     .countdown #timer div#days, .countdown #timer div#hours, .countdown #timer div#minutes, .countdown #timer div#seconds{
         position: inherit;
         margin: 12px 0px;
    }
     .lbox-details::before{
         background: rgba(0,0,0,0.9);
    }
     .countdown{
         height: 188px;
         border-radius: 0px;
    }
     .countdown #timer div{
         width: 23%;
         font-size: 24px;
    }
     .about-m{
         margin-bottom: 30px;
    }
     .timeLine .row .item{
         margin-bottom: 30px;
    }
     .filter-button-group button{
         margin-bottom: 5px;
    }
     .top-header {
         background-image: none;
         background-color: #ecedef;
    }
     .about-main-info div.full > img {
         height: auto;
         margin-bottom: 20px;
    }
     .search-box {
         position: absolute;
         top: 0;
         right: 50px;
         height: auto;
         padding: 0;
         margin-top: 29px;
         display: none;
    }
     a.navbar-brand {
         left: 0;
         position: relative;
    }
     .slide_text {
         margin-top: 10%;
    }
     .slide_text h3 {
         font-size: 20px;
    }
     .slide_text h4 {
         font-size: 16px;
         margin: -20px 0;
    }
     .slide_text p {
         display: none;
    }
     .contact_bt {
         width: 90px;
         height: 35px;
         background: #07528d;
         color: #fff;
         float: left;
         line-height: 36px;
         text-align: center;
         font-size: 14px;
         font-weight: 300;
         margin-top: 5px;
    }
     .top-header #navbar-wd {
         padding-right: 0;
    }
     .heading_main {
         float: left;
         width: 100%;
    }
     .heading_main p.large {
         display: none;
    }
     h3.small_heading {
         font-size: 20px;
         font-weight: 600;
         line-height: normal;
         margin-top: 25px;
    }
     #demo .img-responsive {
         margin: 10px 0;
         width: 100%;
    }
     .footer_bottom p.crp {
         float: left;
         width: 100%;
         text-align: center;
    }
     .heading_main h2 {
         font-size: 25px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/*** home page ***/
.top-header .navbar .navbar-collapse ul li a {
    padding: 5px 15px;
    color: #2e3191;
    border-bottom: 1px solid #ddd;
}
.slide_text h3 {
    font-size: 15px;
}
.contact_bt {font-size: 14px;font-family: 'Patua';}
.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 0px;
}
.key-p {margin: 15px 0px 0px;}
.abt-inside .btm-space {
    padding: 0 0 15px 0px;
}
.abt-txt h4 {font-size:25px;}
.abt-txt h5 {font-size:16px;}
.abt-txt ul {margin: 10px auto;}
.abt-txt ul li i {padding-right: 0px;font-size: 10px;}
.abt-txt ul li {font-size: 13px;}
.hvr-radial-out {width:34%; height:45px;font-size:20px;border-radius:5px;}
.product-row {padding:20px 0px;}
.products-sec .product-row .hvr-radial-out {margin:0px auto 0px auto;}
.mvv-row {padding:80px 0px 0px 0px;}
.percent {left: 34%;bottom: 0px; padding: 5px 0px;}
.mvv-inside {margin: 0 0 65px 0px;}
.mvv-inside p {min-height: 110px;}
.blog-row {padding: 20px 0px;}
.blog-inside .comt-sec a {font-size: 14px;}
.comt-sec li {padding: 0 15px 0px 0px; margin: 5px 0 0px 0px;}
.blog-sec .hvr-radial-out {margin:0 auto 0px auto;}
.blog-inside p {min-height: 60px;}
.footer-box {padding: 15px 0;}
.footer_bottom p.crp {text-align: left;margin: 0 0 15px;}
.footer-box h4 {font-size: 20px;}
/*** home page end***/
/*** about ****/
.abt-banner, .product_banner, .blog-banner, .contact_banner, .blog-view-banner {min-height: 143px;}
.about-sec h4 {font-size: 20px;}
.about-sec h5 {font-size: 16px;}
.abt-p-txt ul li {font-size: 14px;font-weight: 600;}
/*** about end ***/
.leave-cmt h6 {font-size: 14px; margin: 0 0 15px 0px;}
.leave-cmt h4 {font-size: 24px;}
.recent-blog-sec {padding: 0 0 15px 0px;}
/***product ***/
.prdt-inside #myImg {min-height:auto;max-height: initial;}
.pview-aside .categories ul li a {padding: 0px 0px;}
/*** contact ***/
.contact-box {padding: 30px 0px;}
.pview-aside {margin-bottom: 30px;}
.btm-space {margin: 0 0 0px 0px;}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
.leave-cmt {padding:0px 15px;}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.abt-banner, .product_banner, .blog-banner, .contact_banner, .blog-view-banner, .p-view-banner {min-height:265px;}
.slide_text h3 {font-size: 35px;}
.search-btn {background:transparent;}
.search-box {top:4px; right:75px; width:19%;}
.key-p .inside { margin: 10px;padding: 10px;}
.key-p .inside h4 {font-size: 17px; letter-spacing: 0.9px; margin: 9px auto 0 auto; min-height: 51px;}
.key-p .inside p {font-size: 14px;font-family: 'Montserrat-Regular'; margin: 0;}
.layout_padding {padding:15px 0;}
.abt-inside .btm-space {padding: 0 0 20px 0px; margin: 0;}
.abt-txt h4 {font-size:22px; text-align: left;}
.abt-txt h5 {font-size:17px;}
.abt-txt ul li {font-size: 13px;}
.abt-txt ul {margin: 0px auto 15px auto;}
.hvr-radial-out {width: 95px;height: 40px;line-height: 40px;font-size: 16px;}
.heading_main h2 {font-size: 30px;}
.heading_main p.large {font-size: 17px;padding: 0 172px;}
.btm-space {margin: 0 0 0px 0px;}
.prdt-inside .medicine-name { font-size:18px;padding: 20px 0 0 0px;min-height:70px;}
#myImg {min-height: auto;}
.product-row {padding: 20px 0px;}
.product-row .prdt-inside {margin: 0 0 0px 0px;}
.percent {width: 40%;font-size: 21px;left: 29%;bottom: -16px;padding: 6px 0px;}
.mvv-row {padding: 67px 0px 0px 0px;}
.blog-row {padding: 20px 0px;}
.blog-inside .medicine-name {font-size: 18px;}
.blog-sec .hvr-radial-out {margin: 0 auto 0px auto;}
.footer-box {padding: 10px 0;}
.mvv-inside img {top: -31px;}
.comt-sec li {padding:0 20px 0px 0px; margin:0px 0 0px 0px;}
.blog-inside .hvr-radial-out {width: 90px;height: 30px;line-height: 30px; font-size: 14px;}
.top-header #navbar-wd {padding-right:0px;}
.top-header .navbar .navbar-collapse ul li a {background:#888;}
.top-header {background-image:none; background-color:#fff; border-bottom:2px solid #2e3191; box-shadow: 0 0px 11px 4px rgba(199,199,199,.46);}
.about-sec h4 {font-size:30px; text-align:left !important;}
.about-sec h5 {font-size:20px;}
.about-sec p {font-size: 19px;}
.innerpage_banner h2 {margin:100px 0 0; font-size: 55px;}
.recent-blog-sec {padding:0 0 10px 0px;}
.blog-view-sec .recent-b-inside h2 {font-size:19px; padding:5px 0px;}
.leave-cmt h4 {text-align: left !important; font-size:25px; margin-top:0;}
.leave-cmt .form-group {margin-bottom:20px;}
.leave-cmt {padding:15px 15px;}
.leave-cmt h6 {margin:0 0 10px 0px;}
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
.search-box {right:32px; margin-top:21px; width:11%;}
.top-header #navbar-wd {padding-right:13%;}
.leave-cmt {padding:0px 15px;}
.leave-cmt h6 {margin:0 0 20px 0px;}
.leave-cmt button.btn.btn-default {font-size:15px;}
.leave-cmt h4 {font-size:25px; margin-top:0px !important;}
.recent-blog-sec {padding:0 0 20px 0px;}
.layout_padding {padding:30px 0px;}
.abt-inside .btm-space {padding:0 0 0px 0px; margin:0 0 35px 0px;}
.product-row {padding: 0px 0px;}
}
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
.top-header {background-size:auto 190%;}
a.navbar-brand {left:20%;}
.top-header #navbar-wd {padding-right:22%;}
.search-box {right:290px; margin-top:12px; width:9%;}
.top-header #navbar-wd {padding-right:27%;}
}

