/*------------------------------------------------------------------
    File Name: responsive.css
-------------------------------------------------------------------*/

@media (min-width: 992px) {
  #navbar_menu ul ul {
    background: #ddd;
  }
}

@media(min-width: 1343px) and (max-width: 1600px) {
  #navbar_menu>ul>li {
    margin: 0 38px;
  }
}

@media(min-width: 1200px) and (max-width: 1343px) {
  #navbar_menu>ul>li {
    margin: 0 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 980px;
    max-width: 980px;
  }

  body {
    overflow-x: hidden;
  }

  .logo {
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    background: #1c1f22;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    top: 48px;
  }

  .logo img {
    width: 95px;
  }

  .header_style_1 .header_top {
    position: relative;
    padding: 0;
  }

  .header_style_1 .header_top {
    top: 0;
  }

  .top_information.pull-right li {
    margin-left: 11px;
  }

  .header_top {
    min-height: auto;
  }

  #navbar_menu>ul>li {
    float: left;
    margin: 0 20px;
  }

  #navbar_menu>ul>li>a {
    padding: 66px 0 66px;
    font-size: 15px;
  }

  /**== parallax slider ==**/
  #slider {
    margin-top: -58px;
  }

  .img_about {
    right: 0;
    top: 250px;
    width: 50%;
  }

  #pallax_slider img {
    width: 100%;
  }

  #full_slider.full_slider_inner {
    position: relative;
    z-index: 0;
    min-height: auto;
  }

  div#pallax_slider {
    width: 100%;
    height: 480px;
    margin: 0;
    z-index: 0;
    overflow: hidden;
  }

  #pallax_slider img {
    max-width: 540px;
    width: 100%;
  }

  .clouds {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .dott_star {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .slider_contant h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .slider_contant a.btn,
  .slider_contant button.btn {
    min-width: 150px;
    height: 45px;
    line-height: 46px;
    font-size: 13px;
  }

  .responsive_padding_bottom {
    padding-bottom: 60px;
  }

  /**== layout ==**/
  .margin_bottom_30 {
    margin-bottom: 30px;
  }

  .margin_bottom_20 {
    margin-bottom: 20px;
  }

  .qulity_ser {
    margin-bottom: 0;
  }

  #subscribe_form input {
    width: 443px;
    margin: 10px 8px 0 0;
    float: left;
  }

  .full.sm_center img {
    width: 100%;
  }

  .price_contant {
    order: solid #e1e1e1 1px;
    padding: 50px 30px;
  }

  .price_no {
    font-size: 35px;
  }

  .info_cont h4 {
    margin: 0;
    font-size: 16px;
  }

  .bottom_imformation .margin_bottom_30 {
    margin-bottom: 0;
  }

  body.home_page_2 .logo img {
    max-width: 100%;
  }

  .header_bottom .info_cont h4 {
    font-size: 11px;
  }

  .header_bottom .info_cont p {
    font-size: 13px;
  }

  .header_bottom .margin_bottom_30 {
    margin-bottom: 0;
  }

  .light_blue div#pallax_slider {
    height: 650px;
  }

  .feauter_list li {
    display: flex;
  }

  .header_style_4 .header_bottom {
    float: left;
  }

  .home_page_4 div#pallax_slider {
    height: 680px;
  }

  .home_page_4 #full_slider.full_slider_inner {
    min-height: 680px;
  }

  .list_box img {
    width: 60px;
  }

  .home_page_5 div#pallax_slider {
    height: 640px;
  }

  .full img {
    max-width: 100%;
  }

  header .header_top,
  header .header_bottom,
  section,
  footer,
  .bottom_footer,
  .light_silver {
    float: left;
    width: 100%;
  }

  .footer_mail-section .field {
    padding: 0;
    display: flex;
  }

  .right_section_header_top div.social_icon {
    padding: 2px 0 0;
  }

  .product_list {
    min-height: auto;
    transition: ease all 0.5s;
    padding-bottom: 25px;
  }

}


/**== menu css ==**/

