@media screen and (max-width:767px){
	.sticky-btn {
    position: fixed;
    bottom: 0;
    background-color: #061525;
    width: 100%;
    left: 0;
    justify-content: center;
}
.sticky-btn .elementor-element.elementor-element-1799fc3, .sticky-btn a  {
    width: 100%;
}
.core-value > .elementor-element {
    position: relative;
    height: 600px;
	justify-content:end;
}
div.content-area {
    padding: 40px 20px!important;
}
form#new-loan-application {
    width: 90vw;
    margin: 0 auto;
}
}

@media screen and (max-width:1100px){
	.interest-box {
    position: static!important;
}
	
.core-value > .elementor-element {
    position: relative!important;
    height: 600px!important;
	justify-content:end!important;
}
div.content-area {
    padding: 60px 20px;
}
form#new-loan-application {
    width: 80vw;
    margin: 0 auto;
}
}
  