/* responsive styles */       
@media only screen and (min-width:1400px) {

}
@media only screen and (min-width:1500px) {

}
@media only screen and (min-width:1600px) {

}
@media only screen and (min-width:1700px) {

}
@media only screen and (min-width:1800px) {

}
@media only screen and (min-width:1920px) {

}
@media only screen and (min-width: 2160px) {

}
@media only screen and (min-width: 2500px) {

}



@media only screen and (max-width:1300px) {

    /* contact us page */
    .contactus_banner_title{
        float: left;
        width: 100%;
    }
    .contactus_banner_title .ban_review_rating{
        left: 2em;
    }
    .contactus_banner_content{
        padding: 0 2em;
    }
    .contactus_banner_content h1 {
        font-size: 37px;
        line-height: 47px;
    }
    .contactus_image img{
        height: 425px;
    }
    .contactus_map_inner .mapouter, .contactus_map_inner .gmap_canvas{
        height: 500px;
    }

  
}
@media only screen and (max-width:1200px) {

    /* aboutus page */
    .aboutus_first_inner h3, .aboutus_first_inner h2{
        font-size: 37px;
        line-height: 47px;
    }
    .aboutus_first_imageblk span{
        font-size: 28px;
    }
    .aboutus_second_inner h3, .aboutus_second_inner h2{
        font-size: 37px;
        line-height: 47px;
    }
    .aboutus_second_image{
        margin-bottom: 2em;
    }
    .aboutus_reviews_block .review_single_inner{
        background-image: unset;
        padding: 2em 1em 1em 1em;
    }
    .aboutus_third_inner h3, .aboutus_third_inner h2{
        font-size: 32px;
        line-height: 42px;
    }
    .aboutus_last_inner h3, .aboutus_last_inner h2{
        font-size: 37px;
        line-height: 47px;
    }
    .aboutus_footertop_content h3{
        font-size: 37px;
        line-height: 47px;
    }
    .aboutus_footertop_content h4 {
        font-size: 30px;
        line-height: 40px;
    }

    /* blog page */
    .blog_page_firstblk{
        float: left;
    }
    .blog_page_first_rightsec .blog_single_content{
        right: 0;
    }
    .blog_page_secondblk .blog_single_content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    /* blog detail page */
    .blogdetail_page_wrapper h2{
        font-size: 37px;
        line-height: 47px;
    }
    .blogdetail_page_wrapper h4, .blogdetail_page_wrapper h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .detailpage_blogpost_slick .blog_single_image::after{
        height: 50px;
        width: 50px;
    }

    /* career page */
    
    .Career_first_title h2 {
        font-size: 29px;
        line-height: 39px;
    }
    
    .Career_second_title h3 {
        font-size: 29px;
        line-height: 39px;
    }
    .job_description_inner h3 {
        font-size: 21px;
        line-height: 31px;
        padding: 0 5em 0 0;
        min-height: 62px;
        display: flex;
        align-items: center;
    }
    .Career_whychoose_inner::after{
        width: 100%;
    }
    .Career_whychoose_title h3 {
        font-size: 37px;
    }
    .career_second_inner h3, .career_second_inner h2 {
        font-size: 37px;
        line-height: 47px;
    }
    .career_content_single{
        padding: 2em;
    }

    /* coupon page */
    .coupon_title h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .coupon_page_title h2 {
        font-size: 37px;
        line-height: 47px;
    }

    /* contact us page */
    .contact_link h2 {
        font-size: 30px;
        line-height: 40px;
    }

}
@media only screen and (max-width:992px) {
    /* aboutus page */
    .aboutus_first_inner h3, .aboutus_first_inner h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .aboutus_first_imageblk{
        margin-bottom: 2em;
    }
    .aboutus_second_inner h3, .aboutus_second_inner h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .aboutus_second_image img{
        height: 500px;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }
    .aboutus_second_image {
        margin-right: 2em;
    }
    .aboutus_reviews_block .slick-list.draggable {
        padding: 2em 0;
    }
    .aboutus_reviews_block .slick-active+.slick-active .review_single_inner{
        top: -1em;
    }
    .aboutus_third_image img{
        height: 500px;
    }
    .aboutus_third_inner h3, .aboutus_third_inner h2 {
        font-size: 29px;
        line-height: 39px;
    }
    .aboutus_thirdblk::after{
        width: 100%;
    }
    .aboutus_third_image::before{
        background-image: unset;
        background-color: #1a608f; 
    }
    .aboutus_last_inner h3, .aboutus_last_inner h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .aboutus_last_image{
        margin-left: 1em;
    }
    .aboutus_footertop_content h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .aboutus_footertop_content h4 {
        font-size: 27px;
        line-height: 37px;
    }

    /* blog page */
    .blog_page_first_leftsec .blog_single_image img {
        height: 365px;
    }
    .blog_page_first_leftsec {
        width: 33%;
    }
    .blog_page_first_rightsec{
        width: 67%;
    }
    .blog_page_first_rightsec .blog_single{
        width: 50%;
    }
    .blog_page_first_rightsec .blog_single_image{
        width: 100%;
    }
    .blog_page_first_rightsec .blog_single_content {
        position: relative;
        top: unset;
        right: unset;
    }
    .blog_page_first_rightsec .blog_single_inner{
        padding: 0 10px;
    }
    .blog_page_secondblk{
        float: left;
        width: 100%;
    } 
    .blog_page_secondblk .blog_single_content, .blog_page_first_leftsec .blog_single_content{
        width: 100%;
        position: relative;
        bottom: unset;
        right: unset;
        padding: 1em 1em;
    }
    .blog_page_secondblk .blog_single {
        margin: 2em 0;
    }
    .blog_page_secondblk .blog_single_inner{
        padding: 0 10px;
    }


    /* blog detail page */
    .blogdetail_image{
        margin: 3em 3em 2em 2em;
    }
    .blogdetail_image img {
        height: 500px;
    }
    .blogdetail_imageblk::after{
        left: -10px;
        width: 100%;
        height: 100%;
    }
    .blogdetail_page_wrapper h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .blogdetail_page_wrapper h4, .blogdetail_page_wrapper h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .detailpage_blogs_right .blog_single_content h4, .detailpage_blogpost_slick .blog_single_content h4 {
        font-size: 19px;
        line-height: 28px;
    }
    .detailpage_blogpost_slick .blog_single_image::after{
        content: unset;
    }

    /* career page */
    .Career_first_title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .Career_second_title h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .job_description_inner h3 {
        font-size: 19px;
        line-height: 29px;
    }
    
    /* coupons page */
    .coupon_page_title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    /* contact us page */
    .contactus_form_inner{
        padding: 2em 1em;
    }
    .captcha_box .g-recaptcha{
        max-width: 90%;
    }
    

}
@media only screen and (max-width:767px) {
  
    /* aboutus page */
    .aboutus_first_inner{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_first_imageblk{
        width: 100%;
        margin: 0 0 3em;
    }
    .aboutus_first_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_first_image img{
        height: 400px;
    }
    .aboutus_first_shortimage{
        bottom: 0;
    }
    .aboutus_first_imageblk span{
        right: 0;
        left: unset;
    }
    .aboutus_first_inner h3, .aboutus_first_inner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .aboutus_secondblk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_second_inner{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .aboutus_second_imageblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .aboutus_second_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_second_inner h3, .aboutus_second_inner h2{
        display: block;
        font-size: 31px;
        line-height: 41px;
        float: left;
        width: 100%;
    }
    .aboutus_thirdblk,
    .aboutus_lastblk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_third_inner,
    .aboutus_last_inner{
        margin: 0;
        padding: 0;
    }
    .aboutus_third_imageblk,
    .aboutus_last_imageblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .aboutus_third_image,
    .aboutus_last_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_third_image img,
    .aboutus_last_image img{
        height: 400px;
    }
    .aboutus_last_inner h3, .aboutus_last_inner h2 {
        font-size: 32px;
        line-height: 42px;
        display: block;
        float: left;
        width: 100%;
    }
    .aboutus_footertop_content h3 {
        font-size: 32px;
        line-height: 41px;
    }
    .aboutus_footertop_content h4 {
        font-size: 26px;
        line-height: 36px;
    }

    /* blog page */
    .blog_page_firstblk{
        width: 100%;
    }
    .blog_page_first_leftsec{
        width: 100%;
    }
    .blog_page_inner .blog_single{
        width: 100%;
        margin: 2em 0;
    }
    .blog_page_first_leftsec {
        float: left;
        width: 100%;
        margin: 2em 0;
    }
    .blog_page_first_rightsec{
        float: left;
        width: 100%;
    }
    .blog_page_inner .blog_single_image img{
        height: 275px;  
    }

    /* blog detail page */
    .blogdetail_page_wrapper{
        margin: 1em 0;
        padding: 1em 0;
    }
    .blogdetail_page_inner{
        margin: 0;
        padding: 0;
    }
    .blogdetail_imageblk{
        width: 100%;
        margin: 2em 0;
    }
    .blogdetail_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .blogdetail_image img{
        height: 400px;
    }
    .blogdetail_page_wrapper h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .blogdetail_page_wrapper h4, .blogdetail_page_wrapper h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .detailpage_blogs_right{
        display: none;
    }

    /* career page */
    .Career_page_firstbk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .Career_first_title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .Career_second_title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .Career_jobdetail_inner{
        margin: 0;
    }
    a.apply_link{
        position: relative;
        top: unset;
        right: unset;
        display: inline-block;
        margin: 1em 0 0;
    }
    .job_description_single{
        width: 100%;
    }
    .job_description_inner{
        width: 100%;
        margin: 1em;
    }
    .Career_whychoose_block{
        padding: 1em 0;
        margin: 1em 0;
    }
    .Career_whychoose_title h3 {
        font-size: 32px;
    }
    .career_whychoose_single{
        float: left;
        width: 100%;
    }
    .career_whychoose_single_inner{
        flex-direction: row;
        margin: 0 10px;
        background-color: #a71f25;
    }
    .career_whychoose_single:nth-child(even) .career_whychoose_single_inner{
        flex-direction: row-reverse;
        background-color: #004d93;        
    }
    .Career_whychoose_inner::after,
    .career_page_secondblk::after{
        content: unset;
    }
    .career_whychoose_detail h4,
    .career_whychoose_single:nth-child(even) .career_whychoose_detail h4{
        color: #fff;
    }
    .career_page_secondblk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .career_second_inner{
        margin: 0;
    }
    .career_second_imageblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .career_second_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;        
    }
    .career_second_image img{
        height: 400px;
    }
    .career_second_inner h3, .career_second_inner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .career_last_inner{
        display: flex;
        flex-direction: column;
    }
    .career_content_single {
        padding: 1em;
        order: 2;
    }
    .career_last_imageblk{
        float: left;
        width: 100%;
        margin: 2em 0 1em;
        order: 1;
    }
    .career_last_image{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;   
    }
    .career_last_imageblk img{
        height: 400px;
    }

    /* coupons page */
    .coupon_title{
        width: 100%;
    }
    
    /* contact us page */
    .contactus_banner_inner{
        padding: 2em 0 0;
        margin: 0;
    }
    .contactus_banner_title .ban_review_rating{
        top: unset;
        left: unset;
        position: relative;
        justify-content: center;
        margin: 0 0 1em;
    }
    .contactus_page_wrapper{
        margin: 1em 0;
        padding: 1em 0;
    }    
    .contactus_form_block{
        width: 100%;
        padding: 0;
        margin: 0 0 2em;
    }
    .contactus_form_inner{
        width: 100%;
    }
    .contactus_map_block{
        width: 100%;
        padding: 0;
    }
    .contactus_image{
        display: none;
    }
    .contact_link h2 {
        font-size: 27px;
        line-height: 37px;
    }
    .contactus_map_inner .mapouter, .contactus_map_inner .gmap_canvas {
        height: 400px;
    }

}
@media only screen and (max-width:480px) {
    /* aboutus page */
    .aboutus_first_image{
        max-width: 90%;
    }
    .aboutus_first_image img{
        height: 300px;
    }
    .aboutus_first_shortimage{
        left: 0;
    }
    .aboutus_first_shortimage img{
        height: 150px;
    }
    .aboutus_first_inner h3, .aboutus_first_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .aboutus_second_image{
        max-width: 90%;
    }
    .aboutus_second_image img{
        height: 300px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .aboutus_second_inner h3, .aboutus_second_inner h2{
        font-size: 28px;
        line-height: 38px;
    }
    .aboutus_third_image, .aboutus_last_image{
        max-width: 90%;
    }
    .aboutus_third_image img, .aboutus_last_image img{
        height: 300px;
    }
    .aboutus_third_inner h3, .aboutus_third_inner h2 {
        font-size: 27px;
        line-height: 37px;
    }
    
    /* blog page */
    .blog_page_first_title{
        display: none;
    }

    /* blog detail page */
    .detailpage_blogs_post{
        overflow: hidden;
    }
    .blogdetail_image{
        max-width: 90%;
    }
    .blogdetail_image img{
        height: 300px;
    }
    .blogdetail_imageblk::after {
        height: 104%;
    }
    .blogdetail_page_wrapper h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .blogdetail_page_wrapper .home_reviews_title h3{
        font-size: 30px;
    }
    .blogdetail_page_wrapper h4, .blogdetail_page_wrapper h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .detailpage_blogs_left{
        float: left;
        width: 100%;
    }
    .detailpage_blogpost_slick .slick-list.draggable{
        margin: 0 -150px 0 0;
    }

    /* career page */
    .Career_first_imageblk img{
        object-position: right;
    }
    .job_description_inner h3{
        padding: 0;
    }
    .job_description_inner{
        margin: 1.5em 0;
    }
    .Career_whychoose_title h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .career_whychoose_single_inner{
        float: left;
        width: 100%;
        gap: 15px;
        margin: 0;
    }
    .career_whychoose_icon{
        width: 30%;
        max-width: unset;
    }
    .career_whychoose_detail{
        float: left;
        width: 70%;
    }
    .career_second_image{
        max-width: 90%;
    }
    .career_second_image img{
        height: 300px;
    }
    .career_second_inner h3, .career_second_inner h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .career_last_image{
        max-width: 90%;
    }
    .career_last_image img{
        height: 300px;
    }

    /* coupons page */
    .coupon_page_title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .coupon_title h4 {
        font-size: 20px;
        line-height: 28px;
    }

    /* contact us page */
    .contactus_page_wrapper{
        margin: 2em 0;
    }
    .contactus_banner_content{
        padding: 0;
    }
    .contactus_banner_inner{
        padding: 0;
    }
    label {
        font-size: 15px;
        line-height: 25px;
    }
    .form-group.servicesch select, .formcover_contact input.form-control{
        font-size: 14px;
        line-height: 24px;
    }
    .time, .servicesch{
        padding: 0;
    }
    .contactsubmit_btn{
        float: left;
        width: 100%;
    }
    .contact_link h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .contact_link p {
        font-size: 16px;
        line-height: 28px;
    }
    .contact_link ul li strong {
        font-size: 18px;
    }
    a.contact_link_call {
        font-size: 18px;
    }
    .contact_link ul li p {
        font-size: 18px;
        line-height: 28px;
    }
    .contactus_map_inner .mapouter, .contactus_map_inner .gmap_canvas {
        height: 250px;
    }
    .captcha_box .g-recaptcha {
        max-width: 100%;
    }
    .contactsubmit_btn button {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        padding: 10px 0px;
    }

/* coupons page */
    .coupons_page_wrapper .coupon_page_title{
        display: none;
    }

    .coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_offer sub,
    .coupons_page_inner .coupon_single:nth-child(3n+2) .coupon_offer span{
        color: #9d1c20;
    }
    .coupons_page_inner .coupon_single {
        float: left;
        width: 50%;
        margin: 1em 0;
    }
    .coupons_page_inner .coupon_single_inner {
        padding: 15px 10px;
        margin: 0 5px;
    }
    .coupons_page_inner .coupon_offer span {
        font-size: 36px;
    }
    .coupons_page_inner .coupon_title h4 {
        font-size: 16px;
        line-height: 21px;
    }


}