.first_screen {
	height: calc(75vh);
	margin-top: 73px !important;
}

.owl-carousel {
	height: 100%;
}

.first_screen .img_box {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-color: rgba(255,255,255,0.5);*/
	background-blend-mode: color;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel.owl-drag .owl-item {
	height: 100%;
}


.main_slider>div{
height: 100%;
}

.main_btns.price_callbacks.main_btn_slider{
	bottom: 75px;
}

.img_box .pagetitle {
    
    display: block;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center; 
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 800;
    width: 70%;
    background: #ffffffad!important;
	padding: 20px 0;
}
.img_box .pagetitle h2{
	font-size: 48px;
    font-weight: bold;
	padding: 0;
}
.img_box .pagetitle h3{
	font-size: 35px;
    font-weight: 500;	
}
.img_box .pagetitle p{
	font-size: 15px;
    font-weight: 500;
}

.button_slider_contianer{
	position: absolute;
	bottom: 75px;
    z-index: 900;
    left: 0;
    right: 0;
	margin: auto;
    display: flex;
    justify-content: center;
}
.button_slider_contianer a{
	display: inline-block;
	max-width: 170px;
    max-height: 50px;
    text-align: center;
    font-weight: bold;
    color: var(--white) !important;
    background-color: var(--yellow);
    text-decoration: none !important;
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgb(255 165 0);
    cursor: pointer;
	margin-right: 40px;
}
.button_margin{
	margin: 0 0 0 40px !important;
	position: static !important;
	
}

.owl_dots_box{
	display: flex;
    justify-content: center;
    height: 50px !important;
	margin-top: 15px;
}
.owl_dots_box button{
	width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgb(255, 255, 255);
	border: 1px solid rgb(190, 189, 189);
	margin-left: 5px;
	outline: none;
}
.owl_dots_box .active {	
    background: rgb(255 165 0);
	border: 1px solid rgb(255 165 0);	
}
.owl_dots_box button:first-child{	
	margin-left: 0px;
}
.box_none{
	display: none !important;
}

.btn_inner{
	margin-left: 0 !important;
}

@media (max-width: 991px){	

	.img_box .pagetitle {	
		top: 13%;
		font-size: 35px;
		padding: 20px 0;
	}
	
}

@media (max-width: 768px){
	
	.img_box .pagetitle h2{
		font-size: 35px;
		font-weight: bold;
		padding: 0;
	}
	.img_box .pagetitle h3{
		font-size: 20px;
		font-weight: 500;	
	}
	.img_box .pagetitle p{
		font-size: 14px;
		font-weight: 500;
		line-height: 140%;
	}

	.first_screen .img_box {
		height: 500px !important;
	}

	.img_box .pagetitle {	
		top: 10%;
		font-size: 35px;
		padding: 5px 0;
	}
	.main_btns.price_callbacks.main_btn_slider {
		bottom: 30px;
	}

	.img_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.img_box .pagetitle{
		position: static;
		padding: 10px 0;
		 margin-top: 30px; 
	}
	.img_box .main_btns.price_callbacks.main_btn_slider{
		position: static;
	}
}


@media (max-width: 576px){
	.img_box .pagetitle{
		width: 90%;
		/* margin-top: 10px; */
	}
	.img_box .pagetitle h2 {
		font-size: 30px;		
		line-height: 100%;
	}
	.img_box .pagetitle h3 {
		
		line-height: 100%;
	}
	.img_box .pagetitle p{
		margin-bottom: 0;
	}
	
	.button_slider_contianer{
		flex-direction: column;
    align-items: center;
	bottom: 15px;

	}
	.button_slider_contianer a{
		margin-right: 0;
		margin-bottom: 4px;
	}
	.button_margin {
		margin: 0px !important;
		
	}
	.container_non_link{
		bottom: 75px;
	}
}