html, body{
    width: 100%;
    height: 100%;
}

body{
    padding-top: 56px;
}

.header{
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0,0,0,.4)
}

.logo{
    background: url(../img/logo.png) center no-repeat;
    display: block;
    width: 300px;
    height: 55px;
    background-size:100%;
    margin: auto;
    text-indent: -9999em;
    
}

.intro{
    background: url(../img/intro.jpg) no-repeat #6D7993;
    width: 75%;
    height: 100%;
    background-size:cover;
    background-position: center;
    
}

.pass{
    width:500px;
    height:110px;
    background-size: 100%!important
}

.content{
    width: 75%;
}

.fixed-form{
    position: fixed;
    right:0;
    top:56px;
    bottom:0;
    width:25%;
    background: rgba(235,218,174,.5);
}


.section-content{
    padding: 15% 0 0 0
}

.section-content h2{
    font-weight: 800;
    color: #373737;
}

.section-content p{
    font-size: 1.25rem;
    line-height: 1.8rem;
    color: #333;
}

.section-two{
    padding-top:40px
}

.key-features{
    padding:50px 0;
    background: #f9f9f9;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.key-features h2{
    font-weight: 900;
    text-transform: uppercase;
}


.key-features h2 span{
    color: #444;
}

.key-feature h3{
    font-size: 24px
}

.key-feature{
    padding:30px 15px
}

.send-message{
    height: 44px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 0 20px;
    line-height: 44px;
    text-indent: 66px;
    font-size: 24px;
    background-color: darkseagreen;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #333;
    font-weight: 600;
}

a.send-message:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(https://image.flaticon.com/icons/svg/1384/1384055.svg);
    z-index: 999;
    background-size: 100%;
    top: -5px;
    position: absolute;
    left: -5px;
}

.gallery-section{
    padding:50px 20px;
    text-align: center;
}

.gallery-section img{
    width:100%
}

.advantages{
    padding:25px 0
}

.features-box p span{
    display: inline-block;
    padding:10px 15px 10px 25px;
    background: url('../img/tick.png') no-repeat left center;
    line-height: 25px;
    font-size: 19px


}


.features-box{
    border: 1px solid #ddd;
    padding:25px
}

.features-box p{
    margin-bottom: 20px;
}

.features-box h2{
    font-size: 28px;
    font-weight: 700;
}

.features-box h3{
    font-size: 22px;
    margin-bottom: 0;
}


.advantage-list{
    padding: 0 0 0 20px;
    margin-bottom: 9px;
}


.advantage-list li{
    padding: 10px 0 10px 0;
    font-size: 20px;
}



.form-container{
    margin: 6% 5%;
}

.form-selection label{
    font-size: 20px;
    font-family: georgia;
    font-style: italic;
    line-height: 23px;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    float: left;
    background: #ddd;
    margin: 0;
}

.form-selection input:checked + label{
    font-weight: 600;
    background: rgba(235,218,174,.9);
}


.form-selection input{
    display: none
}

.form-selection{
    margin: 0 -20px 20px
}


.form-container form{
    padding: 0 20px 25px;
}

.form-container{
    background: #EADAB7;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);

}

#request-showing:not(:checked) + .label-req{
    box-shadow: 3px -2px 4px inset rgba(0,0,0,.1);
}

#moreinfo:not(:checked) + label{
    box-shadow: -3px -2px 4px inset rgba(0,0,0,.1);
}

.lSAction{
    display: none
}

.lSPager li{
    background:#000;
}
.lSPager li:hover{
    background:orange;
}
.lSPager .active img, .lSPager li:hover img{
    opacity:.3
}


.form-group label{
    font-size: 19px;
    margin: 0;
    display: block;
}

