@media only screen and (max-width: 1599px) {
.menu_sec { padding: 15px 15px 10px; }
.menu_sec .logo { max-width: 280px; }
.menu_sec #menu li ul { top: calc(100% + 32px); }


















}

@media only screen and (max-width: 1365px) {
.place_order_sec h2,
.text_sec h2,
h1, .h1 { font-size: 45px; }
h2, .h2 { font-size: 35px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 25px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 16px;  }

.menu_sec .logo { max-width: 250px; }
.menu_sec #menu li { padding: 0 10px; }
.banner_sec.inner h1,
.banner_sec h1 { font-size: 40px;  }
.footer_sec .col2 { padding: 0 30px; }
.banner_sec .wrapper { height: auto; min-height: 600px; }
.menu_sec #menu li ul { top: calc(100% + 28px); }

.menu_sec #menu .menu > li > ul::before { height: 34px; top: -34px; }






}

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

.menu_sec #menu li { font-size: 14px; padding: 0 8px; }
.menu_sec #menu ul.menu > li:not(:first-child):before { left: -2px; }
.menu_sec .logo { max-width: 190px; }
.banner_sec.inner h1,
.banner_sec h1 { font-size: 35px; }
.banner_sec .wrapper { min-height: 550px; }
.service_sec .service_list .col h2 { font-size: 30px; }
.service_sec .service_list .col h4 { font-size: 22px; }
.service_sec .service_list .col .button { white-space: nowrap; }
.text_sec .inner { padding: 60px 15px; }
.footer_sec .col1 { width: 300px; }
.footer_sec .col3 { width: 340px; }
.footer_sec .col2 { width: calc(100% - 640px); }
.checkbox label {  display: block !important; padding: 0 0 10px 0 !important; }
.footer_sec { padding: 50px 0; }
.banner_sec.inner .wrapper { padding-top: 150px; }
.menu_sec #menu li ul { top: calc(100% + 24px); }
#header-part.show .menu_sec #menu li ul { top: calc(100% + 21px); }

.tabs li { font-size: 20px; }
.tab-content { padding: 0; }
.tab_group { padding: 20px 15px; }
.menu_sec #menu .menu > li > ul::before { height: 26px; top: -26px; }
#header-part.show .menu_sec #menu .menu > li > ul::before { height: 21px; top: -21px; }
	
}

@media only screen and (max-width: 1023px) {
.place_order_sec h2,
.text_sec h2,
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 25px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 16px; }