@media (max-width: 991px) {
  #navbar_menu>ul>li>a {
    padding: 16px 14px;
    padding-right: 14px;
  }

  .menu_side {
    margin: 0;
  }

  .main_menu,
  .menu_side {
    float: right;
    width: 100%;
  }

  .menu_icon {
    float: left;
    padding: 0;
    position: absolute;
    top: -58px;
    right: 15px;
    display: none;
  }

  #navbar_menu.small-screen ul {
    width: 100%;
    display: none;
  }

  #navbar_menu.small-screen.align-center>ul {
    text-align: left;
  }

  #navbar_menu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    margin: 0;
  }

  #navbar_menu.small-screen ul ul li,
  #navbar_menu.small-screen li:hover>ul>li {
    height: auto;
  }

  #navbar_menu.small-screen ul li a,
  #navbar_menu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #222 !important;
  }

  #navbar_menu.small-screen ul ul li a:hover {
    width: 100%;
    border-bottom: 0;
    color: #fff !important;
  }

  #navbar_menu.small-screen ul ul li a:focus {
    width: 100%;
    border-bottom: 0;
    color: #fff !important;
  }

  #navbar_menu.small-screen>ul>li {
    float: none;
  }

  #navbar_menu.small-screen ul ul li a {
    padding-left: 15px;
  }

  #navbar_menu.small-screen ul ul ul li a {
    padding-left: 35px;
  }

  #navbar_menu.small-screen ul ul li a {
    color: #333;
    background: none;
  }

  #navbar_menu.small-screen ul ul li:hover>a,
  #navbar_menu.small-screen ul ul li.active>a {
    color: #fff;
  }

  #navbar_menu.small-screen ul ul,
  #navbar_menu.small-screen ul ul ul,
  #navbar_menu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #navbar_menu.small-screen #menu-button::after {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    height: 15px;
    width: 24px;
    border-top: 3px solid #666;
    border-top-color: rgb(255, 255, 255);
    border-top-color: #fff;
    border-bottom: 3px solid #666;
    content: '';
  }

  #navbar_menu.small-screen #menu-button::before {
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    height: 3px;
    width: 24px;
    background: #666;
    content: '';
  }

  #navbar_menu.small-screen #menu-button.menu-opened::after {
    top: 23px;
    border: 0;
    height: 3px;
    width: 24px;
    background: #666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
  }

  #navbar_menu.small-screen #menu-button.menu-opened::before {
    top: 23px;
    background: #666;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
  }

  .zeus.tparrows {
    min-width: 70px !important;
    min-height: 80px !important;
  }

  .img_about {
    width: 100%;
  }

  p.large {
    font-size: 18px;
    line-height: normal;
  }

  .zeus.tparrows::before {
    line-height: 80px !important;
  }

  #navbar_menu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #navbar_menu.small-screen .submenu-button.submenu-opened {
    background: #262626;
  }

  #navbar_menu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #navbar_menu.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }

  #navbar_menu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #navbar_menu.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #navbar_menu.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }

  #navbar_menu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #navbar_menu.small-screen .submenu-button.submenu-opened:before {
    display: none;
  }

  #navbar_menu.small-screen.select-list {
    padding: 5px;
  }

  #navbar_menu.small-screen {
    margin: 0;
    float: left;
    height: auto;
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
  }

  #navbar_menu.small-screen ul {
    background: #fff;
  }

  .first-ul li i {
    display: none;
  }

  /**== search_bar ==**/
  .search_icon {
    float: left;
    margin: 0 25px 0 0;
    position: absolute;
    right: 0;
    top: -67px;
  }

  .search_icon ul li {
    float: left;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  img {
    max-width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  .container {
    width: 750px;
    max-width: 750px;
  }

  .img_about {
    width: 50%;
    top: 250px;
  }

  .header_top ul {
    margin: 0;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .right_section_header_top {
    margin: 0;
    padding: 10px 0;
  }

  .header_top {
    padding: 10px 0;
  }

  .logo {
    float: left;
    margin: 0px 0;
    position: absolute;
    left: 0;
    width: 130px;
    text-align: center;
    height: 130px;
    line-height: normal;
    padding: 20px 0;
  }

  .step_section h2 span.small {
    font-size: 23px;
    color: #fff;
    font-weight: 200;
    line-height: 15px;
    margin-top: 0px;
  }

  header .header_bottom .container {
    padding: 0;
  }

  .header_top ul li:last-child {
    display: none;
  }

  .menu_side {
    float: right;
    width: 100%;
    background: #555962;
    min-height: 50px;
    margin-top: 10px;
    margin-left: 0;
    position: relative;
    left: 0;
  }

  .step_section {
    min-height: 370px;
  }

  .logo img {
    width: 85px;
  }

  header .icon_bottom {
    margin-right: 10px;
  }

  header .header_bottom .info_cont h4 {
    font-size: 12px;
    font-weight: 500;
  }

  .header_top .col-xs-12 {
    float: left;
    width: 100%;
    max-width: 100%;
    flex: inherit;
  }

  /**== search bar == **/
  #search_bar .search-global__input {
    padding: 0 70px 23px 0 !important;
    font-size: 50px;
  }

  /**== menu == **/
  #navbar_menu.small-screen #menu-button {
    top: 0;
    display: block;
    min-height: auto;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
  }

  .home_page_2 #navbar_menu.small-screen #menu-button {
    top: 15px;
  }

  .header_bottom .information_bottom {
    margin: 15px -2px -10px;
  }

  .header_bottom {
    min-height: 90px;
  }

  .header_style_2 .search_icon {
    float: left;
    margin: 0 25px 0 21px;
    top: 15px;
  }

  .header_style_2 #navbar_menu.small-screen ul.first-ul {
    position: relative;
    top: 70px;
  }

  /**== parallax slider ==**/
  #pallax_slider img {
    width: 100%;
  }

  #full_slider.full_slider_inner {
    position: relative;
    z-index: 0;
    min-height: auto;
  }

  div#pallax_slider,
  .light_blue div#pallax_slider {
    width: 100%;
    height: 420px;
    margin: 0;
    z-index: 0;
    overflow: hidden;
  }

  body.home_page_5 div#pallax_slider {
    height: 640px;
  }

  #pallax_slider img {
    max-width: 475px;
    width: 100%;
  }

  .clouds {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .dott_star {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .slider_contant h2 {
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  a.btn,
  button.btn {
    min-width: 150px;
    height: 45px;
    line-height: 46px;
    font-size: 13px;
  }

  .responsive_padding_bottom {
    padding-bottom: 60px;
  }

  .sm_center {
    text-align: center;
  }

  .product_detail_btm {
    padding: 15px 0 25px;
  }

  .view_commant div.full img {
    width: 100%;
  }

  .product_detail_btm h4 {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 15px;
  }

  .product_list {
    min-height: auto;
  }

  .header_top ul li {
    margin-right: 10px;
  }

  .header_style_1 .header_top .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .header_top ul li {
    font-size: 18px;
    margin-right: 10px;
  }

  .top_btn {
    width: 220px;
    margin-left: 10px;
  }

  #testimonial_slider {
    padding-right: 0;
  }

  .contact_us_section {
    margin-top: 30px;
  }

  .brand_list li {
    width: 32.33%;
    margin: 0 0.5% 10px;
  }

  .gross_layout::after {
    display: none;
  }

  .recent_slider_blog p {
    display: none;
  }

  .recent_slider_blog {
    width: 66%;
    min-height: auto;
    padding: 25px 25px;
    margin: -70px 17% 100px;
  }

  .recent_slider_blog h3 {
    font-size: 25px;
    color: #c3b056;
    margin-bottom: 15px;
    line-height: 30px;
  }

  /**== couter ==**/

  .counter_blog {
    display: block;
  }

  .counter_blog .icon {
    display: flex;
    margin: 0 auto;
  }

  .counter_blog .counter-value {
    text-align: center;
  }


  .section_information h4 {
    margin: 10px 0;
  }

  .testmonial_section {
    background-image: none;
  }

  /**== layout ==**/
  .footer_mail-section .field {
    padding: 0;
    display: flex;
  }

  .margin_bottom_30 {
    margin-bottom: 30px;
  }

  .margin_bottom_20 {
    margin-bottom: 20px;
  }

  .padding_layout_1 {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .main_heading {
    margin-bottom: 20px;
  }

  .admin_img {
    margin-bottom: 0 !important;
  }

  .qulity_ser {
    margin-bottom: 0;
  }

  h2 {
    font-size: 38px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  p {
    font-size: 14px;
  }

  body.home_page_2 .feauter_list li {
    margin: 35px 0;
  }

  .left_top {
    left: 60px;
  }

  .right_top {
    right: 60px;
  }

  /**== subscribe == **/
  #subscribe_form input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    float: left;
  }

  .responsive_center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .responsive_center button {
    float: right;
  }

  /**== accordian ==**/
  #accordion .panel.panel-default .panel-heading {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }

  .panel-collapse {
    float: left;
    width: 100%;
  }

  #accordion .panel.panel-default .panel-body {
    padding: 0 10px;
    margin: 0 0 20px 0;
  }

  /**== price table ==**/
  .price_head h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
  }

  .price_no {
    font-size: 28px;
  }

  .price_contant {
    border: solid #e1e1e1 1px;
    padding: 50px 0px;
  }

  .price_icon {
    float: left;
    width: 150px;
    height: 150px;
  }

  .info_cont h4 {
    margin: 0;
    font-size: 15px;
  }

  /**== footer ==**/
  .cpy {
    text-align: center;
    margin-top: 50px;
  }

  .bottom_menu ul {
    display: flex;
    justify-content: center;
  }

  .footer_menu {
    padding-left: 0;
  }

  /** white_responsive_menu **/
  .header_style_2 #navbar_menu.small-screen #menu-button,
  .header_style_3 #navbar_menu.small-screen #menu-button,
  .header_style_2 #navbar_menu.small-screen #menu-button::after,
  .header_style_3 #navbar_menu.small-screen #menu-button::after {
    border-color: #fff;
  }

  .header_style_3 #navbar_menu.small-screen #menu-button::before,
  .header_style_2 #navbar_menu.small-screen #menu-button::before,
  .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::before,
  .header_style_2 #navbar_menu.small-screen #menu-button.menu-opened::before,
  .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::after,
  .header_style_2 #navbar_menu.small-screen #menu-button.menu-opened::after {
    background: #fff;
  }

  /** gream_color **/
  body.home_page_5 #navbar_menu.small-screen #menu-button,
  body.home_page_5 #navbar_menu.small-screen #menu-button::after {
    border-color: #e9dcbe;
  }

  body.home_page_5 #navbar_menu.small-screen #menu-button::before,
  body.home_page_5 #navbar_menu.small-screen #menu-button.menu-opened::before,
  body.home_page_5 #navbar_menu.small-screen #menu-button.menu-opened::after {
    background: #e9dcbe;
  }

  .header_style_4 .header_bottom {
    min-height: 92px;
    background: #ffffff;
    padding: 0 30px 0 20px;
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  .home_page_4 #full_slider.full_slider_inner {
    min-height: 640px;
  }

  .home_page_4 div#pallax_slider {
    height: 640px;
  }

  /** inner_page **/
  #default_theme .banner_slider {
    min-height: 185px;
  }

  .banner_slider .vertical-center {
    min-height: 185px;
  }

  .sm-center {
    text-align: center;
  }

  .sapport_img {
    margin-top: 0;
  }

  .list_style_1.sort li {
    float: left;
    width: 33%;
  }

  .banner_slider .text_align_right img {
    margin-top: 10px;
  }

  .center {
    align-items: center;
  }

  .blog_feature_img img {
    width: 100%;
  }

  header .header_top,
  header .header_bottom,
  section,
  footer,
  .bottom_footer,
  .light_silver {
    float: left;
    width: 100%;
  }

  .hidden-sm {
    display: none;
  }

  .cleaning .menu_bottom_section {
    position: relative;
    z-index: 9;
  }

  .cleaning .menu_bottom_section .search_icon {
    float: right;
    margin: -6px 15px 0 0;
  }

  .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
    padding: 16px 25px 16px;
  }

  .price_amount {
    font-size: 16px;
  }

  .price_cont p {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: normal;
  }

  .cleaning .about_cont_blog {
    padding: 50px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about_feature_img {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }

  .about_feature_img img {
    width: 100%;
  }

  .step_section img {
    width: 90px;
  }

  .step_section h2 {
    font-size: 42px;
  }

  footer h3 {
    margin-top: 50px;
  }

}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .center {
    align-items: center;
  }

  .center img {
    max-width: 100%;
  }

  /**== container ==**/
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  /**== header ==**/
  .header_top ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header_top ul li {
    margin: 0;
    font-size: 13px;
    width: 50%;
    text-align: center;
  }

  .top_information.pull-left li {
    margin-right: 0;
  }

  .logo {
    float: left;
    margin: 0 0 20px;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .header_bottom {
    min-height: auto;
  }

  /**== parallax slider ==**/
  #pallax_slider img {
    width: 100%;
  }

  #full_slider.full_slider_inner {
    position: relative;
    z-index: 0;
    min-height: 320px;
  }

  div#pallax_slider {
    height: 320px;
  }

  body.home_page_5 div#pallax_slider {
    height: 480px;
  }

  body div.home_page_5 #full_slider.full_slider_inner {
    height: 100vh;
  }

  body div.home_page_5 #pallax_slider {
    height: 100vh;
  }

  #pallax_slider img {
    max-width: 300px;
    width: 100%;
  }

  .clouds {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .dott_star {
    width: 100%;
    background-position: center center;
    height: 100%;
    background-size: 100% auto;
  }

  .slider_contant h2 {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    width: 90%;
    margin: 0 5% 20px;
  }

  /**== layout ==**/
  .padding_layout_1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testmonial_section {
    padding-bottom: 135px !important;
  }

  .testimonial-meta h4 {
    margin: 5px 0;
  }

  #testimonial_slider .testimonial-meta {
    margin-top: 75px;
  }

  .margin_bottom_30 {
    margin-bottom: 30px;
  }

  .margin_bottom_20 {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 35px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .padding_75 {
    padding: 40px 20px;
  }

  .qulity_ser {
    margin-bottom: 0;
  }

  .qulity_ser p br {
    display: none;
  }

  .admin_img {
    margin-bottom: 0 !important;
  }

  #subscribe_form input {
    width: 100%;
    height: 50px;
  }

  .only_icon_slider {
    width: 80%;
    margin: 20px 10% 45px;
  }

  .list_style_1 li {
    position: relative;
    padding: 0 0 10px 20px;
    line-height: 20px;
  }

  .list_style_1 li i {
    position: absolute;
    left: 0;
    top: 0;
  }

  .full img {
    max-width: 100%;
  }

  .bottom_imformation div.full {
    display: flex;
    justify-content: center;
  }

  p.large {
    font-size: 15px;
    line-height: 24px;
  }

  /**== accordian ==**/
  #accordion .panel.panel-default .panel-heading {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }

  .panel-collapse {
    float: left;
    width: 100%;
  }

  #accordion .panel.panel-default .panel-body {
    padding: 0 10px;
    margin: 0 0 20px 0;
  }

  /**== price table ==**/
  .price_table_active div.row {
    margin-left: 0;
    margin-right: 0;
  }

  .price_table_active {
    padding: 0 15px;
  }

  .price_no {
    font-size: 35px;
  }

  /**== footer ==**/
  .footer_menu {
    padding-left: 0;
  }

  .footer_menu_ul {
    font-size: 13px;
  }

  .bottom_menu {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }

  .cpy {
    text-align: center;
    width: 100%;
    padding-top: 0;
    border: none;
    margin-top: 30px;
  }

  .cpy p,
  .cpy p a {
    line-height: normal;
    font-size: 15px;
  }

  .bottom_menu {
    font-size: 13px;
  }

  .responsive_center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .responsive_padding_bottom {
    padding-bottom: 60px;
  }

  /**== inner page ==**/
  #default_theme .banner_slider {
    min-height: auto;
  }

  .banner_slider .vertical-center {
    min-height: auto;
  }

  .page_inform {
    padding-top: 45px;
  }

  .banner_slider img {
    margin-top: 20px;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .service_style_2 .qulity_ser {
    margin-bottom: 0;
  }

  .heading_min_small {
    font-size: 19px;
    margin: 0 0 15px 0;
  }

  .sapport_img {
    margin-top: 0;
    max-width: 100%;
  }

  .counter .counter-count {
    margin-bottom: 20px;
  }

  .list_style_1.sort li {
    float: left;
    width: 50%;
  }

  .banner_slider .col-lg-7.col-md-7.col-sm-12.col-xs-12.text_align_right.pull-right img {
    margin-top: 0;
    height: auto !important;
  }

  .testimonial_slider_2 .testimonial_inner img {
    margin-bottom: 15px;
  }

  .brand_icons li {
    float: left;
    width: 46%;
    margin-bottom: 15px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 50px;
  }

  .testimonial_simple_say {
    padding: 50px 50px 35px;
  }

  .qoute_testimonial {
    font-size: 35px;
    position: absolute;
    margin-left: -30px;
    margin-top: -45px;
  }

  .comment_section .pull-left,
  .comment_section .pull-right {
    width: 50%;
  }

  .view_commant .full {
    text-align: center;
  }

  .view_commant .full img {
    display: inline;
    margin-bottom: 20px;
  }

  .blog_section p.comm_head a.rply {
    width: 100%;
    margin-top: 5px;
  }

  /* .side_bar {
    margin-top: 35px;
  } */

  .blog_feature_cantant {
    padding: 30px 20px;
  }

  .blog_section {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    margin-top: 70px;
  }

  .blog_section p {
    line-height: 28px;
    float: left;
    width: 100%;
  }

  .blog_full_width .blog_feature_cantant {
    padding: 30px 20px;
  }

  .blog_page_5 .blog_feature_cantant {
    padding: 30px 20px;
  }

  .tab_bar .filter-button {
    text-align: center;
    width: 100%;
  }

  .info_cont {
    float: left;
    padding: 4px 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .contact_information .information_bottom {
    width: 100%;
  }

  .adress_cont .information_bottom.left-side {
    width: 100%;
    float: left;
  }

  .padding_layout_2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /** header_style_2 **/
  .main_bg .search_icon ul li a {
    color: #000;
  }

  .header_style_2 .search_icon {
    float: left;
    margin: 0 20px 0 0;
  }

  .main_bg #navbar_menu>ul>li>a {
    color: #000;
  }

  .main_bg {
    margin-top: 0px;
    min-height: auto;
    position: relative;
  }

  #navbar_menu li:hover>ul>li {
    background: transparent;
  }

  /** header_style_4 **/
  .header_style_4 .header_bottom {
    min-height: auto;
    background: #ffffff;
    padding: 0 10px 0 10px;
    float: left;
    width: 100%;
  }

  .header_style_4 .header_bottom {
    padding: 0;
  }

  .header_style_4 #navbar_menu.small-screen #menu-button {
    left: 30px;
  }

  .header_style_4 .search_icon {
    margin: 0 30px 0;
    top: -67px;
  }

  /** white_responsive_menu **/
  .header_style_3 #navbar_menu.small-screen #menu-button,
  .header_style_3 #navbar_menu.small-screen #menu-button::after {
    border-color: #fff;
  }

  .header_style_3 #navbar_menu.small-screen #menu-button::before,
  .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::before,
  .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::after {
    background: #fff;
  }

  .home_page_4 #full_slider.full_slider_inner {
    min-height: 485px;
  }

  .home_page_4 div#pallax_slider {
    height: auto;
  }

  .home_page_4 .simple_slider_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  /** section **/
  .testimonial_qoute i {
    color: #dfdfdf;
    font-size: 65px;
  }

  .testimonial_qoute .text_align_right.testmonial_qoute i {
    margin-top: 0;
  }

  .feauter_list li {
    margin: 15px 0;
    display: flex;
  }

  .mobile_icon {
    margin: 35px 0;
  }

  .footer_style_2 .footer_logo {
    text-align: center;
    width: 100%;
  }

  .footer_top .social_icon {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer_top {
    border-bottom: solid #e1e1e1 1px;
    padding-bottom: 40px;
    padding-top: 0;
    margin-bottom: 40px;
  }

  .bottom_footer {
    padding: 20px 0;
  }

  .testimonial_slider {
    box-shadow: 0 0 50px -30px rgba(0, 0, 0, 0.5);
    width: 94%;
    margin: 0 3% 35px;
  }

  .left_bottom {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .left_top {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .right_top {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .right_bottom {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .circle_service_layout .service_types {
    float: left;
    width: 48%;
    margin: 0 1% 15px;
  }

  .mobile_half {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .provide_qty.circle_service_layout {
    min-height: auto;
    position: relative;
    width: 100%;
  }

  .service_types.center_ser {
    top: 0;
    width: 100%;
  }

  .list_box {
    display: block;
  }

  .list_box li {
    width: 50%;
  }

  .home_page_5 .simple_slider_img {
    top: 115px;
    left: 0;
    text-align: center;
  }

  .hidden-xs {
    display: none;
  }

  /**== cross layout ==**/

  .gross_layout::before {
    display: none;
  }

  .gross_layout::after {
    display: none;
  }

  /** counter **/

  .counter .text_align_right {
    text-align: center;
  }

  .counter-count {
    text-align: center;
  }

  .main_heading.text_align_right::after {
    margin-right: auto;
  }

  .main_heading.text_align_left::after {
    margin-left: auto;
  }

  .main_heading.text_align_left,
  .main_heading.text_align_right {
    text-align: center;
  }

  .blog_colum {
    margin-bottom: 25px;
  }

  .service_blog {
    margin-bottom: 30px;
  }

  .team_blog_colum {
    margin-bottom: 30px;
  }

  /** testimonial slider **/

  #testimonial_slider {
    padding-right: 0;
  }

  #testimonial_slider .testimonial-container {
    position: relative;
    padding-left: 0;
    padding-bottom: 25px;
  }

  .testimonial-container .testimonial-photo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 25px;
  }

  .contact_us_section {
    padding: 40px 50px;
    margin-top: 20px;
    float: left;
    width: 100%;
  }

  .contact_us_section {
    padding: 25px 20px;
    float: left;
    width: 100%;
    position: relative;
  }

  #map {
    height: 100%;
    min-height: 180px;
    z-index: 1;
  }

  .brand_list li {
    float: left;
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0;
    margin: 0 0 20px;
  }

  .contact_us_section .inner_cont {
    float: left;
    width: 100%;
    padding-left: 25px;
  }

  .contact_us_section .call_icon {

    float: left;
    width: 18px;
    position: absolute;
    top: 35px;

  }

  .contact_us_section .button_Section_cont {

    width: 100%;
    float: right;
    display: flex;
    justify-content: center;

  }

  .contact_us_section h2 {

    margin: 8px 0 5px 0;
    font-size: 27px;
    font-weight: 700;
    color: #fff;

  }

  .contact_us_section .inner_cont {

    margin-bottom: 10px;

  }

  /** product detail page **/

  .product_detail_feature_img .hizoom {
    width: 100% !important;
  }

  .product_detail_feature_img {
    width: 100% !important;
  }

  .hizoom .small {
    width: 100% !important;
  }

  .hizoom .small img,
  .hizoom .big img {
    width: 100% !important;
  }

  .hizoom .magnifier {
    display: none !important;
  }

  .product-heading h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin: 35px 0 0;
  }

  .detail-contant .btn.sqaure_bt {
    margin: 0px 5px;
  }

  /** shop page **/

  .shopping-cart-cart {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }

  .product-table table.table {
    min-width: 720px;
  }

  .product_detail_page .tab_bar_section .nav.nav-tabs {
    display: flex;
    justify-content: center;
  }

  .product_detail_page .tab_bar_section .nav-tabs .nav-item {
    width: 100%;
  }

  .inner_banner1 h2 {
    font-size: 30px;
  }

  .contant_form .row,
  .appointment_form .row {
    margin: 0;
  }

  .page-title {

    font-size: 28px;
    margin-bottom: 5px;

  }

  .cprt p {

    line-height: 18px;

  }

  /** footer **/

  .map_section {
    float: right;
    width: 100%;
  }

  .footer_blog {
    float: left;
    width: 100%;
    padding: 50px 0 110px 0;
  }

  .cprt {
    padding-left: 0px;
  }

}

