/*------------------------------------------------------------------
    File Name: responsive.css
-------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

    body {
        overflow-x: hidden;
    }

    .container {
        width: 980px;
    }

    .menu_layout {
        background: rgba(23,25,35,0.9);
        min-height: auto;
        padding: 25px 15px 25px 70px;
    }
    
    #main_menu > ul > li > a {
        padding: 20px 12px;
        font-size: 15px;
        letter-spacing: -0.2px;
        color: #fff;
        font-weight: 300;
        text-transform: none;
    }

    .search_section a.search_icon {
        color: #fff;
        background: #3b55d7;
        width: 40px;
        height: 40px;
        float: left;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        border-radius: 100%;
        font-size: 16px;
        margin-top: 2px;
        margin-right: -3px;
    }

    .service_blog .feature_img img {
        height: 75px; 
    }

    .service_blog .feature_img {
        margin-right: 30px;
    }

    .service_blog {
        padding: 40px 35px;
    }

    .process_step_img img {
        width: 265px;
    }

    .process_step p {
        font-size: 18px;
    }

    .footer_contant p {
       font-size: 14px;
       line-height: normal;
    }

    .footer_contant p strong {
       font-size: 15px;
    }

    .footer_inner_section p {
       font-size: 14px;
    }

    .footer_menu ul li {
       font-size: 15px;
    }

    .subscribe_form fieldset {
       display: flex;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
   
    body {
        overflow-x: hidden;
    }
    .container {
        width: 740px;
    }
    .mobile-padding-top_0 {
        padding-top: 0 !important;
    }
    .header_1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    .inner_page_heading h3 {
       font-size: 45px;
    }
    .right_information ul li:nth-child(1) {
       display: none;
    }
    .logo {
       background-image: none;
    }
    .logo img {
       height: 55px;
    }
    .logo::after {
        display: none;
    }
    .menu_layout {
       background: rgba(23,25,35,0.9);
       min-height: auto;
       padding: 5px 20px 6px 10px;
    }
    .heading h2 {
       font-size: 45px;
    }
    .section,
    .footer {
       float: left;
       width: 100%;
    }
    .information_blog img {
       margin: 40px 0 15px;
       width: auto !important;
       height: 140px !important;
    }
    .owl-carousel_haf_mobile .owl-nav, .owl-carousel_haf_mobile .owl-dots {
       display: none;
    }

    .portfolio_tab .tab_head ul {
       margin: -30px 0 60px 0;
    }

    .service_blog {
       padding: 40px 45px;
       text-align: center;
    }

    .service_blog .feature_img {
       margin-right: 0;
       width: 100%;
       text-align: center;
    }

    .service_blog {
       padding: 40px 30px;
       display: block;
    }
    
    .feature_cont h4 {
       font-size: 24px;
       margin-top: 20px;
    }

    .process_step_img img {
       height: 155px;
    }

    .portfolio_tab .tab_head li {
       margin: 0 8px;
       font-size: 13px;
    }

    .portfolio_tab .tab_head li a {
       font-weight: 400;
    }

    .process_step h3 {
       font-size: 32px;
       font-weight: 300;
       text-transform: none;
       margin-top: 5px;
       margin-bottom: 5px;
    }

    .process_step p {
       font-size: 17px;
       margin-top: 0;
    }

    .testi_cont {
       width: 100%;
    }

    .heading_2 h3 {
       font-size: 50px;
    }

    .subscribe_form fieldset {
       display: flex;
    }

}

/**-- screen xs mobile --*/ 

@media (max-width: 767px) {

.padding-left_right_0 {
  padding: 0;
}
.mobile-padding-top_0 {
    padding-top: 0 !important; 
}
.mobile-padding-bottom_0 {
    padding-bottom: 0 !important; 
}
/* margin_top */ 
.mobile_mt_10 {
   margin-top: 10px !important; 
}
.mobile_mt_20 {
  margin-top: 20px !important; 
}
.mobile_mt_30 {
  margin-top: 30px !important; 
}
.mobile_mt_40 {
  margin-top: 40px !important; 
}
.mobile_mt_50 {
  margin-top: 50px !important; 
}
.mobile_mt_60 {
  margin-top: 60px !important; 
}
.mobile_mt_70 {
  margin-top: 70px !important; 
}
.mobile_mt_80 {
  margin-top: 80px !important; 
}
.mobile_mt_90 {
  margin-top: 90px !important; 
}
/* margin_bottom */
.mobile_mb_10 {
   margin-bottom: 10px !important; 
}
.mobile_mb_20 {
   margin-bottom: 20px !important; 
}
.mobile_mb_30 {
   margin-bottom: 30px !important; 
}
.mobile_mb_40 {
   margin-bottom: 40px !important; 
}
.mobile_mb_50 {
   margin-bottom: 50px !important; 
}
.mobile_mb_60 {
   margin-bottom: 60px !important; 
}
.mobile_mb_70 {
   margin-bottom: 70px !important; 
}
.mobile_mb_80 {
   margin-bottom: 80px !important; 
}
.mobile_mb_90 {
   margin-bottom: 90px !important; 
}

.container {
    width: 100%;
}   

.right_information {
    display: none;
}

.header_top {
    display: none;
}

.logo img {
    height: 50px;
}

.logo::after {
    display: none;09
}

.menu_layout {
    padding: 12px 0 0 0;
    background: transparent;
}

.menu_layout {
    padding: 0;
    background: #fff;
}

.search_section {
    margin-top: 0;
}

.inner_page_heading {
    padding-top: 165px;
}

.logo {
    padding: 16px 0 15px;
    border-bottom: solid #3b55d7 2px;
    margin-bottom: 0;
    text-align: center;
}

.menu_layout {
    padding: 0;
    background: #eee;
}

.search_section a.search_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 100%;
    font-size: 16px;
    margin-top: 4px;
    margin-right: 0;
}

