
.custom-carousel .carousel-sub-title {
    margin-top: 10px;
}

.custom-carousel .swiper-wrapper{
	height: 100% !important;
}

.custom-carousel .carousel-controls .control-buttons svg.icon {
    width: 18px;
}
.custom-carousel .title-button h2.carousel-main-title {
    color: #fff;
    font-weight: bold;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 0px;
	text-align:left;
}

.custom-carousel .control-buttons button.carousel-button-prev[aria-disabled="true"]{
	opacity:0.6;
	cursor:not-allowed;
}
.custom-carousel .control-buttons button.carousel-button-next[aria-disabled="true"]{
	opacity:0.6;
	cursor:not-allowed;
}
.custom-carousel .swiper-slide .carousel-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 22px;
    padding-top: 60px;
}
.custom-carousel .carousel-image{
    border-radius: 10px;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.custom-carousel .carousel-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-controls{
    padding-block: 60px;
    display: flex;
    justify-content: space-between;
}
.custom-carousel .carousel-progressbar{
    min-width: 250px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #fff;
}
.custom-carousel .carousel-pagination{
    flex: 1;    
    position: relative;
}
.custom-carousel .carousel-controls .carousel-pagination.swiper-pagination-progressbar{
    height: 2px;
    background: rgb(0,0,0,0.4);
}

.custom-carousel .control-buttons{
    display: flex;
    column-gap: 10px;    
}
.custom-carousel .control-buttons button{
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 50%;
border-width:1px;
	border-style:solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.custom-carousel .cec-bottom-btn {
	justify-content: center;
	display: flex;
}
.custom-carousel .cec-bottom-btn a.cec-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 10px;
	transition:0.3s;
}
.custom-carousel .cec-bottom-btn a.cec-btn:hover {
    background: #fff;
}
/
.ha-cs-switch-wrapper button.ha-cs-button {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
	
	.custom-carousel .carousel-controls {
    display: flow-root;
	 padding: 30px 0px;
}
.custom-carousel .control-buttons {
    justify-content: center;
    padding-top: 20px;
}

.custom-carousel .carousel-progressbar {
    min-width: 170px;
}
	
}

/* ipad and small desktops */

@media only screen and (min-width:768px) and (max-width: 1024px) {
	.custom-carousel .swiper-slide .carousel-text h3{
		padding-top:35px;
	}

}
/* Laptops and small desktops */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
 .custom-form .form-description {
    padding-top: 70px;
}
}