@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
    font-size: 14px !important;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 13px 29px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    /* border: 2px solid; */
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
}


.theme-btn:hover {
    background-color: #fff;
    color: #fff;
    border-color: #28b16d;
    background: #0083ff;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Montserrat';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Montserrat';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Montserrat';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 27px 29px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
    padding-right: 0px;
    padding: 12px 21px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

/*My Header Css*/
header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.menuSec:before {
    position: absolute;
    height: 1px;
    width: 81%;
    background: #ffffff73;
    bottom: 55px;
    content: '';
    right: 0;
}




/*My banner Css*/
.banner_text h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #0083ff;
    width: 50%;
    padding: 0px 24px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.banner_text h1 {
    font-size: 61px;
    font-weight: 600;
    line-height: 80px;
}
.banner_text h1 span {
    font-size: 55px;
}
.bannerbtn {
    margin-top: 40px;
}
.banner_text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    margin-top: 41px;
}
a.theme-btn img {
    margin-left: 15px;
    margin-bottom: 3px;
}
.carousel-control-next-icon {
    border: 1px solid #000;
    padding: 20px 22px !important;
    background-color: #ffffff30;
}
.carousel-control-prev-icon {
    border: 1px solid #000;
    padding: 20px 22px !important;
    background-color: #ffffff30;
}
.carousel-control-next {
    right: -99px;
}
.carousel-control-prev {
    left: unset;
    right: -99px !important;
    top: -84px;
}
.carousel-control-next-icon:hover {
    background-color: #0083ff;
    border: 1px solid #0083ff;
}
.carousel-control-prev-icon:hover {
    background-color: #0083ff;
    border: 1px solid #0083ff;
}
/*MY Banner css End */


/*Section Looking For Start*/
.form-select {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
   background-color: #2f3035 !important;
    border: 1px solid #ffffff5e;
    background-image: url(../images/arrow.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
}
.looking-for .row {
    background: #2f3035;
    align-items: center;
    padding: 30px 0px 30px 35px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.looking-btn {
    text-align: center;
}
.looking-for {
    margin-top: -51px;
    position: relative;
    z-index: 9;
}

/*Section looking For End*/


/*Section cleaning Services Start*/
.cleaing-services {
    padding: 100px 0px;
}
.text-cleaning-serv h2 {
    font-size: 19px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}
.text-cleaning-serv p {
    color: #666666;
}
.cleaning-serv-btn a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    border-bottom: 1px solid #2fb380;
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.maindv-cleaning-serv {
    border: 1px solid #000;
}
.text-cleaning-serv {
    padding: 19px 24px 27px;
}
.maindv-cleaning-serv {
    border: 1px solid #e1e1e1;
    border-radius: 10px 10px 15px 15px;
    margin-bottom: 30px;
}
.img-cleaning-serv img {
    border-radius: 10px;
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.top-text-cleaning {
    text-align: center;
    padding: 30px 0px;
}
.top-text-cleaning h3 {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #0083ff;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 3px;
}
.top-text-cleaning h2 {
    font-size: 55px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #202020;
    margin-bottom: 15px;
}
.top-text-cleaning p {
    font-weight: 500;
    font-size: 16px;
}
.top-text-cleaning p span{
    display: block;
}
/*Section cleaning Services End*/


/*Section Shine Css Start*/
.shinecss {
    background: #f4f4f4;
    padding: 90px 0px;
}
.text-shinecss p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #686868;
}
.text-shinecss h2 {
    font-weight: 700;
    color: #202020;
    margin-bottom: 20px;
    line-height: 50px;
}
.text-shinecss h3 {
    font-weight: 700;
    margin-bottom: 19px;
    font-size: 24px;
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shinecss-btn {
    margin-top: 50px;
}
.text-shinecss {
    padding-left: 29px;
}
.img1-shinecss h2 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}
.img1-shinecss p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.img-2shginecss img {
    border-radius: 10px;
    width: 100%;
    height: 299px;
    object-fit: cover;
}
.img1-shinecss img {
    width: 100%;
    height: 249px;
    object-fit: cover;
    border-radius: 13px;
}
.img1-shinecss {
    position: relative;
    z-index: 9;
    margin-top: 50px;
    margin-bottom: 25px;
}
.img-text-shinecss {
    position: absolute;
    top: 0;
    z-index: 99;
    top: 60px;
    left: 29px;
    margin: 0 auto;
}
/*.img1-shinecss:before {
    position: absolute;
    content: '';
    background: #1b90fe;
    width: 100%;
    height: 250PX;
    border-radius: 13px;
    opacity: 0.9;
}*/
.text-5year-shinecss .img1-shinecss {
    margin-top: 26px;
}


/*Section Shine Css End*/


/*Section cleaning Process Start*/

.img-cleaning-pro img {
    background: #000;
    padding: 16px 19px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 119, 15, 1) 28%, rgba(0, 186, 81, 1) 65%);
}
.img-cleaning-pro img:hover {
    background: #0083ff;
}
.text-cleaning-pro h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0083ff;
    margin-bottom: 10px;
    line-height: 34px;
    margin-top: 30px;
}
.text-cleaning-pro p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.maindvcleaning-proces {
    border: 1px solid #f0f0f0;
    padding: 41px 50px;
    border-radius: 17px;
}
.maind2cleaning-services .maindvcleaning-proces {
    padding: 41px 37px;
}
.maind2cleaning-services .text-cleaning-pro p {
    font-size: 14px;
}
.cleaning-service {
    padding: 80px 0px 100px;
}