.menu_layout {
    padding: 0;
    background: #fff;
}

#main_menu #menu-button {
    display: block;
    padding: 13px 7px 13px 25px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

#main_menu #menu-button.menu-opened::after,
#main_menu #menu-button.menu-opened::before {
    top: 20px;
    height: 2px;
}

#main_menu #menu-button.menu-opened::before {
    background: #3b55d7;
}

#main_menu #menu-button.menu-opened::after {
    background: #3b55d7;
}

#main_menu #menu-button::before {
    position: absolute;
    top: 15px;
    right: inherit;
    display: block;
    height: 2px;
    width: 20px;
    background: #3b55d7;
    content: "";
    left: 0;
}

#main_menu #menu-button::after {
    position: absolute;
    top: 21px;
    right: inherit;
    display: block;
    height: 7px;
    width: 20px;
    border-top: 2px solid #3b55d7;
    border-bottom: 2px solid #3b55d7;
    content: "";
    left: 0;
}

.menu_section {
    float: left;
    width: 100%;
}

#main_menu > ul > li > a {
    padding: 15px 15px;
    font-size: 16px;
    color: #222;
}

#main_menu ul ul li a {
    color: #777;
    background: none;
}

.header_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    background: #fff;
    box-shadow: 0 10px 20px -23px #000;
}

.header_2 .menu_layout {
    background: none;
    padding: 0;
}

#main_menu ul ul li:hover > a, #main_menu ul ul li.active > a {
    color: #333;
}


/**-- modle popup --**/

div#myModal.modal .modal-dialog .modal-content {
    width: 90%;
    padding: 18px 20px 18px 20px;
    border-radius: 0;
    border: solid #fff 5px;
    height: 100px;
}

#search-global-form {
    float: left;
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

#search-global-form input {
    border: none;
    font-size: 21px;
    letter-spacing: -1px;
    font-weight: 200;
    padding: 10px 0 10px 0;
    width: 78%;
}

#search-global-form button.search-global__btn {

    width: 53px;
    background: #3b55d7;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    position: relative;
    cursor: pointer;
    float: right;

}

/** inner page **/

p {
   font-size: 15px; 
}

.innder_page_banner_info .col-md-8 {
    display: none;
}

.innder_page_banner_info {
    background: #f6f6f6;
    padding-bottom: 45px;
}

.inner_page_heading h3 {
    font-size: 26px;
    text-transform: none;
    font-weight: 600;
    position: relative;
    line-height: 52px;
    margin-bottom: 0;
}

.search_section {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 0;
}

.slider_section {
    padding: 0;
}

.slider_contant {
    margin-top: 180px;
}

.slider_contant h2 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #3b55d7;
}

.slider_contant p {
    font-size: 15px;
    color: #999999;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: -10px;
}

.home_style2 .slider_contant h2 {
    font-size: 55px;
    margin-top: 15px;
}

.home_style2 .slider_contant {
    margin-top: 0;
}

.about_img_style img {
    box-shadow: 5px 5px 0 0px #3b55d7;
    margin-bottom: 0;
    border: solid #fff 2px;
    border-radius: 50px 65px 0 65px;
}

.about_cont h3 {
    font-size: 17px;
    line-height: 24px;
}

.services_section .process_blog {
    min-height: auto;
}

.services_section .process_blog.process_step h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.heading_main h2 {
    font-size: 35px;
}

.read_more_bt .circle_bt span {
    width: 50px;
    float: left;
    height: 50px;
    text-align: center;
    border: solid #3b55d7 3px;
    border-radius: 100%;
    line-height: 46px;
    color: #3b55d7;
    font-size: 25px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: -3px;
    font-weight: 300;
}

