@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800');

html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

/*======== TYPOGRAPHY ===========*/

h1 {
    font-size: 1.7em !important;
    font-weight: 300;
    color: white;
    margin: 0;
}

@media only screen and (min-width: 360px) {
    h1 {
        font-size: 3.1em !important;
    }
}

@media only screen and (min-width: 900px) {
    h1 {
        font-size: 4em !important;
    }
}

h1 span {
    font-weight: 800;
}

h2 {
    font-size: 2.2em;
    margin: 40px 0 10px 0;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 2.5em;
    }
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
    margin: 10px 0 20px 0;
}

h5 {
    font-size: 1.2em;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    h5 {
        font-size: 1.4em;
        margin: 0;
    }
}

@media only screen and (min-width: 900px) {
    h5 {
        font-size: 1.6em;
        margin: 0;
    }
}

.subtext {
    font-size: 17px;
    max-width: 700px;
    text-align: center;
    color: #888888; 
}

.call-wrap p {
    color: white;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.second-fold-cell p {
    color: #58c1f2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

@media only screen and (min-width: 768px) {
    .second-fold-cell p {
        font-size: 17px;
    }
}

.service-text > .title {
    color: #007AFF;
    font-size: 17px;
    font-weight: 600;
    text-align: center
}

.service-text p {
    font-size: 16px;
    color: #888888;
}

.banner-text p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    margin: 0;
}


.yellow {
    color: #58c1f2;
    font-weight: 700;
}

.gold {
   color: #E6821E;
    font-weight: 700; 
}

.seek {
    color: #e09900;
    text-decoration: none;
}

.thankyou-message {
    background-color: #4CC864;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.text-center {
    text-align: center;
}

.sub-title {
    font-size: 17px;
    font-weight: 400;
}
/* =========== IMAGES ===========*/

.column-wrap img {
    width: 50%;
    max-width: 300px;
}

.hero-image-ad img {
    width: 90%;
    max-width: 200px;
    margin: 20px;
}

@media only screen and (min-width: 968px) {
    .hero-image-ad img {
    width: 90%;
    max-width: 300px;
    margin: 20px;
}
}

#hero-container {
    background-image:url("../images/banner-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#first-fold {
    background-image:url("../images/Asset-32asset.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}

#hotwater-promo {
    background-image:url("../images/vertical-red.jpg");
    background-position: 36% 35%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px){
    #hotwater-promo {
        background-image:url("../images/Asset-30asset.jpg");
       background-position: left left;
    }
}

@media only screen and (min-width: 900px){
    #hotwater-promo {
       background-position: left left;
    }
}

.second-fold-cell img {
    height: 40px;
}

