#free{
    background: #13123D!important;
}

/*---------------------------
HERO
---------------------------*/
#hero{
    position: relative;
    margin-bottom: 150px;
}

#hero img{
    max-height: 350px
}

#hero .container-fluid{
    padding: 0;
}

#hero .inner{
    width: 100%;
    background: #F1F9FF;
    padding: 100px 100px 100px 200px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

#hero .wrap{
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

#hero h1 {
    font-size: 60px;
    color: #0C0D63;
    line-height: 55px;
}

#hero .click{
    display: flex;
    margin: 60px 0 140px;
}

#hero .btn-main{
    margin-right: 20px;
}

#hero p{
    color: #13123D;
    font-size: 25px;
    font-weight: 300;
    margin-top: 30px;
    max-width: 700px;
}

#hero .accreditations img{
    margin: 0 10px;
}

@media(max-width:1660px){
    #hero .inner{
        padding: 100px 100px 100px 120px
    }
}

@media(max-width:1530px){
    #hero .inner{
        padding: 100px 70px 100px 70px
    }
}

@media(max-width:1400px){
    
    #hero .accreditations{
        width: 400px;
    }
    
    #hero .click{
        margin: 60px 0 100px
    }
}

@media(max-width:1200px){
    #hero{
        margin: 0 0 50px;
    }

    #hero .inner{
        clip-path: none;
        padding: 50px;
        text-align: center;
    }
    #hero p{
        max-width: 100%;
    }
    #hero .click{
        justify-content: center;
    }
	#hero .wrap{
		display: none;
	}
    
    #hero .accreditations{
        width: 100%;
        justify-content: center;
    }
    
    #hero .accreditations img{
        width: auto;
    }
    
    #hero .click{
        margin: 50px 0;
    }
}

@media(max-width:500px){
    #hero .inner{
        padding: 50px 15px 50px;
    }
    
    #hero .click{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	#hero h1{
		font-size: 40px;
		line-height: 40px;
	}
    
    #hero .btn-main{
        margin: 0 0 20px;
    }
	#hero .accreditations img{
        margin: 0 10px 10px;
		width: 33%;
    }
}

@media(max-width:430px){
	#hero .accreditations img{
		width: 40%;
    }
}

/*---------------------------
PRICING
---------------------------*/

.white{
    color: #fff;
}

#pricing .top p{
    margin: 0
}

#pricing{
    padding: 0 0 50px;
}

#pricing h2{
    font-size: 48px;
    font-weight: 500;
    color: #0C0D63;
    margin-bottom: 30px;
}

#pricing .inner{
    border: 1px solid #AEAEAE;
}

#pricing .top{
    background: #13123D;
    color: #FEC402;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

#pricing .mid{
    padding: 20px;
}

#pricing .mid strong{
    font-size: 19px;
    font-weight: 700;
    color: #0C0D63;
}

#pricing ul{
    padding: 0 0 0 20px;
    min-height: 410px;
}

#pricing ul li{
    font-size: 17px;
    color: #0C0D63;
    font-weight: 300;
    margin: 0 0 10px!important;
}

#pricing .mid p{
    min-height: 116px;
}

#pricing .bottom p{
    margin: 0;
}

#pricing .bottom{
    background: #0F0C53;
}

#pricing .bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

#pricing .bottom i{
    margin-left: 10px;
    padding: 20px;
    color: #FEC402;
}

@media(max-width:1400px){
    #pricing .mid p {
        min-height: 145px;
    }
    #pricing ul{
        padding: 0 0 0 20px;
        min-height: 430px;
    }
}

@media(max-width:1200px){
    #pricing .mid p {
        min-height: 0px;
    }
    #pricing ul{
        padding: 0 0 0 20px;
        min-height: 0px;
    }
}

@media(max-width:991px){
    #pricing h2{
        text-align: center;
    }
}

/*---------------------------
BANNER
---------------------------*/

#banner{
    background: #13123D;
    border: 1px solid #707070;
    text-align: center;
    padding: 30px 0;
}

#banner h2{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

#banner p{
    color: #fff;
    font-size: 22px;
}

#banner .click{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#banner .click a{
    width: 300px;
}

/*---------------------------
LANLORD
---------------------------*/

#lanlord{
    text-align: center;
    padding: 50px 0;
}

#lanlord h2{
    font-size: 48px;
    color: #0C0D63;
    font-size: 500;
}

#lanlord p strong{
    font-size: 22px;
    color: #0C0D63;
    font-weight: 400
}

#lanlord p{
    font-size: 19px;
    font-weight: 300;
    color: #0C0D63;
}

#lanlord .click{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#lanlord .click a{
    width: 300px;
}