/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*------------- DEVELOPED BY AI WEB SOLUTIONS LEADER, 2024  ---------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

.quicksand-body {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

/*------------------------------------------------------------------- COOKIE ---------------------------------------------------------------------*/

.cookie-notification {
    padding: 20px 15px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ffffff;
    background-color: #0b98e3;
    margin: auto;
    z-index: 3;
    
    }
    
.cookie-notification p {
    color: #000000;
    line-height: 17px;
    letter-spacing: .1px;
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: auto;
    text-align: justify;
    }
    
.btn-close-cookie-notification {
    background-color: #83d347;
    border: none;
    color: #ffffff;
    padding: 8px;
    cursor: pointer;
    max-height: 40px;
    font-size: 14px;
    position: relative;
    margin-top: 30px;
}

/*------------------------------------------------------------------- COMMONS ---------------------------------------------------------------------*/

::-webkit-scrollbar {
    width: 16px;
  }
  
::-webkit-scrollbar-track {
    background-color: #b2d9ee;
    border-radius: 100px;
  }
  
::-webkit-scrollbar-thumb {
    background-color: #83d347;
    border-radius: 100px;
  }

canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    
}

.overflow {
    overflow-x: hidden !important;
}

.overflowy {
    overflow-y: hidden !important;
}

.fade-in-left, .fade-in-right {
    opacity: 0;
    transform: translateX(-50px); /* Initial position for fade-in-left */
    transition: opacity 2s ease-out, transform 1s ease-out;
    
}

.fade-in-right {
    transform: translateX(50px); /* Initial position for fade-in-right */
}

.fade-in-up, .fade-in-down {
    opacity: 0;
    transform: translateY(50px); /* Initial position for fade-in-up */
    transition: opacity 2s ease-out, transform 1s ease-out;
}

.fade-in-down {
    transform: translateY(-50px); /* Initial position for fade-in-down */
}

.fade-in-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.scale-container {
    overflow: hidden;
}

.scale-image {
    transform: scale(0); /* Initial scale */
    transition: transform 1s ease-out;
}

.scale-visible .scale-image {
    transform: scale(1); /* Final scale */
}


body {
    color: #ffffff;
    font-size: 14px;
    font-family: Quicksand;
    line-height: 1.8;
    font-weight: 500;
    overflow-x: hidden !important;
    height: 100%;
    cursor: url('../images/sponge48.svg'), auto;
    opacity: 0;
    transition: opacity 2s ease-in-out;

}

body.loaded {
    opacity: 1;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.li_pp {
    text-align: left;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: url('../images/soap48.svg'), pointer;

}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    padding: 12px 40px;
    font-size: 16px;
    cursor: url('../images/soap48.svg'), pointer;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: url('../images/soap48.svg'), pointer;
}

.full {
    float: left;
    width: 100%;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
    padding-right: 15px;
    padding-left:15px;
}

.bg-light {
    background-color: transparent !important;
}

.header_main {
    width: 100%;
    float: left;
    background: #ffffff;
    height: 80px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #83d347;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #83d347;
}

.navbar {
    background-color: #ffffff;
    z-index: 6;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 20px;
    color: #0b98e3;
    z-index: 6;
    cursor: url('../images/soap48.svg'), pointer;
}

/********************* Home ***********************/

.banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/all_people.svg);
    background-position: right;
    height: auto;
    background-size: 55%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.banner_title {
    padding: 100px 0px;
    margin-left: -10%;
    z-index: 6;
}

.outstanding_text {
    font-size: 55px;
    font-weight: 600;
    color: #0b98e3;
}

.title_text {
    color: #83d347;
    font-weight: 400;
    font-size: 40px;
}

.there_text {
    font-size: 35px;
    color: #0b98e3;
    line-height: 1em;
    font-weight: 400;
}

.estimate_bt {
    width: 300px;
    padding: 1.5rem 0;
    filter: url('#goo');
    cursor: url('../images/soap48.svg'), pointer;
}

.estimate_a {
    background: #0b98e3;
    color: white;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: var(--font);
    font-size: 1.25rem;
    cursor: url('../images/soap48.svg'), pointer;
}

.estimate_a:before,
.estimate_a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #0b98e3;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.estimate_a:before {
    top: -25%;
    left: 20%;
}

.estimate_a:after {
    bottom: -25%;
    right: 20%;
}

.estimate_a:hover:before,
.estimate_a:hover:after {
    transform: none;
}

.copyright_section {
    color: #000000;
}

/* banner section end */

/* about section start */

.about_title, .whyus_title, .mission_title, .services_title, .client_title, .contact_title {
    font-size: 45px;
}