.sidepipe {
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.realcallout {
    max-width: 15%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 0;
}

.topdrain {
    max-width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.topleft {
    max-width: 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.middle-right {
    max-width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.seek-logo {
    height: 20px;
    padding-left: 10px;
}

/*============= Buttons ==========*/

.button {
    padding: 15px 20px 15px 20px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.button .fas {
    padding-left:10px;
}

.green-button {
    background-color: #4CC864;
}

.white-button {
    background-color: #ffff;
    color: #007AFF;
}

.red-button {
    background-color: #FF3B30;
    color: #ffff;
}

.blue-button {
    background-color: #58c1f2;
    color: #ffff;
}

.drain-img {
    margin: 30px 0 30px 0;
    width: 90%;
    max-width: 450px;
}

.big-btn {
    width: 80%;
    padding: 20px 30px 20px 30px;
    justify-content: center;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .big-btn {
        font-size: 24px;
    }
}

@media only screen and (min-width: 900px) {
    .big-btn {
        font-size: 25px;
    }
}


/*=========== GLOBAL =============*/
section {
    position: relative;
}

.shadow-smooth {
    -webkit-box-shadow: 4px 4px 27px -1px rgba(0,0,0,0.32);
    -moz-box-shadow: 4px 4px 27px -1px rgba(0,0,0,0.32);
    box-shadow: 4px 4px 27px -1px rgba(0,0,0,0.32);
}


.container {
    position: relative;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 0 25px 0 25px;
}

.row {
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .row {
        flex-direction: row;
    }
}

.row-nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.center-align {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-split {
    width: 100%;
/*    background-color: aquamarine;*/
}

@media only screen and (min-width: 768px) {
    .col-split {
    width: 50%;
}
}

.two-col-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .two-col-stack {
        flex-direction: row;
    }
}

.two-col-stack-pad {
    margin: 30px 10px 30px 10px;
}

.three-col-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 900px){
    .three-col-wrap {
        flex-direction: row;
    }
}

.three-col-cell {
    display: flex;
    justify-content: center;
    width: 100%;
/*    background-color: yellowgreen;*/
}

@media only screen and (min-width: 900px){
    .three-col-cell {
        width: 33.33%;
    }
}

.three-col-box {
    width: 90%;
/*    background-color: gray;*/
}

.hide-mobile {
    display: none !important; 
}


@media only screen and (min-width: 768px) {
    .hide-mobile {
        display: flex !important;
    
    }

}

.button:hover {
    transform: translateY(-5px);
     transition-timing-function: ease-in-out;

}

.button {
    z-index: 5;
    display: flex;
    transition: 0.2s;
     transition-timing-function: ease-in-out;
}




#special1, #special2 {
    cursor: pointer;
}

/*=========== LAYOUT ===========*/

#top-banner > .container {
/*    background-color: gainsboro;*/
}

#top-banner {
    background-color: white;
}

.top-col-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
}

@media only screen and (min-width: 768px) {
    .top-col-wrapper {
        width: 100%;
        flex-direction: row;
    }
}

.column-wrap {
    display: inherit;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .column-wrap {
        width: 33.33%;
    }
}

.column-wrap-text {
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    color: #002f50;
}

.main-logo {
    justify-content: center;
}

@media only screen and (min-width: 768px){
    .main-logo {
    justify-content: flex-start;
}
}

nav {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 900px){
    nav  {
        display: flex;
    }
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.2s;
}

nav a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.call-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 768px){
    .call-wrap {
        width: auto;
        align-items: flex-start;
    }
}

#hero-container {
    width: 100%;
/*    background-color: cadetblue;*/
}

.hero-spacing {
    padding:60px 10px 40px 10px;
}

@media only screen and (min-width: 768px){
    .hero-spacing {
        padding: 60px 0 40px 0;
    }
}

.hero-image-ad {
    display: flex;
    flex-direction: row;
    padding: 0;
}

@media only screen and (min-width: 768px){
    .hero-image-ad {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
}

@media only screen and (min-width: 968px){
    .hero-image-ad {
        display: flex;
        flex-direction: row;  
    }
}

.hero-img-box {
    width: 100%;
    height: 200px;
/*    background-color: gainsboro;*/
    margin: 20px 0 20px 0;
    text-align: center;
}

@media only screen and (min-width: 968px){
    .hero-img-box {
        width: 50%;
        height: 250px;
}
}

#hero-container h1 {
    margin-bottom: 20px;
}

