@media only screen and (max-width: 1439px) {
    .about-section {
        padding: 80px 60px 83px;
    }

    .contact-section {
        padding: 80px 60px 60px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 28px;
    }

    .modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 36px;
    }

    .template .main-content .countdown .countdown-section {
        min-width: 170px;
    }

    .template .main-content .countdown .countdown-section:before,
    .template .main-content .countdown .countdown-section:after {
        height: 8px;
        width: 8px;
        right: -4px;
    }

    .template .main-content .countdown .countdown-section:before {
        top: 12px;
    }

    .template .main-content .countdown .countdown-section:after {
        bottom: 12px;
    }

    .template .main-content .countdown .countdown-section .countdown-number {
        font-size: 58px;
    }

    .about-section {
        padding: 80px 30px 83px;
    }

    .contact-section {
        padding: 80px 30px 60px;
    }

    .contact-form2 .form-group .btn-fill {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .main-content {
        padding: 40px 120px;
        min-height: 100vh;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 30px;
    }

    .template .main-content {
        padding: 72px 30px;
    }

    .template .main-content .logo {
        margin-bottom: 60px;
    }

    .template .main-content .countdown {
        margin-bottom: 50px;
    }

    .template .main-content .countdown .countdown-section {
        min-width: 140px;
    }

    .template .main-content .countdown .countdown-section:before,
    .template .main-content .countdown .countdown-section:after {
        height: 6px;
        width: 6px;
        right: -3px;
    }

    .template .main-content .countdown .countdown-section .countdown-number {
        font-size: 52px;
    }

    .template .main-content .countdown .countdown-section .countdown-unit {
        font-size: 18px;
        bottom: -45px;
    }

    .template .main-content .buttons {
        margin-bottom: 50px;
    }

    .template .main-content .socials li {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .template {
        display: block;
    }

    .page-content {
        position: relative;
        left: 5px;
        min-width: 100vw;
        max-height: inherit;
    }

    .about-section {
        padding: 70px 150px 73px;
    }

    .contact-section {
        padding: 70px 150px 50px;
    }

    .contact-form2 .form-group {
        margin-bottom: 20px;
    }

    .contact-form2 .form-group .form-control {
        font-size: 14px;
    }

    .contact-form2 .form-group input {
        height: 45px;
    }

    .hamburger-bars {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 41px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 70px 80px;
    }

    .modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 28px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control {
        height: 48px;
        font-size: 16px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group button {
        font-size: 18px;
        padding: 5px 40px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result .content span {
        font-size: 30px;
    }

    .template .main-content {
        padding: 62px 30px;
    }

    .template .main-content .logo {
        margin-bottom: 50px;
    }

    .template .main-content .countdown {
        margin-bottom: 40px;
    }

    .template .main-content .countdown .countdown-section {
        min-width: 120px;
    }

    .template .main-content .countdown .countdown-section:before,
    .template .main-content .countdown .countdown-section:after {
        height: 4px;
        width: 4px;
        right: -2px;
    }

    .template .main-content .countdown .countdown-section .countdown-number {
        font-size: 46px;
    }

    .template .main-content .countdown .countdown-section .countdown-unit {
        font-size: 16px;
        bottom: -40px;
    }

    .template .main-content .sub-title {
        font-size: 22px;
    }

    .template .main-content .buttons {
        margin-bottom: 40px;
    }

    .template .main-content .btn-ghost {
        font-size: 15px;
        padding: 9px 30px;
        min-width: 160px;
    }

    .template .main-content .btn-fill {
        font-size: 15px;
        padding: 9px 30px;
        min-width: 160px;
    }

    .template .main-content .socials li {
        margin-right: 5px;
    }

    .template .main-content .socials li a {
        font-size: 15px;
        height: 40px;
        width: 40px;
    }

    .contact-details p,
    .contact-details a {
        font-size: 0.85rem;
    }

    .about-section {
        padding: 60px 80px 63px;
    }

    .contact-section {
        padding: 60px 80px 40px;
    }

    .contact-form2 .form-group {
        margin-bottom: 15px;
    }

    .contact-form2 .form-group .form-control {
        font-size: 13px;
    }

    .contact-form2 .form-group input {
        height: 40px;
    }

    .contact-form2 .form-group .btn-fill {
        margin-top: 5px;
        font-size: 14px;
        padding: 11px 30px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 36px;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 50px;
    }

    .modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 26px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .form-control {
        height: 46px;
        font-size: 15px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .input-group .input-group button {
        font-size: 16px;
        padding: 6px 35px;
    }

    .modal .modal-dialog .modal-content .modal-body .subscribe-form .form-result {
        font-size: 14px;
        padding: 0.6rem;
    }

    .template .main-content {
        padding: 52px 30px;
    }

    .template .main-content .logo {
        margin-bottom: 40px;
    }

    .template .main-content .countdown {
        margin-bottom: 30px;
    }

    .template .main-content .countdown .countdown-section {
        min-width: 100px;
    }

    .template .main-content .countdown .countdown-section:before,
    .template .main-content .countdown .countdown-section:after {
        height: 2px;
        width: 2px;
        right: -1px;
    }

    .template .main-content .countdown .countdown-section .countdown-number {
        font-size: 41px;
    }

    .template .main-content .countdown .countdown-section .countdown-unit {
        font-size: 15px;
        bottom: -35px;
    }

    .template .main-content .sub-title {
        font-size: 20px;
    }

    .template .main-content .buttons {
        margin-bottom: 30px;
    }

    .template .main-content .btn-ghost {
        font-size: 14px;
        padding: 9px 25px;
        min-width: 140px;
    }

    .template .main-content .btn-fill {
        font-size: 14px;
        padding: 9px 25px;
        min-width: 140px;
    }

    .template .main-content .socials {
        margin-bottom: 15px;
    }

    .about-section {
        padding: 50px 30px 53px;
    }

    .contact-section {
        padding: 50px 30px 30px;
    }

    .contact-form2 .form-group .btn-fill {
        font-size: 13px;
        padding: 10px 25px;
    }

    .contact-form2 .form-response .alert-danger,
    .contact-form2 .form-response .alert.alert-info,
    .contact-form2 .form-response .alert.alert-success {
        padding: 9px 25px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 32px;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 30px 15px;
    }

    .modal .modal-dialog .modal-content .modal-body .item-title {
        font-size: 24px;
    }

    .template .main-content {
        padding: 52px 15px;
    }

    .template .main-content .countdown .countdown-section {
        min-width: 80px;
    }

    .template .main-content .countdown .countdown-section:before,
    .template .main-content .countdown .countdown-section:after {
        display: none;
    }

    .template .main-content .countdown .countdown-section .countdown-number {
        font-size: 36px;
    }

    .template .main-content .countdown .countdown-section .countdown-unit {
        font-size: 14px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 380px) {
    .template .main-content .countdown .countdown-section {
        min-width: 65px;
    }
}

@media only screen and (min-width: 992px) {
    .open-sidebar .template:before {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .open-sidebar .template .page-content {
        left: 50%;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
        opacity: 0.95;
    }

    .open-sidebar .hamburger-bars {
        -webkit-transform: translateX(calc(-40vw + 60px));
        -ms-transform: translateX(calc(-40vw + 60px));
        transform: translateX(calc(-40vw + 60px));
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        background-color: #d4d4d4;
        border-radius: 50%;
    }

    .open-sidebar .hamburger-bars .bar:nth-child(2),
    .open-sidebar .hamburger-bars .bar:nth-child(3) {
        opacity: 0;
    }

    .open-sidebar .hamburger-bars .bar:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(7px, 7px);
        -ms-transform: rotate(45deg) translate(7px, 7px);
        transform: rotate(45deg) translate(7px, 7px);
    }

    .open-sidebar .hamburger-bars .bar:nth-child(4) {
        -webkit-transform: rotate(-45deg) translate(8px, -8px);
        -ms-transform: rotate(-45deg) translate(8px, -8px);
        transform: rotate(-45deg) translate(8px, -8px);
    }
}