@media (min-width: 0px) and (max-width: 500px) {
    .top-container {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .top-container .top-holder {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        font-size: 10px;
        font-weight: 400;
        top: 0%;
        left: 0%;
        transform: none;
    }

    .top-container p {
        width: 90%;
        top: 0;
        text-align: left;
    }

    .top-container button {
        display: none;
    }

    .top-container span {
        font-size: 12px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .heading .logo {
        width: 100px;
        margin: 0px 20px;
    }

    .heading nav {
        height: 60px;
    }

    .heading nav ul {
        position: fixed;
        top: 0px;
        right: 0;
        width: 80%;
        height: 100%;
        display: block;
        column-gap: 0px;
        justify-content: center;
        margin-right: 0px;
        background: #fff;
        z-index: 2;
        padding: 80px 20px;
        animation: slideInRight;
        animation-duration: 0.9s;
        transition: 0.5s;
        display: none;
    }

    .heading nav ul .mobile-menu-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 35px;
        border-radius: 0;
        text-align: right;
        display: block;
        color: #22325D;
        margin: 18px 20px;
        font-size: 26px;
        font-weight: bold;
        background: none;
    }

    .heading nav ul li {
        width: 100%;
        height: 45px;
        font-size: 20px;
        text-align: right;
        font-weight: 500;
    }

    .heading nav ul .search-btn {
        display: none;
    }

    .heading nav .mobile-menu-open {
        display: block;
        color: #22325D;
        margin: 18px 20px;
        font-size: 26px;
        font-weight: bold;
    }

    .heading .img-background {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #22325D;
        display: block;
        overflow: hidden;
    }

    .heading .img-background img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0.3;
    }

    .heading .img-background .col-1 {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
        padding: 20px;
    }

    .heading .img-background .col-1 .move-texts {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .heading .img-background .col-1 .move-texts h1 {
        font-size: 32px;
    }

    .heading .img-background .col-1 .move-texts p {
        position: relative;
        width: 90%;
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .heading .img-background .col-2 {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-left: 0px;
        z-index: 1;
        overflow: hidden;
    }

    .heading .img-background .col-2 .move {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .heading .img-background .col-2 .move h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .heading .img-background .col-2 .move .box {
        width: 100%;
        height: auto;
    }

    .heading .img-background .col-2 .move .box h2 {
        line-height: 50px;
    }

    .heading .img-background .col-2 .move .box p {
        font-size: 15px;
        color: #22325D;
        margin-bottom: 20px;
    }

    .heading .img-background .col-2 .move .box button {
        position: relative;
        bottom: 0px;
        font-size: 15px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/


    .page-2 {
        height: auto;
    }

    .page-2 .shift {
        width: 90%;
        height: auto;
    }

    .page-2 .shift h1 {
        font-size: 20px;
    }

    .page-2 .shift .container {
        height: auto;
        flex-wrap: wrap;
    }

    .page-2 .shift .container .holder {
        position: relative;
        width: 100%;
        height: auto;
        margin: 20px 15px;
    }

    .page-2 .shift .container .holder:last-child {
        width: 100%;
        margin: 0;
    }

    .page-2 .shift .container .holder h2 {
        font-size: 25px;
        width: 90%;
        display: block;
    }

    .page-2 .shift .container .holder p {
        width: 90%;
        display: block;
        font-size: 16px;
    }

    .page-2 .shift .container .holder img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-bottom-left-radius: 0px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .page-3 {
        padding: 80px 0;
    }

    .page-3 .container {
        width: 100%;
        margin-bottom: 0;
    }

    .page-3 .container .top p {
        width: 90%;
    }

    .page-3 .container .form-control {
        padding: 20px;
        margin-bottom: 10px;
    }

    .page-3 .container .form-control label {
        font-size: 11px;
    }

    .page-3 .container .form-control input {
        font-size: 15px;
        border-bottom: 1.5px solid #000;
    }

    .page-3 .container .final {
        padding: 0px 20px;
    }

    .page-3 .container .final button {
        font-size: 14px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .cookie {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        margin-right: 0px;
        padding: 20px 30px;
    }

    .cookie p {
        font-size: 13px;
    }

    .cookie button {
        position: relative;
        width: 100%;
        height: 45px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .page-4 {
        margin: 30px auto;
    }

    .page-4 .move-it {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 10px;
    }

    .page-4 .move-it h1 {
        width: 100%;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .page-4 .move-it p {
        font-size: 14px;
        font-weight: 400;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .page-5 {
        flex-wrap: wrap;
        padding: 10px 10px;
    }

    .page-5 .container {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .page-5 .container .photo {
        width: 100%;
        height: 350px;
    }

    .page-5 .container .to-flex {
        width: 100%;
        height: auto;
        padding-top: 0px;
    }

    .page-5 .container .to-flex figure {
        width: 30px;
        height: 14px;
    }

    .page-5 .container .to-flex p {
        padding-left: 10px;
        font-size: 14px;
        color: #22325D;
    }

    .page-5 .container h1 {
        position: relative;
        width: auto;
        height: auto;
        font-size: 26px;
        padding-bottom: 30px;
    }

    .page-5 .container p {
        position: relative;
        width: 100%;
        height: auto;
        font-size: 15px;
        padding-bottom: 40px;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .final-page {
        padding: 10px;
        margin: 60px auto;
    }

    .final-page h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .final-page .holder {
        position: relative;
        width: 100%;
        height: auto;
        margin: 10px auto;
        display: block;
    }

    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/

    .copyrights {
        padding: 25px 10px;
    }

    .copyrights p {
        font-size: 12px;
    }

































}