/*Section cleaning Process End*/


/*Section One Time Start*/

.text-one-time h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0083ff;
}
.text-one-time p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.img-onetime img {
    width: 100%;
    height: 462px;
    object-fit: cover;
    border-radius: 17px;
}
.text-one-time {
    margin-bottom: 60px;
}
.img2-onetime img {
    border-radius: 15px;
    width: 100%;
    height: 386px;
}
.miandvone-time {
    padding-right: 63px;
}
.dv2text-onetime p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.one-timebtn {
    margin-top: 30px;
}
.dv2text-onetime {
    margin-top: 32px;
}
.one-time {
    padding: 80px 0px;
    position: relative;
}
.one-time:before {
    width: 100%;
    height: 800px;
    position: absolute;
    content: '';
    background: #f4f4f4;
    top: 0;
    z-index: -1;
}

/*Section One Time End*/


/*Section What our Client Say Start*/
ul.ul1ourclients {
    display: flex;
    align-items: center;
    gap: 30px;
}
ul.ul1ourclients li p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
}
ul.ul1ourclients li p span {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    display: block; 
}
.text-ourclients {
    margin-left: 113px;
}
.text-ourclients p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #9c9c9c;
}
.maindc-our-clients {
    padding: 30px 67px 30px 24px;
    background: #f4f4f4;
    position: relative;
}
ul.ul1ourclients li img {
    position: relative;
    width: 100%;
    height: 91px;
}
.maindc-our-clients:before {
    left: 0;
    position: absolute;
    content: '';
    width: 74px;
    height: 287px;
    background: #0083ff;
    top: 0;
}
.text-ourclients p span {
    font-size: 20px;
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.our-clients {
    padding: 0px 0px 100px;
}
.clientslid .slick-prev {
    border: 1px solid #fff;
    border-radius: 20px 0px 0px 20px;
    width: 49px;
    height: 38px;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
}
.clientslid .slick-next {
    border: 1px solid #fff;
    border-radius: 0px 20px 20px 0px;
    width: 47px;
    height: 38px;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
}
.clientslid .slick-next:before {
    content: '\f061' !important;
    font-size: 9px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 14px;
    color: #fff;
    background: #ffffff6e;
}
.clientslid  .slick-prev:before {
    content: '\f060' !important;
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    border: 1px solid #fff;
    padding: 3px;
   border-radius: 14px;
    color: #fff;
    background: #ffffff6e;
}
.clientslid .slick-prev {
    left: 47%;
    bottom: -69px;
    top: unset;
}
.clientslid .slick-next {
    right: 46%;
    top: unset;
    bottom: -69px;
}
.clientslid .slick-active {
    opacity: 2.5;
}
.clientslid .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1.25;
}


/*Section What our Client Say End*/



/*Footer Start*/