#header-part { position: absolute; }
.menu_sec #menu { width: 100%; display: none; border-top: 1px solid rgba(0, 0, 0, 0.1); /*max-height: calc(100vh - 102px);*/ overflow: auto; position: absolute; left: 0; top: 102px; width: 100%; background: #fff; margin: 0;  }
.menu_sec #menu li { font-size: 16px; line-height: 1.4; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; padding: 0; }
.menu_sec #menu ul.menu > li:not(:first-child):before {  display: none; }
.menu_sec #menu li a { display: block; padding: 10px 15px; }
.menu_sec #menu li li a { padding-left: 25px; }  
.menu_sec .menu_trigger { width: 30px; height: 30px; position: relative; display: block; }
.menu_sec .menu_trigger span { transition: all 0.3s; font-size: 0; width: 30px; height: 3px; background: #000; border-radius: 4px; position: absolute; left: 0; top: 50%; margin-top: -2px; }
.menu_sec .menu_trigger span:before,
.menu_sec .menu_trigger span:after { transition: all 0.3s; width: 100%; height: 3px; content: ''; background: #000; position: absolute; left: 0; top: -10px; }
.menu_sec .menu_trigger span:after { top: 10px; }
.menu_sec .menu_trigger.active span { background: transparent; }
.menu_sec .menu_trigger.active span:before { transform: rotate(45deg); top: 0; }
.menu_sec .menu_trigger.active span:after { transform: rotate(-45deg); top: 0; }
.menu_sec #menu .menu > li > .submenu-toggle { width: 30px; height: 42px; position: absolute; right: 0; top: 0; display: block; font-size: 16px; text-align: center; line-height: 43px; z-index: 1; }
.menu_sec #menu .menu li .submenu-toggle i { transition: all 0.3s; }
.menu_sec #menu li ul { position: relative; left: auto; top: auto; background: rgba(0,0,0,0.05); opacity: 100; visibility: visible; transform: scale(1); display: none; transition: none; width: 100%; }
.menu_sec #menu li li a { color: #000; }
.menu_sec #menu li li.current-menu-item ,
.menu_sec #menu li li.current-menu-parent, .menu_sec #menu li li.current-menu-item,
.menu_sec #menu li li { font-size: 16px; line-height: 1.4; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.menu_sec #menu li .sub-menu li .submenu-toggle { width: 30px; height: 42px; position: absolute; right: 0; top: 0; display: block; font-size: 16px; text-align: center; line-height: 43px; margin-top: 0; color: #000; }
.menu_sec #menu li ul ul { width: calc(100% + 25px); transform: none; max-height: none; overflow: visible; left: auto; background: rgba(0, 0, 0, 0.1); }
.menu_sec #menu li:nth-last-child(3) ul ul { left: auto; right: auto; transform-origin: left top; }
.menu_sec #menu li li li a { padding: 10px 15px 10px 40px; }
.menu_sec #menu .menu > li > .submenu-toggle {  }
.menu_sec #menu li .sub-menu li .submenu-toggle.active i,
.menu_sec #menu .menu li .submenu-toggle.active i { transform: rotate(90deg); }
.banner_sec { text-align: center }
.banner_sec.inner h1,
.banner_sec h1 { font-size: 30px; }
.service_sec .service_list .col { width: calc(33.33% - 20px); margin: 0 10px; padding: 15px 15px 70px; }
.service_sec .service_list .col h2 { font-size: 25px; }
.service_sec .service_list .col h4 { font-size: 20px; padding-bottom: 10px; }
.button { font-size: 15px; line-height: 19px; padding: 10px 20px; letter-spacing: 0.02em; }
.notice_sec .col1 .logo { max-width: 150px; }
.notice_sec p { line-height: 1.4; font-size: 15px; }
.notice_sec .col { padding: 30px 15px; }
.place_order_sec .left { padding-left: 0; width: calc(100% - 190px); } 
.place_order_sec .right { width: 190px; }
.footer_sec .col1 { padding: 0 20px 35px 0; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.2); width: 50%; }
.footer_sec .col2 { padding: 0 0px 35px 20px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.2); width: 50%; }
.footer_sec .col3 { width: 100%; padding: 0; }
.footer_sec .col1 .info.timing,
.footer_sec .col1 .info.timing p { padding: 0; }
.banner_sec.inner .wrapper { padding: 120px 0 50px; }

.menu_sec #menu li li.current-menu-parent, .menu_sec #menu li li.current-menu-item { background: rgba(0, 0, 0, 0); }
.red_box_content h4 { line-height: 1.2; }
.three_column_box .col { padding: 0 10px 20px; }
.three_column_box .content_list { margin: 0 -10px; }
.three_column_box .inner .overlay {  font-size: 12px; padding: 10px; }
.portable_toilet_sec .col2 { width: 100%; }
.portable_toilet_sec .col1 h2 { max-width: calc(100% - 0px); }
.portable_toilet_sec .additional_services { column-count: 1; column-gap: 0px; }
.portable_toilet_sec [class*="col"]:last-child { padding-bottom: 0; }

.tabs li { font-size: 16px; }

.portable_detail_sec .accord_trigger { font-size: 22px; padding: 12px 35px 12px 15px; }
.portable_detail_sec .accord_panel { padding: 15px 0; }
.portable_detail_sec .leftbox { padding-right: 30px; }
.job_listing .jobs h4 { font-size: 22px; }

.job_detail_sec .row { margin: 0 -7px; }
.job_detail_sec .row .col1 ,
.job_detail_sec .row .col2 ,
.job_detail_sec .row .col3 { padding: 0 7px; }


.rightBlogBox { padding: 0 0 0 20px; width: 30%; }  
.leftBlogBox { width: 70%; }
.search-form input[type="submit"] { font-size: 14px; width: 70px; padding: 5px; }
.search-form input[type="Search"] { width: calc(100% - 75px); width: -ms-calc(100% - 75px); width: -webkit-calc(100% - 75px); width: -moz-calc(100% - 75px); }
.leftBlogBox .postLoop .image { max-width:180px; }
.blog-bar { padding: 40px 0 30px; }
.leftBlogBox .postLoop { padding: 20px 0; }
.leftBlogBox .wp-pagenavi { margin: 25px 0 0; }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { width: calc(100% - 100px); width: -webkit-calc(100% - 100px); width: -ms-calc(100% - 100px); width: -moz-calc(100% - 100px); }

.menu_sec #menu li:nth-last-child(3) ul { text-align:left; }
.menu_sec #menu li:nth-last-child(3) .sub-menu li.menu-item-has-children { padding:0 25px 0 0; }
.menu_sec #menu li:nth-last-child(3) .sub-menu li .submenu-toggle { right: 5px; left: auto; }
.menu_sec #menu li:nth-last-child(3) .sub-menu li .submenu-toggle i { transform: scale(1, 1); }
.menu_sec #menu li:nth-last-child(3) .sub-menu li .submenu-toggle.active i { transform: scale(1, 1) rotate(90deg); }


}

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

