@media only screen and (min-device-width: 320px) and (max-device-width:667px) {
    .btn {
        padding: 13px 14px;
    }

    .white-line-btn-curved,
    .black-line-btn-curved {
        min-width: 130px;
    }

    section {
        padding: 50px 5px;
        text-align: left !important;
    }

    .about-simple-left-aligned {
        text-align: left;
    }

    .about-simple-left-aligned .about-img-wrap {
        width: 100%;
        margin-bottom: 35px;
    }

    .dark-blue-bg .select_option {
        margin-top: 25px;
        line-height: 33px;
    }

    footer ul {
        text-align: left;
    }

    footer ul li .nav-link {
        padding: 0px 20px 15px 0px;
    }

    footer .powered-by {
        text-align: left;
    }

    .header.active {
        height: 80px;
    }

    .header.active i {
        color: #fff;
    }

    .play-btn {
        margin-right: 25px;
    }

    footer {
        padding: 60px 20px;
    }

    .modal-body h5 {
        line-height: 32px;
    }

    .modal-body .text-body {
        padding: 25px 35px 15px;
    }

    .get-in-touch h2 {
        font-size: 2.0rem;
    }

    .get-in-touch input {
        margin-bottom: 25px;
        margin-top: 10px
    }

    .pagination {
        margin-bottom: 55px;
    }

    .get-in-touch .btn {
        margin-top: 30px;
    }

    .get-in-touch textarea {
        margin-top: 25px;
    }

    .modal-50w {
        width: 95% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .about-simple-left-aligned .about-img-wrap {
        width: 85%;
    }

    .play-btn {
        margin-right: 10px;
    }

    footer ul li .nav-link {
        padding: 0px 20px 20px;
    }

    footer {
        padding: 40px 0px 30px;
    }

    footer ul {
        margin-bottom: 0px;
    }

    .get-in-touch input {
        margin-top: 0px
    }

    .modal-50w {
        width: 95% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    footer ul li .nav-link {
        padding: 0px 20px 20px;
    }

    .play-btn {
        margin-right: 45px;
    }

    .modal-50w {
        width: 95% !important;
    }
}