.footer-sec {
    background: #161413;
    padding: 80px 0 0;
}
.footer-sec h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-info ul {
    line-height: 50px;
    margin-bottom: 0;
}
.contact-info ul li a {
    font-size: 12px;
    font-family: 'Poppins';
    color: #aaaaac;
    font-weight: 400;
}
.contact-info ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.contact-info {
    /* border-right: 1px solid #3f3f3f; */
    margin-left: 90px;
}
.quick-link ul {
    column-count: 2;
    margin: 0;
    line-height: 40px;
}
.quick-link ul li a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #7c7c7c;
    font-weight: 500;
    text-transform: uppercase;
}
.quick-link {
    margin-left: 20px;
    border-right: 1px solid #3f3f3f;
}
.newsletter {
    margin-left: 0px;
    position: relative;
}
.newsletter p {
    width: 69%;
    font-family: 'Roboto';
    color: #a2a1a1;
}
.footer-bottom p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #a1a0a0;
}
.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #3f3f3f;
}
.newsletter-input input {
    width: 100%;
    height: 48px;
    border: none;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.newsletter-input {
    position: relative;
    display: flex;
    align-items: center;
}
.newsletter-input-btn {
    position: absolute;
    right: 10px;
}
.newsletter-input-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 41px;
    font-size: 20px;
    border: none;
    background: #341a6a;
    color: #fff;
    animation: pulse-animation 2s infinite;
}
.newsletter:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 245px;
    background: #3f3f3f;
    right: 40px;
}
ul.fticonsul li a {
    font-size: 21px;
    color: #fff;
}
ul.fticonsul {
    display: flex;
    gap: 19px;
}
ul.fticonsul li a:hover {
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.quick-link ul li a:hover{
  background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-info ul li a:hover{
  background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*Footer End*/



/*Inner Banner Start*/
.innerbanner {
    background-image: url(../images/innerbanner.jpg);
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.text-inner-banner h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 65px;
}
/*Inner Banner End*/


html {
  overflow-x: hidden;
}


/*About Us Page Start*/
section.Aboutuspage-sec .shinecss {
    background: unset;
}
.dv1aboutuspage h3 {
    font-size: 34px;
    background: -webkit-linear-gradient(90deg, #202020 32%, #202020 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dv2aboutuspage .text-shinecss {
    padding-left: 0px;
    padding-top: 40px;
}
.dv2text-onetime h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0083ff;
}
.aboutuspageonetime-sec h3 {
    font-size: 38px;
    font-weight: 700;
    color: #0083ff;
    margin-bottom: 20px;
}
.aboutuspageonetime-sec p {
    font-size: 15px;
    font-weight: 500;
}
.aboutuspageonetime-sec {
    padding: 40px 0px;
}
section.aboutpage-onetimesec .one-time {
    background: #f4f4f4;
}
/*About Us Page End*/


/*Reviews page Start*/
section.reviewspg .maindc-our-clients {
    margin-bottom: 36px;
}
section.reviewspg .our-clients {
    padding: 100px 0px 100px;
}

/*reviews Page End*/



/* Service Detail Page Start*/
.img-servicedetail img {
    border-radius: 10px;
}
.text-detailservice h2 {
    font-size: 49px;
    color: #000;
    font-weight: 500;
}
.text-detailservice {
    padding-left: 41px;
}
.text2-detailservice {
    margin-top: -17px;
}
.service-detail {
    padding: 100px 0px;
}
/*Service Detail Page End*/


/*Contact Us page Start*/
.contact-page {
    padding: 100px 0;
}
.contact-page .contact {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 0;
}

.contact-form h4 {
    font-size: 48px;
    line-height: 84.88px;
    font-weight: 600;
    position: relative;
    margin-left: 48px;
    color: #ffffff;
    text-transform: capitalize;
    background: -webkit-linear-gradient(90deg, #00750d 32%, #00b74e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form h4:before {
    content: '';
    height: 66px;
    width: 11px;
    position: absolute;
    top: 10px;
    left: -48px;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
}
.contact-form form {
    width: 85%;
    margin: 20px auto 0;
}
.contact-form form .form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 16.16px;
    line-height: 34.62px;
    height: 60px;
    background: #fff;
    border: 1px solid #00000059;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 400;
}

.contact-form form textarea{
    resize: none;
}
.contact-form ::placeholder{
    font-family: 'Poppins', sans-serif;
    font-size: 16.16px;
    line-height: 34.62px;
    color: #868686;
    font-weight: 400;
}
.contact-form .contact-btn {
    font-family: 'Montserrat';
    font-size: 18.47px;
    line-height: 30.01px;
    color: #fff;
    height: 53px;
    width: 159px;
    background-color: #fff;
    margin-top: 30px;
    font-weight: 300;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
    letter-spacing: 3px;
    border-radius: 0px;
}
.contact-form  .contact-btn:hover{
    background: #ffffff;
    color: #44e1dd;
    border: 1px solid #44e1dd;
}
.contact-page .get-touch a {
    text-decoration: none;
    display: flex;
    padding: 13px 0;
    align-items: center;
}
.contact-page .get-touch{
        background-image: url("../images/cont-bg.jpg");
    

}

.contact-page-content {
    padding: 33px 37px;
    background: #0481d1;
}

.contact-page-content h4 {
    font-size: 47.08px;
    line-height: 64.28px;
    color: #ffff;
    font-weight: 600;
}
.contact-page-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    width: 94%;
}

.contact-in-content p {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
    font-size: 19px;
    font-weight: 200;
    color: #92caff;
}

.contact-page .get-touch a:hover .contact-in-content p {
    color: #4ebaff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact-link ul{
    list-style: none;
    padding: 0;
}
.contact-link ul li .circle{
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    animation: vibrate-1 1s linear infinite both;
}

.contact-in-content h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
}
.contact-link ul li i {
    font-size: 40px;
    color: #0481d1;
}
/*Contact Us page end*/



/*Get A Quote Page Start*/

.toptext-getaquote h2 {
    font-size: 47px;
    font-weight: 700;
    color: #000;
    text-align:center 
}
.toptext-getaquote h2 span {
    color: #0083ff;
}
.getaquote-fields input {
    width: 100%;
    border: 1px solid #0000003d;
    height: 55px;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.getaquote-fields input::placeholder {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #737373;
}
.getaquote-textarea textarea {
    width: 100%;
    border: 1px solid #0000003d;
    height: 165px;
    padding: 13px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.getaquote-textarea textarea::placeholder {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #737373;
}
.selecttype-field .form-select {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #737373;
    background: unset;
    border: 1px solid #c2c2c2;
    height: 55px;
    margin-bottom: 20px;
    background-color: unset !important;
}
.getaquote-btn button {
    width: 100%;
    border: unset;
    height: 50px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 400;
    background: linear-gradient(0deg, rgba(0, 116, 12, 1) 16%, rgba(0, 185, 80, 1) 92%);
    color: #fff;
    border-radius: 5px;
}
section.getquote {
    padding: 100px 0px;
}
.get-a-quote {
    padding: 60px 40px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 13%), 0 6px 20px 0 rgb(0 0 0 / 12%);
}
/*Get A Quote Page End*/


@media only screen and (min-width: 1366px) and (max-width: 1920px){
        .banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}
.clientslid .slick-next {
    right: 47%;
}
.banner_text h3 {
    font-size: 12px;
    letter-spacing: 2px;
    width: inherit !important;
    padding: 8px 24px;
    border-radius: 7px;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.looking-for .row {
    padding: 16px 0px 12px 35px;
}
.text-cleaning-serv p {
    width: 86%;
}
.carousel-control-next {
    right: -80px;
}
.carousel-control-prev {
    right: -80px !important;
}
.text-cleaning-serv p {
    color: #666666;
    font-size: 13px;
}
.maindvcleaning-proces {
    padding: 41px 40px;
}
.one-time:before {
    height: 830px;
}
.maindc-our-clients {
    padding: 18px 37px 13px 24px;
}
ul.ul1ourclients {
    gap: 18px;
    margin-bottom: 10px;
}
.text-ourclients p {
    font-size: 13px;
}
.text-ourclients {
    margin-left: 100px;
}
.img2-onetime img {
    object-fit: cover;
}
.clientslid .slick-prev {
    left: 46%;
}
.text-shinecss {
    padding-left: 15px;
}
.menuSec:before {
    width: 85%;
}
.menuSec ul li:last-child a.theme-btn {
    padding: 12px 6px;
}
.contact-page-content p {
    font-size: 13px;
    width: 100%;
}
.maindc-our-clients:before {
    height: 251px;
}
.contact-info {
    margin-left: 70px;
}
.newsletter:before {
    right: 40px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}
.banner_text h3 {
    font-size: 12px;
    letter-spacing: 2px;
    width: 45%;
    padding: 8px 24px;
    border-radius: 7px;
    line-height: 18px;
    margin-bottom: 10px;
}
.looking-for .row {
    padding: 16px 0px 12px 35px;
}
.text-cleaning-serv p {
    width: 90%;
}
.carousel-control-next {
    right: -65px;
}
.carousel-control-prev {
    right: -65px !important;
}
.maindvcleaning-proces {
    padding: 41px 40px;
}
.one-time:before {
    height: 830px;
}
.maindc-our-clients {
    padding: 18px 37px 13px 24px;
}
ul.ul1ourclients {
    gap: 18px;
    margin-bottom: 10px;
}
.text-ourclients p {
    font-size: 13px;
}
.text-ourclients {
    margin-left: 100px;
}
.img2-onetime img {
    object-fit: cover;
}
.clientslid .slick-prev {
    left: 46%;
}
.text-shinecss {
    padding-left: 15px;
}
.menuSec:before {
    width: 83%;
}
.menuSec ul li:last-child a.theme-btn {
    padding: 12px 6px;
}
.contact-page-content p {
    font-size: 13px;
    width: 100%;
}
.maindc-our-clients:before {
    height: 251px;
}
.contact-info {
    margin-left: 70px;
}
.newsletter:before {
    right: 40px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .carousel-control-next {
    right: 0px;
}
.carousel-control-prev {
    right: 0px !important;
}
.banner_text h1 {
    font-size: 31px;
    line-height: 43px;
    margin-bottom: 10px;
}
.banner_text p {
    font-size: 12px;
    margin-bottom: 10px;
}
.menuSec ul li a {
    padding: 22px 29px;
    font-size: 14px;
}
.menuSec ul li:last-child a.theme-btn {
        padding: 13px 5px;
        font-size: 10px !important;
        margin: 9px 20px 20px 0;
}
.menuSec:before {
    width: 84%;
    bottom: 45px;
}
img.custom-logo {
    width: 100%;
    height: 116px;
}
.banner_text h3 {
    font-size: 12px;
    letter-spacing: 2px;
    width: unset;
    padding: 5px 24px;
    border-radius: 10px;
    line-height: 22px;
    display: inline-block;
}
.bannerbtn {
    margin-top: 29px;
}
.looking-for .row {
    padding: 18px 12px 14px 33px;
}

.img-cleaning-serv img {
    height: 205px;
}
.text-cleaning-serv {
    padding: 19px 13px 27px;
}
.text-cleaning-serv h2 {
    font-size: 17px;
}
.img1-shinecss h2 {
    font-size: 49px;
}
.img-text-shinecss h5 {
    margin-top: 0px !important;
    font-size: 17px !important;
}
.img1-shinecss img {
    height: 199px;
}
.text-shinecss {
    padding-left: 15px;
}
.text-shinecss p {
    font-size: 13px;
    line-height: 24px;
}
.maindvcleaning-proces {
    padding: 41px 20px;
    border-radius: 17px;
}
.text-cleaning-pro h2 {
    font-size: 18px !important;
}
.maind2cleaning-services .maindvcleaning-proces {
    padding: 41px 21px;
}
.text-one-time p {
    font-size: 14px;
}
.img2-onetime img {
    height: 336px;
    object-fit: cover;
}
.img-onetime img {
    height: 412px;
}
ul.ul1ourclients {
    gap: 15px;
}
ul.ul1ourclients {
    margin-bottom: 10px;
}
.maindc-our-clients {
    padding: 14px 17px 28px 18px;
}
ul.ul1ourclients li img {
    height: 71px;
}
.text-ourclients p {
    font-size: 11px;
    line-height: 20px;
}
.contact-info {
    margin-left: 40px;
}

.reviewspg .maindc-our-clients:before {
    width: 60px;
    height: 227px;
}
.maindc-our-clients:before {
    width: 61px;
}
.text-ourclients {
    margin-left: 53px;
}
.quick-link {
    margin-left: 0px;
}
.aboutpage-onetimesec .dv2text-onetime p {
    font-size: 13px;
    line-height: 25px;
}
.contact-page-content h4 {
    font-size: 45.08px;
}
.contact-page-content p {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
}
.contact-link ul li .circle {
    height: 86px;
    width: 90px;
    margin-right: 24px;
}
.contact-in-content p {
    font-size: 13px;
}
.contact-page-content {
    padding: 33px 27px;
}
.get-a-quote {
    padding: 60px 40px 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.menuSec ul li a {
    padding: 17px 11px;
    font-size: 14px;
}
.menuSec ul li:last-child  a.theme-btn {
    padding: 12px 5px;
    margin: unset;
    font-size: 8px !important;
    line-height: 15px;
    margin-bottom: 10px;

}
img.custom-logo {
    width: 100%;
    height: 86px;
}
.menuSec:before {
    width: 84%;
    bottom: 18px;
}
.menuSec ul li:last-child a.theme-btn img {
    margin-left: 9px;
    margin-bottom: 3px;
}
.menuSec .row {
    align-items: center;
}

.banner_text h1 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 7px;
}
.banner_text h3 {
   font-size: 8px;
    width: unset;
    display: inline-block;
}
.banner_text p {
    font-size: 9px;
    line-height: 17px;
}
.bannerbtn {
    margin-top: 20px;
}
.bannerbtn {
    margin-top: 20px;
}
.theme-btn {
    font-size: 12px !important;
    padding: 12px 16px;
}
.looking-for .row {
    padding: 30px 0px 30px 12px;

}
.top-text-cleaning h2 {
    font-size: 45px;
}
.top-text-cleaning p {
    font-size: 14px;
}
.img-cleaning-serv img {
    height: 155px;
}
.text-cleaning-serv {
    padding: 18px 10px 27px;
}
.text-cleaning-serv h2 {
    font-size: 12px;
    line-height: 10px;
}
.text-cleaning-serv p {
    font-size: 10px;
}
.cleaing-services {
    padding: 60px 0px;
}
.img-2shginecss img {
    height: 139px;
}
.img1-shinecss {
    margin-top: 10px;
}
.img1-shinecss img {
    height: 129px;
}
.img1-shinecss h2 {
    font-size: 33px;
    line-height: 10px;
}

.img-text-shinecss h5 {
    font-size: 12px;
    margin-top: 12px;
}

.img-text-shinecss {
    top: 45px;
    left: 19px;
}
.text-shinecss {
    padding-left: 0px;
}
.text-shinecss h2 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 45px;
}
.text-shinecss p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}
.shinecss-btn {
    margin-top: 25px;
}
.shinecss {
    padding: 60px 0px;
}

.maindvcleaning-proces {
    padding: 31px 10px;
}
.text-cleaning-pro p {
    font-size: 14px;
}
.cleaning-service h2.wow.fadeOutDown {
    font-size: 14px !important;
}
.maind2cleaning-services .maindvcleaning-proces {
    padding: 31px 10px;
}
.maind2cleaning-services .text-cleaning-pro p {
    font-size: 13px;
}
.cleaning-service {
    padding: 50px 0px 70px;
}
.miandvone-time {
    padding-right: 13px;
}
.text-one-time p {
    font-size: 12px;
}
.text-one-time {
    margin-bottom: 10px;
}
.img2-onetime img {
    height: 326px;
    object-fit: cover;
}
.dv2text-onetime h3 {
    font-size: 18px;
}
.dv2text-onetime p {
    font-size: 12px;
    line-height: 22px;
}
.img-onetime img {
    height: 342px;
}
.one-time:before {
    height: 704px;
}
.maindc-our-clients {
    padding:17px 7px 10px 14px;
}

ul.ul1ourclients li p {
    font-size: 11px;
    line-height: 17px;
}
ul.ul1ourclients li p span {
    font-size: 9px;
}
ul.ul1ourclients li img {
    height: 71px;
}
.text-ourclients p {
    font-size: 10px;
    line-height: 16px;
}
.maindc-our-clients:before {
    width: 55px;
    height: 300px;
}
.text-ourclients {
    margin-left: 46px;
}

ul.ul1ourclients {
    gap: 10px;
}
.quick-link {
    margin-left: 0px;
}
.footer-sec h2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.contact-info {
    margin-left: 5px;
}
.quick-link ul {
    column-count: 1;
}
.newsletter:before {
    height: 266px;
}
.contact-info ul li a {
    font-size: 10px;
}
.contact-info ul li a {
    gap: 10px;
}
.aboutuspageonetime-sec {
    padding: 0px 0px;
}
.one-time {
    padding: 60px 0px;
    position: relative;
}
.reviewspg .maindc-our-clients:before{
      height: 206px;
}
.contact-page-content {
    padding: 23px 10px;
}
.contact-page-content h4 {
    font-size: 37.08px;
    line-height: 44.28px;
}
.contact-page-content p {
    font-size: 12px;
    line-height: 26px;
}
.contact-link ul li .circle {
    height: 60px;
    width: 60px;
    margin-right: 13px;
}
.contact-link ul li i {
    font-size: 20px;
}
.contact-in-content p {
    font-size: 13px;
}

.contact-form h4 {
    font-size: 44px;
    line-height: 50.88px;
    margin-left: 18px;
}
.contact-form h4:before {
    top: -6px;
}
.get-a-quote {
    padding: 60px 40px 50px;
}
.looking-for {
    margin-top: -37px;
}
.looking-btn p .theme-btn {
    margin: 0px;
}
.looking-btn p .theme-btn {
    margin: 0px;
}
.looking-for.wow.fadeInUp .row {
    align-items: baseline;

}
.carousel-control-prev {
    right: -34px !important;
}
.carousel-control-next {
    right: -34px;
}
.clientslid .slick-prev {
    left: 43%;
}
.clientslid .slick-next {
    right: 44%;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    .menuSec .row {
    align-items: center;
}
    .carousel-item > img {
    height: 100vh;
    object-fit: cover;
}

section.main_slider {
}

.banner_text h3 {
    width: unset;
    font-size: 15px;
    display: inline-block;
}

.banner_text h1 {
           font-size: 40px;
        line-height: 55px;
}

.menuSec:before {
         bottom: 25px;
        width: 100%;
        LEFT: 0;;
    
}
.top-text-cleaning h2 {
    font-size: 35px;
    line-height: 45px;
}
.top-text-cleaning h3 {
    font-size: 14px;
    line-height: 28px;
}
.top-text-cleaning p {
    font-size: 13px;
}
.top-text-cleaning {
    padding: 7px 0px;
}
.text-cleaning-serv h2 {
    font-size: 15px;
    line-height: 30px;
}
.text-cleaning-serv {
    padding: 19px 17px 27px;
}
.text-cleaning-serv p {
    font-size: 13px;
}
.cleaing-services {
    padding: 60px 0px;
}
.img-cleaning-serv img {
    height: 225px;
}
.img-2shginecss img {
    height: 169px;
}
.img1-shinecss img {
    height: 179px;

}
.img1-shinecss h2 {
    font-size: 40px;
}
.img-text-shinecss h5 {
    font-size: 16px;
    margin-top: 0px;
}

.img-text-shinecss h5 {
    margin-top: 10px;
}
.img-text-shinecss {
    top: 36px;
        left: 179px;
}
.img-2shginecss {
    margin-top: 20px;
}
.text-shinecss {
    padding-left: 0px;
}
.text-shinecss h2 {
    margin-bottom: 10px;
    font-size: 45px;
}
.text-shinecss p {
    font-size: 11px;
    line-height: 23px;
}
.shinecss {
    padding: 10px 0px 60px;
}
.maindvcleaning-proces {
    padding: 41px 23px;
    margin-bottom: 20px;
}
.maind2cleaning-services .maindvcleaning-proces {
    padding: 41px 22px;
}
.cleaning-service h2.wow.fadeOutDown {
    font-size: 16px !important;
}

.maind2cleaning-services .text-cleaning-pro p {
    font-size: 12px;
}
.cleaning-service {
    padding: 40px 0px 30px;
}
.text-one-time h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 24px;
}
.miandvone-time {
    padding-right: 0px;
}
.text-one-time p {
    font-size: 12px;
}
.img-onetime img {
    height: 292px;
}
.img2-onetime img {
    height: 376px;
    margin-top: 20px;
}
.dv2text-onetime p {
    font-size: 13px;
    line-height: 24px;
}
.maindc-our-clients {
    padding: 17px 15px 14px 12px;
}
ul.ul1ourclients {
    gap: 11px;
}
ul.ul1ourclients li p {
    font-size: 12px;
}
ul.ul1ourclients li img {
    height: 75px;
}
ul.ul1ourclients li p span {
    font-size: 12px;
}
.maindc-our-clients:before {
    width: 57px;
    height: 337px;
}
.text-ourclients {
    margin-left: 47px;
}
.text-ourclients p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0px;
}
.clientslid .slick-next {
        right: 41%;
}
.clientslid .slick-prev {
    left: 41%;
}
.newsletter:before {
    display:none;
}
.quick-link {
    margin-left: 0px;
    border-right: unset;
}
.contact-info {
    margin-left: 0px;
}
.footer-sec h2 {
    margin-bottom: 0px;
}
.footer-sec {
    padding: 40px 0 0;
}
.form-select {
    font-size: 14px;
    line-height: 1.5;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
    line-height: 1.5;
}
.looking-btn p .theme-btn {
    margin: unset;
    margin-top: 10px;
}
.looking-for .row {
    padding: 30px 10px 18px 10px;
}
.aboutuspageonetime-sec h3 {
    font-size: 28px;
}
.reviewspg .maindc-our-clients:before{
    height: 217px;
}
.reviewspg .text-ourclients {
    margin-left: 83px;
}
.reviewspg .maindc-our-clients {
    padding: 17px 15px 24px 12px;
}
.text-inner-banner h2 {
    font-size: 45px;
}
.contact-page-content {
    padding: 33px 27px;
}
.contact-page-content h4 {
    font-size: 39.08px;
    line-height: 42.28px;
}
.contact-page-content p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
}
.contact-link ul li i {
    font-size: 30px;
}
.contact-link ul li .circle {
    height: 70px;
    width: 70px;
    margin-right: 11px;
}
.contact-in-content h5 {
    font-size: 20px;
}
.contact-form form {
    width: 100%;
}
.contact-form h4 {
    font-size: 38px;
    line-height: 44.88px;
    margin-left: 8px;
}
.contact-form h4:before {
    height: 45px;
    width: 6px;
    top: -1px;
    left: -15px;
}
.contact-page {
    padding: 40px 0;
}
.quick-link ul li a {
    font-size: 12px;
}
.newsletter p {
    width: 94%;
}
.top-text-cleaning p span {
    display: unset;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .menuSec .row {
    align-items: center;
}
.carousel-item > img {
    height: 82vh;
    object-fit: cover;
}

section.main_slider {
}

.banner_text h3 {
            width: unset;
        font-size: 11px;
        display: inline-block;
        padding: 0px 17px;
        letter-spacing: 0px
}
img.custom-logo {
    width: 99px;
    height: 83px;
}
.menuSec:before {
    width: 71%;
    bottom: 12px;
}
.banner_text p {
    font-size: 12px;
}
.bannerbtn {
    margin-top: 30px;
}

.banner_text h1 {
    font-size: 22px;
    line-height: 40px;
}
.menuSec ul li:last-child a {
        padding: 12px 6px;
        font-size: 11px !important;
}
.top-text-cleaning h2 {
          font-size: 30px;
        line-height: 42px;
}
.top-text-cleaning h3 {
    font-size: 14px;
    line-height: 28px;
}
.top-text-cleaning p {
    font-size: 13px;
}
.top-text-cleaning {
    padding: 7px 0px;
}
.text-cleaning-serv h2 {
    font-size: 15px;
    line-height: 30px;
}
.text-cleaning-serv {
    padding: 19px 17px 27px;
}
.text-cleaning-serv p {
    font-size: 13px;
}
.cleaing-services {
    padding: 60px 0px;
}
.img-cleaning-serv img {
    height: 175px;
}
.img-2shginecss img {
    height: 169px;
}
.img1-shinecss img {
    height: 179px;

}
.img1-shinecss h2 {
    font-size: 40px;
}
.img-text-shinecss h5 {
    font-size: 16px;
    margin-top: 0px;
}
.img-text-shinecss {
    top: 43px;
}
.img-2shginecss {
    margin-top: 20px;
}
.text-shinecss {
    padding-left: 0px;
}
.text-shinecss h2 {
    margin-bottom: 10px;
    font-size: 45px;
}
.text-shinecss p {
    font-size: 11px;
    line-height: 23px;
}
.shinecss {
    padding: 10px 0px 60px;
}
.maindvcleaning-proces {
    padding: 41px 23px;
    margin-bottom: 20px;
}
.maind2cleaning-services .maindvcleaning-proces {
    padding: 41px 22px;
}
.cleaning-service h2.wow.fadeOutDown {
    font-size: 16px !important;
}

.maind2cleaning-services .text-cleaning-pro p {
    font-size: 12px;
}
.cleaning-service {
    padding: 40px 0px 30px;
}
.text-one-time h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 24px;
}
.miandvone-time {
    padding-right: 0px;
}
.text-one-time p {
    font-size: 12px;
}
.img-onetime img {
    height: 172px;
}
.img2-onetime img {
    height: 256px;
    margin-top: 20px;
}
.dv2text-onetime p {
    font-size: 13px;
    line-height: 24px;
}
.maindc-our-clients {
    padding: 30px 15px 14px 12px;
}
ul.ul1ourclients {
    gap: 11px;
}
ul.ul1ourclients li p {
    font-size: 14px;
}
ul.ul1ourclients li img {
    height: 81px;
}
ul.ul1ourclients li p span {
    font-size: 14px;
}
.maindc-our-clients:before {
    width: 57px;
    height: 337px;
}
.text-ourclients {
    margin-left: 53px;
}
.text-ourclients p {
    font-size: 12px;
    line-height: 19px;
}
.clientslid .slick-next {
    right: 33%;
}
.clientslid .slick-prev {
    left: 38%;
}
.newsletter:before {
    display:none;
}
.quick-link {
    margin-left: 0px;
    border-right: unset;
}
.contact-info {
    margin-left: 0px;
}
.footer-sec h2 {
    margin-bottom: 0px;
}
.footer-sec {
    padding: 40px 0 0;
}
.form-select {
    font-size: 14px;
    line-height: 1.5;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
    line-height: 1.5;
}
.looking-btn p .theme-btn {
    margin: unset;
    margin-top: 10px;
}
.looking-for .row {
    padding: 30px 10px 18px 10px;
}
.aboutuspageonetime-sec h3 {
    font-size: 28px;
}
.reviewspg .maindc-our-clients:before{
    height: 300px;
}
.text-inner-banner h2 {
    font-size: 45px;
}
.contact-page-content {
    padding: 33px 19px;
}
.contact-page-content h4 {
    font-size: 39.08px;
    line-height: 42.28px;
}
.contact-page-content p {
    font-size: 11px;
    line-height: 30px;
    width: 100%;
}
.contact-link ul li i {
    font-size: 20px;
}
.contact-link ul li .circle {
    height: 50px;
    width: 50px;
    margin-right: 11px;
}
.contact-in-content h5 {
    font-size: 20px;
}
.contact-form form {
    width: 100%;
}
.contact-form h4 {
    font-size: 38px;
    line-height: 44.88px;
    margin-left: 8px;
}
.contact-form h4:before {
    height: 45px;
    width: 6px;
    top: -1px;
    left: -15px;
}
.contact-page {
    padding: 40px 0;
}
.quick-link ul li a {
    font-size: 12px;
}
.newsletter p {
    width: 94%;
}
.menuSec ul li:last-child a.theme-btn {
    margin: 0;
}
input#gform_next_button_1_10 {
    padding: unset;
    margin: 1px 20px 20px 0;
    border-radius: 30px;
    width: 73%;
}
}
