@media (min-width: 1280px){
    .container{
        max-width: 1188px;
    }
    .cm_work_with_container{
        max-width: 1400px;
    }
}

@media (max-width: 1600px){
    .hero_shape_wrap {
        width: 940px;
    }
    .hero_img {
        margin-right: -130px;
        padding-left: 0;
    }
}

@media (max-width: 1440px){
    .hero_shape_wrap {
        width: 860px;
    }
    .cm_row_wrap {
        padding-bottom: 119px;
    }
}

@media (max-width: 1200px){
    .hero_img {
        margin-right: 0;
        padding-left: 0;
    }
    .hero_shape_wrap {
        width: 780px;
    }
    .cm_row_wrap {
        padding-bottom: 100px;
    }
    .hero_title {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .hero_detils_text {
        font-size: 18px;
        max-width: unset;
        margin-bottom: 30px;
    }
    .hero_dummy_text {
        margin-bottom: 30px;
    }
    .cm_web_btn {
        margin-bottom: 30px;
    }
    .cm_title h6 {
        margin-bottom: 20px;
    }
    .cm_work_with_container {
        background-size: cover;
    }
    #how_it_works {
        padding-top: 110px;
    }
    #case_study_sec {
        padding: 85px 0;
    }
    #lodging_partner_sec {
        padding-top: 110px;
    }
    .al_center {
        padding-bottom: 100px;
    }
    #work_with_us_sec {
        padding-top: 95px;
    }
    #service_sec {
        padding-top: 95px;
    }
    #footer_section {
        padding-top: 167px;
    }
}

@media (max-width: 1199px){
    .hero_title {
        font-size: 38px;
    }
    .hero_shape_wrap {
        width: 660px;
    }
    .hero_detils_text {
        font-size: 16px;
    }
    .phone_number {
        font-size: 20px;
    }
    .cm_mtb {
        padding: 70px 0;
    }
    #footer_section .cm_row {
        flex-direction: column;
    }
    .footer_logo{
        margin-bottom: 20px;
    }
    .cm_work_with_container {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #work_with_us_sec {
        padding-top: 80px;
    }
    #lodging_partner_sec {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    #case_study_sec {
        padding: 80px 0;
    }
    #how_it_works {
        padding-top: 100px;
    }
    #hero_sec .row {
        margin-top: 50px;
    }
}

