@media (max-width: 220px) {
    .custom-carousel-control {
		width: 36px;
		height: 36px;
		top: 40%;
		transform: translateY(-50%);
		background-color: #D0C0FF !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.custom-prev-icon, .custom-next-icon {
		display: inline-block;
	    width: 10px;
		height: 10px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.custom-prev-icon {
		/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3e%3cpath d='M8 14L1 7.5L8 1' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e"); */
  		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M6.91492 10.9785L1.55322 5.99979L6.91492 1.02107' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 8px;
		height: 12px;	
	}
	.custom-next-icon {
		/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3e%3cpath d='M1 14L8 7.5L0.999999 1' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e"); */
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.08511 10.9785L6.44682 5.99979L1.08511 1.02107' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 8px;
		height: 12px;
	}
	.carousel-control-prev,
	.carousel-control-next {
		opacity: 1;
	}

	.carousel-slide .carousel-control {
		width: 36px;
		height: 36px;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.40) !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#carouselOne .carousel-control-prev {
		left: 9px;
	}
	#carouselOne .carousel-control-next {
		right: 9px;
	}
	.carousel-slide .carousel-control-prev-icon {
	   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M19.9149 22.9788L14.5532 18L19.9149 13.0213' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	   background-size: contain;
	   width: 36px;
	   height: 36px;
	}
	.carousel-slide .carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M16.0851 22.9788L21.4468 18L16.0851 13.0213' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 36px;
		height: 36px;
	}
}

@media (min-width: 220px) and (max-width: 541px) {
    .custom-carousel-control {
		width: 40px;
		height: 40px;
		top: 40%;
		transform: translateY(-50%);
		background-color: #D0C0FF !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.custom-prev-icon {
  		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M6.91492 10.9785L1.55322 5.99979L6.91492 1.02107' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 8px;
		height: 12px;	
	}
	.custom-next-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.08511 10.9785L6.44682 5.99979L1.08511 1.02107' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 8px;
		height: 12px;
	}
	.carousel-control-prev,
	.carousel-control-next {
		opacity: 1;
	}

	.carousel-slide .carousel-control {
		width: 36px;
		height: 36px;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.40) !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#carouselOne .carousel-control-prev {
		left: 9px;
	}
	#carouselOne .carousel-control-next {
		right: 9px;
	}
	.carousel-slide .carousel-control-prev-icon {
	   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M19.9149 22.9788L14.5532 18L19.9149 13.0213' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	   background-size: contain;
	   width: 36px;
	   height: 36px;
	}
	.carousel-slide .carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='18' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M16.0851 22.9788L21.4468 18L16.0851 13.0213' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 36px;
		height: 36px;
	}
}

@media (min-width: 541px) {
	.custom-carousel-control {
		width: 47px;
		height: 47px;
		top: 45%;
		transform: translateY(-50%);
		background-color: #D0C0FF !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.custom-prev-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47' fill='none'%3E%3Ccircle cx='23.5' cy='23.5' r='23.5' transform='matrix(-1 0 0 1 47 0)' fill='%23D2CBFF'/%3E%3Cpath d='M26 30L19 23.5L26 17' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    	background-size: contain;
    	width: 47px;
    	height: 47px;
	}
	.custom-next-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47' fill='none'%3E%3Ccircle cx='23.5' cy='23.5' r='23.5' fill='%23D2CBFF'/%3E%3Cpath d='M21 30L28 23.5L21 17' stroke='%235637D7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 47px;
		height: 47px;
	}
	.carousel-control-prev,
	.carousel-control-next {
		opacity: 1;
	}
	.modify-card {
		padding-left: 50px; 
		padding-right: 50px;
	}

	.carousel-slide .carousel-control {
		width: 47px;
		height: 47px;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.40) !important; 
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#carouselOne .carousel-control-prev {
		left: 78px;
	}
	#carouselOne .carousel-control-next {
		right: 78px;
	}
	.carousel-slide .carousel-control-prev-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47' fill='none'%3E%3Ccircle cx='23.5' cy='23.5' r='23.5' transform='matrix(-1 0 0 1 47 0)' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M26 30L19 23.5L26 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 47px;
		height: 47px;
	}
	.carousel-slide .carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47' fill='none'%3E%3Ccircle cx='23.5' cy='23.5' r='23.5' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M21 30L28 23.5L21 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: contain;
		width: 47px;
		height: 47px;
	}
}