@media only screen and (max-width: 1199px) {
    /* Typography */
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    /* End Typography */

    /* Common Button */
    .primary-btn {
        font-size: 15px;
        line-height: 18px;
        padding: 12px 20px;
    }
    /* End Common Button */

    /* Spacing Style */
    .py-80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pt-80 {	
        padding-top: 70px;	
    }	
    .pb-80 {	
        padding-bottom: 70px;	
    }
    /* End Spacing Style */

    /* Banner */
    .home .banner_content h1 {
        margin: 0 0 20px 0;
    }
    /* End Banner */

    /* Locations */
    .location_box_content h3 {
        bottom: 15px;
        left: 20px;
    }
    /* End Locations */

    /* Destinations */
    .destinations_box h5 {
        margin: 25px 0 8px 0;
    }
    /* End Destinations */

    /* Review Slider */
    .guest_reviews_slider .swiper-wrapper {
        margin-bottom: 56px;
    }
    /* End Review Slider */

    /* Membership */
    .membership_box h4 {
        font-size: 26px;
        line-height: 30px;
    }
    /* End Membership */

    /* Company Certificates */
    .certificate_box {
        padding: 40px;
        min-height: 150px;
    }
    /* End Company Certificates */

     /* Download */	
     .download_content {	
        padding-top: 70px;	
        padding-bottom: 70px;	
    }	
    /* End Download App */	

    /* Instagram Post */	
    .instagram_username {	
        gap: 20px;	
        margin-bottom: 35px;	
    }	
    .instagram_username a.insta_icon {	
        width: 50px;	
        height: 50px;	
    }	
    .instagram_post a img {	
        max-height: inherit;	
    }	
    /* End Instagram Post */

    /* Footer */
    #cai_footer {
        padding: 70px 0 0;
    }
    /* End Footer */
}

