/* only small desktops */
/* tablets */
/* only small tablets */
@media only screen and (min-width: 992px) and (max-width: 1180px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* mobile or only mobile */
@media (max-width: 767px) {
	
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	
.top p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-align: center;
}
.col-md-mymy {
    width: 100%;
}	
.midd-form .input{ margin-top:5px;}
.midd-form .submit{ margin-top:5px;}
.most-popular-tour .carousel-indicators {
    bottom: -40px;
}
.footer-form .paddin-right {
    padding-right: 15px !important;
}
.footer-form .paddin-left {
    padding-left:15px !important;
}
.about-pages p {
    text-align: left;
	text-align:justify;
}
.why-choos h2{ text-align:center; }
.why-choos p{ text-align:center; }
.wel .dog-box {
    padding: 0;
    margin: 90px 0 10px 0;
}
.why-choos {
    padding: 0;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.footer-pges {
    padding: 320px 0 0 0;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    background: url(../images/footer-bg.png) center;
    background-size: cover;
    height: 708px;
}
.slide-box h2 {
    font-size: 90px;
    color: #000;
    font-weight: 800;
}
.slide-box p {
    color: #000;
    font-size: 20px;
}

.testimonial .box-test {
    border: 1px solid #FFFF;
    border-radius: 11px;
    padding: 16px 10px;
    margin-left:0;
    margin-top: 0;
    background: #FFF;
}


}