@media (max-width: 991px){
    /* Mobile Menu Start */
    .menu_toggle_btn {
        cursor: pointer;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        width: 25px;
        height: 25px;
        position: relative;
        z-index: 102;
    }
    .menu_toggle_btn span {
        width: 18.39px;
        height: 2px;
        background-color: #FFFFFF;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .menu_toggle_btn span:nth-child(1) {
        margin-top: 0;
        margin-bottom: 9px;
        width: 12px;
        margin-left: auto;
    }
    .menu_toggle_btn span:nth-child(2) {
        width: 25px;
        margin-bottom: 9px;
    }
    .menu_toggle_btn span:nth-child(3) {
        width: 12px;
        margin-right: auto;
    }
    .open_menu .menu_toggle_btn span:nth-child(1) {
        transform: rotate(45deg) translateY(2px) translateX(5px);
        width: 25px;
    }
    .open_menu .menu_toggle_btn span:nth-child(2){
        display: none;	
    }
    .open_menu .menu_toggle_btn span:nth-child(3) {
        transform: rotate(-43deg) translateY(-3px) translateX(6px);
        width: 25px;
    }
    .menu_item{
        opacity: 0;
        transition: all 0.4s ease;
        transform: translateY(-20px);
    }
    .menu_item:nth-child(1) {
        transition-delay: 0.25s;
    }
    .menu_item:nth-child(2) {
        transition-delay: 0.35s;
    }
    .menu_item:nth-child(3) {
        transition-delay: 0.50s;
    }
    .menu_item:nth-child(4) {
        transition-delay: 0.65s;
    }
    .menu_item:nth-child(5) {
        transition-delay: 0.80s;
    }
    .open_menu .menu_item {
        opacity: 1;
        transform: translateY(0px);
    }
    /* Mobile Menu Close */
    .menu_list path{
        fill: #fff;
        transition: all 0.3s ease-in-out 0s;
    }
    .menu_list:hover path{
        fill: #000000;
    }
    .drop_wrap{
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .flyout > a {
        padding: 6px 15px;
        font-size: 16px;
        text-align: center;
    }
    /* Mobile Menu Open Start */
    .menu_block {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #5bc0de;
        clip-path: circle(0px at 100% 0px);
        -webkit-clip-path: circle(0px at 100% 0px);
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
        z-index: 100;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .open_menu .menu_block {
        clip-path: circle(100%);
        -webkit-clip-path: circle(100%);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
        text-align: center;
    }
    .inn_menu {
        flex-direction: column;
    }
    .menu_list {
        color: #ffff;
    }
    .menu_item{
        width: 100%;
        margin-bottom: 15px;
    }
    .menu_item:not(:first-child){
        margin-left: 0;
    }
    
    /* Mobile Menu Open Close */
    .hero_title {
        font-size: 29px;
        margin-bottom: 20px;
    }
    .hero_sub {
        margin-bottom: 20px;
    }
    #hero_sec {
        padding-top: 137px;
    }
    .hero_shape_wrap {
        width: 510px;
    }
    .service_logo_wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .cm_web_btn {
        padding: 10px 37px;
        margin-bottom: 20px;
    }
    .works_details {
        padding-left: 60px;
    }
    .count_box {
        left: -15px;
        width: 54px;
        height: 54px;
    }
    .works_content + .works_content {
        margin-top: 15px;
    }
    .works_ttile {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .cm_mtb {
        padding: 50px 0;
    }
    .service_logo_wrap {
        justify-content: center;
    }
    .service_logo_wrap > a{
        margin-bottom: 30px;
    }
    #how_it_works {
        padding-top: 60px;
    }
    #our_testimonials_sec .row{
        justify-content: center;
    }
    .testimonials_box{
        margin-bottom: 20px;
    }
    #service_sec .row > div{
        margin-bottom: 20px;
    }
    #footer_section {
        padding-top: 147px;
        padding-bottom: 15px;
    }
    .footer_menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cm_work_with_container {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .testimonials_box p {
        font-size: 16px;
    }
    #our_testimonials_sec .row {
        margin-top: 35px;
    }
    .service_box {
        padding: 30px 0 30px;
    }
    .al_center {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px){
    .cm_row_wrap {
        padding-bottom: 80px;
        flex-direction: column-reverse;
    }
    .hero_countent{
        margin-top: 40px;
    }
    .hero_detils_text {
        margin-bottom: 20px;
    }
    .hero_dummy_text {
        margin-bottom: 20px;
    }
    .day_and_time {
        margin-top: 0;
    }
    .cm_title h6 {
        margin-bottom: 15px;
    }
    .service_logo_wrap {
        margin-top: 30px;
    }
    .service_logo_wrap {
        justify-content: space-around;
    }
    .hero_shape_wrap {
        width: 80%;
    }
    #work_with_us_sec {
        padding-top: 60px;
    }
    #our_testimonials_sec {
        padding-top: 60px;
    }
    .count_box {
        position: relative;
        left: 0;
        top: 0;
        transform: unset;
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cm_mtb {
        padding: 30px 0;
    }
    .works_ttile {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .works_content {
        font-size: 14px;
    }
    .works_details {
        padding-left: 0;
        margin-top: 30px;
    }
    #how_it_works {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .service_logo_wrap {
        margin-top: 0;
    }
    #hero_sec .row {
        margin-top: 30px;
    }
    .case_study_btn{
        margin-top: 20px;
    }
    #case_study_sec {
        padding: 60px 0;
    }
    #lodging_partner_sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .help_great_content{
        margin-top: 20px;
    }
    .al_center {
        padding-bottom: 60px;
    }
    .cm_title h2 br{
        display: none;
    }
    .pratner_blog {
        padding: 20px 15px;
    }
    .testimonials_box {
        padding: 35px 28px 35px;
    }
    #service_sec {
        padding-top: 60px;
    }
}

@media screen and (max-width:600px){
    .hero_shape_wrap {
        width: 90%;
    }
    .copy_right_box{
        flex-direction: column;
    }
    .copy_right_text span {
        margin: 0 15px;
    }
    .f_dots {
        margin: 0 15px;
    }
    #footer_section {
        padding-top: 127px;
    }
    #footer_section .cm_row {
        padding-bottom: 40px;
    }
}

@media (max-width: 400px){
    body {
        font-size: 16px;
    }
    #hero_sec {
        padding-top: 97px;
    }
    .hero_sub {
        margin-bottom: 15px;
    }
    .hero_detils_text {
        font-size: 14px;
    }
    .hero_detils_text {
        margin-bottom: 15px;
    }
    .cm_web_btn {
        text-align: center;
        width: 100%;
    }
    .cm_title h2 {
        font-size: 27px;
    }
    .cm_title h6 {
        margin-bottom: 10px;
        font-size: 14px;
    }   
    .cm_row_wrap {
        padding-bottom: 70px;
    } 
    .phone_number {
        font-size: 18px;
    }
    .hero_countent {
        margin-top: 30px;
    }
    .hero_shape_wrap {
        width: 70%;
    }
}

@media (max-width: 367px){
    .hero_title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}