@media (max-width:767px) {

  /**== header ==**/
  .header_top ul {
    display: block;
  }

  .header_top ul li {
    width: 100%;
  }

  .logo img {
    width: 220px;
  }

  .cleaning .logo img {
    height: auto;
  }

  /**== search bar ==**/
  #search_bar .search-global__input {
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
  }

  #search_bar .search-global__btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #fff;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }

  #search_bar .search-global__input {
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    padding: 3px 35px 20px 0 !important;
  }

  a.btn,
  button.btn {
    min-width: 140px;
    height: 45px;
    line-height: 46px;
    font-size: 13px;
    font-weight: 500;
  }

  /**== parallax ==**/
  .slider_contant {
    display: none;
  }

  .home_page_2 .slider_contant {
    display: block;
  }

  .home_page_2 div#pallax_slider {
    height: 450px;
  }

  .home_page_3 .slider_contant {
    display: block;
  }

  .home_page_3 div#pallax_slider {
    min-height: 450px;
    height: 100vh;
  }

  /**== footer ==**/
  .footer_menu_ul {
    float: left;
    width: 100%;
  }

  .testimonial_inner {
    float: left;
    padding: 40px 25px;
    background: #fff;
  }

  .tab_bar .tags li {
    float: left;
    margin: 0 1% 10px;
    width: 48%;
  }

  .home_page_4 div#pallax_slider .vertical-center {
    display: none;
  }

  .home_page_5 #pallax_slider .vertical-center {
    display: none;
  }

  .testimonial_slider_2 .testimonial_inner {
    margin-bottom: 25px;
  }

  .xs-hidden {
    display: none !important;
  }

}