.hero-person-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.hero-person {
    width: 50%;
    max-width: 380px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px){
    .hero-person {
        width: 100%;
        max-width: 600px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media only screen and (min-width: 900px){
    .hero-person {
        width: 80%;
    }
}

.hero-underlay {
    top: 0;
    right: 0;
    max-width: 200px;
    position: absolute;
}

@media only screen and (min-width: 968px){
    .hero-underlay {
        right: 0;
        max-width: 350px;
    }
}

.second-fold-cell {
    margin: 20px 0 20px 0;
    width: 50%;
}

.service-wrapper {
    margin-bottom: 50px; 
}

.service-box {
    border-radius: 10px;
    background-color: white;
    max-width: 100%;
    margin: 20px 0 20px 0;
}

@media only screen and (min-width: 900px){
    .service-box {
        max-width: 350px;
        margin: 0;
    }
}

.service-image01 {
    background-image:url("../images/service01.jpg");
}

.service-image02 {
    background-image:url("../images/service02.jpg");
}

.service-image03 {
    background-image:url("../images/service03.jpg");
}

.service-image {
    width: 100%;
    height: 190px;
    background-color: gainsboro;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.service-text {
    padding: 10px 20px 10px 20px;
}

.booknow-box {
    margin-bottom: 40px;
}

.list {
    max-width: 800px;
}


#third-fold {
    display: none;
}

@media only screen and (min-width: 900px){
    #third-fold {
        display: block;
    }
}

.image-strap {
    height: 270px;
    background-color: bisque;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;   
}

.image-strap01 {
    background-image:url("../images/first-col-1.jpg");
}

.image-strap02 {
    background-image:url("../images/service01.jpg");
}


.image-strap03 {
    background-image:url("../images/first-col-3.jpg");
}

#blue-banner {
    background-color: #58c1f2;
}

#blue-banner .container {
    padding: 40px 20px 40px 20px;
}

.lines-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:url("../images/dots.png");
    background-position: center center;
    background-size: cover;
    opacity: 0.3
}

.banner-img img{
    max-width: 100px;
}

.banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.banner-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: white;
}

.banner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%; 
}

@media only screen and (max-width: 900px){
    .banner-img, .banner-text, .banner-button {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 10px 0 10px 0;
        text-align: center;
    }
}

.discount-box img {
    max-width: 260px;
}

.discount-section .hero-person {
    max-width: 500px;
    display: none;
}

@media only screen and (min-width: 768px){
    .discount-section .hero-person {
        display: block;
    }
}

.timer-wrap {
    margin: 30px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}

@media only screen and (min-width: 768px){
    .timer-wrap {
        flex-direction: row;
        text-align: left;
}

}

.timer-wrap img {
    max-width: 150px;
}

.timer-wrap p {
    font-weight: 600;
    margin-left: 20px;
    color: #002f50;
}

.three-col-flow {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
}

@media only screen and (min-width: 768px){
    .three-col-flow {
        width: 60%;
    }
}

.full-services {
    background-color: #EDEDED;
}

.full-service-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    margin: 20px 0 20px 0;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px){
    .full-service-box {
        width: 33.33%;
    }
}

.full-service-box img {
    height: 50px;
}

.slider {
    height: 500px;
    background-color: lightskyblue;
}

.animation-promo{
    padding: 40px 0 40px;
    background-image:url("../images/toilet-bg.jpg") !important;
}

.toilet-promo {
    max-width: 220px;
    margin-bottom: 20px;
}

.animation-wrapper {
    width: 70%;
}

.animation-box {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.toilet-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.spinner {
    position: absolute;
    top: 10%;
    right: 30%;
    width: 20%;
}

.spinner{
-webkit-animation: rotation 1s infinite ease;
    animation-direction:alternate;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: translateY(0px);
		}
		to {
				-webkit-transform: translateY(30px);
		}
}

@media only screen and (min-width: 900px){
    @-webkit-keyframes rotation {
		from {
				-webkit-transform: translateY(0px);
		}
		to {
				-webkit-transform: translateY(60px);
		}
}
}



.steps-wrapper {
    margin: 0 0 120px 0;
}

@media only screen and (min-width: 900px){
    .steps-wrapper {
        margin: 50px 0 120px 0;
    }
}

.step-box {
    position: relative;
    height: 300px;
    margin: 70px 0 70px 0;
}

@media only screen and (min-width: 900px){
    .step-box {
        margin: 0;
    }
}

.step-title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 60px;
    width: 105%;
    background-color: #131535;
}

.step-title-box p {
    font-size: 1.4em;
    font-weight: 600;
    color: white;
}

.step-title-img {
    position: absolute;
    bottom: -100px;
    width: 60%;
    max-width: 190px;
}

.step-title-img img {
    width: 100%;
}

#hotwater-promo {
    background-color: black;
}