.place_order_sec h2,
.text_sec h2,
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 25px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

.top_sec .left span { display: inline-block; vertical-align: top; }
.top_sec .left { max-width: calc(100% - 35px); }
.top_sec  { align-items: center; min-height: 55px; }
#wrapper { padding-top: 55px; }
#header-part .menu_sec .logo { max-width: 160px; }
.menu_sec { padding: 15px 15px; }
.banner_sec.inner h1,
.banner_sec h1 {  font-size: 22px; padding: 10px; }
.banner_sec .wrapper { padding: 100px 15px; min-height: 350px; }
.service_sec h2.box-title { transform: translate(0,0px); margin: 0px 0 0px 0; padding: 0 0 20px 0; color: #000; }
.service_sec .inner { padding: 30px 20px; }
.service_sec .service_list { width: 100%; margin: 0; }
.service_sec .service_list .col { width: 100%; margin: 0 0px 15px 0; padding: 25px 15px 70px; }
.service_sec .wrapper { padding: 0; }
.notice_sec .wrapper { padding: 0; }
.notice_sec .col1 { width: 50%; order: 1; }
.notice_sec .col3 { padding: 30px 20px; width: 100%; order: 3; }
.notice_sec .col2 { display: flex; align-items: center; width: 50%; order: 2; }
.notice_sec .tagline { padding: 25px 15px; }
.text_sec .wrapper { padding: 0; }
.text_sec .inner { padding: 40px 20px; }
.text_sec p { line-height: 1.4; }
.testimonials_sec .wrapper { padding: 0; }
.testimonials_sec .inner { padding: 35px 20px; }
.testimonials_sec h3 { margin-bottom: 30px; }
.testimonials_sec .testimonial_list { padding-bottom: 50px; }
.testimonials_sec .testimonial_list p { padding-bottom: 10px; }
.place_order_sec .left { width: 100%; padding: 0 0 20px 0; }
.place_order_sec { text-align: center; }
.place_order_sec h2 { font-size: 25px; }
.place_order_sec h3 { font-size: 18px; }
.place_order_sec .right { width: 100%; }  
.place_order_sec { padding: 30px 0; }
.notice_sec .col { text-align: center; }
.notice_sec .col .logo { max-width: 100px; display: inline-block; vertical-align: top; }
.notice_sec .col2 .logo { max-width: 150px; }
.notice_sec .col2 { justify-content: center; }
.footer_sec .wrapper { padding: 0 20px; }
.footer_sec .button { padding: 10px 20px; }

/*.menu_sec #menu { top: 112px; max-height: calc(100vh - 112px); }*/
.menu_sec #menu { top: 122px; }

.content-bar .row { margin:  0 0px 15px; display: flex ; flex-wrap: wrap; }
.content-bar .row .col3 { width: 100%; padding: 0 0px; }
.content-bar .row .col2 { width: 100%; padding: 0 0px; }
.content-bar .row .col1 { width: 100%; padding: 0 0px; }
.content-bar .row > p { padding: 0; }
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item { margin: 0 15px 10px 0; }
.content-bar .wp-block-image figure { max-width: 50%; }
.three_column_box .intro {  padding-bottom: 10px; }
.three_column_box .col { padding: 0 0px 30px; width: 100%; }
.three_column_box .col:last-child { padding-bottom: 0; }
.three_column_box .content_list { margin: 0; }
.portable_toilet_sec h2 { font-size: 24px; padding: 10px 15px; margin-bottom: 20px; }

.portable_detail_sec .leftbox { width: 100%; padding: 0 0 30px 0; }
.portable_detail_sec .rightbox { width: 100%; }
.tab_group { padding: 20px 5px; }

.contact_sec .leftside {width: 100%; padding: 0 0 30px 0; }
.contact_sec .rightside {width: 100%; padding: 0px; }

.footer_sec .col1 { padding: 0 0px 35px 0;  width: 100%; }
.footer_sec .col2 { padding: 0 0px 35px 0px;  width: 100%; }

.job_listing .jobs h4 { font-size: 20px; }

.job_detail_sec .row .col1 ,
.job_detail_sec .row .col2 ,
.job_detail_sec .row .col3 { width: 100%; padding: 0 7px; }

.content-bar .wp-block-gallery .wp-block-image { width: 100% !important;  }






table { margin-bottom: 15px; }

.rightBlogBox { display: none; }
.leftBlogBox { margin-top: 0; width: 100%; }
.mobilesidebar { display: block; }
.mobilesidebar h3.widgettitle { display: none; }
.leftBlogBox #searchform input#s { border: 1px solid #7b7b7b; box-sizing: border-box; color: #7b7b7b; float: left; height: 30px; margin-right: 4px; padding: 5px; width: 200px; }
.leftBlogBox #searchform input#searchsubmit { background: #ea0000 none repeat scroll 0 0; border: medium none; color: #ffffff; cursor: pointer; float: left; font-weight: bold; height: 30px; text-transform: capitalize; width: 76px; }
.leftBlogBox #searchform input#searchsubmit:hover { background: #c70505 none repeat scroll 0 0; }
.leftBlogBox #cat { -moz-appearance: none; background: #ffffff url(../images/drop_arrow.png) calc(100% - 10px) center no-repeat; background-size:22px auto; border: 1px solid #0b9444 ; border-radius: 0; color: #000; cursor: pointer; float: left; font-size: 14px; line-height: 19px; margin: 10px 0 0 0; max-width: 100%; padding: 4px 2px; width: 100%; }
.leftBlogBox #cat option { color: #000000; font-size: 13px; padding: 2px 5px; }
.leftBlogBox #cat option { font-size: 13px; padding: 2px 5px; }
.leftBlogBox #searchform input#s { width: 200px; }
.wp-pagenavi { margin-bottom: 50px; }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border-radius: 0; font-size: 14px; line-height: 21px; padding: 7px; resize: none; width: 380px; }
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title { font-style: normal; font-size:16px; line-height: 20px; }
.leftBlogBox #commentform { margin-top: 30px; }
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-size: 14px; line-height: 18px; }  
.leftBlogBox p { padding-bottom: 20px; }
.leftBlogBox .comment-list .comment-metadata { font-size: 14px; line-height: 18px; }
.leftBlogBox h3#comments, .leftBlogBox #respond h3 { font-size: 20px; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { border-radius: 0; color: #ffffff; font-size: 15px; line-height: 20px; margin-left: 100px; }
.search-form input[type="submit"] { padding: 4px 16px; }
.leftBlogBox .widget .widget-title { display: none; }
.leftBlogBox .postLoop .image img { height: auto; }
.leftBlogBox h1 { padding-bottom: 15px; }
.leftBlogBox.single .mobilesidebar { overflow:hidden; margin-bottom: 20px; }
.blog-bar { padding: 30px 0; }
.error404 .content-bar { min-height:250px; padding: 70px 0 50px; }  
.online_pay_sec .left::before { height:100%; margin:0; top:0; }
.banner_sec + .content-bar.v2,
.content-bar { padding: 20px 0; }



}

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









