.hbanner-image-row{
    position: relative;
}
.home-banner .owl-stage-outer{
    padding-bottom: 0;
}
.home-banner-dots{
    display: flex;
}
.home-banner-dots .owl-dot span{
    display: inline-block;
    height: 8px;
    width: 58px;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid #A8A8A8;
    z-index: 2;
    cursor: pointer;
    position: relative;
}
.home-banner-dots .owl-dot.active span{
    background-color: #1D6CFF;
    border: 1px solid #1D6CFF;
}
.home-banner-container{
    overflow: hidden;
}
.home-banner-details ul{
	display:flex;
	align-items:center;
	padding-top:15px;
}
.home-banner-details ul li.home-or{
	display: inline-block;
	margin-left: 22px;
    margin-bottom: 3px;
}
.home-banner-container{
    position: relative;
}
.hbanner-main-image{
    position: absolute;
    width: 70%;
    right: 0;
}
.main-content-container{
	margin-top: 80px;
}
.hbanner-image-row{
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
}
.floating-image{
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: top left;
	background-size: cover;
}
.home-banner-details{
	padding-top: 140px;
	padding-bottom: 85px;
	position: relative;
}
.home-banner-item h1{
    font-family: 'Inter',sans-serif;
    font-size: 80px !important;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 23px;
    padding-right: 10px;
}
.home-banner-dots-container{
    position: absolute;
    bottom: 53px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding-left: 32px;
}
.home-banner-content {
	width:700px;	
}
@media (max-width:767px){
	.home-banner-content {
		width:100%;	
	}
    .home-banner-dots .owl-dot span {
        width: 30px;
    }
    .main-content-container{
        margin-top: 70px;
    }
    .home-banner-details {
        padding-top: 80px;
    }
    .home-banner-item h1{
        font-size: 49px !important;
    }
    .home-banner-dots .owl-dot{
        line-height: 1;
    }
    .home-banner-dots-container{
        bottom: 52px;
        padding-left: 18px;
    }
}

@media (max-width:576px){
    .hbanner-image-row{
        min-height: 265px;
    }
    
}
@media (min-width:768px){
    .hbanner-side-image {
        width: 50%;
        left: -20px;
        bottom: -20px;
    }
    .home-banner-dots .owl-dot span {
        width: 30px;
    }
    .home-banner .owl-stage-outer {
        padding-bottom: 25px;
    }
    
    .home-banner-item h1{
        font-size: 72px !important;
    }
    .home-banner-dots-container{
        bottom: 75px;
    }
    .home-banner-details {
        padding-top: 80px;
    }
}
@media (min-width:992px){
    .home-banner-details {
        padding-top: 140px;
    }
    .home-banner-dots-container{
        bottom: 53px;
    }
    .home-banner-item h1{
        font-size: 80px !important;
    }
    .home-banner .owl-stage-outer {
        padding-bottom: 0;
    }
    .hbanner-side-image {
        width: auto;
        left: -30px;
        bottom: -30px;
    }    
    .home-banner-dots .owl-dot span {
        width: 35px;
    } 
}
@media (min-width:1200px){
    .hbanner-side-image {
        position: absolute;
        left: 0;
        bottom: -72px;
    }
    .home-banner-dots .owl-dot span {
        width: 53px;
    }
}