@media only screen and (max-width: 1320px){
    .container_two{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .container{
        max-width: 100%;
        padding: 0 16px;
    }
    .logo {
        margin-right: 25px !important;
    }
    .head-left a:not(:last-child) {
        margin-right: 15px;
    }
    .social_icon:not(:last-child) {
        margin-right: 10px;
    }
    .reserv_card:not(:nth-child(3n)) {
        margin-right: 24px;
    }
    .reserv_card:nth-child(3n) {
        margin-right: 0;
    }
    /* .reserv_cards {
        max-width: 984px;
        margin: 0 auto;
    } */
    .services_left {
        max-width: 45%;
        justify-content: space-between;
        height: 603px;
    }
    .services_right {
        max-width: 54%;
    }
    .services_left img:nth-child(2) {
        max-width: calc(50% - 12px);
    }
    .services_left img:last-child {
        max-width: calc(50% - 12px);
    }
    #visa .container {
        padding-right: 0;
    }
    .reserv_card {
        max-width: 31%;
    }
    /* .package_card:not(:nth-child(2n)) {
        margin-right: 24px;
    } */
    /* .package_card:nth-child(2n) {
        margin-right: 0;
    } */
    .package_card {
        width: 50%;
    }
    /* .measure_card:not(:nth-child(4n)) {
        margin-right: 24px;
    }
    .measure_card:nth-child(4n) {
        margin-right: 0;
    } */
    .measure_img {
        width: 100%;
        height: 404px;
    }
    .measure_card {
        width: 25%;
    }
    #contact .form_input {
        width: 49%;
    }
    #contact .form_input.textarea {
        width: 100%;
    }
}
@media only screen and (max-width: 992px){
    .resp_header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        z-index: 99;
        background: #f7fff9;
        padding: 32px 16px;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    .resp_header.active{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    header .container{
        padding: 0;
    }
    .resp_header div{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .resp_header .head-right{
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 220px;
    }
    .head-left a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 48px;
    }
    .number{
        margin-bottom: 32px;
        font-family: "SFPro";
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        margin-right: 0;
    }
    .social_icon:not(:last-child) {
        margin-right: 24px;
    }
    .head-left a {
        font-family: "SFPro";
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }
    .mobile_header{
        display: flex !important;
    }
    .nav_close{
        position: fixed;
        right: 20px;
        top: 40px;
        display: block !important;
    }
    .mobile_header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }
    .about_head {
        font-size: 46px;
    }
    .reserv_head {
        font-size: 32px;
    }
    #services .container {
        flex-wrap: wrap;
    }
    .services_left {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .services_head {
        font-size: 36px;
    }
    .services_right {
        max-width: 100%;
    }
    #reservation {
        padding: 48px 0 44px 0;
    }
    #services {
        padding: 44px 0 64px 0;
    }
    .visa_right{
        width: 100%;
    }
    #visa .container {
        flex-wrap: wrap;
    }
    .visa_right img {
        max-width: 100%;
    }
    #visa .container {
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .visa_left {
        padding: 32px 16px 64px 32px; 
        max-width: 100%;
        width: 100%;
        order: 1;
    }
    #concierge .container {
        margin-top: 24px;
        padding: 64px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .visa_head {
        font-family: "SFProD";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px; 
    }
    #concierge {
        padding-bottom: 32px;
    }
    #package {
        padding: 32px 0;
    }
    .concierge_head {
        font-size: 32px;
    }
    .categories {
        margin-bottom: 24px;
    }
    /* .package_card {
        margin-bottom: 24px;
    } */
    /* .measure_card:not(:nth-child(3n)) {
        margin-right: 24px;
    }
    .measure_card:nth-child(3n) {
        margin-right: 0;
    } */
    .measure_card {
        width: 33.33%;
    }
    #measure {
        padding: 32px 0 0 0;
    }
    #quest {
        padding: 32px 0;
    }
    article label h2 {
        font-size: 18px;
    }
    #contact {
        padding: 32px 0;
    }
    .contact_left {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .contact_left img {
        max-height: 450px;
    }
    #contact .container {
        display: flex;
        flex-wrap: wrap;
    }
    .contact_right .concierge_head {
        font-size: 36px;
    }
    .contact_right {
        max-width: 100%;
    }
    footer {
        padding: 64px 0 34px 0;
        margin-top: 32px;
    }
    .footer_left{
        width: 100%;
        margin-bottom: 64px;
    }
    .foot_contact_body {
        font-size: 22px;
    }
    .container_two {
        padding: 48px 16px;
    }
}
@media only screen and (max-width: 768px){
    .footer_bottom {
        flex-direction: column;
    }
    .creator {
        margin: 16px 0;
    }
    .reserv_card:not(:nth-child(2n)) {
        margin-right: 24px;
    }
    .reserv_card:nth-child(2n) {
        margin-right: 0;
    }
    .reserv_card {
        max-width: 47%;
    }
    #visa .services_lists ul {
        max-width: 100%;
        width: 100%;
    }
    .services_lists {
        flex-wrap: wrap;
    }
    .list_right{
        margin-top: 32px;
    }
    .categories {
        width: 537px;
        margin: 0 auto 24px auto;
    }
    .categories_list{
        overflow: scroll;
    }
    .categories_list::-webkit-scrollbar {
        display: none;
    }     
    .package_card {
        width: 100%;
        padding: 0 0 24px 0;
    } 
    .package_cards{
        margin: 0;
    }
    /* .package_card:not(:nth-child(2n)) {
        margin-right: 0;
    } */
    /* .measure_card:not(:nth-child(3n)) {
        margin-right: 0;
    } */
    .measure_card {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .measure_cards{
        margin: 0;
    }
    #contact .form_input{
        width: 100%;
    } 
    #contact input, #contact textarea {
        width: 100%;
    }
}
@media only screen and (max-width: 565px){
    .reserv_card {
        max-width: 100%;
    }
    .reserv_card:not(:nth-child(2n)) {
        margin-right: 0;
    }
}