.about_title {
    color: #0b98e3;
}

.about_img {
    width: 100%;
}

.read_bt {
    width: 300px;
    padding: 1.5rem 0;
    filter: url('#goo');
    cursor: url('../images/soap48.svg'), pointer;
}

.read_bt a {
    background: #0b98e3;
    color: white;
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: var(--font);
    font-size: 1.25rem;
    cursor: url('../images/soap48.svg'), pointer;
}

.read_bt a:before,
.read_bt a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #0b98e3;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.read_bt a:before {
    top: -25%;
    left: 20%;
}

.read_bt a:after {
    bottom: -25%;
    right: 20%;
}

.read_bt a:hover:before,
.read_bt a:hover:after {
    transform: none;
}
.mission_title {
    color: #0b98e3;
}

.about_text, .mission_text, .whyus_text, .client_text, .customer_text, .email_text {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 18px;
    text-align: justify !important;
}

.about .about_text {
    line-height: 1.5;
}

.tation_text, .deals_tation_text {
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
}


.image {
    display: block;
    max-width: 100%;
}

.container_main {
    position: relative;
}

.text {
    color: white;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #1a1a1a;
    padding: 10px 0px;
    margin-top: 40px;
}

.seemore_bt a:hover {
    background-color: #ffffff;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* gallery section end */

/* services section start */

.services_section {
    background-image: url(../images/cleaning1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Position behind other content */
    pointer-events: none; /* Prevent the image from interfering with mouse events */
}

.background-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure the image covers the entire container */
}

.services_title {
    color: #000000;
}

.house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
}

.services_section_2 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.decorate_text {
    width: 100%;
    font-size: 28px;
    color: #0b98e3;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}

.tation_text {
    width: 100%;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

/* services section end */

/* why us start */

.whyus_title {
    color: #0b98e3;
}

.whyus_img {
    width: 75%;
}

/* deals */

.deals_section {
    background-image: url(../images/basket.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
}

.deals_services_title {
    color: #000000;
}

.house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.deals_decorate_text {
    width: 100%;
    font-size: 28px;
    color: #0b98e3;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}

.deals_tation_text {
    width: 100%;
    margin: 0px;
    text-align: center;
}


/* client section start */


.client_title {
    color: #83d347;
}


.client_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-bottom: 100px;
}

.testimonial_section_2 {
    padding: 0px 40px 30px 40px;
    position: relative;
}

.testimonial_section_2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-top: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    top: 12px;
    left: 0px;
    right: initial;
}

.testimonial_section_2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-bottom: 3px solid #1a1a1a;
    border-right: 3px solid #1a1a1a;
    top: 12px;
    left: initial;
    right: 0px;
}

.client_name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #0b98e3;
    padding-left: 100px;
    font-weight: bold;
}

.customer_text {
    width: 100%;
    float: left;
    margin: 0px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 55px;
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #1a1a1a;
    border-radius: 20px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active {
    background-color: #0b98e3;
}

/* client section end */

/* contact section start */


.contact_text {
    width: 100%;
    float: left;
    color: #0b98e3;
    font-weight: bold;
}

.mail_section {
    width: 100%;
    float: left;
    background-image: url(../images/supplies.jpg);
    background-size: cover;
    height: auto;
    padding: 23px 70px;
    background-repeat: no-repeat;
}

.long_text {
    width: 52%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #b2afaf;
    padding-top: 30px;
    display: flex;
}

.email_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.email-bt {
    color: #080707;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5px;
    font-size: 20px;
    padding: 20px 40px;
    border: 2px;
    border-radius: 10px;
}

.massage-bt {
    color: #080707;
    width: 100%;
    height: 140px;
    font-size: 20px;
    padding: 30px;
    border: 0px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5px;
}

.form-lbl {
    margin-top: 15px;
}

.send_btn {
    width: 170px;
    color: #000000;
    background-color: #83d347;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    cursor: url('../images/soap48.svg'), pointer;

}

.send_btn:hover {
    background-color: #0b98e3;
}

.main_bt input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0b98e3;
    padding: 15px 50px 12px 50px;
    border-radius: 30px;
    display: block;
    border: none;
    font-weight: 500;
}


.main_bt input:hover {
    color: #323131;
    background-color: #ffffff;
}

.padding_0 {
    padding: 0px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #0b98e3;
    height: auto;
    padding: 95px 0px;
}


.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.row_footer {
    padding-top: 5%;
}

.footer_text {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: justify !important;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #ffffff;
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    padding-left: 10px;
}

.developer_text {
    font-size: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 0px;
}

