/*********************************Global Fonts*********************************/



@font-face {
  font-family: "ProximaNovaSoft-Medium";
  src: url("fonts/ProximaNovaSoft-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/ProximaNovaSoft-Mediumd41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/ProximaNovaSoft-Medium.otf") format("opentype"), /* Open Type Font */
  url("fonts/ProximaNovaSoft-Medium.svg") format("svg"), /* Legacy iOS */
  url("fonts/ProximaNovaSoft-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
  url("fonts/ProximaNovaSoft-Medium.woff") format("woff"), /* Modern Browsers */
  url("fonts/ProximaNovaSoft-Medium.html") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
  font-family: "ProximaNovaSoft-Regular";
  src: url("fonts/ProximaNovaSoft-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/ProximaNovaSoft-Regulard41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/ProximaNovaSoft-Regular.otf") format("opentype"), /* Open Type Font */
  url("fonts/ProximaNovaSoft-Regular.svg") format("svg"), /* Legacy iOS */
  url("fonts/ProximaNovaSoft-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
  url("fonts/ProximaNovaSoft-Regular.woff") format("woff"), /* Modern Browsers */
  url("fonts/ProximaNovaSoft-Regular.html") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
  font-family: "ProximaNovaSoft-Semibold";
  src: url("fonts/ProximaNovaSoft-Semibold.eot"); /* IE9 Compat Modes */
  src: url("fonts/ProximaNovaSoft-Semiboldd41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/ProximaNovaSoft-Semibold.otf") format("opentype"), /* Open Type Font */
  url("fonts/ProximaNovaSoft-Semibold.svg") format("svg"), /* Legacy iOS */
  url("fonts/ProximaNovaSoft-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
  url("fonts/ProximaNovaSoft-Semibold.woff") format("woff"), /* Modern Browsers */
  url("fonts/ProximaNovaSoft-Semibold.html") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
  font-family: 'ProximaNovaSoft-Bold';
  src: url('fonts/ProximaNovaSoft-Bold.eot');
  src: url('fonts/ProximaNovaSoft-Boldd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/ProximaNovaSoft-Bold.html') format('woff2'),
  url('fonts/ProximaNovaSoft-Bold.woff') format('woff'),
  url('fonts/ProximaNovaSoft-Bold.ttf') format('truetype'),
  url('fonts/ProximaNovaSoft-Bold.svg#ProximaNovaSoft-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  }
  
  @font-face {
  font-family: 'Blue Eyes - Personal Use';
  src: url('fonts/BlueEyesPersonalUse.eot');
  src: url('fonts/BlueEyesPersonalUsed41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/BlueEyesPersonalUse.html') format('woff2'),
  url('fonts/BlueEyesPersonalUse.woff') format('woff'),
  url('fonts/BlueEyesPersonalUse.ttf') format('truetype'),
  url('fonts/BlueEyesPersonalUse.svg#BlueEyesPersonalUse') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
  
  
  /*********************************Global Fonts*********************************/
  
  
  /***** Global Slide *****/ 
  .slide-right, .slide-left { width: 100%;}
  
  
  /***** Slide Right *****/
  .slide-right {animation: 1s slide-right;}
  @keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
  }
  
  
  /***** Slide Left *****/
  .slide-left {animation: 1s slide-left;}
  @keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
  }
  
  
  /***** FadeIn Underline *****/
  .line {border-bottom: 3px solid red;width: 200px;margin: auto;}
  .fade-in {animation: fadeIn ease 1s;}
  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  
  /*********************************Global Seprator line css*********************************/
  ul.block-data li {background: none !important;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: space-between;-js-display: flex;}
  .seperator {flex: 1 1 auto;background: url(images/pricinglinefor-gradient.png);background-repeat: no-repeat;background-position: 100% 70%;}
  ul.block-data li.add-on {position: relative;margin-bottom: 25px !important;}
  ul.block-data li.add-on p {position: absolute;bottom: -10px;}
  /*********************************Global Seprator line css*********************************/
  
  
  /*********************************Global Css*********************************/
  * {box-sizing: border-box;}
  body{overflow-x:hidden;}
  body p {color: #596C86; font-size: 20px; line-height: 26px;font-family: "ProximaNovaSoft-Regular";}
  body .container {width: 100%;}
  body h1 {font-size: 55px;color: #1d2253;line-height: 58px !important;font-family: "ProximaNovaSoft-Semibold";}
  body  h2 {font-size: 40px;color: #1d2253;font-family: "ProximaNovaSoft-Semibold";line-height: 44px !important;}
  body  h3 {font-size: 24px;color: #1d2253;font-family: "ProximaNovaSoft-Semibold";line-height: 24px !important;}
  .lp-bar__iframe-wrapper {display: none;}
  .page-id-1665 .lp-bar__iframe-wrapper {display: block;}
  img {-webkit-backface-visibility: hidden;-ms-transform: translateZ(0);-webkit-transform: translateZ(0); transform: translateZ(0);image-rendering: -webkit-optimize-contrast; }
  /********************************* /Global Css*********************************/
  
  
  /*********************************Top bar*********************************/
  .top_nav .textwidget p {font-size: 14px;color: #ffffff;font-family: "ProximaNovaSoft-Medium";line-height: 24px;}
  .top_nav .textwidget p a {font-size: 16px;color: #ffffff;font-family: "ProximaNovaSoft-Medium";line-height: 15px;margin-left: 0 !important;display: inline-block;}
  html body .header_wrapper.sticky {position: fixed !important;top: 0 !important;padding: 0 !important;}
  .cs-service_menu.sticky1 {position: fixed;top: 60px;z-index:99999 !important;}
  /********************************* /Top bar*********************************/
  
  
  /*********************************Menu items*********************************/
  div#logo {margin-right: 15px;}
  #navigation ul li a {color: #596C86;font-size: 18px;font-family: "ProximaNovaSoft-Regular";text-transform: capitalize;font-weight: normal;line-height: 22px;letter-spacing: 0px;}
  #navigation ul li a:hover, #navigation ul li a:focus {border: 0 !important;}
  #navigation ul li a:hover {color: #ff3eb3 !important;}
  #navigation ul li.current-menu-item a {text-decoration: none;border: 0;color: #ff3eb3;}
  #navigation ul li.current-menu-item ul li a{color: #596C86;}
  #navigation ul li.current-menu-item ul li.current-menu-item a {color: #ff3eb3;}
  #navigation ul li >a{border:transparent !important;}
  body .header_wrapper.header_9.background--light {border: 0;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  #navigation ul li.menu-item-has-children > ul.sub-menu.non_mega_menu {background: #ffffff;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  #navigation ul li.menu-item-has-children > ul.sub-menu.non_mega_menu li {border: 0;}
  #navigation ul li.menu-item-has-children > ul.sub-menu.non_mega_menu li a {font-size: 15px;}
  .header_tools .show_inline a.show_inline_get_started{background-color: #ff3eb3 !important;border: 0;border-radius: 99px;color: #ffffff !important;font-family: "ProximaNovaSoft-Medium" !important;font-size: 18px !important;line-height: 18px !important;padding: 11px 22px;text-transform: capitalize !important;    margin-left: 30px;}
  .header_tools .show_inline a.show_inline_get_started:hover{opacity:0.9;}
  .header_tools .show_inline a.show_inline_login {font-size: 18px !important;line-height: 18px !important;color: #000;font-weight: 500 !important; font-family: "ProximaNovaSoft-Medium" !important;background: url(images/loginrightarrow.svg);padding-right: 15px;background-repeat: no-repeat;background-position: 100% 4px;background-size: 8px;display: inline-block;}
  /*********************************Menu items*********************************/
  
  
  /*********************************video_section*********************************/
  .cs-video_section {background-size: 100% 255px;    padding-top: 140px !important;    padding-bottom: 140px;    margin: 0 !important;}
  .cs-video_section .cs-video_section-col-left h1 {font-size: 55px;color: #1d2253;line-height: 58px !important;font-family: "ProximaNovaSoft-Semibold";text-shadow: 0px 1px 0px #ffffff;}
  .cs-video_section .cs-video_section-col-left .wpb_text_column.wpb_content_element {	margin-bottom: 20px;}
  .cs-video_section .cs-video_section-col-left .wpb_text_column.wpb_content_element:nth-of-type(2) {max-width: 430px;margin-bottom: 30px;}
  .cs-video_section-col-left .wpb_content_element.button:last-child {display: none;}
  a.btn-bt.default {background-color: #ff3eb3 !important;border: 0;border-radius: 99px;color: #ffffff !important;font-weight: 500 !important;font-family: "ProximaNovaSoft-Medium" !important;font-size: 20px !important;line-height: 20px !important;padding: 17px 24px;text-transform: capitalize !important;letter-spacing: 0.5px !important;}
  a.btn-bt.default{border:0px transparent !important;}
  .btn-bt.default:hover {border: 0; opacity:0.9;}
  .btn-bt.default:hover i{display:none;}
  #navigation ul li.menu-item-has-children > a {background: url("images/dropdown.svg");background-repeat: no-repeat;background-position: 100% 9px;padding-right: 18px;}
  .btn-bt.default:hover span {left: 0 !important;}
  .cs-video_section .cs-video_section-col-right p a img {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs-video_section-col-right video {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .iframe_youtube > iframe.v_link {margin: 0 !important;width: 100%;bottom:0px !Important;}
  .lp-bar__iframe-wrapper {    z-index: 99999 !important;}
  /*********************************video_section*********************************/
  
  
  /*********************************@S*********************************/
  .cs-home_testimonials .container .item1 {padding: 40px;overflow: hidden;/*display: block;*/display: flex; align-items: center;}
  .cs-home_testimonials .container .item1 .param_left {width: 50%;float: left;padding-right: 15px;}
  .cs-home_testimonials .container .item1 .param_left img {width: auto;height: 373px;}
  .page-id-13231 .cs-home_testimonials .container .item1 .param_left img {width: auto;height: auto;}
  .cs-home_testimonials .container .item1 .param_right {width: 50%;float: left;padding-left: 15px;position: relative;height: auto !important;}
  .cs-home_testimonials .container .item1 .param_right_inner {position: absolute;top: 50%;left: 25px;transform: translate(-0%, -50%);font-family: "ProximaNovaSoft-Regular";font-size: 22px;line-height: 26px;color: #596C86;font-style: italic;}
  .cs-home_testimonials .container .item1 .param_right_inner h3 {margin-bottom: 5px;font-style: normal;}
  .cs-home_testimonials .container .item1 .param_right_inner p {font-size: 22px;line-height: 26px;padding: 0;color: #596C86;font-family: "ProximaNovaSoft-Regular";font-style: italic;text-align: left;margin-top: 10px;}
  .cs-home_testimonials .container .item .param_left img {width: 100%;}
  .add_loader:after {content: "";position: absolute;z-index: 9999;height: 50px;width: 100%;margin: 0 auto;max-width: 50px;left: 0;right: 0;top: 48%;background: url(images/loader.gif);background-repeat: no-repeat;background-size: 50px;}
  section.add_loader:before {content: "";position: absolute;width: 100%;height: 100%;left: 0;right: 0;top: 0;z-index: 999;background: #ffffff;}
  .cs-home_testimonials .container .owl-stage-outer {max-height: 420px;}
  .cs-home_testimonials .container .item1{ padding: 40px;}
  .owl-dots {text-align: center;margin-bottom: 30px;}
  .owl-dots button.owl-dot {height: 14px;width: 14px;background: #D9D9D9 !important;border-radius: 50%;margin-right: 5px;}
  .owl-dots button.owl-dot.active{background: linear-gradient(134.92deg, #ff3eb3 25.37%, #7EC4F2 93.99%) !important;;}
  a.neighborhood_link.btn {justify-content: center;align-items: center;padding: 12px 21px;position: static;background: #000;border-radius: 100px;color: #fff !important;font-family: 'ProximaNovaSoft-Bold';padding-right: 20px;}
  a.neighborhood_link.btn:after {content: "";background: url(images/Icon1.png);padding-right: 20px;background-repeat: no-repeat;background-position: 100% 3px;background-size: 7px;}
  /*********************************@S*********************************/
  
  
  
  /*********************************How it work*********************************/
  .cs-four_section_blocks {position:relative;}
  .cs-how_it_works h2 {font-size: 40px;color: #1d2253;font-family: "ProximaNovaSoft-Semibold";line-height: 44px !important;margin-bottom: 10px;}
  .cs-how_it_works .wpb_text_column.wpb_content_element {margin-bottom: 15px;}
  .cs-how_it_works .cs-how_it_works_text p {max-width: 620px;margin: 0 auto;width: 100%;}
  .cs-how_it_works a.btn-bt.default {background-color: #000!important;    font-size: 18px !important;    line-height: 18px !important;    padding: 12px 23px;}
  #cs-four_section_blocks {width: 55%;margin: auto;position: absolute !important;top: 21px !important;left: 0;right: 0;border-bottom: 2px dotted #1d2253;max-width: 750px;background-image: url(images/hiwinternidiateline.png);background-repeat: no-repeat;height: 2px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(1) .hiw-numbers {text-align: center;background: url(../../../../img/icons8-1-cute-48.png);background-repeat: no-repeat;background-size: 36px;background-position: center center;height: 43px;color: transparent;background-color: #ffffff;max-width: 52px;margin: 0 auto;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) .hiw-numbers {text-align: center;background: url(../../../../img/icons8-2-cute-48.png);background-repeat: no-repeat;background-size: 45px;background-position: center center;height: 43px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(3) .hiw-numbers {text-align: center;background: url(../../../../img/icons8-3-cute-48.png);background-repeat: no-repeat;background-size: 50px;background-position: center center;height: 41px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(4) .hiw-numbers {text-align: center;background: url(../../../../img/icons8-4-cute-48.png);background-repeat: no-repeat;background-size: 41px;background-position: center center;height: 42px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;}cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) {margin-bottom: 30px;box-shadow: 0px 0px 30px rgb(92 112 139 / 30%);background: #eef0f3;padding: 0;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper {float: left;width: 100%;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2n) .wpb_content_element:nth-of-type(2) > .media_wrapper img {float: right;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {width: 100%;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) {float: left;width: 100%;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) > .wpb_wrapper p {margin-top: 10px;font-size: 16px;line-height: 20px; margin: 10px auto 0;}
  .page-id-1665 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) > .wpb_wrapper p {max-width: 244px;}
  .page-id-1665 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(1) .wpb_content_element:nth-of-type(3) > .wpb_wrapper p { max-width: 210px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) p a {text-decoration: underline;color: #000 !important;    font-family: "ProximaNovaSoft-Medium";}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) p a:hover {cursor:pointer;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items ul {padding-left: 25px;margin-top: 10px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items ul li {text-align: left !important;font-size: 14px !important;line-height: 20px;font-family: "ProximaNovaSoft-Regular";color: #596C86;margin-bottom: 5px;}
  /********************************* /How it work*********************************/
  
  
  /********************************* get your timeback*********************************/
  body.page-id-1665 .cs-get_your_time_back {margin-bottom: 0px !important;}
  body.page-id-987 .cs-get_your_time_back {margin-bottom: 0px !important;}
  body.page-id-1665 .cs-home_testimonials {padding-top: 20px !important;}
  body.page-id-987 .cs-home_testimonials {padding-top: 20px !important;}
  .cs-home_testimonials {padding-top: 90px !important;}
  .cs-get_your_time_back .wpb_wrapper p {margin: 10px auto 0;width: 640px;}
  .cs-home_testimonials .container {background: #ffffff;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);border-radius: 8px;}
  .cs-home_testimonials .container .item {padding: 40px;overflow: hidden;display:flex;}
  .cs-home_testimonials .container .item .param_left {width: 50%;float:left;padding-right:15px;}
  .cs-home_testimonials .container .item .param_left img{width: 100%;}
  .cs-home_testimonials .container .item .param_right {width: 50%;float:left;padding-left:15px;position:relative;}
  .cs-home_testimonials .container .item .param_right .param {display:none;}
  .cs-home_testimonials .container .item .param_right_inner {position:absolute;top:50%;left:25px;transform: translate(-0%, -50%);font-family: "ProximaNovaSoft-Regular";font-size:22px;line-height:26px;color: #596C86;font-style:italic;}
  .cs-home_testimonials .container .item .param_right_inner h3{margin-bottom:5px;}
  .cs-home_testimonials .container .item .param_right_inner p{font-size: 22px;line-height: 26px;padding:0;color: #596C86;font-family: "ProximaNovaSoft-Regular";font-style:italic;text-align:left;}
  .cs-home_testimonials .pagination {display: none;}
  .cs-get_your_time_back .vc_col-sm-12 {margin-bottom: 30px !important;}
  .s-cote_word .vc_col-sm-12.wpb_column.column_container {margin: 0 !important;}
  /*.s-cote_word .wpb_wrapper p {font-family: 'Blue Eyes - Personal Use';letter-spacing: 2px;color: #000;font-size: 35px;line-height: 45px;padding-bottom: 45px;font-weight: 400;}*/
  .s-cote_word .wpb_wrapper p {font-family: ccsignlanguage, sans-serif;/*font-family: 'Blue Eyes - Personal Use';*/font-weight: 400;font-style: normal;letter-spacing: 2px;color: #000;font-size: 30px;line-height: 33px;padding-bottom: 45px;}
  /********************************* /get your timeback*********************************/
  
  
  /********************************* Services*********************************/
  .cs-service_menu .vc_col-sm-12.wpb_column.column_container {padding-bottom: 0 !important;}
  .cs-services .vc_col-sm-12.wpb_column.column_container {margin-top: 0 !important;}
  .cs-services .vc_col-sm-12.wpb_column.column_container .wpb_text_column.wpb_content_element {margin-bottom: 60px;}
  .cs-services .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p {width: 690px;margin: 10px auto 0;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {background: #ffffff;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);border-radius: 20px;padding: 35px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper {display: flex;    align-items: center;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_left {width: 35%;display: inline-block;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right {display: inline-block;width: 63%;padding-left: 15px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p{width:100%}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right h3 {font-family: 'ProximaNovaSoft-Bold';font-size: 24px;line-height: 26px !important;color: #596C86;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {margin: 0;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 {margin-bottom: 30px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(1) {font-size: 16px;line-height: 20px;color: #5C708B;margin-top: 12px;margin-bottom: 0px;min-height:80px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(2) a {color: #000 !important;font-size: 18px;line-height: 22px;font-family: "ProximaNovaSoft-Medium";background: url(images/fourblockarrow.png);padding-right: 15px;background-repeat: no-repeat;background-position: 100% 5px;}
  /********************************* /Services*********************************/
  
  
  /********************************* Love-2u*********************************/
  .page-id-1665 .cs-feedback {margin-top: 60px;}
  .cs-love_2u .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p {width: 710px;margin: 10px auto 0;}
  /********************************* /Love-2u*********************************/
  
  
  /********************************* why_love*********************************/
  .why_love {margin-top: 70px;}
  .why_love .wpb_wrapper > .wpb_content_element {margin-bottom: 15px;}
  .why_love .wpb_text_column.wpb_content_element {float: left;width: 100%;}
  .why_love .wpb_text_column.wpb_content_element .wpb_wrapper h3 {line-height: 32px !important;font-size: 28px;}
  .why_love .wpb_text_column.wpb_content_element .wpb_wrapper p {width: 77%;margin: 15px auto 0;font-size: 16px;    line-height: 20px;}
  /********************************* /why_love*********************************/
  
  
  /********************************* Our promise to you*********************************/
  .cs-promise_to_you .cs-batch {padding: 0 !important;}
  .cs-promise_to_you .cs-batch .vc_row {display: flex;align-items: center;}
  .cs-promise_to_you .cs-batch .vc_row .vc_column_container:nth-of-type(1) .vc_column-inner {padding: 20px 0px 20px 20px;}
  .cs-promise_to_you .cs-batch .vc_row .vc_column_container:nth-of-type(2) .vc_column-inner {padding: 20px;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_content .wpb_wrapper h3 {color: #596C86;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_content .wpb_wrapper p {font-size: 16px;line-height: 20px;max-width: 333px;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_image img {margin-top: -9px;}
  /********************************* /Our promise to you*********************************/
  
  
  /********************************* Start saving*********************************/
  .cs-time_month > .container {background: url(images/BG.png);background-size: cover;background-repeat: no-repeat;border-radius: 8px;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);}
  .cs-time_month .cs-savin_time_this_month h2 {font-size: 32px;line-height: 36px !important;text-shadow: 0px 1px 0px rgb(255 255 255 / 16%);}
  .cs-time_month .cs-savin_time_this_month h2 img {margin-top: -7px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container {padding: 0 !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month {padding: 0 15px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater {padding: 0 15px !important;overflow: hidden;margin: 0;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year {padding: 0 15px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items {padding: 0 15px !important;max-width: 1100px;width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items .cs-time_month_item .wpb_content_element:nth-of-type(1) {margin-bottom: 20px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items .cs-time_month_item .wpb_content_element:nth-of-type(2) {float: left;width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items .cs-time_month_item .wpb_content_element:nth-of-type(2) h3 {font-size: 18px;line-height: 22px !important;color: #596C86;font-family: 'ProximaNovaSoft-Bold';}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items .cs-time_month_item .wpb_content_element:nth-of-type(2) p {margin-top: 5px;font-size: 16px;line-height: 20px !important;color: #596C86;font-family: "ProximaNovaSoft-Regular";}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-of-type(5) {width: 100%;float: left;margin-top: 45px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-of-type(5) .wpb_wrapper {width: 100%;float: left;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-of-type(5) .wpb_wrapper p {width: 100%;float: left;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-of-type(5) .wpb_wrapper p a {float: none;font-size: 18px !important;line-height: 22px !important;font-family: 'ProximaNovaSoft-Bold';padding: 17px 38px 17px 25px;background: url(images/white-arrow.png);background-repeat: no-repeat;background-position: 93% 51%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month {margin: 0 !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month > .wpb_wrapper{margin: 0 !important;padding: 40px 45px !important;border-bottom: 1px dashed #8C8CA5;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper {margin: 0 !important;padding: 50px 100px !important;text-align: center;overflow: hidden;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner > ul {padding: 0;margin: 0;display: flex;align-items: center;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner > ul li{list-style-type:none;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 {font-size: 20px;line-height: 20px;color: #596C86;font-family: 'ProximaNovaSoft-Bold';width: 32%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul {padding: 0 !important;width: 100%;margin: 15px auto 0;background: rgba(255, 255, 255, 0.517647);border-radius: 10px;max-width: 85%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul li {display: inline-block;width: 31.8%;padding-top: 15px;padding-bottom: 15px;border-radius: 10px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul li a {width: 100%;padding: 12px 18px;color: rgba(92, 112, 139, 0.627451);font-family: "ProximaNovaSoft-Regular";font-size: 24px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul li a.active {width: 100%;background: #000;padding: 12px 21px;border-radius: 10px;font-family: "ProximaNovaSoft-Regular";font-size: 24px;color:#ffffff;line-height: 22px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul li a:hover{cursor:pointer;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-2 {margin-left: 35px;margin-right: 35px;width:3%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 {width: 50%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul {padding: 20px 40px;background: rgba(255, 255, 255, 0.568627);border-radius: 24px;overflow: hidden;display: flex;align-items: center;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.text {float: left;width: 65%;text-align: left;line-height: 20px;color: #596C86;font-family: 'ProximaNovaSoft-Bold';font-size: 20px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img {float: left;width: 35%;text-align: left;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img p.bag-number {float: left;color: #596C86;font-size: 50px;padding-top: 5px;margin: 0;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img p:last-child {margin: 0;float: left;margin-left: 15px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year .wpb_wrapper {padding-top: 0 !important;padding-bottom: 0 !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year .wpb_wrapper h3 {font-size: 31px;line-height: 37px !important;background: linear-gradient(134.92deg, #ff3eb3 25.37%, #7EC4F2 93.99%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year .wpb_wrapper h3 img {margin-top: -5px;margin-right: 10px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year > .wpb_wrapper {margin: 0 !important;padding: 50px 100px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items > .wpb_wrapper {margin: 0 !important;padding: 50px 100px !important;}
  .cs-time_month {background-size: 100% !important;}
  /********************************* /Start saving*********************************/
  
  
  /********************************* Feedback*********************************/
  .cs-feedback .vc_col-sm-12.wpb_column.column_container {margin-top: 25px !important;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner {width: 95%;margin: 0 auto !important;position: relative;min-height: 350px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left {background: url(images/left-testi.png);background-repeat: no-repeat;background-size: 100% 100%;padding: 30px 30px 80px 45px;position: absolute;top: 140px;left:2%;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left .vc_column-inner {background: url(images/commas.png);background-size: 25px;background-position: 0px 10px;background-repeat: no-repeat;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right {background: url(images/right-testi.png);background-repeat: no-repeat;background-size: 100% 100%;padding: 30px 20px 90px 30px;position: absolute;left: 47%}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .vc_column-inner {background: url(images/commas.png);background-size: 25px;background-position: 1px 8px;background-repeat: no-repeat;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .vc_column-inner .wpb_wrapper > p {padding-left: 10px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left .wpb_wrapper p {color: #373a3c;font-size: 16px;line-height: 24px;font-style: italic;margin-bottom: 0;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .wpb_wrapper p {color: #373a3c;font-size: 16px;line-height: 24px;font-style: italic;margin-bottom: 0;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .vc_column-inner .wpb_wrapper > p {padding-left: 10px;margin-bottom: 0;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left h5 {font-size: 16px;line-height: 16px;text-align: right;color: #373A3C;font-family: "ProximaNovaSoft-Semibold";}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right h5 {font-size: 16px;line-height: 16px;text-align: right;color: #373A3C;font-family: "ProximaNovaSoft-Semibold";}
  /********************************* /Feedback*********************************/
  
  
  
  /********************************Popup Css ********************************/
  
  
  /******************location-popup********************/
  body .sgpb-content-12989 {width:100% !important; max-width: 600px !important;}
  body .sgpb-content-12989 form  {float: left;width: 100%;}
  body .sgpb-content-12989 .sgpb-main-html-content-wrapper>p {display: none;}
  body .sgpb-content-12989 .sgpb-main-html-content-wrapper {float: left;width: 100%;}
  body .sgpb-content-12989 form .style_column .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(1) {margin-right: 2% !important;width: 48% !important;}
  body .sgpb-content-12989 form .style_column .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(2) {margin-left: 2% !important;width: 48% !important;}
  #cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {background-color: #ff3eb3!important;    background-color: var(--mdc-theme-error, #ff3eb3) !important;}
  #cf7md-form .mdc-text-field::before, #cf7md-form .mdc-text-field::after {background-color: transparent !important;}
  html #cf7md-form .mdc-select::before {display: none !important;}
  body #cf7md-form .mdc-text-field:hover::before {opacity: 0 !important;}
  body #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {background-color: transparent !important;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field input {padding-left: 0 !important;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field label {left: 0 !important;font-family: "ProximaNovaSoft-Regular" !important;color: #596C86 !important;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-submit {position: relative;}
  body .custom-sec-form form .cf7md-item.cf7md-submit {position: relative;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-submit button {background: #ff3eb3 !important;box-shadow: none !important;border: 0 !important;border-radius: 99px !important;padding: 29px 25px !important;width: 100%;font-size: 20px !important;font-family: "ProximaNovaSoft-Semibold" !important;text-transform: capitalize !important;}
  body .custom-sec-form form .cf7md-item.cf7md-submit button {background: #ff3eb3 !important;box-shadow: none !important;border: 0 !important;border-radius: 99px !important;padding: 29px 25px !important;width: 100%;font-size: 20px !important;font-family: "ProximaNovaSoft-Semibold" !important;text-transform: capitalize !important;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-submit span.ajax-loader {position: absolute;bottom: 15px;left: 60%;}
  body .custom-sec-form form .cf7md-item.cf7md-submit span.ajax-loader {position: absolute;bottom: 15px;left: 60%;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-submit button.mdc-ripple-upgraded--background-focused::before {opacity:1 !important;background:transparent !important;}
  body .wpcf7-response-output {text-align: center;font-family: "ProximaNovaSoft-Regular";color: #1d2253;font-size: 16px;padding: 10px 15px !important;}	
  body .custom-sec-form form .cf7md-item.cf7md-submit button.mdc-ripple-upgraded--background-focused::before {opacity:1 !important;background:transparent !important;}
  body .wpcf7-response-output {text-align: center;font-family: "ProximaNovaSoft-Regular";color: #1d2253;font-size: 16px;padding: 10px 15px !important;}
  #cf7md-form .mdc-theme--text-primary-on-background, #cf7md-form .mdc-theme--text-primary-on-light, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-form-field, #cf7md-form .cf7md-file--value, #cf7md-form .cf7md-card-title, #cf7md-form .mdc-list a.mdc-list-item, #cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-switch-label, #cf7md-form .cf7md-checkbox-label, #cf7md-form .cf7md-radio-label, #cf7md-form .cf7md-accept-label, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {color: #1d2253 !important;font-family: "ProximaNovaSoft-Regular" !important;}
  html #cf7md-form .mdc-select:not(.mdc-select--disabled) {background-color: transparent;}
  html .sgpb-popup-builder-content-html input {border-bottom: 1px solid #1d2253 !important;}
  body .sgpb-content-12989 form .cf7md-item.cf7md-select.mdc-layout-grid__cell .mdc-select select {padding-left: 0 !important;}
  body .custom-commercial-sec5 form .style_column_commercial .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(1), body .custom-commercial-sec5 form .style_column_commercial2 .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(1) {margin-right: 2% !important;width: 48% !important;}
  body .custom-commercial-sec5 form .style_column_commercial .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(2), body .custom-commercial-sec5 form .style_column_commercial2 .cf7md-item.cf7md-text.mdc-layout-grid__cell:nth-of-type(2) {margin-left: 2% !important;width: 48% !important;}
  body .custom-commercial-sec5 form .style_column .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field, body .custom-commercial-sec5 form .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field {background: transparent !important;border-bottom: 1px solid #1d2253 !important;opacity: 1 !important;}
  body .custom-commercial-sec5 form .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field input {padding-left: 0 !important;}
  body .custom-commercial-sec5 form .cf7md-item.cf7md-text.mdc-layout-grid__cell .mdc-text-field label {left: 0 !important;}
  /****************** /location-popup********************/
  
  
  /***************** /V****************/
  .sgpb-popup-overlay {background-image: unset;background-color: rgba(255,255,255,0.99) !important;}
  .sg-popup-content {box-shadow: #c2babe 0px 0px 100px !important;padding: 40px 45px 30px 40px!important;margin: 0 !important;border-bottom-width: 0px !important;border-bottom-color: #fff !important;}
  .sg-popup-content ul.block-data li {    float: left; width: 100%;position: relative; margin-bottom: 25px !important;background: none !important;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: space-between;-js-display: flex;}
  .sg-popup-content ul.block-data li .block-left {float: left;padding-right: 0px;font-size: 16px;line-height: 19px;font-family: "ProximaNovaSoft-Medium";color: #596C86;}
  .sg-popup-content ul.block-data li .seperator {flex: 1 1 auto;background: url(images/pricinglinefor-gradient.png);background-repeat: no-repeat;background-position: 100% 9px;height: 11px;background-size: 100%;}
  .sg-popup-content ul.block-data li .block-right {float: right;padding-left: 0px;font-size: 16px;line-height: 24px;font-family: "ProximaNovaSoft-Medium";color: #596C86;}
  .sg-popup-content ul.block-data li.add-on p {position: absolute;bottom: -10px;margin: 0;display: block;width: 100%;float: left;font-size: 12px;line-height: 13px;color: #596C86;}
  .sgpb-popup-dialog-main-div-wrapper > div >img {top: 15px !important;right: 15px !important;}
  /***************** /V****************/
  
  
  div#pum_popup_title_12753 {display: none;}
  .content-modal h2 {    margin: auto;    text-align: center;}
  .content-modal h3 {margin-top: 0;color: #000 ;margin-bottom: 30px;text-align: center;}
  .content-modal .text {width: 90%;margin: 0 auto 30px;color: #5C708B;font-size: 16px;text-align: center;    line-height: 22px;}
  .content-modal ul {padding-left: 0;list-style: none;float: none;width: 100%;overflow-x: hidden;max-width: 500px;margin: 0 auto;}
  .cleaning_modal_cont ul li p.table-wrap {display: contents;align-items: center;}
  .cleaning_modal_cont ul li p.table-wrap span:first-child {    width: 160px;    font-size: 16px;}
  .content-modal span {width: 100%;display: block;}
  .cleaning_modal_cont ul li p {margin: 0px;padding: 0px;color: #5C708B;font-size: 16px;}
  .cleaning_modal_cont ul li {list-style: none;display: flex;justify-content: space-between;align-items: center;height: 30px;border-radius: 15px;padding: 0 25px;}
  .content-modal span {color: #5C708B;font-size: 16px;}
  .cleaning_modal_cont .bottom-p {max-width: 470px;color: #5C708B;display: block;margin: 0 auto;margin-top: 20px;line-height: 22px;text-align: center;}
  p.pkk {font-size: 14px !important;overflow: hidden; clear: left;    line-height: 22px;}
  /******************************** /Popup Css ********************************/
  
  
  /********************************* still-Questions*********************************/
  .cs-still-question {background: transparent !important;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container {margin-top: 0 !important;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper {float: left;width: 100%;/*background: url(./images/stillques.png);background-repeat: no-repeat;background-size: cover;background-position: center center;*/padding: 15px;background: rgba(126, 196, 242, 0.21);border-radius:99px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper h2 {font-size: 28px;line-height: 32px !important;text-align: center !important;color: #596C86;margin-bottom: 0;font-family: 'ProximaNovaSoft-Bold';}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper .cs-how_it_works_text {margin-bottom: 15px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper p {width: 100%;margin-bottom: 15px !important;margin-top: 0;padding-top: 5px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container .wpb_content_element.button a.btn-bt.align-center.default {background-color: #ff3eb3 !important;font-family: 'ProximaNovaSoft-Bold';}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container .wpb_content_element.button {float: left;width: 100%;margin-bottom: 0px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container .wpb_content_element.button a.btn-bt {padding: 12px 19px;font-size: 18px !important;line-height: 18px !important;}
  /********************************* /still-Questions*********************************/
  
  
  /********************************* footer*********************************/
  .footer_wrapper {  z-index: 0 !important;background-color:#ffffff;}
  .footer_wrapper {background-size: 100% 100% !important;}
  .footer_wrapper .container .row-fluid.ff {margin-top: 100px !important;    padding-bottom: 20px !important;}
  .footer_wrapper .container .row-fluid.ff .span3 h5 {font-size: 20px !important;line-height: 24px !important;color: #1d2253 !important;font-family: 'ProximaNovaSoft-Bold' !important;margin-bottom: 10px !important;text-transform: none !important;}
  .footer_wrapper .container .row-fluid.ff .span3 p {margin-top: 0;}
  .footer_wrapper .container .row-fluid.ff .span3 p {color: #596C86 !important;font-size: 20px !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper .container .row-fluid.ff .span3 ul li a {color: #989ea7 !important;font-size: 16px !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper .container .row-fluid.ff .span3 ul li.current-menu-item a {color: #ff3eb3 !important;opacity: 1 !important;}
  .footer_wrapper .container .row-fluid.ff .span3 ul li a:hover {color: #ff3eb3 !important;}
  .footer_wrapper .container .row-fluid.ff .span3 .textwidget h6{color: #596C86 !important;font-size: 18px !important;line-height: 22px !important;font-family: 'ProximaNovaSoft-Bold' !important;}
  .footer_wrapper .container .row-fluid.ff .span3 .textwidget p{color: #596C86 !important;font-size: 16px !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper .container .row-fluid.ff .span3:last-child .textwidget p{color: #596C86 !important;font-size: 16px !important;line-height: 20px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper .container .row-fluid.ff .span3:last-child .textwidget p a {color: #596C86 !important;font-size: 16px !important;line-height: 20px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  /*.footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(2) ul li a, .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(3) ul li a {text-decoration: underline;}*/
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(1) img:nth-of-type(1) {margin-top: 0px;margin-bottom: 15px !important;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) a:nth-of-type(1) img {margin-top: 35px;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) a:nth-of-type(2) img {margin-top: 15px;}
  .footer_wrapper .container .row-fluid.ff:last-child {margin-top: 0 !important;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 {width: auto !important;float: left !important;position: unset !important;margin: 0 !important;left: unset !important;margin-top: -70px !important;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_left {float: left;margin-right: 45px;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_left p {color: #596C86 !important;font-size: 16px !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular" !important;padding-top: 4px;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_right {float: left;margin-top: 18px;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_right a {margin-right: 45px;color: #596C86 !important;font-size: 16px !important;line-height: 20px !important;font-family: "ProximaNovaSoft-Regular" !important;/*text-decoration: underline;*/}
  /********************************* /footer*********************************/
  
  
  /********************************* footer bottom*********************************/
  .footer_bottom {float: left;width: 100%;background: #1d2253;padding-top: 10px;    padding-bottom: 10px;position: relative;}
  .footer_bottom .form_content {max-width: 1100px;margin: 0 auto;padding-left: 20px;    padding-right: 20px;}
  .footer_bottom .form_content p {float: left !important;color: #ffffff !important;font-family: 'ProximaNovaSoft-Bold' !important;font-size: 16px !important;line-height: 20px !important;    padding-right: 30px;}
  .footer_bottom .form_content p:nth-of-type(1) {float: left;margin-left: 12%;}
  .footer_bottom .form_content .form_wrap {float: left;width: auto;margin: 5px 0px;}
  .footer_bottom .form_content .form_wrap form {margin: 0;}
  .footer_bottom .form_content .form_wrap form input[type="email"] {margin: 0;height: 40px;border: 0;padding: 0px 15px;font-size: 16px;line-height: 19px;color: #596C86;font-family: "ProximaNovaSoft-Regular";border: 1px solid rgba(112, 112, 112, 0.623529);border-radius: 4px;}
  .footer_bottom .form_content .form_wrap form button {margin-left: 15px;height: 40px;width: 86px;border: 0;background: #ff3eb3;color: #ffffff;font-size: 18px;line-height: 22px;border-radius: 99px;font-family: 'ProximaNovaSoft-Bold';}
  .footer_bottom .form_content .form_wrap form button:hover {opacity:0.9;}
  .footer_bottom .form_content p.full_content_right {margin: 0;}
  ul.social_icons li {display: inline-block;width: auto !important;margin-right: 4px !important;}
  .footer_bottom .form_content p.full_content_right {position: absolute;right: 45px;top: 50%;left: unset;transform: translate(0px, -50%);background: linear-gradient(134.92deg, #ff3eb3 25.37%, #7EC4F2 93.99%) !important;box-shadow: 0px 4px 10px rgb(25 45 72 / 29%) !important;border-radius: 26px;padding: 10px 0px 10px 15px;min-width: 100px;text-align: center;}
  .footer_bottom .form_content p.full_content_right a {font-size: 18px !important;line-height: 21px !important;color: #ffffff !important;font-family: 'ProximaNovaSoft-Bold' !important;background-image: url(images/gethelp.png);background-repeat: no-repeat;background-position: 0 14px;padding: 10px 15px 10px 30px;}
  /********************************* /footer bottom*********************************/
  
  
  /********************************* Service-Page*********************************/
  .page-id-693 section#content, .page-id-1236 section#content, .page-id-1589 section#content, .page-id-1259 section#content {padding-top: 0 !important;}
  .cs_video_wrap .service_laundryvideo video {width: 100%;max-width: 628px;    margin: 0 auto;    display: block;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs-laundry-bagleft .wpb_text_column.wpb_content_element:last-child, .cs-laundry-bagleft .wpb_text_column.wpb_content_element:last-child .wpb_wrapper, .cs-laundry-bagleft .wpb_text_column.wpb_content_element:last-child .wpb_wrapper .clothes-icons {float: left;width: 100%;}
  .cs-laundry-bagleft .wpb_text_column.wpb_content_element .clothes-icons .clothes-icon img {margin-bottom: 10px;}
  .cs-laundry-bagleft .wpb_text_column.wpb_content_element .clothes-icons .clothes-icon {width: 49%;text-align: center;padding: 0 10px 30px 10px;display: inline-block;font-size: 16px;line-height: 22px;font-family: "ProximaNovaSoft-Regular";color: #1d2253;}
  /*.cs-laundry-bagleft .wpb_text_column.wpb_content_element .clothes-icons .clothes-icon.top-icn {width: 100%;}*/
  span.pinkem em {display: block;margin-top: -8px;color: #ff3eb3;font-size: 16px;} 
  .cs-laundry-bagleft.hang-three-col .wpb_text_column.wpb_content_element .clothes-icons .clothes-icon {width: 32.33%;display: inline-block;}
  /*.cs-laundry-bagleft .wpb_text_column.wpb_content_element .clothes-icons .clothes-icon .clothes-icon-inner {width: auto;text-align: center;float: left;}*/
  .cs-service-tabs.cs_service-tabs_linens .vc_tta-tabs-container {display: none !important;}
  .cs-service-tabs.cs_service-tabs_linens.cs-service-tabs_drycleaning .vc_tta-tabs-container {display: none;}
  .cs-service_menu {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs-service_menu .megamenu_container {text-align: center;}
  .cs-service_menu .megamenu_container ul {float: left;width: 100%;padding: 0;}
  .cs-service_menu .megamenu_container ul li {display: inline-block;list-style-type: none;padding: 18px;}
  .cs-service_menu .megamenu_container ul li a {font-size: 20px;line-height: 24px;color: #596C86;font-family: "ProximaNovaSoft-Semibold";}
  .cs-service_menu .megamenu_container ul li a {padding-bottom: 16px;border-bottom: 4px solid transparent;}
  .cs-service_menu .megamenu_container ul li.current-menu-item a {padding-bottom: 16px;border-bottom: 4px solid #ff3eb3;}
  .cs-service_menu .megamenu_container ul li a:hover {padding-bottom: 16px;border-bottom: 4px solid #ff3eb3;}
  .cs_video_wrap .wpb_wrapper p {width: 420px;margin: 15px auto 50px;}
  .cs_video_wrap .wpb_wrapper .cs_video_content a {display: inline-block;box-shadow: 0px 10.4667px 32.563px 9.3037px rgb(0 0 0 / 5%), 0px 3.48889px 6.97778px -4.65185px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6.97778px 18.6074px rgba(0, 0, 0, 0.08));}
  .cs-how_it_works .cs-how-itwork-row p {width: 670px;margin: 0 auto;}
  .page-id-693 #cs-four_section_blocks {width: 100%;margin: auto;position: absolute !important;top: 57px !important;left: 0;right: 0;border-bottom: 0px dashed #6dbeec;max-width: 780px;background-image: url(images/hiwinternidiateline.png);background-repeat: no-repeat;height: 2px;}
  .page-id-693 .cs-four_section_blocks .wpb_content_element:nth-of-type(1) {margin-bottom: 25px;}
  .page-id-693 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) {margin-bottom: 30px;box-shadow: 0px 0px 30px rgb(92 112 139 / 30%);background: #eef0f3;padding: 0;}
  .page-id-693 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper {float: left;width: 100% !important;left: unset !important;margin: unset !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container {text-align: center;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container {width: 360px;margin: 0 auto !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list {border: 1px solid #dddddd;margin: 0 auto 0px;padding: 0;overflow: hidden !important;position: relative;height: 50px;border-radius: 99px !important;margin: 0 !important;margin-top: 20px !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list:after {content: "";position: absolute;width: 50%;top: 0;transition: left cubic-bezier(.88, -.35, .565, 1.35) .8s;border-radius: 99px;background-color: #ff3eb3;box-shadow: unset;height: 100%;z-index: 0;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list.left::after {left: 0 !important;z-index: -1;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list.right::after {left: 50% !important;z-index: -1;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li {width: 50%;border: 0;margin: 0;text-align: center;background: transparent;height: 50px;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(1) {border-top-left-radius: 0px !important;border-bottom-left-radius: 0px !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(2) {border-top-right-radius: 99px !important;border-bottom-right-radius: 99px !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(1) a {border-top-left-radius: 99px !important;border-bottom-left-radius: 99px !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(2) a {border-top-right-radius: 99px !important;border-bottom-right-radius: 99px !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li {border: 1px solid transparent;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(2) {border: 0px solid #dddddd;border-left: 0;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(1) {border: 0px solid #dddddd;border-right: 0;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active:nth-of-type(1) {border: 0px solid #ff3eb3;border-right: 0;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(2) a {padding-top: 13px;padding-bottom: 13px;background: transparent !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(1) a {padding-top: 13px;padding-bottom: 13px;background: transparent !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active {box-shadow: 0px 4px 10px rgb(25 45 72 / 29%);height: 50px;background: transparent !important;box-shadow: unset;}
  body .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active> a {background: transparent !important;color: #ffffff !important;font-family: 'ProximaNovaSoft-Bold';font-size: 18px;line-height: 22px;border-radius: 0;width: 100%;}
  body .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li a {padding: 14px 10px;font-family: "ProximaNovaSoft-Semibold";font-size: 18px;line-height: 22px;color: #373A3C;float: left;width: 100%;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li:nth-of-type(2) {border-top-right-radius: 99px !important;border-bottom-right-radius: 99px !important;border-left: 0;background: transparent;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li a span {padding: 14px 10px;font-family: "ProximaNovaSoft-Semibold";font-size: 18px;line-height: 22px;color:#373A3C;transition: color 0.8s ease 0s;}
  body .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active> a span {color: #ffffff !important;font-family: "ProximaNovaSoft-Medium";font-size: 18px;line-height: 22px;transition: color 0.8s ease 0s;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul {padding: 0;}
  .cs-service-tabs .cs-service-tabs-switch .cs_tab1 .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li {list-style-type: none;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li {
  list-style-type: none;
  background: url(images/service-tabs-dot.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 15px;
  margin-bottom: 35px;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li h5 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'ProximaNovaSoft-Bold';
  color: #596C86;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li p {
  font-size: 20px;
  line-height: 26px;
  font-family: "ProximaNovaSoft-Regular";
  color: #596C86;
  margin-top: 5px;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li div img {
  margin-right: 15px;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper ul li div {
  font-size: 20px;
  line-height: 26px;
  font-family: "ProximaNovaSoft-Regular";
  color: #596C86;
  margin-bottom: 15px;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body > .vc_row {
  display: flex;
  align-items: center;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper > .wpb_content_element .media_wrapper {
  left: unset !important;
  margin: 0 !important;
  width: 100% !important;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .wpb_wrapper > .wpb_content_element .media_wrapper img {
  width: 100%;
  margin: unset !important;
  }
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .vc_column-inner {
  padding: 0;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container {
  width: 80%;
  margin: 55px auto 0;
  float: none;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container h2 {
  margin-bottom: 45px !important;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
  float: left;
  width: 100%;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin-top: 55px;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .wpb_column.vc_column_container.vc_col-sm-6 .wpb_wrapper p {
  font-size: 16px;
  line-height: 20px;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .wpb_column.vc_column_container.vc_col-sm-6 .wpb_content_element.media_align_center {
  margin-bottom: 5px;
  }
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .wpb_column.vc_column_container.vc_col-sm-6 h3 {
  font-size: 28px;
  line-height: 32px;
  }
  .cs-laundry_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) {
  margin-bottom: 25px;
  }
  .cs-laundry_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) p {
  width: 670px;
  margin: 10px auto 0;
  }
  .cs-laundry_pricing form {
  text-align: center;
  display: none;
  }
  .cs-laundry_pricing form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  select::-ms-expand {
  display: none;
  }
  .cs-laundry_pricing form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(112, 112, 112, 0.623529) !important;
  padding: 10px 11px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  color: #373A3C;
  font-family: "ProximaNovaSoft-Regular";
  background: url(images/dropdown.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  outline: none;
  margin-bottom: 20px;
  background-image: none;
  text-align: center;
  float: none;
  }
  .cs-laundry_pricing form select:after {
  content: "dsfsd";
  background: url(images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 100% 9px;
  padding-right: 18px;
  position: relative;
  z-index: 9999;
  border: 2px solid red;
  }
  /*.cs-laundry_pricing ul {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
  }*/
  .cs-laundry_pricing ul {
  padding: 0;
  float: none;
  width: 93%;
  margin: 0 auto;
  }
  .cs-laundry_pricing ul > li {
  list-style-type: none;
  float: left;
  width: 32%;
  margin: 0.6%;
  }
  .laundry-pricing-top{position:relative;}
  .laundry-pricing-top {background: #;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);border-radius: 20px;    padding: 30px;    float: left;    padding-bottom: 80px;    min-height: 655px;}
  .laundry-pricing-top.laundry-pricing-one p {margin:0;}
  .laundry-pricing-top.laundry-pricing-one {
  /* background-image: url(images/laundrypinkpricing.png); */
  background-image: linear-gradient( 2700deg, #000 5%, #fff 15%);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  }

  .laundry-pricing-top.laundry-pricing-one.pink {
    /* background-image: url(images/laundrypinkpricing.png); */
    background-image: linear-gradient( 2700deg, #ff3ebe 5%, #fff 15%);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    }

    .laundry-pricing-top.laundry-pricing-one.dblue {
      /* background-image: url(images/laundrypinkpricing.png); */
      background-image: linear-gradient( 2700deg, #1d2253 5%, #fff 15%);
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      }
  .laundry-pricing-top.laundry-pricing-two {
  /* background-image: url(images/laundrybluepricing.png); */
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  }
  
  
  
  
  .cs-laundry_pricing ul li .laundry-pricing-top .pay-block h4 {
  color: #ffffff;
  text-align: center;
  font-family: 'ProximaNovaSoft-Bold';
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 55px;
  padding-top: 11px;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two .pay-block h4 {
  color: #ffffff;
  text-align: center;
  font-family: 'ProximaNovaSoft-Bold';
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 50px;
  padding-top: 0;
  width: 70%;
  margin: 0 auto;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third .pay-block h4 {
  color: #ffffff;
  text-align: center;
  font-family: 'ProximaNovaSoft-Bold';
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 50px;
  padding-top: 0;
  width: 75%;
  margin: 0 auto;
  }
  .saving-panel {
  position: absolute;
  right: 30px;
  background-image: conic-gradient(#1d2253, #ff3eb3);
  border-radius: 50%;
  /* background: url(images/laundry-star.png); */
  background-repeat: no-repeat;
  background-position: center center;
  width: 73px;
  height: 73px;
  top: 70px;
  text-align: center;
  }
  .page-id-1508 .saving-panel {
  position: absolute;
  right: 20px;
  background: url(images/laundry-star.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 73px;
  height: 73px;
  top: 10px;
  text-align: center;
  }
  .laundry-pricing-top.laundry-pricing-third {
  background-image: url(images/laundryfrpricing.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  }
  .saving-panel p.per-save {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  font-family: 'ProximaNovaSoft-Bold';
  margin: 0;
  margin-top: 17px;
  }
  .saving-panel p.save {
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
  font-family: "ProximaNovaSoft-Semibold";
  margin: 0;
  margin-top: -2px;
  }/*
  .laundry-pricing-top.laundry-pricing-one p.pay-for {
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  }*/
  
  .laundry-pricing-top.laundry-pricing-one p.pay-for {
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  width: 100%;
  margin: 8px auto 20px;
  text-align: center;
  padding: 11px 30px;
  background: rgba(92, 112, 139, 0.14902);
  border-radius: 10px;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li {
  width: 100%;
  float:left;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li .left {
  float: left;
  padding-right: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li .right {
  float: right;
  padding-left: 10px;
  background: ;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #1d2253;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li {
  width: 100%;
  float: left;
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  }
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li span{  display: block;width: 100%;float: left;  font-size: 12px;line-height: 13px;color: #596C86;font-family: "ProximaNovaSoft-Regular";}
  .laundry-pricing-top.laundry-pricing-one .fees-block {
  float: left;
  width: 100%;
  }
  .laundry-pricing-top.laundry-pricing-one p.fees-block-for {
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  }
  .cs-panels.bluepanel .pay-block ul.bag-details {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .pay-block ul.bag-details li {
  float: left;
  width: 100%;
  background: rgba(92, 112, 139, 0.14902);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
  }
  .cs-panels.bluepanel .pay-block ul.bag-details li .left {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  }
  .cs-panels.bluepanel .pay-block ul.bag-details li .left img {
  height: 70px;
  margin-top: -5px;
  margin-bottom: -6px;
  }
  .cs-panels.bluepanel .pay-block ul.bag-details li .right {
  float: right;
  width: 75%;
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  color: #596C86;
  }
  .cs-panels.bluepanel .pay-block {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .weekly-total {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .weekly-total .price-total {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  }
  .cs-panels.bluepanel .weekly-total .price-total .left {
  text-align: center;
  display: inline-block;
  }
  .cs-panels.bluepanel .weekly-total .price-total .left h4 {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 25px;
  line-height: 25px;
  color: #1d2253;
  }
  .page-id-1236 .cs-panels.bluepanel .weekly-total .price-total .left h4 {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 22px;
  line-height: 25px;
  color: #1d2253;
  }
  .cs-panels.bluepanel .weekly-total .price-total .right {
  display: inline-block;
  }
  .cs-panels.bluepanel .weekly-total .price-total .right p {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
  }
  .cs-panels.bluepanel .weekly-total > p:last-child {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  font-family: "ProximaNovaSoft-Regular";
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 2px;
  margin: 0 auto;
  width: 70%;
  overflow: hidden;
  }
  .cs-panels.bluepanel .add-services {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .add-services {
  float: left;
  width: 100%;
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 0px;
  }
  .cs-panels.bluepanel .add-services .add-services-heading {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .add-services .add-services-data {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li {
  float: left;
  width: 100%;
  }
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li {
  float: left;
  width: 100%;
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 14px;
  margin-bottom: 5px;
  }
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li .left {
  float: left;
  padding-right: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li .right {
  float: right;
  padding-left: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li span {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 13px;
  color: #596C86;
  }
  .cs-panels.bluepanel .add-services .add-services-heading p {font-size: 16px;line-height: 19px;text-align: center;color: #596C86;font-family: 'ProximaNovaSoft-Bold';}
  .cs-panels.turqpanel .pay-block ul.bag-details {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .pay-block ul.bag-details li {
  float: left;
  width: 100%;
  background: rgba(92, 112, 139, 0.14902);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
  }
  .cs-panels.turqpanel .pay-block ul.bag-details li .left {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  }
  .cs-panels.turqpanel .pay-block ul.bag-details li .left img {
  height: 70px;
  margin-top: -5px;
  margin-bottom: -6px;
  }
  .cs-panels.turqpanel .pay-block ul.bag-details li .right {
  float: right;
  width: 75%;
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  color: #596C86;
  }
  .cs-panels.turqpanel .pay-block {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .weekly-total {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .weekly-total .price-total {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  }
  .cs-panels.turqpanel .weekly-total .price-total .left {
  text-align: center;
  display: inline-block;
  }
  .cs-panels.turqpanel .weekly-total .price-total .left h4 {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 25px;
  line-height: 25px;
  color: #1d2253;
  }
  .page-id-1236 .cs-panels.turqpanel .weekly-total .price-total .left h4 {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 22px;
  line-height: 25px;
  color: #1d2253;
  }
  .cs-panels.turqpanel .weekly-total .price-total .right {
  display: inline-block;
  }
  .cs-panels.turqpanel .weekly-total .price-total .right p {
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
  }
  .cs-panels.turqpanel .weekly-total > p:last-child {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  font-family: "ProximaNovaSoft-Regular";
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 2px;
  margin: 0 auto;
  width: 70%;
  overflow: hidden;
  }
  .cs-panels.turqpanel .add-services {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .add-services {
  float: left;
  width: 100%;
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 0px;
  }
  .cs-panels.turqpanel .add-services .add-services-heading {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .add-services .add-services-data {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li {
  float: left;
  width: 100%;
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li {
  float: left;
  width: 100%;
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 14px;
  margin-bottom: 5px;
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li .left {
  float: left;
  padding-right: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li .right {
  float: right;
  padding-left: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li span {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 13px;
  color: #596C86;
  }
  .cs-panels.turqpanel .add-services .add-services-heading p {font-size: 16px;line-height: 19px;text-align: center;color: #596C86;font-family: 'ProximaNovaSoft-Bold';}
  .laundry-pricing-top .l-more-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  background: url(images/button-seven.png);
  background-size: 100% 100%;
  height: auto;
  max-width: 274px;
  padding: 0;
  background-repeat: no-repeat;
  }
  .laundry-pricing-top .l-more-btn a {
  text-align: center;
  width: 100%;
  float: left;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 15px;
  color: #ff3eb3;
  font-family: "ProximaNovaSoft-Medium";
  }
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li .right.free {
  font-family: 'ProximaNovaSoft-Bold';
  }
  body .cs-laundry_pricing {
  background-size: contain;
  margin-bottom: 0 !important;
  }
  .cc_laundry_faq {
  position: relative;
  }
  .cc_laundry_faq .vc_col-sm-12.wpb_column.column_container {
  position: static;
  }
  .cc_laundry_faq p.faq-sideimg {
  position: absolute;
  top: -60px;
  right: 0;
  }
  .page-id-1236 .cc_laundry_faq p.faq-sideimg {
  position: absolute;
  top: -60px;
  right: 0;
  margin-top:0px;
  }
  .cc_laundry_faq p.faq-sideimg img {
  height: 216px;
  }
  .cc_laundry_faq .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p.viewall-faq {
  margin-top: 10px;
  }
  .cc_laundry_faq .vc_tta-container {
  max-width: 660px;
  margin: 0 auto;
  }
  .cc_laundry_faq .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p.viewall-faq a {
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-family: 'ProximaNovaSoft-Bold';
  background: url(images/loginrightarrow.svg);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 100% 6px;
  background-size: 8px;
  }
  .cc_laundry_faq {
  margin-bottom: 50px !important;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel {
  background: #ffffff !important;
  box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 2%), 0px 6px 16px rgb(0 0 0 / 7%);
  border-radius: 8px;
  margin-bottom: 13px;
  padding: 7px 10px;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-heading {
  background: #ffffff;
  border: 0;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a {
  font-size: 18px;
  line-height: 22px;
  color: #1d2253 !important;
  font-family: 'ProximaNovaSoft-Bold';
  padding-left: 0px !important;
  padding-right: 0px !important;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i {
  left: unset !important;
  right: 0px;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i:before {
  color:#ff3eb3;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i:after {
  color:#ff3eb3;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-heading {
  background: #ffffff !important;
  border: 0;
  padding: 0px 25px 0px 25px;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
  background: transparent !important;
  border: 0;
  padding:0px 30px  10px ​30px!important;
  padding: 0px 25px 15px 25px !important;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-body p {
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Regular";
  color: #596C86;
  }
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i:before, .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i:after {
  border-color: #ff3eb3 !important;
  }
  .cs_video_wrap {
  background-size: 100% !important;
  background-position: left bottom !important;
  }
  .page-id-693 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {
  width: 90%;
  margin: 0 auto;
  }
  .cs-service-tabs .vc_col-sm-12.wpb_column.column_container .wpb_wrapper >.wpb_text_column.wpb_content_element {
  margin-bottom: 10px;
  }
  .cs-laundry_pricing ul .owl-stage-outer {
  overflow: unset;
  }
  .cs-laundry_pricing ul .owl-stage-outer .owl-item li {
  list-style-type: none;
  }
  .header_9 nav .menu>li.current-menu-item > a, .header_9 nav .menu>li.current-menu-parent > a, .header_9 nav .menu>li > a:hover {
  border-bottom: 0 !important;
  }
  /********************************* /Service-Page*********************************/
  
  
  
  
  
  /********************************* Services-linens*********************************/
  #navigation ul li.current_page_parent > a {color: #000;}
  .cs_video_wrap.cs_video_linens_wrap {background-position: 0px -60px !important;}
  .banner-right-linenes .wpb_wrapper {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  
  
  
  
  .page-id-1236 .cs-four_section_blocks .wpb_content_element:nth-of-type(1) {margin-bottom: 25px;}
  .page-id-1236 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) {
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgb(92 112 139 / 30%);
  background: #eef0f3;
  padding: 0;
  }
  .page-id-1236 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper {
  float: left;
  width: 100% !important;
  left: unset !important;
  margin: unset !important;
  }
  .page-id-1236 #cs-four_section_blocks {
  width: 55%;
  margin: auto;
  position: absolute !important;
  top: 58px !important;
  left: 0;
  right: 0;
  border-bottom: 0;
  max-width: 750px;
  background-image: url(images/hiwinternidiateline.png);
  background-repeat: no-repeat;
  height: 2px;
  }
  .page-id-1236 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {
  width: 90%;
  margin: 0 auto;
  }/*
  .cs-service-tabs.cs_service-tabs_linens .vc_tta-tabs-container ul.vc_tta-tabs-list {
  display: none;
  }*/
  
  .page-id-1259 .cs-four_section_blocks .wpb_content_element:nth-of-type(1) {margin-bottom: 25px;}
  .page-id-1259 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) {
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgb(92 112 139 / 30%);
  background: #eef0f3;
  padding: 0;
  }
  .page-id-1259 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper {
  float: left;
  width: 100% !important;
  left: unset !important;
  margin: unset !important;
  }
  
  
  .page-id-1259 #cs-four_section_blocks {
  width: 55%;
  margin: auto;
  position: absolute !important;
  top: 58px !important;
  left: 0;
  right: 0;
  border-bottom: 0px dashed #6dbeec;
  max-width: 750px;
  background-image: url(images/hiwinternidiateline.png);
  background-repeat: no-repeat;
  height: 2px;
  }
  .page-id-1259 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {
  width: 90%;
  margin: 0 auto;
  }
  .cs-laundry-bagright p.bag-dimen {
      display: inline;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -196%);
      left: 90%;
      margin: 0;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #000;
      letter-spacing: 4px;
  }
  .cs-service-tabs_drycleaning .cs-laundry-bagright p.bag-dimen {
      display: inline;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -163%);
      left: 90%;
      margin: 0;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #000;
      letter-spacing: 4px;
  }
  
  
  
  /********************************* /Services-linens*********************************/
  
  
  /********************************* Dry-cleaning*********************************/
  
  .cs-service-tabs.cs_service-tabs_linens.cs-service-tabs_drycleaning p.bag-dimen {
      display: none;
  }
  .cs-repar_alteration .vc_col-sm-6:nth-of-type(1) .wpb_wrapper .media_wrapper img {width: 100%;}
  .cs-repar_alteration .vc_col-sm-6:nth-of-type(1) .wpb_wrapper {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs_video_wrap .dry_cleaning_video video {width: 100%;max-width: 628px;    margin: 0 auto;    display: block;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs-repar_alteration .vc_col-sm-6:nth-of-type(2) .wpb_wrapper {padding: 10px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column {margin-top: 105px !important;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list {
  background: transparent;
  width: 327px;
  margin: 0 auto;
  float: none;
  border: 1px solid #dddddd;
  border-radius: 99px;
  height:52px;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li {
  width: 33.33%;
  border: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  height: 52px;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a {
  border: 0;
  border-radius: 0;
  text-align: center;
  background: transparent !important;
  padding: 5px 16px !important;
  font-size: 16px;
  line-height: 20px;
  background: #ffffff !important;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a span {
  padding: 0px 10px;
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 16px;
  line-height: 20px;
  color: #373A3C;
  text-align: center !important;
  padding: 0 !important;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_active {
  box-shadow: 0px 4px 10px rgb(25 45 72 / 29%);
  height: 52px;
  background: #ff3eb3 !important;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_active> a {
  background: #ff3eb3 !important;
  color: #ffffff !important;
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_active> a span {
  color: #ffffff !important;
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 16px;
  line-height: 20px;
  }
  
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_active:nth-of-type(1) {
  border: 0px solid #ff3eb3;
  border-right: 0;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(1) {
  border: 0px solid #dddddd;
  border-right: 0;
  border-top-left-radius: 99px !important;
  border-bottom-left-radius: 99px !important;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(1) a {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top-left-radius: 99px !important;
  border-bottom-left-radius: 99px !important;
  }
  
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(2) a {
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  height: 52px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  }
  
  
  
  
  
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(3) {
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  border-left: 0;
  background: transparent;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(3) {
  border: 0px solid #dddddd;
  border-left: 0;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(3) {
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(3) {
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  border-left: 0;
  background: transparent;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(3) a {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body form select {
  background-color: #ffffff;
  }
  
  
  
  
  /*Panel*/
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block.block-unique p.pfooter {
  float: left;
  width: 100%;
  font-style: italic;
  font-family: "ProximaNovaSoft-Regular";
  font-size: 16px;
  line-height: 24px;
  max-width: 320px;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning {
  background-size: cover;
  background-size: 100% 100%;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: 0 !important;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  background: transparent !important;
  margin: 0;
  }
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element {
  padding-top: 15px;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing, .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-pricing-inner  {
  float: left;
  width: 100%;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right {
  float: left;
  width: 50%;
  padding-left: 30px;
  }
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  margin-top: 30px;
  }
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  margin-top: 30px;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block p.block-heading {
  width: 100%;
  margin: 0;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block p.block-heading {
  width: 100%;
  margin: 0;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data {
  float: left;
  width: 100%;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data {
  float: left;
  width: 100%;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data li.no-bg {
  background-image: unset;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data li.no-bg .block-left-full p {
  margin-top: 0;
  }
  
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li {
  float: left;
  width: 100%;
  background: url(images/drycleaninglinebg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 14px;
  margin: 0;
  margin-bottom: 10px;
  
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data li {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  background: url(images/drycleaninglinebg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 14px;
  margin: 0;
  margin-bottom: 10px;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-left {
  float: left;
  padding-right: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-right {
  float: right;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  
  }
  .cs-small_bg {
      display: none;
  }
  .page-id-1018 .cs-service-tabs.cs_service-tabs_linens.cs-service-tabs_drycleaning.cs-service-tabs_pricing {
      padding-top: 45px !important;
  }
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data li .block-left {
  float: left;
  padding-right: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block ul.block-data li .block-right {
  float: right;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .block p.block-heading {
  font-size: 20px;
  line-height: 20px;
  color: #373a3c;
  font-family: 'ProximaNovaSoft-Bold';
  margin-bottom: 8px !important;
  float: left;
  width: 100%;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block.block-unique ul.block-data li .block-left-full p {
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block.block-unique ul.block-data li .block-left-full ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  padding-left: 35px;
  background: url(images/service-tabs-dot.png) !important;
  background-repeat: no-repeat !important;
  background-position: 20px 10px !important;
  background-size: 4px !important;
  margin-bottom: 0;
  }
  
  
  .cs-laundry_pricing.cs-laundry_pricing_pricing form select {
  background-color: #ffffff;
  }
  
  
  
  
  /*Panel*/
  
  /********************************* /Dry-cleaning*********************************/
  /********************************* Pricing*********************************/
  .page-id-1508 .laundry-pricing-top.laundry-pricing-one p.pay-for {
  font-size: 16px;
  line-height: 19px;
  font-family: 'ProximaNovaSoft-Bold';
  width: 100%;
  margin: 8px auto 20px;
  padding: 10px 10px;
  background: rgba(92, 112, 139, 0.14902);
  border-radius: 10px;
  text-align: center;
  }
  p.anthr {
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 5px auto 10px auto !important;
  }
  .fullmostpop-button {
  width: 100%;
  display: block;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  float: left;
  }
  .fullmostpop-button:before, .fullmostpop-button:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: calc(50% - 100px);
  height: 2px;
  border-top: 1px dashed #ff3eb3;
  }
  .fullmostpop-button:after {
  left: auto;
  right: 0;
  }
  .fullmostpop-button button {
  outline: none;
  width: 54px;
  height: 54px;
  background-color: #ff3eb3 !important;
  border-radius: 27px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  background: transparent;
  border: none;
  opacity: 0.8;
  }
  .fullmostpop-button button:hover {opacity:1;}
  .fullmostpop-button p {
  color: #ff3eb3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  }
  
  
  
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop {
  width: 100%;
  padding:0;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop .block p.block-heading {
  text-align: center;
  margin-bottom: 25px !important;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop ul.block-data.fullleft-data {
  float: left;
  width: 50%;
  padding-right: 45px;
  }
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop ul.block-data.fullright-data {
  width: 50%;
  padding-left: 45px;
  }	
  .fullmostpop-button {float: left;width: 100%;}
  .hidecontent {display:none;}
  .fullmostpop-button p.price-but-p {
  width: 100% !important;
  }
  
  
  
  
  .cs-laundry_pricing.cs-laundry_pricing_pricing form {margin-bottom: 30px;}
  .cs-laundry_pricing.cs-laundry_pricing_pricing .vc_col-sm-12.wpb_column.column_container {margin-bottom: 40px !important;}
  .cs-small_bg .wpb_text_column .wpb_wrapper {
  padding-left: 30px;
  padding-right: 30px;
  }
  .cs-small_bg .wpb_text_column .wpb_wrapper h3 {
  font-size: 20px;
  line-height: 20px !important;
  color: #596C86;
  font-family: 'ProximaNovaSoft-Bold';
  }
  .cs-small_bg .wpb_text_column .wpb_wrapper p {
  color: #373A3C;
  font-size: 16px;
  line-height: 24px !important;
  margin-top: 8px;
  }
  .cs-small_bg .wpb_text_column .wpb_wrapper p > a {
  font-size: 18px !important;
  line-height: 18px !important;
  color: #ffffff !important;
  font-family: 'ProximaNovaSoft-Bold' !important;
  padding-top: 12px;
  padding-bottom: 12px;
  }
  
  body .cs-small_bg .cs-small_bg_option {
  background-size: 100% 100%;
  max-width: 553px;
  float: none;
  margin: 0 auto;
  }
  .cs-did_you_know_pricing {
  margin-top: 90px;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing form {
  display: none;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .dry-pricing {
  margin-top: 30px;
  }
  .cs-did_you_know_pricing .cs-did_you_know_pricing_col_left .media_wrapper img {
  width: 100%;
  }
  .cs-did_you_know_pricing .cs-did_you_know_pricing_col_left .wpb_wrapper {
  box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));
  }
  .cs-did_you_know_pricing .cs-did_you_know_pricing_col_right .wpb_wrapper {
  padding: 10px 20px;
  }
  .cs-did_you_know_pricing .cs-did_you_know_pricing_col_right .wpb_wrapper h2 {
  font-size: 32px !important;
  line-height: 36px !important;
  }
  .cs-did_you_know_pricing .container.custom {
  margin-top: 40px;
  }
  .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing {
  margin-bottom: 0px !important;
  }
  /********************************* /Pricing*********************************/
  
  
  /********************************* Pricingv2w2*********************************/
  
  
  
  .dry-pricing.dry-pricing-last .dry-left {
      max-width: 550px !important;
      width: 100% !important;
      margin: 0 auto !important;
      float: none !important;
  }
  
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list {
  width: 444px;
  
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a , .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a {padding: 14px 16px 16px 16px !important;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column.column_container.using_bg {
  background-repeat: no-repeat;
  width: 91%;
  background-size: cover;
  margin: 70px auto 40px !important;
  float: none;
  padding-top: 75px;
  }
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block .block-heading, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block .block-heading {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-family: "ProximaNovaSoft-Semibold";
  margin-bottom: 20px !important;
  }
  .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block .block-heading, .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block .block-heading {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-family: "ProximaNovaSoft-Semibold";
  margin-bottom: 20px !important;
  }
  
  
  
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-left, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-left {
  float: left;
  padding-right: 0px;
  font-size: 16px;
  line-height: 19px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-right, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block ul.block-data li .block-right {
  float: right;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaNovaSoft-Medium";
  color: #596C86;
  }
  
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing:nth-of-type(3) .dry-left .block .block-heading, .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing:nth-of-type(3) .dry-right .block .block-heading {
  text-align: left;
  color: #373A3C;
  font-size: 20px;
  line-height: 24px;
  }
  
  
  .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing:nth-of-type(3) .dry-left .block .block-heading, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing:nth-of-type(3) .dry-right .block .block-heading {
  text-align: left;
  color: #373A3C;
  font-size: 20px;
  line-height: 24px;
  }
  
  
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head {
  float: left;
  width: 100%;
  margin-top: 60px;
  }
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head h2, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head h2 {
  font-size: 28px;
  line-height: 32px !important;
  }
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head p, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
  font-family: "ProximaNovaSoft-Semibold";
  }
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left p.text_btm, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left p.text_btm {
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 13px;
  color: #596C86;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingv2 {
  background-size: 100%;
  padding-bottom: 8%;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingw2 {
  background-size: 100%;
  padding-bottom: 8%;
  }
  
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right p.text_btm, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right p.text_btm {
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 13px;
  color: #596C86;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .pay-block h4 {
  padding-top: 11px;
  padding-bottom: 55px;
  width: 100%;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .pay-block h4 {
  padding-top: 0px;
  padding-bottom: 50px;
  width: 93%;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .pay-block h4 {
  padding-top: 11px;
  padding-bottom: 55px;
  width: 100%;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .pay-block ul {
  width: 100%;
  margin: 8px auto 20px;
  padding: 0px 0px;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .pay-block ul {
  width: 100%;
  margin: 0px auto 20px;
  padding: 0px 0px;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .pay-block ul {
  width: 100%;
  margin: 0px auto 20px;
  padding: 0px 0px;
  }
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .pay-block ul {
  width: 100%;
  margin: 8px auto 20px;
  padding: 0px 0px;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .price-total {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .price-total {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .price-total {
  margin-top: 0;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .price-total {
  margin-top: 0;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .price-total {
  margin-top: 0;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .price-total {
  margin-top: 0;
  }
  
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .price-total .left h4, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .price-total .left h4 {
  float: left;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .price-total .left h4:nth-of-type(2), .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .price-total .left h4:nth-of-type(2) {
  padding-left: 15px;
  padding-right: 15px;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .price-total .left h4:nth-of-type(2) span , .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .price-total .left h4:nth-of-type(2) span {
  color: #1d2253 !important;
  }
  
  
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .price-total .left {
  display: inline-block;
  text-align: center;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .price-total .left {
  display: inline-block;
  text-align: center;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .price-total .left h4{
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 25px;
  line-height: 25px;
  color: #1d2253;
  }
  .page-id-1236 .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .price-total .left h4{
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 22px;
  line-height: 25px;
  color: #1d2253;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .price-total .left h4{
  font-family: "ProximaNovaSoft-Semibold";
  font-size: 25px;
  line-height: 25px;
  color: #1d2253;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .price-total .left span , .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .price-total .left span, .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .price-total .left span, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .price-total .left span, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .price-total .left span, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .price-total .left span  {
  font-size: 16px;
  line-height: 19px;
  color: #596C86;
  font-family: "ProximaNovaSoft-Regular";
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block {
  background: url(images/laundry-dashed.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 0px;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .fees-block {
  background: url(images/laundry-dashe.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 0px;
  margin-top: 15px;
  padding-top: 25px;
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block ul li, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .fees-block ul li {
  background-image: unset;
  }
  
  
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block ul li .left.color, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .fees-block ul li .left.color {
  float: left;
  width: auto;
  min-width: 40px;
  background: linear-gradient(
  134.92deg
  , #ff3eb3 25.37%, #1d2253 93.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "ProximaNovaSoft-Semibold";
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block ul li .left.color img, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .fees-block ul li .left.color img {
  width: auto;
  padding-top: 4px;
  }
  
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one .fees-block ul li .right.color_rest, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one .fees-block ul li .right.color_rest {
  float: left;
  padding-left: 0;
  font-family: "ProximaNovaSoft-Semibold";
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services , .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services {
  margin-top: 15px;
  padding-top: 25px !important;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services , .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services {
  margin-top: 11px;
  padding-top: 25px !important;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul {
  width: 100%;
  }
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li {
  padding-left: 15px !important;
  background-image: unset !important;;
  }
  
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(1), .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(1), .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(1), .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(1) {
  float: left;
  width: 100%;
  background-image: url(images/wfasttruck.png) !important;
  padding-left: 20px !important;
  background-size: auto;
  background-repeat: no-repeat !important;
  background-position: 0px 2px;
  padding-bottom: 5px;
  }
  
  
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(2), .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(2), .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(2), .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(2) {
  float: left;
  width: 100%;
  background-image: url(images/wdollar.png) !important;
  padding-left: 20px !important;
  background-size: auto;
  background-repeat: no-repeat !important;
  background-position: 0px 2px;
  padding-bottom: 5px;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(2) .right, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(2) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(2) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(2) .right {
  text-align: left;
  float: left;
  font-family: "ProximaNovaSoft-Semibold";
  }
  
  
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(3), .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(3), .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(3), .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(3) {
  float: left;
  width: 100%;
  background-image: url(images/wsmiley.png) !important;
  padding-left: 20px !important;
  background-size: auto;
  background-repeat: no-repeat !important;
  background-position: 0px 2px;
  padding-bottom: 5px;
  }
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(3) .right, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(3) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(3) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(3) .right {
  text-align: left;
  float: left;font-family: "ProximaNovaSoft-Semibold";
  }
  
  
  
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(4), .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(4), .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(4), .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(4) {
  float: left;
  width: 100%;
  background-image: url(images/wpercen.png) !important;
  padding-left: 20px !important;
  background-size: auto;
  background-repeat: no-repeat !important;
  background-position: 0px 2px;
  padding-bottom: 5px;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two .add-services ul li:nth-of-type(4) .right, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two .add-services ul li:nth-of-type(4) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third .add-services ul li:nth-of-type(4) .right, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third .add-services ul li:nth-of-type(4) .right {
  text-align: left;
  float: left;
  font-family: "ProximaNovaSoft-Semibold";
  }
  .laundry-pricing-top.laundry-pricing-one.laundry-pricingv2-one, .laundry-pricing-top.laundry-pricing-one.laundry-pricingw2-one {
  min-height: 570px;
  }
  .laundry-pricing-top.laundry-pricing-two.laundry-pricingv2-two, .laundry-pricing-top.laundry-pricing-two.laundry-pricingw2-two {
  min-height: 570px;
  }
  .laundry-pricing-top.laundry-pricing-third.laundry-pricingv2-third, .laundry-pricing-top.laundry-pricing-third.laundry-pricingw2-third {
  min-height: 570px;
  }
  
  .cs-service-tabs.cs_service-tabs_linens.cs-service-tabs_drycleaning.cs-service-tabs_pricing.cs-service-tabs_pricing-v2 {
  display: none;
  }
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column.column_container.using_bg {
  background-repeat: no-repeat;
  width: 91%;
  background-size: cover;
  margin: 70px auto 40px !important;
  float: none;
  padding-top: 75px;
  }
  .page-id-1478 .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing .vc_col-sm-12.wpb_column.column_container, .page-id-1508 .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing .vc_col-sm-12.wpb_column.column_container {
      margin-top: 15px !important;
  }
  
  
  .learn-more-butn {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  }
  .learn-more-butn a {
      background-color: #ff3eb3 !important;
      border: 0;
      border-radius: 99px;
      color: #ffffff !important;
      font-family: "ProximaNovaSoft-Medium" !important;
      font-size: 18px !important;
      line-height: 18px !important;
      padding: 11px 22px;
      text-transform: capitalize !important;
  }
  
  /********************************* /Pricingv2w2*********************************/
  
  
  
  /********************************* LocationPage*********************************/
  body .cs-hero_option {padding-top: 11%; padding-bottom: 2.2%;     margin-bottom: 65px !important;background-size:100% 100%; }
  .location_laundry video {width: 100%;max-width: 628px;    margin: 0 auto;    display: block;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .cs-hero_option .wpb_wrapper h1 {color: #ffffff;text-shadow: 1px 1px 0px #FFFFFF;}
  body .cs-hero_option p {color: #ffffff;max-width: 650px;margin: 10px auto 60px;text-shadow: 0px 4px 31px rgba(0, 0, 0, 0.78);}
  .cs-hero_option .wpb_wrapper p:last-child {display: none;}
  body .cs-hero_option .cs_video_content img {box-shadow: 0px 10.4667px 32.563px 9.3037px rgb(0 0 0 / 5%), 0px 3.48889px 6.97778px -4.65185px rgb(0 0 0 / 12%);filter: drop-shadow(0px 6.97778px 18.6074px rgba(0, 0, 0, 0.08));}
  .cs-location-our-service p {margin: 10px auto;max-width: 690px;}
  .cs-services.cs-location-service {padding-top: 0px;margin-top: 70px;background-size: 100% 100%;    padding-bottom: 0;}
  .cs-laundry_pricing.cs-location-laundry_pricing form {display: none;}
  .why_love.why_love_location .why_love_location_col1 .wpb_wrapper p {
  width: 730px;
  font-size: 20px;
  line-height: 26px;
  color: #596C86;
  font-family: "ProximaNovaSoft-Regular";
  }
  .why_love.why_love_location .why_love_location_col1 .why_love_location_inrow .wpb_wrapper p {
  width: 77%;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 20px;
  color: #596C86;
  font-family: "ProximaNovaSoft-Regular";
  }
  body .cs-location_content {
  background-size: 100% 100% !important;
  padding-bottom: 30px !important;
  }
  div#map {
      box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
      filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));
  }
  /*
  .cs-location_content .cs-location_content-col1 .wpb_wrapper {
  box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));
  }*/
  .cs-location_content .cs-location_content-col1 .media_wrapper img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  }
  .cs-location_content .cs-location_content-col2 h2 {
  max-width: 500px;
  }
  .cs-location_content .cs-location_content-col2 ul {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  }
  .cs-location_content .cs-location_content-col2 ul li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  background: url(images/service-tabs-dot.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #596C86;
  margin-bottom: 5px;
  font-family: "ProximaNovaSoft-Regular";
  }
  .cs-location_content .cs-location_content-col2 {
  padding-top: 70px;
  padding-left: 35px;
  padding-right: 35px;
  }
  
  .cs-dont-see .wpb_wrapper p > a {
  font-size: 18px;
  line-height: 18px;
  }
  .cs-dont-see .wpb_wrapper p > a::after {
  font-size: 16px;
  background-size: 9px;
  background-position: 7px 2px;
  }
  .cs-get_your_time_back {
  margin-top: 50px;
  margin-bottom: 35px !important;
  }
  .cs-get_your_time_back h2 {
  margin-top: 15px;
  }
  .cs-location-partners .wpb_wrapper p {
  margin: 10px auto 30px !important;
  overflow: hidden;
  max-width: 710px;
  }
  
  
  .cs-brands_logos .vc_col-sm-3 {padding: 15px;}
  .cs-brands_logos .vc_col-sm-3 .wpb_wrapper {box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);float: left;width: 100%;border-radius: 8px;}
  .cs-brands_logos .vc_col-sm-3 .wpb_wrapper img {width: 100%;min-width: 100%;max-width: 100%;}
  
  
  
  .cs-home_testimonials.cs-home_loc_testimonials {
  background-size: 100% 100%;
  padding: 0 !important;
  background-position: left top !important;
  }
  
  body .neghborhoods_area {
  width: 60%;
  padding-left: 58px;
  padding-right: 58px;
  /*background-color: #1d2253;*/
  background-color: transparent;
  }
  body .neghborhoods_area h3 {
  font-size: 40px;
  color: #1d2253;
  font-family: "ProximaNovaSoft-Semibold";
  line-height: 44px !important;
  max-width: 400px;
  text-align: left;
  padding-bottom: 20px;
  }
  body .neghborhoods_area .neghborhoods_area_list {padding: 0;}
  body .neghborhoods_area .neghborhoods_area_list ul {display: unset;width: 100%;float: left;}
  body .neghborhoods_area .neghborhoods_area_list ul li {
  list-style-type: none;
  float: left;
  width: 31.33%;
  margin-bottom: 0px;
  font-family: "ProximaNovaSoft-Regular";
  background-color: transparent;
  }
  body .neghborhoods_area .neghborhoods_area_list ul li a{
  font-size: 20px;
  line-height: 26px;
  color: #596C86;
  font-family: "ProximaNovaSoft-Regular";
  background-color: transparent;
  padding: 0;
  background: url(images/service-tabs-dot.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 15px;
  }
  body .neghborhoods_area .neghborhoods_area_list ul li a.bg_color_active {
  color: #ff3eb3;
  }
  body .neghborhoods_area .neghborhoods_area_waitlis {
  float: left;
  width: 100%;
  }
  body .neghborhoods_area .neghborhoods_area_waitlis p {
  padding-top: 19px;
  font-size: 20px;
  line-height: 26px;
  color: #1d2253;
  }
  body .neghborhoods_area .neghborhoods_area_waitlis p a {
  text-decoration: unset !important;
  }
  
  
  body .cs-dont-see .neghborhoods_area .neghborhoods_area_title h3 {
  line-height: 40px !important;
  font-size: 40px;
  }
  
  /********************************* /LocationPage*********************************/
  
  
  /********************************* About-us-Page*********************************/
  .page-id-12560 .header_page.centered.no_parallax {opacity: 0 !important;}
  .custom-about-sec1 {padding-top: 45px !important;padding-bottom: 95px !important;}
  .custom-about-sec1 .vc_col-sm-5 {padding: 0 !important;padding-left: 15px !important;padding-right: 15px !important;}
  .custom-about-sec1 .vc_col-sm-5 .codeless_separator {display: none;}
  .custom-about-sec1 .vc_col-sm-5 .wpb_text_column.wpb_content_element:nth-of-type(1) {margin-bottom: 20px;margin-top: 30px;}
  
  
  
  .custom-about-sec2 .wpb_text_column.wpb_content_element:nth-of-type(1) {margin-bottom: 20px;}
  .custom-about-sec2 .wpb_text_column.wpb_content_element p {font-size: 16px;}
  .custom-about-sec2 {position: relative;}
  .custom-about-sec2::before {
  position: absolute;
  top: 20px;
  left: -40px;
  margin: auto;
  content: url(images/hanger.svg) !important;	
  }
  
  .custom-about-sec2::after {
  position: absolute;
  right: -30px;
  bottom: 10px;
  margin: auto;
  content: url(images/bag.svg) !important;
  }
  .codeless_separator {
  display: none;
  }
  .custom-about-sec4 h2 {color:#1d2253 !important;}
  .custom-about-sec4 h4 {
  display: inline-block;
  width: 100%;
  font-family: "ProximaNovaSoft-Regular";
  font-size: 20px;
  margin-top: 30px;
  font-weight: 400;
  color:#1d2253 !important;
  }
  .custom-about-sec4 .wpb_text_column.wpb_content_element p {
  font-size: 16px;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
  }
  .custom-about-sec4 {
  padding-bottom: 170px !important;
  }
  .custom-about-sec4 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0;
  margin: 0 !important;
  }
  .custom-about-sec4 .wpb_content_element.media_align_center {min-height: 131px;margin: 0;}
  .custom-about-sec5 .vc_col-sm-3\/5 {margin-top: -63px !important;}
  .custom-about-sec5 .vc_col-sm-2\/5.wpb_column.column_container .wpb_wrapper > p:nth-of-type(1) {display: none;}
  .custom-about-sec5 .vc_col-sm-2\/5.wpb_column.column_container .wpb_wrapper h3 {font-size: 28px !important;}
  .custom-about-sec5 .vc_col-sm-2\/5.wpb_column.column_container .wpb_wrapper .split-content__content__description p {font-size: 18px !important;margin-top: 15px;}
  .custom-about-sec5 .vc_col-sm-2\/5.wpb_column.column_container {padding-top: 45px !important;padding-bottom: 40px !important;}
  .custom-about-sec6 .vc_row.wpb_row.vc_inner.vc_row-fluid .vc_custom_heading h4 {display: inline-block;width: 100%;font-size: 24px;font-family: "ProximaNovaSoft-Semibold";color: #1d2253 !important;}
  .custom-about-sec6 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {padding: 35px !important;}
  .custom-about-sec6 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner:nth-of-type(1) .wpb_content_element.media_align_center {height: 75px;}
  .custom-about-sec6 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_text_column.wpb_content_element p {font-size: 16px;line-height: 22px;}
  .custom-about-sec7 h2 {margin-bottom: 25px;}
  .custom-about-sec7 .split-content__content__description p {margin-bottom: 50px !important;}
  /********************************* /About-us-Page*********************************/
  
  
  /********************************* Job-Page*********************************/
  .header_page.centered.no_parallax {opacity: 0 !important;}
  .page-id-12439 .row-dynamic-el .media .type_image.alignment_left {float: left;width: 92%;}
  .custom-job-sec1col2 >::before {display: block;content: '';position: absolute;top: 8%;left: 10%;width: 87%;height: 100%; border-radius:50%; box-shadow: 0 0 9px rgb(92 112 139 / 14%);z-index: -1;}
  .custom-job-sec1col2 .wpb_content_element.media_align_left {box-shadow: unset !important;}
  .custom-job-sec2 .vc_col-sm-4 h3, .custom-job-sec2 .vc_col-sm-4 h3 span {font-size: 24px !important;}
  .custom-oh-free p {font-size: 24px !important;}
  .custom-job-sec2 {margin-bottom: 0 !important;}
  .custom-job-sec3 h2 {padding-bottom: 36px;}
  .custom-job-sec3 .wpb_content_element.services_media.style_1 h5, .custom-job-sec3 .wpb_content_element.services_media.style_1 p {display: none;}
  .custom-job-sec4 .wpb_wrapper .wpb_content_element:nth-of-type(1) p {margin-top: 5px;}
  .custom-job-sec4 .wpb_wrapper .wpb_content_element:nth-of-type(3) {float: left;width: 100%;margin-bottom: 10px;}
  .custom-job-sec4 .wpb_wrapper .wpb_content_element:nth-of-type(3) p {font-size: 18px;max-width: 750px;margin: 0 auto;line-height: 22px;}
  .custom-job-sec4 .wpb_wrapper .wpb_content_element:nth-of-type(3) p a {font-weight: 600;}
  /********************************* /Job-Page*********************************/
  
  
  /********************************* BlogPage*********************************/
  .blog .top-banner-blog {position: relative;height: 400px;background: var(--second-color);display: flex;align-items: center;overflow: hidden;}
  .blog .top-banner-blog img.top-banner-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;-webkit-filter: brightness(70%);}
  .blog .top-banner-blog .connn {margin: 0 auto;z-index: 9;}
  .blog .top-banner-blog .connn h1.top-banner-text {font-family: "ProximaNovaSoft-Regular";color: #ffffff;letter-spacing: 12px;font-size: 42px;font-weight: 400;}
  .custom-blog-laundry {margin-top: 30px;}
  .custom-blog-laundry .blog-search-bar form {margin-bottom: 30px;margin-left: 9px;    margin-right: 9px;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .custom-blog-laundry .blog-search-bar form .input-append input {padding-left: 20px;width: calc(100% - 60px);border: 2px solid #ff3eb3!important;border-right: none!important;font-size: 16px;height: 60px;border-radius: 0;}
  .custom-blog-laundry .blog-search-bar form .input-append button.more {width: 60px;height: 60px;border: 0;transition: 0.3s;background: #ff3eb3;background-image: url(images/search-white.svg);background-repeat: no-repeat;background-position: center center;}
  .sticky_header .custom-blog-laundry .blog-search-bar form {position: sticky !important;position: -webkit-sticky !important;top: 90px !important;}
  .custom-blog-laundry .blog-search-bar form .input-append input::placeholder {color: #ff3eb3;text-transform: uppercase;font-size: 15px;}
  .custom-blog-laundry #blogmasonry > .row {margin-left: 0;}
  .custom-blog-laundry #blogmasonry .blog-article {width: calc(25% - 20px);margin-top: 20px;padding: 15px;box-shadow: 0 2px 8px rgb(0 0 0 / 12%);background: #ffffff;margin: 10px;transition: .3s;position: unset !important;}
  .custom-blog-laundry #blogmasonry .blog-article:nth-of-type(1), .custom-blog-laundry #blogmasonry .blog-article:nth-of-type(6n), .custom-blog-laundry #blogmasonry .blog-article:nth-of-type(7n) {width: calc(50% - 20px);}
  .custom-blog-laundry #blogmasonry .blog-article:hover {box-shadow: 0 2px 8px rgb(0 0 0 / 32%);}
  .custom-blog-laundry #blogmasonry .blog-article .gridbox {display: flex;flex-direction: column;box-shadow: none;}
  .custom-blog-laundry #blogmasonry .blog-article .gridbox .media {position: relative;overflow: hidden;background: #ff3eb3;}
  .custom-blog-laundry #blogmasonry .blog-article:hover .gridbox .media img {opacity: .7;transform: scale(1.1);}
  .custom-blog-laundry #blogmasonry .blog-article .gridbox .media img {width: 100%;height: 260px;object-fit: cover;transition: 0.3s;}
  .custom-blog-laundry #blogmasonry .blog-article .media:hover a > .overlay {display: none;}
  .custom-blog-laundry #blogmasonry .blog-article .content {padding: 0;border: 0;padding-top: 25px;padding-bottom: 5px;}
  /*.custom-blog-laundry #blogmasonry .blog-article .content h1 {line-height: 16px !important;text-align: left;color: #cccccc;margin-top: 22px;width: 100%;font-family: "ProximaNovaSoft-Regular" !important;font-weight: 400 !important;}*/
  .custom-blog-laundry #blogmasonry .blog-article .content >p {font-size: 16px;margin: 0;opacity: 0.5;}
  .custom-blog-laundry #blogmasonry .blog-article .content h1 {color: #1d2253;font-size: 24px;line-height: 28px !important;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;font-family: "ProximaNovaSoft-Regular" !important;font-weight: 400 !important;margin-bottom: 20px;max-height: 48px;text-transform: capitalize;}
  .custom-blog-laundry #blogmasonry .blog-article .content h1 a:hover {color: #1d2253;}
  .custom-blog-laundry #blogmasonry .blog-article .content .text {font-family: "ProximaNovaSoft-Regular" !important;font-weight: 400 !important;color: #596C86;line-height: 16px;margin: 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;box-sizing: border-box;border: 1px solid transparent;min-height: 34px;}
  .custom-blog-laundry #blogmasonry .blog-article .content a.btn-bt.default {padding: 10px 15px;font-family: "ProximaNovaSoft-Regular" !important;font-weight: 400 !important;line-height: 14px !important;font-size: 14px !important;display: none;}
  .search_sticky .blog-search-bar {position: fixed;top: 60px;width: 100%;z-index: 99;max-width: 1100px;}
  .search-no-results .custom-blog-laundry ul {margin-left: 20px !important;padding-left: 0 !important;}
  .search-no-results .custom-blog-laundry ul li {list-style-type: decimal;font-family: "ProximaNovaSoft-Regular";color: #1d2253;}
  .search-no-results .custom-blog-laundry a.back_to_blog {background-color: #ff3eb3;border: 0;border-radius: 99px;color: #ffffff;font-family: "ProximaNovaSoft-Medium";font-size: 18px;line-height: 18px;padding: 11px 22px;text-transform: capitalize;margin-top: 15px !important;display: inline-block;}
  /********************************* /BlogPage*********************************/
  
  
  /************************Css for Home-page images ************************/
  .page-id-13231 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(1) .hiw-numbers {text-align: center;background: url(../../../uploads/2021/06/Image-71-image.png);background-repeat: no-repeat;background-size: 36px !important;background-position: center center;height: 43px;color: transparent;background-color: #ffffff;max-width: 52px;margin: 0 auto;-webkit-backface-visibility: hidden;-ms-transform: translateZ(0);-webkit-transform: translateZ(0);transform: translateZ(0);image-rendering: -webkit-optimize-contrast; }
  .page-id-13231 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) .hiw-numbers {text-align: center;background: url(images/home2-2x.png);background-repeat: no-repeat;background-size: 45px!important;background-position: center center;height: 43px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;-webkit-backface-visibility: hidden;-ms-transform: translateZ(0);-webkit-transform: translateZ(0); transform: translateZ(0);image-rendering: -webkit-optimize-contrast; }
  .page-id-13231 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(3) .hiw-numbers {text-align: center;/*background: url(/wp-content/uploads/2021/06/Image-74-image.png);*/background: url(images/home3-2x.png);background-repeat: no-repeat;background-size: 50px!important;background-position: center center;height: 41px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;-webkit-backface-visibility: hidden;-ms-transform: translateZ(0);-webkit-transform: translateZ(0);transform: translateZ(0);image-rendering: -webkit-optimize-contrast; }
  .page-id-13231 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(4) .hiw-numbers {text-align: center;/*background: url(/wp-content/uploads/2021/06/Image-75-image.png);*/background: url(images/home4-2x.png);background-repeat: no-repeat;background-size: 41px!important;background-position: center center;height: 42px;color: transparent;background-color: #ffffff;max-width: 75px;margin: 0 auto;	-webkit-backface-visibility: hidden;-ms-transform: translateZ(0);-webkit-transform: translateZ(0); transform: translateZ(0);image-rendering: -webkit-optimize-contrast; }
  .page-id-13231 .cs-services .vc_row.wpb_row.vc_inner:nth-of-type(3) .vc_column_container.vc_col-sm-6:nth-of-type(2) .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_left img{height: 188px;width: auto;}
  /************************ /Css for Home-page images ************************/
  
  
  /*********************************BloginnerPage*********************************/
  .single-post article .content h1 a {pointer-events: none;font-size: 24px;}
  .single-post article .content h4 b {font-family: "ProximaNovaSoft-Regular";font-size: 16px;color: #1d2253;}
  .single-post article .content h4 span  {font-family: "ProximaNovaSoft-Regular";font-size: 16px;color: #596C86;}
  .single-post article .content p {font-size: 16px;}
  .single-post article .content p i span {font-family: "ProximaNovaSoft-Regular";font-size: 16px;color: #596C86;}
  .single-post article .content td b, .single-post article .content td p span {font-family: "ProximaNovaSoft-Semibold";}
  .single-post article .content td span {font-family: "ProximaNovaSoft-Regular";}
  .heateor_sss_sharing_container .heateor_sss_sharing_title {font-family: "ProximaNovaSoft-Medium";font-weight: normal !important;    color: #1d2253;}
  .single-post #content .container .category-home .content .text tr {border:0px;}
  .single-post #content .container .category-home .content .text td h3, .single-post #content .container .category-home .content .text td h3 b {margin: 0 !important;font-size: 18px;}
  ul.heateor_sss_sharing_ul {float: left;width: 100%;padding-bottom: 25px;}
  /*.single-post #content .container .category-home .content .text td h3 strong {margin: 0 !important;font-size: 16px;}*/
  .blog-article.standard-style .content h1{color: #1d2253 !important;}
  .blog-article.standard-style .content p strong{color: #1d2253 !important;}
  .blog-article.standard-style .content h3{color: #1d2253 !important;}
  .single-post .nav-growpop {display: none;}
  .single-post .custom-banner {position: relative;width: 100%;max-height: 430px;background: #000000;overflow: hidden;}
  .single-post .custom-banner > img {width: 100%;height: 100%;object-fit: cover;opacity: 0.6;position: absolute;}
  .single-post .custom-banner > div {text-align: center;width: 100%;margin: 0;padding: 193px 20px;color: #ffffff;position: relative;z-index: 22;}
  .single-post .custom-banner > div h2 {color: #ffffff;}
  .single-post #content .container .category-home .content {margin: 0 !important;}
  .single-post #content .container .category-tips .content {margin: 0 !important;}
  .single-post #content .container .content {margin: 0 !important;}
  .single-post #content .container .category-home .content ul.info {display: none;}
  .single-post #content .container .category-tips .content ul.info {display: none;}
  .single-post #content .container .category-home .content .text h2 {margin-top: 0;font-size: 24px;margin-bottom: 25px;}
  .single-post #content .container .category-home .content .text h4 strong {font-family: "ProximaNovaSoft-Regular";margin-bottom: 20px !important;display: inline-block;color: #1d2253;}
  .single-post #content .container .category-home .content .text h3{margin-bottom: 30px !important;font-size: 28px;line-height: 35px !important;}
  .single-post div#comments {width: 100%;margin: 0 auto;max-width: 800px;float: none;}
  .single-post div#comments .comment  {padding-left:0px;padding-right:0px;}
  .single-post div#respond {width: 100%;margin: 0 auto;max-width: 800px;float: none;}
  body .faqDroper .box-left h3 {line-height: 1.2 !important;margin-top: 45px;}
  /********************************* /BloginnerPage*********************************/
  
  
  /********************************* commercial-Page*********************************/
  .custom-commercial-sec1 {padding-top: 0px !important;}
  .custom-commercial-sec1 .custom-commercial-sec1col1 h2 {padding-top: 30px;}
  .custom-commercial-sec1 .custom-commercial-sec1col1 h2 {font-size: 40px !important;}
  .custom-commercial-sec1 .custom-commercial-sec1col1 .vc_custom_heading.wpb_content_element:nth-of-type(3) h2 {font-size: 20px !important;color: #596C86 !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular";font-weight: normal;    padding: 0;}
  .custom-commercial-sec1 .custom-commercial-sec1col1 .vc_custom_heading.wpb_content_element:nth-of-type(1) {margin-bottom: 25px;}
  .custom-commercial-sec1 .custom-commercial-sec1colr ul {height: auto !important;}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3 {width: calc(25% - 18px);margin: auto;padding: 18px 18px 25px 18px;box-shadow: -10px 20px 40px #dddddd;text-align: left;border-radius: 10px;background: #ffffff !important;z-index: 99;margin-top: 0;margin-bottom: 0;}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3:nth-child(even) {-webkit-transform: translateY(30px);transform: translateY(30px);}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3:nth-child(odd) {-webkit-transform: translateY(80px);transform: translateY(80px);}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3 >.vc_column-inner {padding: 0;}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3 >.vc_column-inner h3 {font-size: 22px;margin-bottom: 15px;}
  .custom-commercial-sec2r1.custom-commercial-sec2r1 >.vc_column_container.vc_col-sm-3 >.vc_column-inner p {font-size: 16px;line-height: 21px;}
  .custom-commercial-sec3 {    margin-top: 120px;}
  .custom-commercial-sec3 .custom-business-cs .vc_col-sm-3 > .vc_column-inner {    margin: 0 !important;}
  .custom-commercial-sec3 .custom-business-cs .vc_col-sm-3 .wpb_text_column.wpb_content_element:nth-of-type(1) {margin-bottom: 45px;}
  .custom-commercial-sec3 .custom-business-cs .vc_col-sm-3 .wpb_text_column.wpb_content_element:nth-of-type(2) {margin-bottom: 18px;}
  .custom-commercial-sec3 .custom-business-cs .vc_col-sm-3 .wpb_text_column.wpb_content_element:nth-of-type(2) h4 {font-size: 18px !important;font-family: "ProximaNovaSoft-Regular";font-weight: normal;}
  .custom-commercial-sec3 .custom-business-cs .vc_col-sm-3 .wpb_text_column.wpb_content_element:nth-of-type(3) p {font-size: 16px !important;line-height: 21px;}
  .custom-commercial-sec3{margin-bottom:0px !important;}
  .custom-commercial-sec4 {margin: 0 !important;}
  .custom-commercial-sec4 .custom-comm-reviewl {padding: 0 !important;}
  .custom-commercial-sec4 .custom-comm-reviewl > .vc_column-inner {padding: 0;}
  .custom-commercial-sec4 .custom-comm-reviewl .vc_column-inner .wpb_content_element {box-shadow: none !important;}
  .custom-commercial-sec4 .custom-comm-reviewl .vc_column-inner .wpb_content_element img {width: 92%;float: right;}
  .custom-commercial-sec4 .custom-comm-reviewl >::before {display: block;content: '';position: absolute;top: 8%;right: 10%;width: 90%;height: 100%;box-shadow: 0 0 99px rgb(92 112 139 / 14%);z-index: -1;background: #ffffff;}
  .custom-comm-reviewr h2 {margin-bottom: 20px;}
  /********************************* /commercial-Page*********************************/
  
  
  /********************************* Contact-Page*********************************/
  .custom-contact-sec2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-of-type(1) {margin-bottom: 15px;}
  .custom-contact-sec2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-of-type(1) h3:first-child {min-height: 138px;}
  .custom-contact-sec2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-of-type(1) h3:last-child {margin-top: 25px;}
  .custom-contact-sec2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-of-type(2) p {    font-size: 16px;    line-height: 21px;}
  .custom-contact-sec2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-of-type(2) p a{    color: #ff3eb3 !important;} 
  /********************************* /Contact-Page*********************************/
  
  
  /********************************* Sticky-footer*********************************/
  div > iframe {    margin-right: 45px !important;bottom: -6px !important;}
  /********************************* /Sticky-footer*********************************/
  
  
  
  /********************************* Responsive-Media*********************************/
  
  @media (min-width:0px) and (max-width:567px){
  /*Pricing-page*/
  body .cs-laundry_pricing.cs-laundry_pricing_pricing {background: url(images/pricingtopbg.png) !important;background-size: 100% !important;background-position: center top !important;background-repeat: no-repeat !important;margin-bottom: 25px !important;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing {background: url(images/pricingpagebottonpricing.png) !important;margin-top: 45px;padding-top: 95px;background-size: 100% 100% !important;background-repeat: no-repeat !important;}
  body .cs-small_bg .cs-small_bg_option {max-width: 553px;float: left;margin: 0 auto;background-image: none !important;border-radius: 42px;mix-blend-mode: normal;background: linear-gradient(116.57deg, rgba(255,62,179,0.12) 0%, rgba(190,190,236,0.12)83.33%) !important;margin-bottom: 40px !important;}
  /* /Pricing-page*/
  
  /*Service-page*/
  .cs_video_wrap {padding-top: 60px;}
  .cs_video_wrap .wpb_wrapper p {width: 100%;margin: 15px auto 25px;font-size: 16px;line-height: 20px;}
  .cs_video_wrap {background: url(images/mobservicelaundrytopsecbg.png) !important;background-repeat:no-repeat !important;background-position: 0px 62px !important;    background-size: 100% !important;}
  .cs_video_wrap .vc_col-sm-12.wpb_column.column_container {margin-bottom: 20px !important;}
  body .cs-laundry_pricing {background-size: 100% !important;background: url(images/servicelaundrysliderbtmbg.png) !important;background-repeat: no-repeat !important;background-position: center bottom !important;margin-bottom: 55px !important;}
  /* /Service-page*/
  
  /*Service-Linens-page*/
  .cs_video_wrap.cs_video_linens_wrap {background-position: 0px 60px !important;}
  /* /Service-Linens-page*/
  
  
  /*Location*/
  body .cs-hero_option {background: url(images/location-Banner-top.png) !important;background-repeat: no-repeat !important;margin-bottom: 95px !important;background-size: 100% !important;}
  body .cs-hero_option p {margin: 10px auto 20px;}
  .cs-services.cs-location-service {padding-top: 70px;margin-top: -45px !important;background-size: 100%;padding-bottom: 0;background-image: url(images/locationourservicesmob-bg.png) !important;background-position: left top !important;float:left;}
  .cs-laundry_pricing.cs-location-laundry_pricing {background: url(images/moblocationplansbg.png) !important;background-repeat: no-repeat !important;background-size: 100%;background-position: 100% 230px !important;}
  body .cs-location_content {background: url(images/mob-neighbour.png) !important;background-repeat: no-repeat !important;background-position: left top !important;background-size: 100% 100% !important;padding-bottom: 70px !important;}
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-heading {background: #ffffff !important;border: 0;padding: 0px 30px 0px 15px;}
  .cc_laundry_faq .vc_tta-container .vc_tta-panel h4 a i {left: unset !important;right: -15px;}
  .cc_laundry_faq .vc_tta-container .vc_tta-panel .vc_tta-panel-body {background: transparent !important;border: 0;padding: 0px 30px 10px ​30px!important;padding: 0px 15px 15px 15px !important;}
  .cc_laundry_faq {margin-bottom: 0px !important;}
  /* /Location*/
  
  .cs-repar_alteration {background: url(images/repairalterationmobilebg.png) !important;background-repeat: no-repeat !important;padding-top: 0px !important;margin-top: 40px;background-size: 100% !important;padding-bottom: 60px !important;}
  .cs-repar_alteration .repair-l {padding-top: 15px !important;padding-bottom: 0 !important;margin-bottom: 0;}
  .cs-repar_alteration .repair-r {padding-top: 45px !important;}
  .cs-repar_alteration .repair-l > .wpb_wrapper {padding: 0!important;}
  .cs-repar_alteration .repair-r > .wpb_wrapper {padding: 0 !important;}
  .cs-repar_alteration .repair-r > .wpb_wrapper .wpb_wrapper {padding: 0 !important;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop .block p.block-heading {text-align: left;margin-bottom: 10px !important;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop ul.block-data.fullleft-data {float: left;width: 100%;padding-right: 0;margin-bottom: 10px;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left.fullmostpop ul.block-data.fullright-data {width: 100%;padding-left: 0;}
  }
  
  
  @media (min-width:0px) and (max-width:767px){
  html .top_nav { display: block !important; height: auto; padding-top: 10px; padding-bottom: 10px; }
  html .top_nav .span12 { width: 100% !important; }	
  .top_nav .textwidget p { font-size: 12px; color: #ffffff; font-family: "ProximaNovaSoft-Medium"; line-height: 18px; }
  /*************location******************/
  .blog .top-banner-blog .connn h1.top-banner-text {font-family: "ProximaNovaSoft-Regular";color: #ffffff;letter-spacing: 12px;font-size: 32px;font-weight: 400;text-align: center;line-height: 32px !important;}
  .search_sticky .blog-search-bar {position: fixed;top: 60px;z-index: 99;width: calc(100% - 13%);}
  .custom-blog-laundry .span12 {width: 100% !important;}
  .custom-blog-laundry .blog-search-bar form {margin-bottom: 30px;margin-left: 0;margin-right: 0;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .custom-blog-laundry #blogmasonry .blog-article {margin-top: 20px;padding: 15px !important;box-shadow: 0 2px 8px rgb(0 0 0 / 12%);background: #ffffff;margin: 0;transition: .3s;position: unset !important;margin-bottom: 30px;}
  /************* /location******************/
  
  .cs-video_section-col-left .wpb_content_element.button:last-child {display: block;margin-bottom: 25px;}
  .cs-video_section-col-left .wpb_content_element.button {display: none;}
  
  .fullmostpop-button:before, .fullmostpop-button:after {width: calc(50% - 60px);}
  .cs-four_section_blocks .cs-four_section_blocks-col-items ul {padding-left: 18px;margin-top: 10px;}
  body .neghborhoods_area .neghborhoods_area_list ul li a {font-size: 16px;line-height: 26px;color: #596C86;font-family: "ProximaNovaSoft-Regular";background-color: transparent;padding: 0;background: url(images/service-tabs-dot.png);background-repeat: no-repeat;background-position: 4px 11px;padding-left: 19px;background-size: 6px;}
  body .neghborhoods_area .neghborhoods_area_waitlis p {padding-top: 19px;font-size: 18px;line-height: 26px;color: #1d2253;padding-left: 10px !important;padding-right: 10px !important;}
  body .cs-laundry_pricing.cs-laundry_pricing_drycleaning .vc_tta-tabs-container {display: block !important;width: 100%;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(1) img:nth-of-type(1) {margin-top: 0px;height: 40px;}
  .page-id-1665 .cs-feedback {margin-top: 40px;}
  div > iframe#launcher {margin-right: 10px !important;bottom: -6px !important;}
  .cs-laundry-bagright p.bag-dimen {display: inline;position: absolute;top: 50%;transform: translate(-43%, -177%);left: 90%;margin: 0;font-weight: bold;font-size: 15px;line-height: 24px;text-align: center;color: #000;letter-spacing: 2px;}
  .cs-service-tabs_drycleaning .cs-laundry-bagright p.bag-dimen {display: inline;position: absolute;top: 50%;transform: translate(-43%, -151%);left: 90%;margin: 0;font-weight: bold;font-size: 15px;line-height: 24px;text-align: center;color: #000;letter-spacing: 2px;}
  
  /*popup*/
  .sgpb-popup-dialog-main-div-theme-wrapper-1 {left: 15px !important;right: 15px !important;}
  .sg-popup-content {padding: 40px 15px 30px 15px!important;}
  .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
  padding: 40px 10px 30px 9px!important;width: 100% !important;max-width: 100% !important;min-width: 100% !important;box-sizing: border-box !important;}
  .cs-home_testimonials .container .owl-stage-outer {max-height: inherit;}
  .cs-home_testimonials .container .item1 .param_left img {width: auto;}
  /*popup*/
  
  /*jobsPage*/
  .custom-job-sec1 .vc_col-sm-6.wpb_column {padding-top: 0 !important;}
  .custom-job-sec1 .vc_col-sm-6.wpb_column p br {    display: none;}
  .custom-job-sec1 .vc_col-sm-6.wpb_column .wpb_content_element.button a {width: 100%;font-size: 18px !important;line-height: 18px !important;padding: 12px 0px;}
  .custom-job-sec1 {padding-bottom: 65px !important;}
  .custom-job-sec2 .vc_col-sm-12.wpb_column.column_container {padding-top: 50px !important;margin: 0 !important;padding-bottom: 20px !important;}
  body .custom-job-sec3 {padding-top: 45px !important;padding-bottom: 45px !important;}
  .custom-job-sec2 .vc_col-sm-12.wpb_column.column_container .vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {margin-bottom: 10px;}
  .custom-job-sec2 .vc_col-sm-12.wpb_column.column_container .vc_column_container.vc_col-sm-4 {margin-bottom: 30px;}
  body .custom-oh-free {margin-top: 0 !important;}
  /* /jobsPage*/
  
  /*Pricing-Pagev2w2*/
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingv2, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingw2 {
  background-image: unset !important;background: linear-gradient(90deg, #FCEBF6 0%, #F0F7FC 80.88%) !important;border-radius: 8px !important;padding-top: 0;margin-bottom: 0 !important;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column.column_container.using_bg, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column.column_container.using_bg {background-repeat: no-repeat;width: 100%;background-size: cover;margin: 0px auto 40px !important;float: none;padding-top: 75px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list {    width: 100%;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a {    padding: 5px 21px 5px 21px !important;    height: 100%;}
  /*.cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(2) a, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li:nth-of-type(2) a {padding-top: 14px !important;
  padding-bottom: 14px !important;}*/
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block .block-heading, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block .block-heading {text-align: center;font-size: 24px;line-height: 28px;font-family: "ProximaNovaSoft-Semibold";
  margin-bottom: 20px !important;}
  .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block .block-heading, .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block .block-heading {text-align: center;font-size: 24px;line-height: 28px;font-family: "ProximaNovaSoft-Semibold";margin-bottom: 20px !important;}
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left p.text_btm, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left p.text_btm {margin: 0;display: block;width: 100%;float: left;font-size: 12px;line-height: 13px;color: #596C86;margin: 0 !important;margin-bottom: 5px !important;}
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head {float: left;width: 100%;margin-top: 35px;}
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head h2, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head h2 {
  font-size: 24px;line-height: 28px !important;}
  .cs-laundry_pricing_pricingv2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head p, .cs-laundry_pricing_pricingw2 .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .option_head p {
  font-size: 14px;line-height: 19px;margin-top: 15px;font-family: "ProximaNovaSoft-Semibold";width: 68%;margin-bottom: 0 !important;}
  .page-id-1508 .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing, .page-id-1478 .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing {
  background: url(images/v2w2pricinglistbtmbg.png) !important;background-repeat: no-repeat !important;background-position: center top !important;background-size: 100% !important;padding-top: 240px;margin-top: -6px;z-index: -1;}
  /* /Pricing-Pagev2w2*/
  
  /*Pricing-Page*/
  .cs-laundry_pricing.cs-laundry_pricing_pricing .vc_col-sm-12.wpb_column.column_container {margin-top: 0px !important;}
  .cs-laundry_pricing.cs-laundry_pricing_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) p {width: 100%;margin: 20px auto 13px !important;font-size: 20px;line-height: 26px;padding-left: 10px;padding-right: 15px;}
  .cs-laundry_pricing.cs-laundry_pricing_pricing select {width: 220px;}
  .cs-laundry_pricing.cs-laundry_pricing_pricing form {margin-bottom: 23px;}
  .cs-small_bg .vc_col-sm-2 {display: none;}
  .cs-small_bg .wpb_text_column .wpb_wrapper p > a {width: 100%;}
  .cs-service-tabs.cs_service-tabs_linens.cs-service-tabs_drycleaning.cs-service-tabs_pricing .cs-service-tabs-switch .vc_tta-panel-body .vc_column_container.vc_col-sm-6 .vc_column-inner {padding: 0;padding-top: 15px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) p {width: 100%;margin: 20px auto 13px !important;font-size: 18px;line-height: 22px;padding-left: 0px;padding-right: 0px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .vc_tta-container .vc_tta-tabs-container {display: block !important;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .vc_tta-tabs-container {width: 100%;margin: 0 auto !important;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left {float: left;width: 100%;padding-right: 0;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right {float: left;width: 100%;padding-left: 0;}
  /*.cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing form {display: block;margin-top: 15px;margin-bottom: 0;}*/
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing form select {width: 100%;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .dry-pricing {margin-top: 0;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-left .block {padding-left: 0px;padding-right: 0px;float: left;width: 100%;margin-top: 15px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column.wpb_content_element .dry-pricing .dry-right .block {padding-left: 0px;padding-right: 0px;float: left;width: 100%;margin-top: 15px;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing .vc_col-sm-12.wpb_column.column_container {margin-bottom: 70px !important;}
  .cs-did_you_know_pricing {margin-top: 25px;background: url(images/didyouknowmobilebg.png) !important;background-repeat: no-repeat !important;padding-bottom: 0 !important;background-size: 100% !important;}
  .cs-did_you_know_pricing .vc_col-sm-6.cs-did_you_know_pricing_col_right {padding-top: 0 !important;}
  .cs-did_you_know_pricing .cs-did_you_know_pricing_col_right .wpb_wrapper {padding: 10px 0px;}
  .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p.viewall-faq {margin-top: 10px;margin-bottom: 40px;}
  .cc_laundry_faq.cc_laundry_drycleaning.cc_laundry_faq_pricing .wpb_wrapper > .wpb_text_column.wpb_content_element h2 {margin-bottom: 15px;}
  /* /Pricing-Page*/
  
  /*Service-Page*/
  .cs-service_menu .megamenu_container ul li {display: inline-block;list-style-type: none;padding:10px;}
  body h1 {font-size: 36px;color: #1d2253;line-height: 38px !important;font-family: 'ProximaNovaSoft-Bold';}
  .cs-how_it_works .cs-how-itwork-row p {width: 100%;margin: 0 auto;}
  .cs_video_wrap.cs_video_linens_wrap .vc_col-sm-6.wpb_column {padding-top: 0 !important;text-align: center;margin-bottom: 0 !important;}
  .cs_video_wrap.cs_video_linens_wrap .vc_col-sm-6.wpb_column .wpb_wrapper {padding: 0;}
  .cs_video_wrap.cs_video_linens_wrap .vc_col-sm-6.wpb_column .wpb_wrapper p {margin-bottom: 25px !important;}
  .page-id-693 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {width: 100%;margin: 0 auto;}
  .page-id-1236 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {width: 100%;margin: 0 auto;}
  .page-id-1259 .cs-four_section_blocks .vc_col-sm-4.cs-four_section_blocks-col-items > .wpb_wrapper {width: 100%;margin: 0 auto;}
  .page-id-693 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {min-height: 66px;}
  .page-id-1236 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {min-height: 66px;}
  .page-id-1259 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {min-height: 66px;}
  .page-id-693 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) {margin-bottom: 15px !important;}
  .page-id-1236 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) {margin-bottom: 15px !important;}
  .page-id-1259 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) {margin-bottom: 15px !important;}
  .cs-service-tabs {margin-top: 40px;}
  .cs-service-tabs .vc_tta-container .vc_tta-tabs-container {display: block !important;}
  .cs-service-tabs.cs_service-tabs_linens .vc_tta-tabs-container {    display: none !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container {width: 100%;margin: 0 auto !important;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list {border: 1px solid #dddddd;margin: 0 auto 0px;padding: 0px 10px 0px 10px;overflow: auto;float: left;width: 100%;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-tabs-container ul.vc_tta-tabs-list li {width: 50%;border: 0;margin: 0;text-align: center;background: transparent;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {background: transparent;border: none;display: none;float: left;}
  .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {background: transparent;border: 0;padding: 0;float: left;}
  .cs-service-tabs .cs-service-tabs-switch .vc_tta-panel-body > .vc_row {display: flex;align-items: unset;flex-direction: column-reverse;}
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container {width: 100%;margin: 25px auto 55px !important;float: left !important;}
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container h2 {margin-bottom: 0px !important;}
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .vc_row.wpb_row.vc_inner.vc_row-fluid .vc_column-inner {padding: 0;margin-bottom: 10px;}
  .cs-preferences_header .vc_col-sm-12.wpb_column.column_container .vc_row.wpb_row.vc_inner.vc_row-fluid {margin-top: 0;float: left;width: 100%;}
  .cs-laundry_pricing .vc_col-sm-12.wpb_column.column_container {margin-top: 15px !important;}
  .cs-laundry_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) p {width: 100%;margin: 20px auto 13px !important;}
  .cs-laundry_pricing form {text-align: center;float: left;width: 100%;margin-bottom: 35px;}
  .cs-laundry_pricing select {width: 100%;}
  .cs-laundry_pricing ul {padding: 0;float: left;width: 100%;margin: 0 auto;}
  .cs-service_menu .section_clear > .vc_col-sm-12.wpb_column.column_container {padding: 0 !important;}
  /* /Service-Page*/
  
  /*Location*/
  .cs-hero_option .wpb_wrapper h1 {color: #ffffff;font-size: 36px;line-height: 38px !important;text-shadow: 0px 4px 10px rgb(25 45 72 / 29%) !important;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(1) {min-height: unset;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(2) a {line-height: 18px;}
  .cs-laundry_pricing.cs-location-laundry_pricing .vc_col-sm-12.wpb_column.column_container {margin-top: 20px !important;}
  .cs-laundry_pricing.cs-location-laundry_pricing .vc_col-sm-12.wpb_column.column_container ul {float: left;width: 100%;}
  .laundry-pricing-top .l-more-btn {max-width: 83%;}
  .why_love.why_love_location .why_love_location_col1 .wpb_wrapper p {width: 100%;font-size: 18px;line-height: 22px;color: #596C86;font-family: "ProximaNovaSoft-Regular";}
  .cs-location_content .cs-location_content_list.cs-location_content-col2 {position: unset;}
  body .cs-location_content {background: url(images/mob-neighbour.png) !important;background-repeat: no-repeat !important;background-position: left top !important;background-size: 100% 100% !important;padding-bottom: 70px !important;}
  .cs-location_content .cs-location_content-col2 h2 {max-width: 100%;position: absolute;top: 70px;text-align: center;transform: translate(-50%, 0%);left: 50%;}
  body .cs-location_content .cs-location_content-col1 {margin-top: 0px;}
  /*body .neghborhoods_area h3 {font-size: 30px;color: #1d2253;font-family: "ProximaNovaSoft-Semibold";line-height: 30px !important;max-width: 400px;text-align: center;padding-bottom: 25px !important;padding: 0;}*/
  body .neghborhoods_area h3 {font-size: 30px;color: #1d2253;font-family: "ProximaNovaSoft-Semibold";line-height: 30px !important;max-width: 400px;text-align: center;padding-bottom: 25px !important;padding: 0;padding-bottom: 490px !important;}
  body .neghborhoods_area .neghborhoods_area_list ul li {list-style-type: none;float: left;width: 46%;margin-bottom: 0px;font-family: "ProximaNovaSoft-Regular";background-color: transparent;}
  body .neghborhoods_map {width: 40%;height: 100%;position: absolute !important;right: 0;top: 100px;left: unset;height: 400px !important;}  
  .cs-location_content .cs-location_content-col2 {padding-top: 30px;padding-bottom: 30px;}
  .cs-location_content .cs-location_content-col2 ul li {width: 48%;background-position: 0px 9px;font-size: 16px;line-height: 20px;}
  .cs-location_content .cs-location_content-col2 ul li:nth-of-type(2n) {margin-left: 4%;}
  .cs-dont-see {margin-top: 30px;}
  .cs-dont-see h3 {font-size: 20px;}
  a.neighborhood_link.btn {width: 100%;}
  .cs-get_your_time_back {margin-top: 10px;margin-bottom: 15px !important;}
  .cs-home_testimonials .container .item1 .param_left {width: 100%;float: left;padding-right: 0px;}
  .cs-home_testimonials .container .item1 .param_right {width: 100%;float: left;padding-left: 0px;position: relative;height: auto !important;}
  .cs-home_testimonials .container .item1 .param_left img {width: auto;height: auto;}
  .cs-home_testimonials .container .item1 .param_right_inner h3 {margin-bottom: 5px;font-size: 20px;line-height: 22px !important;}
  .cs-home_testimonials .container .item1 .param_right_inner {position: unset;top: unset;left: unset;transform: unset;font-family: "ProximaNovaSoft-Regular";font-size: 22px;line-height: 26px;color: #596C86;font-style: italic;margin-top: 25px;}
  .cs-home_testimonials .container .item1 .param_right_inner p {font-size: 16px;line-height: 20px;padding: 0;color: #596C86;font-family: "ProximaNovaSoft-Regular";font-style: italic;text-align: left;margin-top: 10px;}
  .cs-home_testimonials .container .item1 {padding: 40px;overflow: unset !important;display: block;}
  .cs-location-partners {padding-top: 30px !important;}
  body .cs-brands_logos {background: linear-gradient(90deg, #FCEBF6 0%, #F0F7FC 80.88%) !important;padding-bottom: 35px !important;}
  .cs-brands_logos .vc_col-sm-3 {padding: 15px;padding-bottom: 0;margin-bottom: 10px;}
  .cc_laundry_faq p.faq-sideimg {background: url(images/Driver__Bags.png);background-repeat: no-repeat;background-position: right top;top: -80px;}
  .cc_laundry_faq p.faq-sideimg img {visibility: hidden;height: auto !important;}
  .cc_laundry_faq .vc_tta-container {max-width: 660px;margin: 0 auto;float: left;width: 100%;}
  .cc_laundry_faq .wpb_wrapper > .wpb_text_column.wpb_content_element {margin-bottom: 0;}
  .cc_laundry_faq .wpb_wrapper > .wpb_text_column.wpb_content_element h2 {margin-bottom: 25px;}
  /* /Location*/
  
  
  .page-id-1665 .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(1) .wpb_content_element:nth-of-type(3) > .wpb_wrapper p {max-width: 100%;}
  .page-id-1665 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) > .wpb_wrapper p {max-width: 100%;}
  .cs-home_testimonials .vc_col-sm-12.wpb_column.column_container {padding-bottom: 0 !important;}
  .cs-video_section-col-right .wpb_wrapper img {width: 100%;}
  .cs-video_section-col-right .wpb_wrapper {padding-top: 0 !important;}
  body{overflow-x:hidden;}
  body p {color: #596C86;font-size: 18px;line-height: 22px;font-family: "ProximaNovaSoft-Regular";}
  body .container {width: 87% !important;max-width: 87% !important;}
  body.menuopen .header_wrapper.header_9.background--light {padding-bottom: 20px;}
  body .header_wrapper.header_9.background--light {border: 0;padding-top: 7px;padding-bottom: 7px;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);height: auto;}
  body .cs-video_section {background: url(images/mobile-hometop-bg.png) !important;background-size: 100% !important;background-repeat: no-repeat !important;padding-top: 30px !important;background-position: 0px -35px !important;padding-bottom: 45px !important;}
  .cs-video_section .cs-video_section-col-left h1 {font-size: 36px;color: #1d2253;line-height: 38px !important;text-shadow: 0px 1px 0px #ffffff;text-align: center;font-family: 'ProximaNovaSoft-Bold';}
  .cs-video_section .cs-video_section-col-left .wpb_text_column.wpb_content_element {margin-bottom: 0;}
  .cs-video_section .cs-video_section-col-left .wpb_text_column.wpb_content_element .wpb_wrapper {padding-bottom: 10px;}
  .cs-video_section .cs-video_section-col-left .wpb_text_column.wpb_content_element:nth-of-type(2) {max-width: 100%;margin-bottom: 12px;text-align: center;width: 100%;}
  .cs-video_section .cs-video_section-col-left .wpb_content_element.button a {width: 100%;max-width: 100%;min-width: 80%;padding: 12px 0px;font-size: 18px !important;line-height: 18px !important;}
  .cs-video_section .cs-video_section-col-left .wpb_content_element.button a span {color: #ff3eb3;}
  .cs-video_section .cs-video_section-col-left .wpb_content_element.button a::after {content: "Get Started";position: absolute;left: 50%;transform: translate(-50%, -0%);}
  body .cs-video_section-col-left {margin-bottom: 0;}
  .cs-video_section-col-right > .wpb_wrapper {padding-top: 0 !important;}
  .cs-how_it_works a.btn-bt.default {background-color: #000!important;font-size: 16px !important;line-height: 16px !important;margin-top: 15px;padding: 13px 21px;}
  .cs-how_it_works .vc_col-sm-12.wpb_column.column_container {margin-bottom: 10px !important;}
  .cs-how_it_works h2 {font-size: 30px;color: #1d2253;line-height: 30px !important;margin-bottom: 20px;font-family: 'ProximaNovaSoft-Bold';}
  body h2 {font-size: 30px;color: #1d2253;line-height: 30px !important;font-family: 'ProximaNovaSoft-Bold';}
  .footer_bottom {float: left;width: 100%;background: #1d2253;padding-top: 20px;padding-bottom: 20px;position: relative;}
  .footer_bottom .form_content {max-width: 1100px;margin: 0 auto;padding-left: 30px;padding-right: 30px;width: 100%;}
  .footer_bottom .form_content p:nth-of-type(1) {float: none !important;margin-left: 0;text-align: center;padding: 0;width: 80%;margin: 0 auto 15px;}
  .footer_bottom .form_content p.full_content_right {display: none;}
  .footer_bottom .form_content .form_wrap {float: left;width: 100%;margin: 5px 0px;}
  .footer_bottom .form_content .form_wrap form input[type="email"] {width: -webkit-fill-available;margin-bottom: 20px;}
  .footer_bottom .form_content .form_wrap form button {height: 42px;width: 100%;margin: 0;}
  .footer_wrapper {background: url(images/mobile-footer-bg.png);background-repeat: no-repeat;background-size: 100% 100% !important;padding-top: 60px;}
  body .span3 #text-3 p {padding: 0 0px 0 0;line-height: 30px;}
  .footer_wrapper .container .row-fluid.ff {margin-top: 130px !important;padding-bottom: 20px !important;}
  .footer_wrapper .container .row-fluid.ff .span3 h5 {font-size: 20px !important;line-height: 24px !important;color: #1d2253 !important;font-family: 'ProximaNovaSoft-Bold' !important;margin-bottom: 10px !important;text-transform: none !important;text-align: center !important;display: block !important;}
  .footer_wrapper .container .row-fluid.ff .span3 .textwidget p {color: #596C86 !important;font-size: 20px !important;line-height: 26px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) .textwidget p:last-child {width: 200px;margin: 0 auto;text-align: center;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(2) {position: relative;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(2) a:nth-of-type(1) img {position: absolute;margin: 0;left: -40px;top: 92px;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(2) a:nth-of-type(2) img {position: absolute;margin: 0;left: 110px;top: 92px;}
  .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(1) {padding-bottom: 95px;}
  .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(2), .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(3) {float: left;width: 50%;text-align: center;}
  /*.footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(2) ul li a, .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(3) ul li a {text-decoration: underline;}*/
  .footer_wrapper .container .row-fluid.ff > .span3:nth-of-type(4) {text-align: center;}
  .footer_wrapper .container .row-fluid.ff .span3 .textwidget p {color: #596C86 !important;font-size: 16px !important;line-height: 20px !important;font-family: "ProximaNovaSoft-Regular" !important;}
  .footer_wrapper footer#footer .inner .container .row-fluid.ff:last-child .span12 {
  width: 100% !important;float: left !important;position: unset !important;margin: 0 !important;left: unset !important;margin-top: -40px !important;margin-left: 0 !important;text-align: center;padding-bottom: 10px;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_left {float: left;margin-right: 0;width: 100%;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_right {float: left;margin-top: 18px;width: 100%;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 .bottom_right a:last-child {margin: 0;}
  footer#footer .textwidget {text-align: center;}
  .cs-get_your_time_back .wpb_wrapper p {margin: 25px auto 0;width: 100%;}
  .cs-home_testimonials {padding: 0;background: none !important;padding-top: 10px !important;}
  .cs-home_testimonials section.row.testimonial_carousel {height: auto !important;}
  .cs-home_testimonials .container .item {padding: 40px;overflow: auto;display: unset;}
  .cs-services .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p {width: 100%;margin: 20px auto 0;}
  
  /*----a-css----*/
  * {box-sizing: border-box;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper h2 {font-size: 24px;line-height: 28px !important;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper p {font-size: 16px;line-height: 20px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container .wpb_content_element.button a.btn-bt.align-center.default {font-family: "ProximaNovaSoft-Regular";font-size: 18px !important;line-height: 18px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .wpb_wrapper > .wpb_text_column.wpb_content_element:nth-of-type(5) .wpb_wrapper p a {line-height: 18px !important;font-family: "ProximaNovaSoft-Regular";text-transform: initial !important;}
  .s-cote_word .wpb_wrapper p {font-size: 25px;line-height: 96.1%;margin-top: 50px;margin-bottom: 50px !important;}
  .s-cote_word .wpb_wrapper p span.name-auth {padding-top: 15px;display: block;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper p {width: 100%;margin-bottom: 2px !important;margin-top: 10px;padding: 0 9px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper {padding: 50px 15px 35px 15px;border-radius: 83px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper .cs-how_it_works_text .wpb_wrapper p {padding-left: 30px;padding-right: 30px;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container {margin-top: 0 !important;margin-bottom: 0 !important;}
  .cs-feedback .container {width: 100% !important;max-width: 100% !important;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner {width: 100%;margin: 0 auto !important;position: relative;min-height: 350px;flex-direction: column-reverse;display: flex;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left {padding: 30px 30px 80px 45px;position: relative;top: 0;background: url(images/inv2.png);background-repeat: no-repeat;left: 0;background-size: 100% 100%;margin-bottom: 45px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right {padding: 30px 30px 90px 45px;position: relative;left: 0;background: url(images/inv1.png);background-repeat: no-repeat;background-size: 100% 100%;margin-bottom: 45px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .vc_column-inner {background-position: 9px -1px;padding: 0 30px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left .vc_column-inner {background-position: 6px -1px;padding: 0 35px;}
  .cs-feedback .vc_col-sm-12.wpb_column.column_container {margin-top: 55px !important;margin-bottom: 35px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month > .wpb_wrapper {box-sizing: border-box;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month {box-sizing: border-box;}
  .cs-time_month .cs-savin_time_this_month h2 {font-size: 26px;line-height: 28px !important;text-align: left !important;position: relative;padding-left: 39px;}
  .cs-time_month .cs-savin_time_this_month h2 img {margin-top: 0;position: absolute;left: 0;width: 28px;top: 4px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month > .wpb_wrapper {margin: 0 !important;padding: 11px 0px 23px 0px !important;border-bottom: 0px dashed #8C8CA5;position: relative;margin-bottom: 35px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month > .wpb_wrapper::after {content: "";border-bottom: 1px dashed #8C8CA5;width: 114%;position: absolute;left: -24px;bottom: 0;}
  .cs-time_month > .container {background: none;box-shadow: none;}
  .cs-time_month {background-image: url("images/stbg1.png") !important;}
  .cs-time_month::after {content: "";width: 104%;box-shadow: 0px -7px 7px #c9c8c8;display: block;position: absolute;bottom: 0;height: 1px;left: -8px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper {margin: 0 !important;padding: 0px !important;text-align: center;overflow: hidden;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year > .wpb_wrapper {margin: 0 !important;padding: 0px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-savin_time_this_month {padding: 0 !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater {padding: 0 !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner > ul {display: block;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 {width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-2 {margin-left: 0;margin-right: 0;width: 100%;padding: 15px 0;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 {width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.text {font-size: 18px;width: 85%;line-height: 21px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul {padding: 20px 19px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul {max-width: 230px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img p.bag-number {padding-top: 10px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img p:last-child {margin-left: 4px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year {padding: 0 !important;margin-bottom: 15px;margin-top: 15px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year .wpb_wrapper h3 {font-size: 24px;line-height: 28px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year .wpb_wrapper h3 img {margin-top: -5px;margin-right: 6px;width: 25px;}
  html .cs-time_month_item .media img.type_image.alignment_center {max-width: 32px;margin-left: auto !important;margin-top: 20px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year_items .cs-time_month_item .wpb_content_element:nth-of-type(1) {margin-bottom: 10px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 {line-height: 24px;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_content .wpb_wrapper h3 {font-size: 18px;line-height: 21px !important;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_content .wpb_wrapper p {font-size: 14px;margin-top: 2px;line-height: 16px;}
  .cs-promise_to_you .cs-batch .vc_row .vc_column_container:nth-of-type(1) .vc_column-inner {padding: 0;}
  .cs-promise_to_you .cs-batch .vc_row {border: 0px solid;display: block;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_image {width: 30%;padding-top: 22px;margin-bottom: 30px !important;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_content {width: 65%;float: left;}
  .cs-promise_to_you .cs-batch .vc_row .vc_column_container:nth-of-type(2) .vc_column-inner {padding: 10px;}
  .cs-promise_to_you .cs-batch {padding: 10px 20px !important;border-radius: 150px;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_image img {margin-top: 0;max-width: 85px;width: 100%;float: right;}
  .cs-love_2u .vc_col-sm-12.wpb_column.column_container .wpb_wrapper p {width: 100%;margin: 20px auto 0;}
  .cs-love_2u-items {margin-bottom: 10px;}
  .why_love {margin-top: 35px;}
  .cs-services {background-image: url("images/our-mob.png") !important;padding-bottom: 120px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {padding: 35px 30px 30px 30px;box-sizing: border-box;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner {padding: 0;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_left {width: 100%;display: inline-block;text-align: center;margin-bottom: 25px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right {display: inline-block;width: 100%;padding-left: 0;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper {display: block;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) {margin-bottom: 0;float: left;width: 30%;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) {float: left;width: 70%;text-align: left;padding-left: 15px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) h3 {text-align: left !important;font-size: 18px;margin-top: -5px;line-height: 21px !important;font-family: 'ProximaNovaSoft-Bold';}
  html .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(3) div.wpb_wrapper p {text-align: left !important;font-size: 14px;line-height: 16px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_wrapper .hiw-numbers {position: absolute;min-width: 51px;min-height: 46px;z-index: 9999;background-color: transparent !important;left: -7px;top: 22px;background-size: 100% !important;background-repeat: no-repeat !important;max-width: 51px;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(1) .hiw-numbers {background: url(../../../../img/icons8-1-cute-48.png);}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2) .hiw-numbers {background: url(../../../../img/icons8-2-cute-48.png);}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(3) .hiw-numbers {background: url(../../../../img/icons8-3-cute-48.png);}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(4) .hiw-numbers {background: url(../../../../img/icons8-4-cute-48.png);}
  #cs-four_section_blocks {display: none;}
  .cs-four_section_blocks-col-items {margin-bottom: 0;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2)::after {content: "";border: 0px solid;position: absolute;top: 54%;left: 13%;height: 100%;z-index: 0;display: block;width: 2px;background-image: url("images/dline.png");background-position: 0px;background-repeat: no-repeat;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items:nth-of-type(2n) .wpb_content_element:nth-of-type(2) > .media_wrapper img {z-index: 9;position: relative;}
  .cs-four_section_blocks .section_clear .cs-four_section_blocks-col-items:last-child .wpb_content_element::after {display: none;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {z-index: 9;position: relative;}
  .cs-video_section-col-right .wpb_wrapper img {width: 100%;}
  .cs-video_section-col-right .wpb_wrapper {padding-top: 0 !important;}
  /*----a-css----*/
  
  .sgpb-popup-dialog-main-div-wrapper > div >img {top: 10px !important;right: 10px !important;}
  }
  
  
  @media (min-width:0px) and (max-width:980px){
  /*mobile menu style*/
  .mobile_small_menu.open:before {content: "\f0c9";font-family: FontAwesome;font-size: 24px;line-height: 21px;color: transparent;background: url(images/ham.svg);background-repeat: no-repeat;background-position: center center;background-size:20px;}
  .mobile_small_menu.close:hover {opacity:1;}
  .mobile_small_menu.close:before {content: "\f00d";font-family: FontAwesome;font-size: 24px;line-height: 21px;color: transparent;background: url(images/ham-cross.svg);background-repeat: no-repeat;background-position: center center;background-size:17px;}
  a.mobile_logo.cs_mobile_show {text-align: center;margin-top: 30px;}
  a.mobile_logo.cs_mobile_show img.lazyloaded {height: 40px;}
  body .menu-small {background: #ffffff;float: left;width: 100%;}
  .menu-small ul {width: 100%;margin: 0 auto;text-align: center;}
  .menu-small ul li {padding-left: 0;padding-right: 0;width: 80% !important;margin: 0 auto;overflow: hidden;float: none !important;}
  .menu-small ul li.current-menu-item a {color: #ff3eb3 !important;}
  .menu-small ul#mobile-menu > li a {font-size: 20px;line-height: 24px;color: #1d2253;font-family: "ProximaNovaSoft-Medium" !important;padding: 0;text-transform: capitalize;}
  .menu-small ul#mobile-menu > li:nth-of-type(1) a {background: #ff3eb3;padding: 10px;border-radius: 99px;font-size: 18px;line-height: 22px;color: #596C86;font-family: "ProximaNovaSoft-Medium" !important;color: #ffffff;}
  .menu-small ul#mobile-menu > li:nth-of-type(2) {margin-top: 25px;margin-bottom: 35px;}
  .menu-small ul#mobile-menu > li:nth-of-type(2) a {font-size: 18px !important;line-height: 18px !important;color: #000;font-family: "ProximaNovaSoft-Medium" !important;background: url(images/loginrightarrow.svg);background-repeat: no-repeat;background-position: 100% 2.5px;background-size: 8px;padding: 0;width: auto;float: none;padding-right: 15px;text-transform: none;display: inline-block;}
  .menu-small ul#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item > a, .menu-small ul#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > a {font-size: 20px;line-height: 24px;font-family: 'ProximaNovaSoft-Bold';color: #1d2253;text-transform: capitalize;}
  .menu-small ul#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {margin-top: 35px;}
  .menu-small ul#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:nth-of-type(4), .menu-small ul#mobile-menu > li.menu-item.menu-item-type-custom:nth-of-type(5) { margin-top: 35px;}
  .menu-small ul#mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:nth-of-type(4) > a, .menu-small ul#mobile-menu > li.menu-item.menu-item-type-custom:nth-of-type(5) > a  {font-size: 20px;line-height: 24px;font-family: 'ProximaNovaSoft-Bold';color: #1d2253;text-transform: capitalize;}
  /*mobile menu style*/
  }
  
  
  @media (min-width:568px) and (max-width:767px){	
  body .neghborhoods_area h3 {max-width: 100%;}
  .cs-repar_alteration {padding-top: 0 !important;padding-bottom: 30px !important;margin-top: 50px !important;}
  .cs-repar_alteration .repair-l {padding-top: 0px !important;padding-bottom: 0 !important;margin-bottom: 0;}
  .cs-repar_alteration .repair-l > .wpb_wrapper {padding: 0 !important;}
  
  /*header things*/
  body .header_tools { display: none;}
  /*header things*/
  
  /*Services*/
  .page-id-693 .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) > .media_wrapper img {height: auto !important;}
  /*Services*/
  
  .header_tools {display: none;}
  html body #logo {float: left;left: 55px !important;right: 0 !important;top: 0;}
  .span12 {width: 100%;min-width: 100%;max-width: 100%;}
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper {padding: 50px 15px 35px 15px;border-radius: 130px;}
  
  /*----Pricing----*/
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricing {background: url(images/pricingpagebottonpricing.png) !important;margin-top: 45px;padding-top: 75px;background-size: 100% 100% !important;background-repeat: no-repeat !important;}
  body .cs-small_bg .cs-small_bg_option {max-width: 553px;float: none;margin: 0 auto;background-image: none !important;border-radius: 42px;mix-blend-mode: normal;background: linear-gradient(116.57deg, rgba(255,62,179,0.12) 0%, rgba(190,190,236,0.12)83.33%) !important;margin-bottom: 40px !important;overflow:hidden;}
  .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingv2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a, .cs-laundry_pricing.cs-laundry_pricing_drycleaning.cs-laundry_pricing_pricingw2 .vc_col-sm-12.wpb_column .vc_tta-container .vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a {padding: 15px 16px 15px 16px !important;}
  /*---- /Pricing----*/
  
  /*----location----*/
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li .left {font-size: 14px;}
  .laundry-pricing-top.laundry-pricing-one ul.bag-details li .right {font-size: 14px;}
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li .left {font-size: 14px;}
  .cs-panels.bluepanel .add-services .add-services-data ul.bag-details li .right {font-size: 14px;}
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li .right {font-size: 14px;}
  .cs-panels.turqpanel .add-services .add-services-data ul.bag-details li .left {font-size: 14px;}
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two .pay-block h4 {width: 100%;}
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third .pay-block h4 {width: 100%;}
  .saving-panel {top: 60px;}
  /*----location----*/
  
  /*----a-css----*/
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_wrapper .hiw-numbers {left: 11px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left {padding: 54px 30px 97px 45px;background-size: 100% 100%;margin: 49px 0 0 0;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right {padding: 54px 30px 103px 45px;background-size: 100% 100%;}
  .cs-time_month .cs-savin_time_this_month h2 img {margin-top: 0;position: relative;left: 0;width: 28px;top: -1px;}
  .cs-time_month .cs-savin_time_this_month h2 {font-size: 26px;line-height: 28px !important;text-align: center !important;position: relative;padding-left: 39px;padding-top: 15px;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_image {width: 30%;padding-top: 0px;margin-bottom: 6px !important;}
  .cs-services {background-size: 100% 100% !important;}
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2)::after {top: 56%;left: 14%;}
  /*----a-css----*/
  }
  
  
  @media (min-width:980px) and (max-width:10000px){
  #navigation nav> ul> li:nth-of-type(1), #navigation nav> ul> li:nth-of-type(2) {display: none;}
  }
  
  
  @media (min-width:768px) and (max-width:991px){	
  /******Location******/
  .custom-blog-laundry .row {margin: 0;}
  .custom-blog-laundry .span12 {padding: 0;}
  .search_sticky .blog-search-bar {position: fixed;top: 60px;z-index: 99;width: calc(100% - 9.8%);}
  .custom-blog-laundry .blog-search-bar form {margin-bottom: 30px;margin-left: 0;margin-right: 0;box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%);filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.08));}
  .custom-blog-laundry #blogmasonry .blog-article {margin-top: 20px;padding: 15px;box-shadow: 0 2px 8px rgb(0 0 0 / 12%);background: #ffffff;margin: 0;margin-bottom: 30px;transition: .3s;position: unset !important;}
  /****** /Location******/
    
  body .neghborhoods_area {width: 60%;padding-left: 58px;padding-right: 0;/* background-color: #1d2253; */background-color: transparent;}
  body .neghborhoods_area .neghborhoods_area_list ul li a {font-size: 16px;line-height: 26px;color: #596C86;font-family: "ProximaNovaSoft-Regular";background-color: transparent;padding: 0;background: url(images/service-tabs-dot.png);background-repeat: no-repeat;background-position: 0px 11px;padding-left: 15px;}
  body .neghborhoods_area .neghborhoods_area_list ul li {list-style-type: none;float: left;width: 47%;margin-bottom: 0px;font-family: "ProximaNovaSoft-Regular";background-color: transparent;}
  .cs-laundry-bagright p.bag-dimen {transform: translate(-33%, -186%);}
  .cs-service-tabs_drycleaning .cs-laundry-bagright p.bag-dimen {display: inline;position: absolute;top: 50%;transform: translate(-33%, -158%);left: 90%;margin: 0;font-weight: bold;font-size: 20px;line-height: 24px;text-align: center;color: #000;letter-spacing: 4px;}
  .cs-laundry_pricing .wpb_text_column.wpb_content_element:nth-of-type(1) p {width: 100%;margin: 10px auto 0;}
  .menuopen .show_inline {opacity: 0;}
  .cs-home_testimonials .container .item1 .param_right_inner p {font-size: 18px;}
  .cs-home_testimonials .container .item1 .param_right_inner h3 {font-size: 20px;}
  .cs-promise_to_you .vc_col-sm-3.wpb_column.column_container {display: none;}
  .cs-promise_to_you .cs-batch {background-size: 100% 100% !important;width: 100%;max-width: 500px;margin: 75px auto 0px !important;float: none;}
  .footer_wrapper .container .row-fluid.ff .span3:nth-of-type(1) p:nth-of-type(1) img:nth-of-type(1) {margin-top: 0px;margin-bottom: 21px !important;}
  .footer_bottom {padding-bottom: 20px;}
  .footer_wrapper .container .row-fluid.ff:last-child .span12 {margin-top: -106px !important;}
  
  /*Location*/
  .cs-location_content .cs-location_content-col2 {padding-top: 70px;padding-left: 35px;padding-right: 35px;padding-bottom: 70px;}
  body .cs-location_content .section_clear {display: flex;align-items: center;}
  .cs-location_content .cs-location_content-col2 ul li {width: 48%;}
  .cs-location_content .cs-location_content-col2 ul li:nth-of-type(2n) {margin-left: 4%;}
  .cc_laundry_faq p.faq-sideimg img {height: 120px;}
  /* /Location*/
  
  body .container {width: 90% !important;max-width: 90% !important;}
  
  /*a-css*/
  .footer_bottom .full_content_right {display: none;}
  .footer_bottom .form_wrap {width: 100% !important;}
  .footer_bottom .form_content .form_wrap form input[type="email"] {width: 85%;}
  .footer_bottom .form_content .form_wrap form button {float: right;}
  .footer_bottom .form_content p:nth-of-type(1) {margin-left: 0;width: 100%;text-align: center;}
  .cs-feedback .vc_col-sm-12.wpb_column.column_container {margin-top: 25px !important;margin-bottom: 50px !important;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left {background-size: 100% 100%;padding: 30px 21px 76px 31px;position: relative;top: 0;width: 100%;left: 50%;margin-bottom: 25px;max-width: 465px;transform: translate(-50%, 0%);}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right {background-size: 100% 100%;padding: 30px 24px 90px 35px;position: relative;width: 100%;max-width: 553px;left: 50%;transform: translate(-50%, 0%);}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left .vc_column-inner {background-position: 0px 5px;padding-left: 31px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right .vc_column-inner {background-position: 1px 2px;padding-left: 20px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 {width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-2 {margin-left: 0;margin-right: 0;width: 100%;padding: 15px 0;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 {width: 100%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner > ul {display: block;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 ul {max-width: 230px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 ul li.count-img p:last-child {margin-left: 1px;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-save_per_year > .wpb_wrapper {padding: 0px 100px 23px !important;}
  html .cs-time_month_item .media img.type_image.alignment_center {max-width: 32px;margin-left: auto !important;margin-top: 20px;}
  .cs-video_section {padding-bottom: 70px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(1) {font-size: 15px;min-height: 140px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {padding: 15px;}
  .s-cote_word .wpb_wrapper p {font-size: 29px;}
  .top_nav .textwidget p {line-height: 18px;}
  html .top_nav {height: 62px;padding-top: 12px;}
  .cs-video_section .cs-video_section-col-left h1 {font-size: 40px;line-height: 40px !important;}
  /*a-css*/
  }
  
  
  @media (min-width:768px) and (max-width:1024px){
  /*.header_tools {display: none !important;}*/
  .cs-home_testimonials .container .item1 .param_left img {width: 100%;height: auto;}
  /*a-css*/
  .cs-still-question .vc_col-sm-12.wpb_column.column_container > .wpb_wrapper {background-size: 100% 100%;}
  .cs-promise_to_you .cs-batch {background-size: 100% 100% !important;}
  .cs-promise_to_you .cs-batch .vc_row .cs-batch_image img {margin-top: -4px;}
  .cs-four_section_blocks-col-items h3 {font-size: 19px;}
  /*a-css*/
  }
  
  
  @media (min-width:992px) and (max-width:1024px){
  /*location*/
  .search_sticky .blog-search-bar {position: fixed;top: 60px;z-index: 99;width: calc(100% - 9.8%);}
  /* /location*/
  
  /*a-css*/
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left {padding: 30px 30px 80px 32px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-left .vc_column-inner {background-position: 0px 8px;padding-left: 28px;}
  .cs-feedback .container .vc_row.wpb_row.vc_inner .cs-feedback-right {width: 61%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper {padding: 50px 20px !important;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-1 {width: 42%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-3 {width: 64%;}
  .cs-time_month > .container .vc_col-sm-12.wpb_column.column_container .cs-calculater > .wpb_wrapper .saving-main-inner ul li.savingli-2 {margin-left: 20px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper .wpb_wrapper .ul_right p:nth-of-type(1) {min-height: 120px;}
  .cs-services .vc_row.wpb_row.vc_inner .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {padding: 20px;}
  /*a-css*/
  }
  
  
  @media (min-width:992px) and (max-width:1200px){
  body .neghborhoods_area .neghborhoods_area_list ul li {list-style-type: none;float: left;width: 47%;margin-bottom: 0px;font-family: "ProximaNovaSoft-Regular";background-color: transparent;}
  .footer_bottom .form_content p.full_content_right {right: 15px;}
  .cs-laundry_pricing ul {padding: 0;float: none;width: 100%;margin: 0 auto;}
  .cc_laundry_faq p.faq-sideimg img {height: 170px;}
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-two .pay-block h4 {width: 100%;}
  .cs-laundry_pricing ul li .laundry-pricing-top.laundry-pricing-third .pay-block h4 {width: 100%;}
  .laundry-pricing-top .l-more-btn {max-width: 230px;}
  .top_nav {height: 60px !important;}
  }
  
  
  @media (min-width:1200px) and (max-width:10000px){
  .cs-four_section_blocks .cs-four_section_blocks-col-items .wpb_content_element:nth-of-type(2) img {min-height: 200px;}
  footer#footer div#text-5 .textwidget p:nth-of-type(1) {width: 310px;}
  }
  
  
  @media (min-width:1550px) and (max-width:10000px){
  .cs_video_wrap {background-size: 100% 100% !important;background-position: left bottom !important;}
  body .cs-preferences_header {background-size: 100% 100%;}
  body.page-id-1665 .cs-home_testimonials {background-size: 100% 100%;}
  body .cs-services {background-size: 100% 100% !important;}
  }
  
  
  /********************************* Job Page*********************************/
  @media (min-width:0px) and (max-width:767px){
  .custom-job-sec11 a.btn-bt.default {width: fit-content;padding:11px 50px 13px;;font-size: 18px !important;}
  .custom-job-sec4 a.btn-bt.default {width: fit-content;padding: 11px 50px;}
  }
  /******************************** END Job Page ********************************/
  
  
  /******************************** Contact Us ********************************/
  @media (min-width: 768px){
  .custom-contact-sec1-text h2{font-size: 42px !important;}
  .custom-contact-sec1 .vc_column_container>.vc_column-inner {padding-left: 0 !important;padding-right: 0 !important; }
  }
  /******************************** End Contact Us ********************************/
  
  
  /********************************* /Responsive-Media*********************************/
  
  