#hotwater-promo h2 {
    text-align: center;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
    #hotwater-promo h2 {
        text-align: left;
        max-width: 600px;
    }
}

#hot-water-box {
    position: relative;
}

#hotwater-promo .col-split {
    color: white;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 10px;
    text-align: center;
}

@media only screen and (min-width: 900px){
    #hotwater-promo .col-split {
        align-items: flex-start;
        padding: 0;
        text-align: left;
    }
}

.hot-water-img {
    height: 330px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 2;
}

.cashbackpromo {
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
    z-index: 3;
}

@media only screen and (min-width: 900px){
    .cashbackpromo {
        top: 0;
        right: 150px;
        margin: a;
        z-index: 0;
        max-width: 300px;
    }
}

@media only screen and (min-width: 901px){
    .cashbackpromo {
        z-index: 3;
    }
}

@media only screen and (min-width: 1280px){
    .cashbackpromo {
        z-index: 0;
    }
}

@media only screen and (min-width: 900px){
    .step-box {
        margin: 0;
    }
}

#hotwater-promo #hot-water-box {
    align-items: center;
}

@media only screen and (min-width: 768px){
    #hotwater-promo #hot-water-box {
        align-items: flex-end;
    }
}

#google-review h2 {
    text-align: center;
}

@media only screen and (min-width: 768px){
    #google-review h2 {
        text-align: left;
    }
}

.google-icon {
    width: 200px;
}

.google-quote-left, .google-quote-right {
    position: absolute;
    width: 30px;
}

.google-quote-left {
    top: 0;
    left: 0;
}

.google-quote-right {
    bottom: 0;
    right: 0;
}

.google-review-box {
    position: relative;
    margin: 20px 0 0 0;
    padding: 40px;
}

#special-offer img{
    width: 80%;
    max-width: 350px;
    margin: 10px;
}

#map-section {
    background-color: #002f50;
    height: 400px; 
}

#map-section .col-split {
    height: 400px; 
}

#map-section .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

