/*Media Query Start*/

@media only screen and (min-width: 1800px) and (max-width: 1900px) {
    section.world-reserved .container {
    max-width: 82%;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .world-reserved-box p {
    font-size: 16px;
}

section.inside-the-world .inside-the-world-slider {
    padding: 100px 70px 200px;
}

.footer-links {
    margin-left: 10px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .container-fluid {
    max-width: 98%;
}
    section.world-reserved .container {
    max-width: 95%;
}
    .world-reserved-box p {
    font-size: 15px;
}

.world-reserved-box li {
    font-size: 15px;
}

.inside-the-world-text h2 {
    font-size: 55px;
}

section.inside-the-world .inside-the-world-slider {
    padding: 100px 80px 200px;
}

.newsletter-box h6 {
    font-size: 16px;
}

.footer-links {
    margin-left: 10px;
}

.copy-right p {
    margin: 0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
     .container-fluid {
    max-width: 98%;
}
    section.world-reserved .container {
    max-width: 95%;
}
    .world-reserved-box p {
    font-size: 13px;
}
.bannner-img img {
    height: 65vh;
}
.world-reserved-box li {
    font-size: 13px;
}

.inside-the-world-text h2 {
    font-size: 55px;
}

section.inside-the-world .inside-the-world-slider {
    padding: 100px 80px 200px;
}

.newsletter-box h6 {
    font-size: 16px;
}

.footer-links {
    margin-left: 10px;
}

.copy-right p {
    margin: 0;
}
footer h6 {
    font-size: 20px;
}

.social-icons a {
    width: 38px;
    height: 38px;
}

.world-reserved-box h4 {
    font-size: 20px;
}

.newsletter-box {
    padding: 60px 20px 60px;
}
.inside-the-world-text p {
    font-size: 17px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/