@media (min-width:575px) and (max-width:767px) {

  .header_top ul li {
    text-align: left;
  }

  .header_top ul li+li {
    text-align: right;
  }

  .topbar-left {
    width: 100%;
  }

  .header_top .social_icon ul li {
    margin-right: 10px;
  }

  #navbar_menu.small-screen #menu-button {
    top: -80px;
  }

  .search_icon {
    top: -74px;
  }

  .light_blue div#pallax_slider {
    height: 420px;
  }

  .testimonial_qoute {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .testimonial_qoute .testmonial_qoute {
    margin: 0 15px;
  }

  .responsive_padding_bottom {
    padding-bottom: 0;
  }

  .feauter_list li {
    display: flex;
    justify-content: center;
  }

  .home_page_3 div#pallax_slider {
    height: 100vh;
  }

  .tab_bar .tags li {
    float: left;
    margin: 0 1% 10px;
    width: 31%;
  }

  .home_page_4 div#pallax_slider .vertical-center {
    display: none;
  }

  .home_page_5 #pallax_slider .vertical-center {
    display: none;
  }

  .feature_icons {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
    justify-content: center;
  }

  .testimonial_slider_2 .testimonial_inner {
    margin-bottom: 25px;
  }

  .xs-hidden {
    display: none !important;
  }

  #search_bar .search-global__input {
    padding: 5px 70px 10px 0 !important;
    font-size: 40px;
  }

  .testmonial_section .col-sm-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }


}

