@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Open Sans', sans-serif; color: var(--text_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0; margin: 0;} 
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
/* font-family: "Open Sans", sans-serif; */

:root{
    --black: #000000;
    --white: #FFFFFF;
    --brand: #0073A2;
    --sub_heding: #030F50;
    --heding: #78909A;
    --text_color: #111111;
    --text_2: #CBEEFF;
    --icon: #6EC1E4;
}

@keyframes AnimateGradient{
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.benefits_h4{
    display: inline-block;
    margin-right: 10px;
}
.benefits_p{
    display: inline;
}











em{font-style: normal; letter-spacing: .1rem;}
/* p{line-height: 2.6rem;} */
h1,h2{font-size: 2.7rem; font-weight: 600; line-height: 3.5rem; color: var(--black); text-transform: capitalize;}
h3{font-size: 2rem; line-height: 3rem; color: var(--text_color); text-transform: capitalize; font-weight: 700;}
h4{font-size: 2rem; line-height: 3rem; color: var(--text_color); text-transform: capitalize;}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 4rem 0 7rem;}
.heding{color: var(--heding); font-size: 3rem; line-height: 4rem; font-weight: 700;}
.click_btn{position: relative; display: inline-block; height: 5.7rem; text-transform: capitalize; line-height: 5.7rem; margin-top: 3rem; letter-spacing: .1rem; padding: 0 6rem; font-size: 1.7rem; text-align: center; color: var(--white); background: var(--brand); border: none; border-radius: .8rem; box-shadow: .3rem 1.5rem 2.4rem -2.1rem #000000; font-family: "Roboto", sans-serif;}
.click_btn:hover{background: var(--icon); color: var(--white);}
.dtls_btn{height: 4.3rem; width: 14.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline-flex; font-weight: 500;  fill: var(--white);  color: var(--white);  background: var(--brand); font-size: 1.5rem; padding: 1.2rem 2.4rem; border-radius: .3rem; font-family: "Roboto", sans-serif;}
.dtls_btn:hover{color: var(--white); background: var(--black);}
.book_btn{height: 4.3rem; width: 14.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline-flex; font-family: "Roboto", Sans-serif; font-weight: 500; fill: #0472A1;  color: #0472A1; background-color: var(--white); font-size: 15px; padding: 12px 24px; border-radius: 3px; line-height: 1; margin-top: 2rem; text-transform: capitalize;}
.book_btn:hover{color: var(--white); background: #0472A1;}
.book_btn:focus { outline: solid 1px !important;}
.sub_btn{background: #333; border: 0; color: #f7f7f7; transition: all .5s; font-weight: 600; text-transform: uppercase; padding: 12px; font-size: 16px; margin-top: 3rem; font-family: "Roboto", sans-serif;}

/*top_button*/
.top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; }
.top_btn i{font-size: 1.7rem; line-height: 4rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}


.input_type [type="checkbox"]:checked, .input_type [type="checkbox"]:not(:checked) { position: absolute; left: -9999px;}
.input_type [type="checkbox"]:checked + label, .input_type [type="checkbox"]:not(:checked) + label{position: relative; padding-left: 2.8rem; cursor: pointer; line-height: 2rem; display: inline-block; color: #666;}
.input_type [type="checkbox"]:checked + label:before,
.input_type [type="checkbox"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 1.8rem; height: 1.8rem; border: .1rem solid #ddd; background: var(--white);}
.input_type [type="checkbox"]:checked + label:after,
.input_type [type="checkbox"]:not(:checked) + label:after {content: ''; width: .8rem; height: .8rem;background: var(--brand); position: absolute; top: .6rem; left: .6rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.input_type [type="checkbox"]:not(:checked) + label:after {  opacity: 0;  -webkit-transform: scale(0);  transform: scale(0);}
.input_type [type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}


/*=========================================================================================================================================================*/



.blog_baground_white_block{ background: #F6F6F6; }
.blog_baground_white_block .top_posted em a{ color:#0073a2; }
.blog_baground_white_block h1, .blog_baground_white_block .top_posted, .blog_baground_white_block .blog_admin_block .blog_admin_img span, .blog_baground_white_block .blog_admin_block small, .blog_baground_white_block .blog_admin_block .blog_admin_info{ color:#000 !important; }


/*=====================================================*/
.keep_news_social_block{ width: 23em !important; }
.keep_news_social_block .title{ font-size: 1.7rem !important; font-weight: 500; }
/*=====================================================*/
.date_icon_share{ justify-content:center;  }
.keep_reading_block { margin-bottom: 4rem; margin-top: 4rem; }
.keep_reading_block .keep_read_head{ font-family: serif; font-weight: 400; font-size: 3rem;  }
.keep_reading_block .keep_read_box .images img{ border-radius:.5rem; height: 24rem; object-fit:cover; }
.keep_reading_block .keep_read_box { margin-top: 3rem;  }
.keep_reading_block .keep_read_box .keep_text_content .keep_businres_small{ color:#7D1E62; letter-spacing: .5; font-size: 1.2rem; font-weight: 700; text-transform:uppercase; display:block; padding-top: 1rem; }
.keep_reading_block .keep_read_box h3 a{ font-family: serif; font-weight: 400; font-size: 2.4rem; padding: .4rem 0 1rem 0; color:var(--black); }
.keep_reading_block .keep_read_box .keep_date{ color: #81848B; font-weight: 600; font-size: 1.4rem; padding-top: 2rem; display: block; }
.keep_reading_block .keep_read_row{ --bs-gutter-x: 2.5rem !important; }
/*=====================================================*/
.keep_news_subscribe { padding: 3rem; background: #F6F6F6; border-radius:.5rem; }
.keep_news_subscribe .news_subscribe_head { color:#0B1018; font-size: 2rem; font-weight: 600; text-align:center; display:block; padding-bottom: 2rem; }
.keep_news_subscribe .subscribe_sub_head { color:#0B1018; font-size: 1.5rem; font-weight: 600; text-align:center; display:block; padding-bottom: 2rem; }
.keep_news_subscribe .input-group label{ position:absolute; top: 1.3rem; left: .7rem; z-index: 5; color:#030F50; }
.keep_news_subscribe .input-group input{ height:4rem; background: #fff; border-radius:.5rem; padding-left: 3rem; font-size: 1.4rem; color:var(--black); box-shadow:none;  }
.keep_news_subscribe .form-check{ margin-top: 4rem; }
.keep_news_subscribe .form-check label{ font-size: 1.4rem; }
.keep_news_subscribe button{ width:100%; }
/*=====================================================*/
.keep_treanding_article{ padding: 1.5rem 2rem 2rem 2rem; background: #F6F6F6; border-radius:.5rem; margin-top: 3rem; }
.keep_treanding_article .keep_treanding_article_head { font-family: serif; font-weight: 500; font-size: 2.4rem; margin: 0 0 2rem 0; color:var(--black); display:block; }
.keep_treanding_article ul li{ margin-top: 2rem; }
.keep_treanding_article ul li a{ gap: 1.5rem; }
.keep_treanding_article ul li .images img{ width:10rem; border-radius:.3rem; }
.keep_treanding_article ul li .li_content h3{ font-size: 1.4rem; line-height: 1.6; }
/*=====================================================*/
.keep_persen_date{ position:relative; background: #616CA4; padding: 2rem; margin-top: 3rem; border-radius:.5rem;  align-content:center; margin-bottom: 3rem; }
.keep_persen_date .keep_persen_date_head {  display: block; line-height: 1.2; font-size: 10rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1px #ffffff; text-stroke: 1px #ffffff; font-size: 120px; font-weight: 800; text-transform: uppercase; background-image: url("../images/persen_bg.png"); background-size: cover; background-position: center; color: transparent; -webkit-background-clip: text; background-clip: text; } 
.keep_persen_date p{ color:var(--white); font-size: 1.5rem; width:75%; padding-top: 2rem; }
.keep_persen_date .ani_img{ position:absolute; top: 50%; right:0; }
.keep_persen_date .ani_img img{ width:10rem; }
.keep_persen_date .keep_persen_date_button{ color: #ffbc18; font-size: 1.8rem; font-weight: 600; text-transform:uppercase; margin-top: 3rem; display:block; }



/*=========================================================================================================================================================*/
/*=========================================================================================================================================================*/
.blog_list_section { overflow: hidden; background:linear-gradient(239.6deg,#b3d3ff,hsla(0,0%,100%,0) 68.49%),linear-gradient(96.34deg,#f5f9ff 9%,#fff 105.85%); height:25rem; align-content:center; }
.blog_list_section .blog_list_box_desc h2{ font-size: 5rem; font-weight: 800; line-height: 1.3; }
/*=======================*/
.blog_list_block{ padding: 0 0 7rem 0; }
/*____________________________________________________________________________________*/
.blog_list_block .container-fluid{ padding: 0 5rem; }

.nav_pills_block_box{ background: linear-gradient(180deg,rgba(0, 115, 162, 1) 0%, rgba(3, 15, 80, 1) 91%); padding: 3rem 0; }



.blog_list_block .nav-pills{ gap: 1rem; width:80%; margin: 0 auto; }
.blog_list_block .nav_pills_block_box.fixed{ padding: 2rem; position: sticky; top: 5.4rem; left: 0; z-index: 555; }



.blog_list_block .nav-pills .nav-link{ color:var(--black); font-size: 1.6rem; font-weight: 600; padding: .8rem 2rem; border:.1rem solid rgba(255, 255, 255, 1); background: #f3f7ff; border-radius:10rem; }
.blog_list_block .nav-pills .all_aritcle{ font-size: 2rem; }
.blog_list_block .nav-pills .nav-link:hover{ background: var(--brand); color:#fff; }
.nav-pills .nav-link.active{ background: var(--sub_heding); color:#fff; }
/*____________________________________________________________________________________*/
.blog_list_block .all_main_blog{ padding-top: 3rem; }
.blog_list_block .all_main_blog .latest_artical_block{ margin-top: 5rem; }
.blog_list_block .all_main_blog .latest_artical_block .row{ --bs-gutter-x: 3.5rem; }
.blog_list_block .all_main_blog .latest_artical_block h4, .blog_list_block .all_main_blog .latest_artical_block .blog_list_link_heading{ font-weight: 700; font-size: 3rem; padding-bottom: 1rem; color:var(--sub_heding); }
.blog_list_block .latest_artical_block .blog_list_box .images img{ height:30rem; object-fit:cover; border-radius:.5rem .5rem 0 0; }
.blog_list_block .latest_artical_block .blog_list_box .text_block{ padding: 2rem; border:.1rem dashed rgba(0, 0, 0, .3); border-radius:0 0 .5rem .5rem; }
.blog_list_block .latest_artical_block .blog_list_box .text_block h3{ font-size: 2.4rem; font-weight: 600; padding-bottom: 1rem; }
.blog_list_block .latest_artical_block .blog_list_box .text_block p{ line-height: 1.9; }
.blog_list_block .latest_artical_block .blog_list_box .text_block h3 a{  border:none !important; margin-top: 0; color:var(--brand); }
.blog_list_block .latest_artical_block .blog_list_box .text_block .blog_list_box_btn{ margin-top: 2rem; display:block; color:var(--sub_heding); border-bottom:.1rem solid rgba(0, 0, 0, 1.0); width: fit-content; font-weight: 600; }
.blog_list_block .latest_artical_block .blog_list_box .text_block a i{ padding-left: .6rem; transition:all .4s ease; }
.blog_list_block .latest_artical_block .blog_list_box .text_block a:hover i{ transform:rotate(-45deg); }
.blog_list_block .latest_artical_block .blog_list_box{ margin-top: 2rem; }
/*____________________________________________________________________________________*/

.blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box{ display:flex; margin-top: 4rem; }
.blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box .images, .blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box .text_block{ width:100%; align-content:center; }
.blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box .images img{ height:30rem; }
/*____________________________________________________________________________________*/



.blog_list_cta{ margin-top: 7rem; }
.blog_list_cta .blog_list_cta_box{ gap:2.4rem; padding:3.6rem; border-radius:1.8rem; background: linear-gradient(90deg,#eef7ff 0%, #e6f0ff 30%, rgba(120,168,255,0.08) 55%, rgba(95,140,255,0.12) 100%); box-shadow: 0 6px 30px rgba(16,40,80,0.06); }
.blog_list_cta .blog_list_cta_box em{ font-weight: 600; color:var(--brand); }
.blog_list_cta .blog_list_cta_box h2{ font-family: system-ui; font-size: 3.5rem; line-height: 1.3; padding-bottom: 2rem; }

/*____________________________________________________________________________________*/





/*=========================================================================================================================================================*/
.resources_header {
    background: var(--sub_heding);
    color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.resources_header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.mobile_toggle_btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mobile_toggle_btn span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
}


/*=========================================================================================================================================================*/
/*=========================================================================================================================================================*/


.customer_story_banner_sec{ padding: 4rem 10rem; background: #00b5ff21; }
.customer_story_banner_sec .right_customer_video_block iframe{ width:100%; height:40rem; border-radius:1rem; }
.customer_story_banner_sec .left_customer_block{ padding: 5rem; align-content:center; height:100%; }
.customer_story_banner_sec .left_customer_block em{ font-weight: 500; font-size: 1.6rem; font-family: 'Roboto';  }
.customer_story_banner_sec .left_customer_block h1{ font-weight: 500; font-size: 5rem; line-height: 1.2; font-family: serif; padding: 1rem 0 2rem 0; }

/*_______________________________________________________________________________________________*/
.customer_story_list_sec{ padding: 3rem 0; }
.customer_story_list_sec .customer_story_list_box{box-shadow:rgba(0, 0, 0, .2) 0 0 1rem; border-radius:.5rem; margin-top: 2.5rem; }
.customer_story_list_sec .customer_story_list_box .images img{ border-radius:1rem 1rem 0 0; }
.customer_story_list_sec .customer_story_list_box .content_box { padding: 2rem;  }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_time{ border-bottom:.1rem solid rgba(0, 0, 0, .1); margin-bottom: 1rem; padding-bottom: 1rem; }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_time em{ font-weight: 600; color:var(--brand); }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_time span{ font-weight: 600; color:#585858; font-size: 1.4rem; }
.customer_story_list_sec .customer_story_list_box .content_box h3{ font-size: 1.8rem; color:var(--sub_heding); }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_btn { border-bottom:.1rem solid rgba(0, 0, 0, 1.0); color:var(--brand); font-weight: 600; margin-top: 1.5rem; display:block; width:fit-content; }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_btn i{ transition:all .4s ease; }
.customer_story_list_sec .customer_story_list_box .content_box .customer_story_list_btn:hover i{ padding-left: 1rem; transform:rotate(-45deg); }
.customer_story_list_sec .row{ --bs-gutter-x: 3rem; }

/*_______________________________________________________________________________________________*/
.customer_story_cta_section{ padding-bottom: 4rem; }
.customer_story_cta_section .decor_circle { border-radius:22px; padding:36px; text-align: center; background:linear-gradient(180deg,rgba(0, 115, 162, 1) 0%, rgba(3, 15, 80, 1) 91%); box-shadow:0 12px 30px rgba(79, 70, 229, 0.12); }
.customer_story_cta_section .decor_circle h2{ color:var(--white); font-size: 4rem; font-weight: 700; padding-bottom: 2rem; }
.customer_story_cta_section .decor_circle button{ display:block; text-align:center;  margin: 2rem auto; } 
.customer_story_cta_section .decor_circle span{ font-weight: 600; font-size: 1.6rem; color:var(--white); }









.client_success_quote_block {  }
.client_success_quote_block .right_text{ box-shadow:none !important; padding-bottom: 0 !important; padding-top: 0 !important; }
.client_success_quote_block .right_text img{ width:3rem; margin-bottom: 1.5rem; }










.client_success_storis_marinblue_abot{ padding: 6rem 0 0 0; }
.client_success_storis_marinblue_abot .container{ max-width:100%; padding: 0 17rem 0 10rem; ;  }
.client_success_storis_marinblue_abot .right_text{ margin-left: 10rem; box-shadow:rgba(0, 0, 0, .2) 0 0 1rem; padding: 2.5rem 2rem; border-radius:.3rem; }
.client_success_storis_marinblue_abot .left_text .left_text_head{ margin-left: 20rem; font-family: "Oswald", sans-serif; font-size: 9rem; background-image: linear-gradient(90deg,rgba(3, 15, 80, 1) 21%, rgba(225, 175, 31, 1) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent }
.client_success_storis_marinblue_abot .right_text .right_text_head{ font-family: serif; font-size: 4rem; padding-bottom: 2rem; display:block; }







.marinblue_banner .images_box img{ height:auto; }
.client_success_quote_block .quote_block_head{ margin-top: 2rem; display:block; font-weight: 600; font-size: 1.6rem; color:#000; }
.client_success_quote_block p{ color:#030f50; font-weight: 600; }


.client_success_storis_sec .left_text_block h1 {
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--black);
    padding-top: 1rem;
    line-height: 1.4;
    font-family: serif;
}


/*=========================================================================================================================================================*/

/*=========================================================================================================================================================*/
/* responsive */
@media only screen and (max-width: 1799px){

}
@media (min-width: 1200px) and (max-width: 9000px){
    .nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid #ccc; background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit;}
  
    .nav_top .dropdown:hover .dropdown-menu{max-height: 30rem;opacity: 1; visibility: visible;}
    .nav_top .dropdown-menu{max-height: 30rem !important; overflow-y: auto;}
  
  
    .nav_top .dropdown .dropdown-menu{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden; margin: 0; border: none; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; width: 25rem; padding: 0; border-radius: .5rem; left: 0; right: inherit; padding: 0; box-shadow: 0 0 1rem rgb(0 0 0 / 28%);}


    
}

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


.client_success_storis_marinblue_abot .left_text .left_text_head {
    margin-left: 12rem;}




}


/* responsive */
@media only screen and (max-width: 1699px){

  .guest_satisfaction_section .container{ padding: 0 5rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box h1{ font-size: 4rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_images_box img { height: 30rem; }
.guest_satisfaction_section .guest_satisfaction_box h2.heade_h2{ font-size: 3rem; }

.blog_list_block .latest_artical_block .blog_list_box .text_block h3 { font-weight: 600; font-size: 2rem; }


.client_success_storis_marinblue_abot .container { padding: 0 8rem 0 0rem; }


.marinblue_banner .images_box img{ height:auto; }
.marinblue_success_storis .left_text_block h2 { font-size: 2.8rem; }


}

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

    .guest_satisfaction_banner_sec .guest_satisfaction_images_box img { height: 27rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box h1 { font-size: 3.5rem; }
.guest_satisfaction_banner_sec .container{ padding: 0 3rem 0 3rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted em{ line-height: 1.4;}
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted{ align-items: inherit !important;}

.blog_list_block .container-fluid{ padding: 0 1.5rem; }


.keep_persen_date .keep_persen_date_head{ font-size: 90px; }
.keep_treanding_article ul li .images img {
    width: 7rem;}
  .client_success_storis_marinblue_abot .left_text .left_text_head {
        margin-left: 0;
    }
    .client_success_storis_marinblue_abot .container {
            padding: 0 2rem 0 0rem;
        }

            .marinblue_success_storis .left_text_block h2 {
        font-size: 2.2rem;
    }
    .client_success_storis_marinblue_abot .left_text .left_text_head{ font-size: 7rem; }
    .client_success_storis_marinblue_abot .row{ border:.1rem solid rgba(0, 0, 0, .1); }
    .clien_ready_get_sec .clien_ready_get_box h2 {
    font-size: 4rem;

}


/*next_add*/
.client_success_quote_block .row{ border:0 !important; }
}

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

.guest_satisfaction_banner_sec .container{ padding: 0 1.5rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_images_box img { height: 30rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box h2 { font-size: 3rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted{ padding: 3rem 0 2rem 0; }

.blog_list_block .nav_pills_block_box.fixed{     top: 5.1rem; }
   .client_success_storis_marinblue_abot .right_text {
    margin-left: 0;}

}



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

    .guest_satisfaction_banner_sec .guest_satisfaction_images_box  img { height: auto; }
.guest_satisfaction_section .container{ padding: 0 1.5rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box { margin-bottom: 3rem;}


.blog_list_block .all_main_blog .container{ padding: 0 0; }
.blog_list_section .blog_list_box_desc h2 { font-size: 3.5rem; }


.blog_list_block .nav_pills_block_box.fixed {
        top: 4.5rem;
    }

.blog_list_block .nav-pills{ width:100%; }
.blog_list_block .nav-pills .nav-link{ font-size: 1.4rem; }
.blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box .images img{ height:100%; }




    
.blog_list_cta .blog_list_cta_box .image { margin-top: 4rem; }


.client_success_storis_marinblue_abot .container{ padding: 0 1.5rem; }
    
.client_success_storis_marinblue_abot .row{ border:none; }


/*next_add*/
.client_success_quote_block .right_text{ margin-top: 0 !important; }
}




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

    .table_list_content{ width:100%; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted em{ font-size: 1.6rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box h1 { font-size: 3rem; }
.guest_satisfaction_section .guest_satisfaction_box h2.heade_h2{ font-size: 2.6rem; }
.guest_satisfaction_section .guest_satisfaction_box h3 { font-size: 1.8rem; } 
.guest_satisfaction_banner_sec .container{ padding: 0 1.5rem; }


.resources_header{ display:flex !important; }


.nav_pills_block_box { 
        display: none;
        padding: 15px 10px;
    }
    .nav_pills_block_box.active {
        display: block;

    }
    .nav_pills_block_box.active .nav-pills{ width:100%; }
.blog_list_block .nav-pills .nav-link{ font-size: 1.4rem; }

.blog_list_cta {margin-top: 4rem; }

.blog_list_block .all_main_blog .latest_artical_block h4, .blog_list_block .all_main_blog .latest_artical_block .blog_list_link_heading{ font-size: 2.2rem; padding-bottom: 0; }
        .blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box{ margin-top: 2.5rem; }

        .blog_list_block .all_main_blog .latest_artical_block .blog_list_flex_box{ flex-direction:column; }

.blog_list_cta .blog_list_cta_box h2{ font-size: 3rem; }

    
}


@media only screen and (max-width: 575px){
.keep_news_social_block {
    width: 16em !important;
}













        
        .guest_experience_call_box.d-flex{text-align: center;}
        .guest_experience_call_box.d-flex .ph_btn.demo_btn.mt-0 {margin-top: 2rem !important;}
        .new_cta_box h2 {margin-bottom: 0;}


        .guest_satisfaction_banner_sec .guest_satisfaction_text_box h1 { font-size: 2.6rem; }
.guest_satisfaction_section .guest_satisfaction_box ul{ margin-left: 1rem; }
.guest_satisfaction_box ul.table_list_ul li a{ gap: 0 0; }
.guest_satisfaction_section .link_line { padding: 2rem 2rem; }
br{ display:block !important; }
.guest_satisfaction_banner_sec .blog_admin_block .blog_admin_info{ font-size: 1.4rem; }
.guest_satisfaction_banner_sec .blog_admin_block .blog_admin_img span{ font-size: 1.6rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted em { font-size: 1.6rem; }
.guest_satisfaction_banner_sec .guest_satisfaction_text_box p.top_posted { padding: 2rem 0 2rem 0; }
.guest_satisfaction_banner_sec .blog_admin_block { flex-direction: column; gap : 1rem 0; align-items:inherit !important; }
.guest_satisfaction_banner_sec .blog_admin_block small{ display: none;  }



.blog_list_section .blog_list_box_desc h2 { font-size: 2.5rem; }
.blog_list_section{ height:20rem; }
.blog_list_block .all_main_blog .latest_artical_block h4{ font-size: 2.2rem; }
.blog_list_block .latest_artical_block .blog_list_box .text_block h3{ font-size: 1.8rem; font-weight: 600; }
.blog_list_block .latest_artical_block .blog_list_box .images img{ height:auto; }








/*=======================================*/
    .nav_pills_block_box.active .nav-pills{ width:100%; flex-wrap:nowrap; flex-direction:column; }

.nav_pills_block_box.active .nav-pills .nav-item .nav-link{ width:100%; }

.resources_header h3{ font-size: 22px; }

.blog_list_cta .blog_list_cta_box{ padding: 1.6rem; }

    .blog_list_cta .blog_list_cta_box h2 {
        font-size: 2.5rem;
    }



}



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










}