@media only screen and (min-width: 768px){
    #map-section .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

.overlay-image p {
        margin: 20px;
    }

.team-photo {
    background-image:url("../images/IMG_7227.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-photo {
    position: relative;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: rgba(88, 193, 242, 0.7);*/
    color: white;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.last-image-strap01 {
    background-image:url("../images/lastcol1.jpg");
}

.last-image-strap02 {
    background-image:url("../images/lastcol2.jpg");
}


.last-image-strap03 {
    background-image:url("../images/lastcol3.jpg");
}

#contact {
    background-image:url("../images/dots.png");
    background-position: top center;
    background-size: cover;
}

footer {
    background-image:url("../images/footerbg.jpg");
    background-position: top center;
    background-size: cover;
    color: white;
}

footer .header-logo {
    margin: 20px 0 50px 0;
    max-width: 260px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .three-col-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer li {
    margin: 5px 0 5px 0;
}

footer i {
    font-size: 40px;
    padding: 5px;
}

.senior-logo {
    margin: 10px;
}
.copyright {
    background-color: rgba(0,0,0,0.3);
}

.copyright p {
    font-size: 14px;
    padding: 10px 0 10px 0;
}

.col-split-left {
    text-align: center;
}

.col-split-right {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px){
    .col-split-right {
        text-align: right;
        justify-content: flex-end;
        align-items: center;
    }
    
    .col-split-left {
        text-align: left;
    }
}



/*=============== CONTACT FORM ================*/


.contact-form {
    font-family: inherit;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
}
.form-row {
  position: relative;
  flex-direction: column;
 /*background-color: red;*/
  display: flex;
  width: 100%;
}
@media screen and (min-width: 500px) {
    .form-row {
        flex-direction: row;
    }
}
.one-half {
  width: 100%;
  padding: 5px 0 5px 0;
}

@media only screen and (min-width: 768px){
    .one-half {
        padding: 15px 20px 15px 20px;
    }
}

.form-row select {
  width: 100%;
}
@media screen and (min-width: 500px) {
    .one-half {
        width: 50%;
    }
}
.one-full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
   padding: 5px 0 5px 0;
  font-weight: 500;
}

@media only screen and (min-width: 768px){
    .one-full {
        padding: 15px 20px 15px 20px;
    }
}

.contact-form input, .contact-form textarea, .contact-form label {
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-row input, .form-row select  {
    box-sizing: border-box;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #cacaca;
    margin: 7px 0 7px 0x;
    padding: 0 30px 0 30px;
    font-weight: 500;
}

.form-row label {
 font-weight: 600;
}

.form-button-cont {
   display: flex;
  flex-direction: column;
  justify-content: flex-end;
    width: 100%;
   padding: 5px 20px 0 20px;
  align-items: baseline;
}

.form-button-cont .one-half {
   padding: 5px 0 0 0; 
}

@media screen and (min-width: 768px) {
    .form-button-cont{
        flex-direction: row;
    }
}

@media screen and (max-width: 500px) {
    .contact-form .yellow-btn {
       width: 100%;
    }
}
.contact-form button, .contact-form input[type="submit"], .contact-form input[type="reset"] {
    border: none;
    cursor: pointer;
    width: 80%;
    height: 60px;
    max-width: 320px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=============== CONTACT FORM TOP ================*/

.top-contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .top-contact-form {
        align-items: flex-end;
    }
}

.top-contact-form p {
    width: 100%;
    max-width:400px;
    font-size: 1.8em;
    color: white;
    font-weight: 300;
    margin: 30px 0 10px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top-contact-form p {
        text-align: left;
    }
}

.top-contact-form span {
    font-weight: 700;
}

.top-contact-form .form-row input, .top-contact-form .form-row select  {
    background-color: rgba(255,255,255,0.6);
    color: white;
    font-weight: 600;
}

.top-contact-form .form-row{
    align-items: center;
}

.top-contact-form .form-button-cont {
    align-items: center;
}

.top-contact-form option {
    color: black;
    font-weight: 600;
}

.top-contact-form button {
    width: 100%;
    max-width: 100%;
}

.top-contact-form .one-full {
    padding: 5px 0 5px 0;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .top-contact-form .one-full {
        width: 100%;
    }
}

.top-contact-form ::placeholder {
    color: white;
    opacity: 1;
}

.top-contact-form .contact-form {
    max-width:400px;
    padding: 10px 0 10px 0;
}


/*========MOBILE MENU========*/


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,47,80, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  text-decoration: none;
  font-size: 30px;
    font-weight: 300;
  color: white;
  display: block;
  transition: 0.3s;
    padding: 10px 0 10px 0
}

.overlay .closebtn {
    padding: 0 !important;
    display: flex;
    color: black;
}

.overlay a:hover, .overlay a:focus {
  color: #58c1f2;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 20px;
  right: 20px;
  }
}



.hamburger-box, .closebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    z-index: 30;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.9);
    font-size: 24px;
    cursor: pointer;
}

.call-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #58c1f2;
    color: #FF3B30;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.call-btn i {
    font-size: 30px;
    padding-left: 15px;
}

/*============*/

.overlay-icon {
    position: fixed;
    bottom: 15%;
    left: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 10;
    width: 220px;
}

@media screen and (max-width: 768px) {
    .overlay-icon  {
        bottom: 10%;
    }
}

.call-btn-box {
    left: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    background-color: white;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 50px;
    white-space:nowrap;
}

@media screen and (max-width: 768px) {
    .call-btn-box  {
        padding: 5px 0 10px 5px;
    }
}

.call-btn-box span {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 10px 0;
}

.call-btn-box .button {
    font-size: 14px;
    padding: 5px 3px 5px 3px;
    width: 150px;
}

.call-photo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0; left: -50px;
    cursor: pointer;
    z-index: 5;
}

.call-photo img {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .call-photo img {
        width: 80px;
    }
}

.call-photo .fas {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 5;
    font-size: 14px;
    color: white;
    background-color: #ff3b30;
    padding: 8px;
    border-radius: 20px; 
}