.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { font-size: 14px; width: 100%; }
.leftBlogBox #commentform textarea { height: 150px; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0; }
#commentform label { font-size: 14px; }
.leftBlogBox #commentform { margin-top: 20px; }
.mobilesidebar { display: block; width: 100%; }

}

@media only screen and (max-width: 479px) {
.content-bar .wp-block-image figure { max-width: 100%; width: 100%; margin: 0 0 20px 0; }
.content-bar .wp-block-image figure img { width: 100%; }
.portable_toilet_sec .category-image { float: none; margin: 0 0 10px 0; }



caption, th, td { float: left; padding-left: 0; padding-right: 0; width: 100%; }
caption, th, td { float: left; padding-left: 0; padding-right: 0; width: 100%; }
.alignleft, .alignnone, .alignright, .aligncenter { clear: both; display: block; float: none; height: auto; margin: 0 0 20px !important; max-width: 100%; }
.wp-caption { width: 98% !important; }
.wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.lignright, .wp-caption.aligncenter { float: none; margin: 0 0 20px !important; }
.wp-caption.alignleft img, .wp-caption.alignnone img, .wp-caption.lignright img, .wp-caption.aligncenter img { height: auto; max-width: 96%; width: 96%; }
.wp-caption img { width: 96%; }
.wp-caption p { padding: 3px !important; }
td img.alignnone { margin: 0 !important; }
.leftBlogBox .postLoop .image { max-width: 100%; margin: 0 0 15px 0; float: none; width: 100%; }
.leftBlogBox .postLoop .image img { width: 100%; }
}

@media only screen and (min-width: 768px) {
.mm-menu.mm-current { display: none !important; }
html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
html.mm-opened { overflow: visible !important; }
html.mm-opened body { overflow: visible !important; }
#mm-blocker { display: none !important; }
}