.form-group input[type="text"],.form-group input[type="tel"],.form-group input[type="email"]{
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

.req-active .form-selection input:checked + label{
    background: #D0B8C9;
}

.req-active.form-container{
    background: #D0B8C9;
}

.form-container .btn-primary{
    width: 100%;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: #A89975 2px solid;
    color: #373737;
    background: rgba(0,0,0,.1);
    margin-top: 6px;
}

.form-container .btn-primary:hover{
    background: #A89975;
    border-color: #373737
}

.iti.iti--allow-dropdown, .iti input.form-control{
width: 100%;
}



.content .row{
    margin-top:15px;
    margin-bottom:15px
}

.content-list{
    margin: 1rem 0 0;
    padding: 0;
    list-style:none
}

.content-list li{
    padding:7px 0 7px 28px;
    background: url(../img/right-arrow.png) left top 13px no-repeat;
    background-size: 18px;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.req-active .btn-primary{
    background: #BE7EAB;
    border-color: rgba(255,255,255,.7);
}

.req-active .btn-primary:hover{
    background: rgba(0,0,0,.4);
    border-color: #fff;
}

.form-selection input:not(:checked) + label{
    cursor: pointer;

}

.label-req:hover{
    background: #D0B8C9;
}

.mobile-close-btn{
    display: none;
}

@media screen and (min-height:1020px){
    .intro{
        max-height: 55%
    }
}

@media screen and (max-width:1300px){
    html{
        font-size:15px
    }
}

@media screen and (max-width:1200px){
    .form-selection label{
        font-size: 19px;
    line-height: 22px;
    }

    .send-message{
        font-size: 20px
    }

    html{
        font-size:14px
    }

}

@media screen and (max-width:1100px){
    .fixed-form{
        width: 30%;
    }

    .intro, .content{
        width:70%
    }

    .form-container form {
        padding: 0 13px 25px;
    }

    .form-selection {
        margin: 0 -13px 10px;
    }
    
  

    html{
        font-size:13px
    }

    .section-content{
        padding: 0;
        margin-left: -10px;
    }

    .content .row{
        margin-top:33px;
        margin-bottom: 33px
    }

    .content-list li{
        background-size: 15px;
        background-position: left 8px top 11px;
    }
    
}

@media screen and (max-width:990px){
    .fixed-form{
        top: inherit;
        width: 450px;
        right:25px;
        bottom: -380px;

        box-shadow: 0 0 60px 15px rgba(0,0,0,.9);
        background: rgba(0,0,0,.7);
        border-radius: 5px;
    }

    

    .form-selection label{
        padding:20px 0;
        font-size: 22px
    }

    .form-group label{
        font-size:22px
    }

    .form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"]{
        height: 55px;
        line-height: 55px;
        font-size:22px
    }

    .form-selection label {
        font-size: 24px;
        line-height: 27px;
    }

    .active-fixed-form{
        bottom: -5px
    }

    .active-fixed-form .send-message{
        bottom: 490px;
    }
/*
    .active-fixed-form .mobile-close-btn{
        position: absolute;
    width: 50px;
    display: block;
    height: 50px;
    background: url(../img/close_btn.png)  no-repeat center;
    background-size: 80%;
    top: -50px;
    left: 0px;
    text-indent: -9999em;
    }
*/
    

    .form-container{
        margin: 5px;
    }

    .intro, .content {
        width: 100%;
    }

    .send-message{
        position: fixed;
        left: 35px;
        bottom: 25px;
        width: 66px;
        background: transparent;
        text-indent: -9999em;
        height: 60px;
        padding: 0;
        margin: 0;
    }


    .features-box{
        padding:20px 5px
    }

    .features-box p span{
        font-size:17px;
        padding:3px 5px 3px 28px;
        line-height: 24px
    }
}


@media screen and (max-width:768px){
    .intro{
        height: 85%;
        background-position:left -55px center
    }


    .section-content{
        padding:5% 2% 7%
    }

    .gallery-section {
        padding:10px 0
    }
}


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

    .fixed-form{
        left:0;
        right:0;
        width:100%
    }

    .pass{
        width: 100%;
        height: 125px;
        background-size: 85%;
    }

    .send-message {
        right: 0px;
        bottom: 115px;
        left:auto

        
    }

   
}