@media (min-width:576px) and (max-width:767px) {

  .home_2 .header_top {
    display: none;
  }

  .home_2 .header_bottom {
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 10px 20px -23px #000;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .right_section_header_top {
    display: none;
  }

  .counter_blog {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .gallery_product .img-responsive {
    width: 100%;
  }

  .testmonial_section {
    display: none;
  }

  .page_inform {
    padding-top: 95px;
  }

  .page_inform h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .bottom_imformation .col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: inherit;
  }

  .banner_slider img {
    margin-top: 20px;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    min-height: 170px;
  }

  #search_bar .modal-body .col-md-8 {
    max-width: 90%;
    float: initial;
    margin: 0 5%;
  }


  .product_list {
    min-height: auto;
    padding-bottom: 30px;
  }

  .service_blog_inner .text_align_left {
    text-align: center;
  }

  .service_blog_inner h4.service-heading {
    text-align: center;
  }

  .service_blog_inner p {
    text-align: center;
  }

  .post_commt_form {
    padding: 0 15px;
  }


  .cleaning .menu_bottom_section {
    position: relative;
    z-index: 9;
  }

  .cleaning .menu_bottom_section .search_icon {
    float: right;
    margin: -6px 15px 0 0;
  }

  .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
    padding: 16px 25px 16px;
  }

}