.copyright_text a {
    color: #000000;
}

.copyright_text a:hover {
    color: #ffffff;
}

/*------------------------------------------------------------------- ABOUT ---------------------------------------------------------------------*/

.about .there_text, .services .there_text, .deals .there_text, .estimate .there_text, .contact .there_text{
    color: #83d347;
    font-size: 35px;
    line-height: 1.3em;
    font-weight: 400;
}

.about .banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/team1.svg);
    background-position: right;
    height: auto;
    background-size: 35%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.p_about_greet {
    width: 90%;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 70px 50px 70px;
    color: #000000;
    font-style: italic;
    text-align: justify !important;
}

.text-justify {
    text-align: justify !important;
}


.about .box_main {
    width: 100%;
    background-color: transparent;
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
}

.about .decorate_text {
    color:#000000;
    font-style: normal;
}

.about .image_1 {
    stroke: #000000;
}

.about .masthead {
    background: url("../images/cleaning_sink.jpg") no-repeat fixed center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
  }

  .about .p_descr0 {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 70px 80px 70px;
    margin-bottom: 0 !important;
    color: #000000;
}

  .about .p_descr {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 70px 50px 70px;
    color: #000000;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

.about .p_descr2 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    font-style: italic;
}

.about .gradient {
    padding: 0;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #0b98e3);
    margin-bottom: 0 !important;
}

.about .fluid_width {
    width: 90%;
}

.about .boxes_pad {
    padding: 10em 10em 5em 10em;
}

.about .masthead h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 50px;
}

.estimate_link {
    font-weight: 600;
    color: #83d347;
}


/*------------------------------------------------------------------- SERVICES ---------------------------------------------------------------------*/

.services .banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/team2.svg);
    background-position: right;
    height: auto;
    background-size: 35%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.masthead h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
}

.services .p_descr {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 70px 50px 70px;
    color: #000000;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

.services .box_main {
    width: 90%;
    background-color: #ffffff;
}

.services .services_sec {
    width: 90%;
}

.masthead {
    background: url("../images/white_wall.jpg") no-repeat fixed center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
  }
  
.masthead-intro {
    margin: 2em 0 0 0;
}
  
.masthead-heading {
    font-size: 10rem;
    padding: 0;
    margin: 0 0 1em;
}
  
.services section {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 150px;
}

.kitchen_h, .bathroom_h {
    margin-top: 100px !important;
}

.gradient {
    padding: 10em;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #0b98e3);
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

.services h2 {
    font-size: 40px;
    font-weight: 500;
}
  
.gradient h3 {
    font-style: italic;
    font-size: 30px;
}
  
.services section p {
    color: #000000;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
}

.empty_space {
    background-color: #0b98e3 !important;
    color: #0b98e3;
}


  
/*------------------------------------------------------------------- DEALS ---------------------------------------------------------------------*/

.deals .banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/team3.svg);
    background-position: right;
    height: auto;
    background-size: 35%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.p_deals_greet {
    width: 90%;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 70px 50px 70px;
    color: #000000;
}

.deals_ul {
    width: 90%;
    color: #000000;
    font-size: 20px;
    margin-bottom: 50px;
}

.deals_ul li{
    color: #000000;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
}

.estimate_h1 {
    font-weight: 500;
}

/*------------------------------------------------------------------- ESTIMATE ---------------------------------------------------------------------*/

.estimate .banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/team4.svg);
    background-position: right;
    height: auto;
    background-size: 35%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.estimate .container_form {
    width: 80%;
    margin: 50px auto;
    font-size: 20px;
    color:#000000;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px;
    text-align: center;
    font-weight: 500;
  }
  
  .estimate label {
    display: block;
    margin-bottom: 10px;
  }
  .estimate input[type="number"] {
    margin-bottom: 50px;
  }

.calc_bt    { 
    padding: 10px 30px;
    background-color: #83d347;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
  }

  .calc_bt:hover {
    background-color: #45a049;
  }

  .estimate .p_descr {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 70px 50px 70px;
    color: #000000;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

.estimate .masthead {
    background: url("../images/cleaning_mirror.jpg") no-repeat fixed center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
  }


/*------------------------------------------------------------------- CONTACT ---------------------------------------------------------------------*/


.contact .banner_section {
    width: 100%;
    float: right;
    background-image: url(../images/team5.svg);
    background-position: right;
    height: auto;
    background-size: 35%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.contact_greet {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.privacypolicy li, .cookiepolicy li {
    color: #000000;
    font-size: 18px;

}

.privacypolicy .footer_section li, .cookiepolicy .footer_section li {
    color: #ffffff;
    
}

