/* lg */ 
@media (min-width: 1400px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
    .emndi-info-price{
    margin-top: 127px;
    }
  

}

@media (min-width: 768px) and (max-width: 991px) {	
	p {
        font-size: 12px;
    }

    .copyRight .list-inline {
        float: right;
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }

	.fl-topbar li {
	    margin-right: 5px;
	}

	.navbar-dark .nav li a {
        font-size: 10px;
		
	}
  .fl-searchsec h1 {
      font-size: 44px;
      font-weight: 700;
      margin: 5px 0 15px;
  }

  .emndi-info-price{
    margin-top: 450px;
    }
}

@media (max-width: 767px) {
    section.fl-topsec {
        height:auto;
    }

    .intro-slider {
         height:auto;
    }

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
  .fl-searchsec h1 {
      font-size: 44px;
      font-weight: 700;
      margin: 5px 0 15px;
  }

}

@media (max-width: 479px) {
	.fl-navbar {
	    padding: 5px 0px;
	}

	.navbar-dark .nav li a {
	    -webkit-transition: color 0.3s;
	    -moz-transition: color 0.3s;
	    transition: color 0.3s;
	        font-size: 12px;
	  }
    .navbar-dark {
      padding-bottom: 0PX
    }

    .fl-intro{
      height: 144px;
      padding-top: 75px;
    }

    .fl-searchsec h1 {
        font-size: 34px;
        font-weight: 700;
        margin: 5px 0 15px;
    }

    .fl-searchsec h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 25px 0 5px;
    }
  
}



/* Quote */
@media (max-width: 768px) {
	.fl-below-quote {
		text-align: center;
	}
	.fl-below-quote h3 {
		font-size: 1.4em;
	}
	.quo-btn {
		margin-top: 1em; 
		text-align: center;
	}
}

/* Search Tab */
@media (max-width: 992px) {
    .search-tabs-bg>.tabbable>.nav-tabs>li>a>span {
        display: none
    }
}

/* Slider */
@media (min-width: 768px) {
  .intro-slider .overlay {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    background-image: url('../img/dot.png');
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro-slider {
    padding: 0;
    height: 100%;
    min-height: 0;
  }
  .intro-slider .overlay {
    height: 450px;
  }
}

/* Top Deals */
@media (max-width: 767px) {
    .sectionTitle {
        margin-bottom: 30px;
    }
    .search-tabs-bg>.tabbable>.tab-content>.tab-pane > h3 {
		font-weight: 400;
		font-size: 1.1em;
	}
    .footer-logo{
    width:200px;
    display: none;
    }
    .img-round{
    width:200px;
    }

    .logo {
        width: 50px;
    }
}
@media (min-width: 768px) {
    .sectionTitle {
        margin-bottom: 28px;
    }
}
.sectionTitle h2 {
    position: relative;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .sectionTitle h2 {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .sectionTitle h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .sectionTitle p {
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    .sectionTitle p {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .thumbnail.deals .caption .detailsInfo h5 span {
        display: inline-block;
    }
    .thumbnail.deals .caption .detailsInfo a {
    	text-align: center;
    }
}
@media (min-width: 992px) {
    .thumbnail.deals .caption .detailsInfo h5 span {
        display: block;
    }
    .thumbnail.deals .caption .detailsInfo a {
    	float: right;
    }
}
@media (max-width: 767px) {
    .thumbnail.deals .caption .detailsInfo h5 {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .thumbnail.deals .caption .detailsInfo h5 {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        text-align: left;
    }
}

@media(max-width:320px){
     .emndi-info-price{
    margin-top: 140px;
    }
}


@media(min-width: 768px){
.carousel-caption {
    right: 50%;
    left: 5%;
    top: 35%;
    padding-bottom: 30px;
    text-align: left;
    }
    .carousel-caption h4{
        line-height: 1.5;
    }
   
}

@media(min-width:320px)and (max-width:767px){
 
    .carousel-caption{
    position: absolute;
     right: 0%; 
    bottom: 15px;
     left: 0%; 
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 100%;
}
    .carousel-caption h2{
        font-size: 14px;
    }
    .carousel-caption h4{
        font-size: 12px;
        line-height: 1.5;
    }
    .dropdown{
    padding: 0px 0 10px;
    }
    .dropbtn {
        background-color: #ffffff !important;
        color: #141415 !important;
        padding: 0px 15px;
        margin-top: 8px;
    }
    .dropdown-content button {
        color: #ffffff !important;
    }
    .btn, button {
        font-size: 12px !important;
    }
    .whatsup {
        width: 35px;
        top: 48%;
    }
    .nav li {
        border-bottom: 1px solid #ccc;
    }
    .socialmedia{
        margin-top: 20px;
    }
    .box{
        width: auto;
    }
    .wrap-img {
        margin-top: 0px;
        padding: 10px; 
    }
    
    .carousel-control {
        width:5%;
    }
    
}

@media(min-width:600px)and (max-width:990px){
    .wrap-img {
        margin-top: 0px;
        padding: 26px; 
    }
}