@media (max-width:767px) {

  .right_section_header_top div.float-left {
    display: none;
  }

  #navbar_menu>ul>li a.active,
  #navbar_menu>ul>li:hover>a,
  #navbar_menu>ul>li:focus>a {
    margin: 0 !important;
  }

  .side_bar {
    padding-left: 0;
  }

  .right_section_header_top .float-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .header_top .topbar-left .list-inline {
    margin: 15px 0 10px;
  }

  .header_top ul {
    margin: 0;
    padding: 0;
  }

  .filter-button {
    width: 48%;
    padding: 8px 15px 7px;
    margin-bottom: 10px;
  }

  .home_2 .header_top {
    display: none;
  }

  .home_2 .header_bottom {
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 10px 20px -23px #000;
  }

  .right_furniture_cont {
    padding: 40px 35px;
    background: #f5f5f5;
    min-height: 100%;
  }

  .right_furniture_cont h2 {
    font-size: 24px;
  }

  .right_section_header_top .list-inline li {
    float: left;
    width: auto;
    margin: 0 10px;
  }

  .make_appo {
    float: right;
    margin-top: 5px;
  }

  .logo img {
    height: auto;
  }

  #search_bar .search-global {
    position: absolute;
    top: 50vh;
    margin-top: -122px;
    width: 80%;
  }

  .blog_feature_cantant li {
    margin-right: 10px;
  }

  .post_commt_form .form_section {
    padding: 0 15px;
  }

  .topbar-left {
    width: 100%;
  }

  .section_information h4 {
    font-size: 19px;
    line-height: 25px;
  }

  .testmonial_section {
    background-image: none;
  }


  /** couter css **/

  .counter_blog {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  .counter_blog .icon {
    margin-right: 0;
    display: flex;
    margin: 0 auto;
  }

  .counter_blog .counter-value {
    text-align: center;
  }

  .product_list {
    min-height: auto;
    padding-bottom: 0;
    transition: ease all 0.5s;
  }

  .service_blog_inner .text_align_left {
    text-align: center;
  }

  .service_blog_inner h4.service-heading {
    text-align: center;
  }

  .service_blog_inner p {
    text-align: center;
  }

  .cleaning .menu_bottom_section {
    position: relative;
    z-index: 9;
  }

  .cleaning .menu_bottom_section .search_icon {
    float: right;
    margin: -6px 15px 0 0;
  }

  .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
    padding: 16px 25px 16px;
  }

  footer.footer_style_2 div.col-md-3 {
    margin-bottom: 50px;
  }

  .footer-menu {
    margin-bottom: 30px;
  }

}



