*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}

li{
    list-style: none;
}

body{
    background: #f5f5f5;
    overflow-x: hidden;
}


.clip {
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.max-width{
    max-width: 1160px;
}

.max-width-590{
    max-width: 590px;
}

/* Font Family */
.muli-font{
    font-family: "Muli","Helvetica Neue","Arial Narrow",sans-serif;
}

/* Button Style */
/* .btn{
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    border: 5px solid #fe7f2d;
    border: 5px solid #FE7F30;
    padding: 0.5rem 2rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: all .4s ease 0s;
}

.btn:focus, .btn:hover{
    letter-spacing: 1px;
    -webkit-box-shadow: 0 5px 40px -10px rgba(0,0,0,.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,.57);
} */

#float-btn > a{
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    max-width: 350px;
    outline: 3px solid #FE7F2D;
    outline-offset: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    z-index: 99;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

@media screen  and (max-width: 1024px) {
    #float-btn > a {
        transform: translate(-50%, -50%);
        bottom: 0;
        left: 50%;
        width: 100%;
    }
}

#float-btn > a.hide{
    opacity: 0;
}



/* Header */
header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.logo{
    max-width: 160px;
    width: 100%;
    height: auto;
}

@media (max-width: 576px){
    .logo{
        max-width: 100px;
    }
}

/* banner */
#banner{
    background: url(./Images/hero-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 80vw;
}

/*@media (min-width:768px) and (max-width: 1180px) {*/
/*    #banner {*/
/*        background: url(./Images/hero-mobile.png) no-repeat;*/
/*        background-size: cover !important;*/
/*    }*/
/*}*/

@media (min-width: 1180px) {
    #banner {
        background: url(./Images/hero.png);
        min-height: 100vh;
    }
}

#banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(180deg, #00395E 0%, #00395E00 100%) 0% 0% no-repeat padding-box;
    display: none;
}

@media (max-width: 576px){
    #banner p{
        font-size: 10px;
        text-align: center;
    }
}
/* Tri Color */
#tri-color {
    height: 10px;
}

.green{
    background: #A1C181;
}

.yellow{
    background: #EEC851;
}

.orange{
    background: #FE7F2D;
}

.f-yellow{
    color: #EEC851;
}

.f-orange{
    color: #FE7F2D;
}

.dark-blue{
    color: #003562;
}

.white{
    color: #fff;
}

/* Dog Days */
.font-65-700{
    font-weight: 700;
    font-size: 65px;
}

.font-77-700{
    font-weight: 700;
    font-size: 77px;
}

.font-48-700{
    font-weight: 700;
    font-size: 48px;
}

.font-36{
    font-size: 36px;
}

.font-36-700{
    font-size: 36px;
    font-weight: 700;
}

.font-24-700{
    font-size: 24px;
    font-weight: 700;
}

.font-20{
    font-size: 20px;
}

.font-20-700{
    font-weight: 700;
    font-size: 20px;
}
#dog-days{
    background: linear-gradient(180deg, #0071BC 27rem, #ffffff 0%);
}

#dog-days h2{
    line-height: 50px;
}

.first-block p{
    color: #fff;
}

#dog-days h2 > span:nth-child(2){
    font-family: 'Just Lovely';
    font-weight: normal;
    font-style: normal;
}

.padding-77-0{
    padding: 77px 0;
}

/* DWD Difference */
#differece{
    background: #003562;
    outline: 3px solid #fe7f2d;
    outline-offset: 8px;
}

#differece li{
    display: flex;
    align-items: center;
}

#differece li img{
    margin-right: 25px;
}

/* Eligible Windows */

#eligible-windows{
    margin-bottom: 120px;
}

#eligible-windows > h2{
    margin-bottom: 70px;
}

#eligible-windows > h2 > span{
    max-width: 350px;
    width: 100%;
    height: 2px;
    background: #FE7F2D;
}

/* ----- Swiper ------ */
.mySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mySwiper .swiper-wrapper{
    align-items: baseline;
  }

  .mySwiper p {
    font-weight: 300;
  }

  .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mySwiper .swiper-slide img {
    display: block;
    max-height: 242px;
    /* max-width: 300px; */
    width: 80%;
    height: auto;
    object-fit: contain;
  }

  .mySwiper .swiper-button-next::after{
    content: url(./Images/window-slider-arrow.svg);
    transform: scale(-0.8);
    -webkit-transform: scale(-0.8);
    -moz-transform: scale(-0.8);
    -ms-transform: scale(-0.8);
    -o-transform: scale(-0.8);
}

  .mySwiper .swiper-button-prev::after{
    content: url(./Images/window-slider-arrow.svg);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

/* Consultant */
#consultant {
    background: #0071BC;
    padding-top: 120px;
    padding-bottom: 120px;
}

#consultant h2  span{
    max-width: 143px;
    width: 100%;
    height: 3px;
    display: block;
    background: #FE7F2D;
    margin-top: 25px;
}

/* #consultant img{
    max-width: 490px;
} */

/* Testimonials */
#testomonialss{
    padding: 120px 0;
    background: url(./Images/testimonialbg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.myTestimonials {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: unset !important; 
  }

  .myTestimonials .swiper-slide {
    background: #003562E6;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    border: 3px solid #FE7F2D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 70px 30px;
}

.myTestimonials .swiper-pagination{
    position: relative;
    top: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myTestimonials .swiper-pagination .swiper-pagination-bullet{
    background: #003562;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.myTestimonials .swiper-pagination .swiper-pagination-bullet-active{
    width: 22px;
    height: 22px;
    background: none;
    border: 3px solid #003562;
}

/* Contact Form */
#form-container{
    padding-top: 100px;
}

@media (min-width: 1000px){
    #form{
        padding-bottom: 50px;
    }
}

@media (min-width: 1000px){
    #form-container{
        padding-bottom: 100px;
    }
}


@media (min-width: 1000px){
    .floating-dog{
        position: absolute;
        bottom: 0;
        right: -50px;
        z-index: -99;
    }
}

/* Footer */
footer{
    padding: 60px 0;
    background: #003562;
}