.circle_bt {
    background: #3b55d7;
    color: #fff;
    padding: 0 20px 0 60px;
    float: left;
    font-weight: 300;
    font-size: 14px;
    height: 44px;
    position: relative;
    border-radius: 80px;
    line-height: 42px;
    transition: ease all 0.5s;
    margin-top: 0;
}

.slider_contant {
    margin-top: 105px;
    width: 100%;
    background-image: url('http://yiyingkejing.cn/template/default/assets-yywl/image/slide_1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_section {
    background: rgba(255,255,255,.9);
    padding-top: 20px;
    padding-bottom: 40px;
}

.heading h2 {
    font-size: 38px;
}

.heading h2::after {
    width: 30px;
    height: 6px;
    background: #dddddd;
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
}

.heading h2 {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
    line-height: 55px;
    padding-top: 0;
    text-shadow: 2px 2px 0px rgba(0,0,0,.1);
}

.information_blog h3 {
    font-size: 18px;
}

.section {
    float: left;
    width: 100%;
}

.owl-carousel .owl-item img {
    height: 95px;
    width: auto !important;
}

.information_blog img {
    margin: 40px 0 20px;
}

.owl-carousel .owl-nav, .owl-carousel .owl-dots {
    display: none;
}

.information_blog p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
}

/** service section **/

.service_blog {
    background: #fff;
    padding: 40px 10px;
    display: block;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    margin-bottom: 32px;
    text-align: center;
}

.service_blog .feature_img {
    margin-right: 0;
    margin-bottom: 20px;
}

.service_blog .feature_img img {
    height: 90px;
}

.feature_cont h4 {
    font-size: 24px;
    font-weight: 600;
}

.process_step h3 {
    font-size: 28px;
    font-weight: 300;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 5px;
}

.process_step h4 {
    width: 130px;
    height: 125px;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: 600;
}

.process_step p {
    color: #666;
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 30px;
}

.process_step_img img {
    width: 240px;
}

.portfolio_section {
    background-image: linear-gradient(90deg,#5772f4 0,#082199);
    background-size: 100% auto;
}

.portfolio_tab .tab_head li {
    display: inline;
    margin: 0 12px 10px;
    font-size: 12px;
    float: left;
    width: auto;
    font-weight: 300;
}

.portfolio_tab .tab_head li a:hover, .portfolio_tab .tab_head li a:focus {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
}

.portfolio_tab .tab_head ul {
    margin: 0 0 30px 0;
}

.testi_cont {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    background: #fff;
    justify-content: center;
    border: solid #112aa5 5px;
    padding: 30px 15px 25px 15px;
    width: 100%;
    height: auto;
    border-radius: 0;
    align-items: center;
}

.testi_cont p {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin: 0;
    line-height: 19px;
}

.testi_cont p strong {
    font-size: 18px;
}

#testimonial a.carousel-control-prev, #testimonial a.carousel-control-next {
    color: #fff;
    opacity: 1;
    font-size: 25px;
    margin-top: -15px;
}

.heading_2 h3 {
    font-size: 30px;
}

.subscribe_form fieldset {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* footer */

footer {
    min-height: 520px;
    border-top: solid rgba(255,255,255,.5) 20px;
    padding-top: 120px;
    float: left;
    width: 100%;
    margin-top: -20px;
}

.cpy {
    margin-top: 30px;
}

.subscribe_form fieldset input {
    border: solid #112aa5 3px;
    min-height: 75px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: #999;
    width: 65%;
    float: left;
}

.subscribe_form fieldset button {
   font-size: 16px; 
}

.header_2 #main_menu > ul > li > a {
    padding: 15px 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-transform: none;
}

.footer_menu ul li {
    font-size: 15px;
    font-weight: 300;
    margin: 8px 0;
}

footer h3 {
    font-size: 20px;
    padding-top: 30px;
}

.portfolio_tab .portfolio img {
    width: 100%;
}

.active_price.table_price {
    transform: scale(1);
}

.table_price {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 40px 0;
    box-shadow: 0 5px 35px -12px rgba(0, 0, 0, 0.4);
    margin-top: 30px;
    border: solid #fff 8px;
}

.cpy p {
    font-size: 14px;
}

.blog_feature_cantant p.blog_head {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}

.blog_heading {
    padding-top: 0;
}

.testimonial_simple_say {
    background: #f0f0f0;
    padding: 50px 15px 25px 45px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.span8 {
    width: 100%;
}

.span2 {
    width: 100%;
    margin-bottom: 20px;
}

}

@media (min-width: 576px) and (max-width: 767px) {
    
    .heading h2 {
       font-size: 32px;
    }
    .information_blog h3 {
       font-size: 21px;
    }  
    .testi_cont p {
       font-size: 15px;
       font-weight: 300;
       line-height: 21px;
    }

}