/** new css **/


@media (max-width: 767px) {

  #navbar_menu #menu-button {
    display: block;
  }

  .header_bottom {
    margin-bottom: -2px;
  }

  #navbar_menu.small-screen #menu-button::before {
    right: 6px;
    top: 16px;
  }

  #navbar_menu.small-screen #menu-button::after {
    right: 6px;
    top: 10px;
  }

  #navbar_menu.small-screen #menu-button.menu-opened::before {
    top: 16px;
    right: 6px;
  }

  #navbar_menu.small-screen #menu-button.menu-opened::after {
    top: 16px;
    right: 6px;
  }

  header.header_style_2 {
    position: relative;
  }

  .home_2 .header_bottom {
    border-top: solid rgba(255, 255, 255, 0.1) 1px;
    margin-top: 0;
  }

  .logo {
    width: auto;
    line-height: normal;
    height: auto;
    margin: 0;
  }

  #slider {
    margin-top: -2px;
  }

  #navbar_menu.small-screen #menu-button {
    border: solid #666 2px;
    width: 40px;
    height: 38px;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: -60px;
    border-radius: 0;
  }

  #navbar_menu.small-screen #menu-button::before {
    background: #666;
  }

  #navbar_menu.small-screen #menu-button::after {
    border-color: #666;
  }

  .owl-carousel-mousewheel .owl-prev {
    width: 30px;
  }

  .owl-carousel-mousewheel .owl-next {
    width: 30px;
  }

  .owl-carousel-mousewheel {
    padding: 0 40px;
  }

  .blog_serv {
    padding: 35px 10px 0;
  }

  .blog_serv_head h4 {
    font-size: 20px;
  }

  p.large_2 br {
    display: none;
  }

  .owl-carousel-mousewheel {
    padding: 0 35px;
  }

  .img_about {
    position: relative;
    right: 0;
    top: 60px;
  }

  .main_heading h2 span {
    font-size: 30px;
    line-height: normal;
  }

  .main_heading h2 {
    margin: 0;
  }

  .recent_slider .owl-nav {
    position: relative;
    top: 10px;
    width: 100%;
    margin: 0 auto;
    order: -1;
    display: flex;
    justify-content: center;
    padding: 0 5px;
    left: 0;
  }

  .recent_slider_blog {
    width: 90%;
    margin: -50px 5% 70px;
    padding: 20px 20px 25px;
    position: relative;
    min-height: auto;
  }

  .recent_slider_blog>p {
    display: none;
  }

  .recent_slider_blog p br {
    display: none;
  }

  .recent_slider_blog p {
    font-size: 14px;
    line-height: 20px;
  }

  .recent_slider_blog h3 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 2px;
  }

  .step_section img {
    width: 110px;
  }

  .step_section h2 {
    font-size: 42px;
  }

  .step_section h2 span.small {
    position: relative;
    top: 10px;
  }

  .heading_main h2 {
    font-size: 35px;
    line-height: normal;
  }

  .heading_main h2::before {
    top: 56px;
    display: none;
  }

  .team_info_blog {
    padding: 30px 20px 100px;
  }

  .team_info_blog::after {
    display: none;
  }

  .team_img_blog::after {
    display: none;
  }

  .right-padding_0 {
    padding-right: 15px;
  }

  .left-padding_0 {
    padding-left: 15px;
  }

  .team_img_blog.right_side::after {
    display: none;
  }

  .client_add {
    font-size: 37px;
    line-height: 42px;
    font-style: italic;
  }

  .testimonial_update::before {
    width: 75px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .testimonial_update p {
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
    padding: 0 25px 0 90px;
    margin: 35px 0;
  }

  .testimonial_update::after {
    display: none;
  }

  .testimonial_name {
    position: relative;
    padding: 0;
  }

  .testimonial_name img {
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    padding-left: 10px;
  }

  .testimonial_name h3,
  .testimonial_name p {
    padding-left: 130px;
  }

  .testimonial_name h3,
  .testimonial_name p {
    padding-left: 110px;
  }

  .testimonial_name img {
    padding-left: 0;
  }

  .heading_main h2::after {
    width: 80%;
    height: 1px;
  }

  .blog_st.long_ver .feature_detail_blog {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }

  .feature_detail_blog {
    background: #eff1f5;
    padding: 40px 30px 30px 30px;
    position: relative;
  }

  .blog_st.long_ver .feature_detail_blog ul {
    margin-top: -25px;
    margin-bottom: -15px;
  }

  .text-align_center_rs {
    text-align: center;
  }

  .feature_detail_blog {
    margin-bottom: 30px;
  }

  .newsletter_form h3 {
    text-align: center;
    margin-top: 40px;
  }

  .left-padding_15 {
    padding-left: 0;
  }

  .social_icon_team {
    margin-top: 30px;
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .newsletter_form form input {
    width: 100%;
  }

  .newsletter_form button {
    border: none;
    background:
      #c3b056;
    float: left;
    width: 55px;
    height: 55px;
    float: right;
    margin-top: -55px;
  }

  .newsletter_form {
    margin-top: 40px;
  }

  .footer_blog {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
  }

  .cpy p,
  .cpy p a {
    font-size: 14px;
  }

  .feature_img_blog img {
    width: 100%;
  }

  .team_img_blog img {
    width: 100%;
  }

  .inner_banner_section {
    min-height: 250px;
  }

  .page-title {
    margin-top: 80px;
  }

  .post_commt_form h4 {
    padding: 0 30px;
  }

  .topbar-right {
    display: none;
  }

  footer h3 {
    margin-top: 40px;
  }

  #navbar_menu.small-screen ul.open {
    display: block !important;
  }

  #navbar_menu>ul>li>a:hover,
  #navbar_menu>ul>li>a:focus {
    background: #f5a202;
    color: #fff !important;
  }

}