@media only screen and (max-width: 991px) {
    /* Typography */
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    p {
        font-size: 15px;
        line-height: 26px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    address,
    p,
    pre,
    blockquote,
    dl,
    dd,
    menu,
    table,
    caption,
    hr {
        margin: 0 0 25px 0;
    }
    /* End Typography */

    /* Spacing Style */
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-80 {	
        padding-top: 60px;	
    }	
    .pb-80 {	
        padding-bottom: 60px;	
    }
    .mb-40 {
        margin-bottom: 35px;
    }
    .mb-30 {
        margin-bottom: 25px;
    }
    /* End Spacing Style */

    /* Header */
    .main_navigation,
    .header_cta > .primary-btn {
        display: none;
    }
    .mobile_menu {
        display: block;
    }
    .mobile_menu_img img {
        /*filter: brightness(0) invert(1); */
        width: 22px;
        height: 22px;
    }
    .header .offcanvas-body ul li {
        position: relative;
        border-bottom: 1px solid #2b2b2b;
    }
    .header .offcanvas-body ul ul li:last-child{
        border:0
    }
    .header .offcanvas-body ul li a {
        padding: 10px 16px;
        color:#fff
    }
    .header .offcanvas-body ul li a:hover{
        color:#6ba5f2
    }
    .mobile_menu .btn.btn-primary {
        background: inherit;
        border: 0;
        border-radius:4px;
        background: linear-gradient(92.4deg, #79c4f2 19.23%, #6ba5f2 85.39%);
        padding: 11px;
    }
    .mobile_menu_img:active,
    .mobile_menu_img:focus {
        border: none;
        outline: none;
    }
    .btn-close:hover {
        opacity: 1;
    }
    .offcanvas-header {
        justify-content: flex-end;
    }
    body .offcanvas-body {
        text-align: left;
        padding: 0;
        display:flex;
        flex-direction:column;
    }
    .header .offcanvas-body ul.sub-menu li a {
        padding-left: 50px;
    }
    .payment_btn {
        padding: 10px;
    }

    .mobile_menu .payment_btn .razorpay-payment-button{
        width:100%;
    }

    .payment_btn .PaymentButton--dark{
        display:flex !important;
        justify-content:center;
    }

    .payment_btn .PaymentButton--dark svg{
        position:relative !important;
    }

    .payment_btn .PaymentButton-contents {
        padding-left:0 !important;
    }

    .offcanvas-header .btn-close{        
        background: url("../images/icon_close.svg") no-repeat center;
    }

    .offcanvas.offcanvas-start {
        width: 320px;
        background-color:#0D0D0D;
        height: 100vh;
    }
    /* End Header */

    /* Destinations */
    .destinations_box h5 {
        margin: 20px 0 6px 0;
    }
    /* End Destinations */

    /* Review Slider */
    .guest_reviews_slider .swiper-wrapper {
        margin-bottom: 46px;
    }
    /* End Review Slider */

    /* Membership */
    .membership_box h4 {
        font-size: 24px;
        line-height: 28px;
    }
    /* End Membership */

    /* Company Certificates */
    .certificate_box {
        padding: 34px;
        min-height: 140px;
    }
    /* End Company Certificates */

     /* Download App */	
     .download_content {	
        padding-top: 60px;	
        padding-bottom: 60px;	
    }	
    /* End Download App */	

    /* Instagram Post */	
     .instagram_username {	
        gap: 16px;	
        margin-bottom: 30px;	
    }	
    .instagram_username a.insta_icon {	
        width: 40px;	
        height: 40px;	
    }	
    /* End Instagram Post */	


    /* Footer */
    #cai_footer {
        padding: 60px 0 0;
    }
    /* End Footer */

    /* Subscription Page */
    .card_image {
        margin-bottom: 30px;
    }
    .card_image img {
        margin: 0 auto;
    }
    .right_img {
        order: 1;
    }
    .left_content {
        order: 2;
    }
    /* End Subscription Page */

    .join_club_azzurro_box{
        max-width: 480px; 
        margin: 0 auto;
    }
}
@media only screen and (max-width: 824px) {
    body .um-account-side ul li {
        padding: 0 !important;
    }
    body .um-account-side li a {
        border-radius: 0;
    }
    .um-account-meta {
        padding: 8px !important;
    }
}
@media only screen and (max-width: 767px) {
    /* Typography */
    h1 {
        font-size: 28px;
        line-height: 36px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    address,
    p,
    pre,
    blockquote,
    dl,
    dd,
    menu,
    table,
    caption,
    hr {
        margin: 0 0 20px 0;
    }
    /* End Typography */

    /* Common Button */
    .primary-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    /* End Common Button */

    /* Spacing Style */
    .py-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-80 {	
        padding-top: 50px;	
    }	
    .pb-80 {	
        padding-bottom: 50px;	
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .mb-30 {
        margin-bottom: 20px;
    }
    /* End Spacing Style */

    /* Banner */
    .banner_image {
        min-height: 350px;
    }
    .home .banner_content h1 {
        margin: 0 0 14px 0;
    }
    /* End Banner */

    /* Locations */
    .location_box_content h3 {
        bottom: 15px;
        left: 15px;
    }
    /* End Locations */

    /* Destinations */
    .destinations_box h5 {
        margin: 15px 0 6px 0;
    }
    /* End Destinations */

    /* Review Slider */
    .guest_reviews_slider .swiper-wrapper {
        margin-bottom: 36px;
    }
    /* End Review Slider */

    /* Membership */
    .membership_box_inner {
        padding: 30px;
        margin:0 auto;
        max-width:300px;
    }
    .membership_box h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .membership_box ul li {
        font-size: 15px;
        line-height: 26px;
        padding-left: 28px;
    }
    /* End Membership */

    /* Company Certificates */
    .certificate_box {
        padding: 30px;
    }
    .certificate_box img {
        max-width: 130px;
    }
    /* End Company Certificates */

     /* Download App */	
     .download_app{	
        padding-top:0;	
    }	
    .download_content {	
        padding-top: 50px;	
        padding-bottom: 50px;	
    }	
    /* End Download App */	

    /* Instagram Post */	
    .instagram_username {	
        gap: 16px;	
        margin-bottom: 30px;	
    }	
    .instagram_username a.insta_icon {	
        width: 40px;	
        height: 40px;	
    }	
    /* End Instagram Post */	

    /* Footer */
    #cai_footer {
        padding: 50px 0 0;
    }
    .footer_column {
        margin-bottom: 0;
    }
    .footer_column h4.footer_title {
        padding: 12px 0;
        cursor: pointer;
        position: relative;
        margin: 0;
    }
    .footer_column h4.footer_title::before {
        content: "";
        position: absolute;
        background: url("../images/icon_cheveron.svg") no-repeat right center;
        background-size: contain;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 14px;
        height: 14px;
        filter: brightness(0) invert(1);
        transition: 0.4s;
    }
    .footer_column h4.footer_title.active::before {
        transform: rotate(180deg);
        transition: 0.4s;
    }
    .footer_column_4 {
        margin: 20px 0;
    }
    /* End Footer */

    .join_club_azzurro_box {
        padding: 30px 24px;
        max-width:300px;
        margin:0 auto;
    }

    /* .company_logos {
        display: none;
    } */

    /* Contact Us */
    .contact_left {
        margin-bottom: 30px;
    }
    /* End Contact Us */

    .download_content{
        padding-top:0;
    }

    .download_logo{
        display: none;
    }

    .pt-80, .download_app{
        padding-top:40px;
    }

    .home .company_logos{
        padding-bottom:40px;
    }

    .top_header{
        display:none
    }

    .instagram_post{
        margin-bottom:16px;
    }

    .popup-content{
        width: 100%;
        max-width:95%;
    }

    /* Jobs */
    .single_job_listing .company .tagline{
        margin-left:0;
        padding-left:0;
        margin-top:25px;
    }

    .post_detail_content h2{
        margin-bottom:16px;
    }

    .c-go-top{
        right:20px;
        bottom:100px;
    }
}

@media only screen and (max-width: 575px) {
    /* Typography */
    h1 {
        font-size: 22px;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    address,
    p,
    pre,
    blockquote,
    dl,
    dd,
    menu,
    table,
    caption,
    hr {
        margin: 0 0 15px 0;
    }
    /* End Typography */

    /* Spacing Style */
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-80 {	
        padding-top: 40px;	
    }	
    .pb-80 {	
        padding-bottom: 40px;	
    }
    /* End Spacing Style */

    /* Header */
    .header .header_logo img {
        max-width: 120px;
    }
    .header.smaller .header_logo img {
        max-width: 100px;
    }
    .offcanvas.offcanvas-start {
        width: 280px;
    }
    /* Header */

    /* Banner */
    .home .banner_image {
        min-height: 350px;
    }
    .banner_content {
        bottom: 100px;
    }
    .banner_slider .banner_slider_button_next,
    .banner_slider .banner_slider_button_prev {
        width: 30px;
        height: 30px;
        top: inherit;
        bottom: 20px;
        margin: 0 auto;
    }
    .banner_slider .banner_slider_button_prev {
        left: -40px;
        right: 0;
    }
    .banner_slider .banner_slider_button_next {
        right: -40px;
        left: 0;
    }
    /* End Banner */

    /* Locations */
    .locations {	
        margin-bottom: 0;	
    }
    .locations .section_title {
        text-align: center;
    }
    .location_box .row > div:last-child {	
        margin-bottom: 0;	
    }
    /* End Locations */

    /* Destinations */
    .section_title_cover {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .destinations p {
        text-align: center;
    }
    .destinations .view_all {
        margin-top: 20px;
    }
    .destinations_slider_button_wrap {
        margin: 30px 0 0 0;
    }
    .destination_img {
        margin-bottom: 16px;
    }
    .destination_locations .section_title_cover {
        justify-content: space-between;
        align-items: center;
        flex-direction: inherit;
    }
    .destination_locations .section_title_cover h2 {
        text-align: left;
    }
    .destination_locations .section_title_cover .primary-btn {
        flex-shrink: 0;
    }
    /* End Destinations */

    /* Review Slider */
    .guest_reviews .section_title {
        text-align: center;
    }
    .guest_reviews_slider .swiper-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }
    .guest_reviews_slider img {
        margin: 0 auto 20px;
    }
    /* End Review Slider */

    /* Membership */
    .membership_box_inner {
        padding: 20px;
    }
    .membership_box h4 {
        font-size: 20px;
    }
    .membership_box ul li {
        font-size: 14px;
    }
    /* End Membership */

    /* Company Certificates */
    .certificate_box {
        padding: 20px;
        min-height: 120px;
    }
    .certificate_box img {	
        max-width: 100px;	
    }
    /* End Company Certificates */

     /* Download App */	
     .download_content {	
        padding-top: 40px;	
        padding-bottom: 40px;	
    }	
    /* End Download App */	
    
    /* Instagram Post */	
    .instagram_username {	
        gap: 12px;	
        margin-bottom: 20px;	
    }	
    .instagram_username a.insta_icon {	
        width: 30px;	
        height: 30px;	
    }	
    .instagram_username a.insta_icon img {	
        max-width: 16px;	
    }	
    .instagram_post{	
        margin-bottom:20px;	
    }	
    .instagram_post:last-child {	
        margin-bottom:0;	
    }	
    /* End Instagram Post */

    /* Footer */
    #cai_footer {
        padding: 40px 0 0;
    }
    .copyright_text p {
        margin-bottom: 15px;
        text-align: center;
    }
    .payment_cards img {
        max-width: 220px;
        margin: auto;
    }
    /* .c-go-top {
        padding: 4px;
        width: 34px;
        height: 34px;
    }
    .c-go-top svg {
        width: 15px;
        height: 15px;
    } */
    /* End Footer */

    .cai-subscription-info .row {
        margin: 0;
    }
    .cai-subscription-info .row > div {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    a.destinations_box {
        text-align: center;
    }
    .destinations_box img {
        margin: 0 auto;
    }
}
