.imgwithtext.Image.carousel {
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
	min-width: 320px;
	padding-bottom: 60px;
}
.imgwithtext .slick__slide.slick-slide {
	max-width: 1230px !important;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
    padding-left:60px;
    padding-right : 60px;
}
.imgwithtext.Image.carousel .paragraph--view-mode--default {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: flex;
	margin-bottom: 22px;
}
.imgwithtext.Image.carousel .image-wrapper-carousel {
	float: left;
}
.imgwithtext.Image.carousel .paragraph.paragraph--type--image-carousel.paragraph--view-mode--default {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    border: 1px solid #d8dde6;
    border-radius: 4px;
    position: relative;
}
.imgwithtext.Image.carousel .slick--optionset--default {
    position: relative;
}

/*.imgwithtext.Image.carousel .slick--field-image-carousel {*/
/*    position: relative;*/
/*}*/

@media only screen and (max-width: 959px) {

.imgwithtext.Image.carousel .image-wrapper-carousel {
	float: left;
	padding-bottom: 16px;
}
.imgwithtext.Image.carousel .paragraph--view-mode--default {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	margin-bottom: 22px;
	padding: 16px;
}
.imgwithtext.Image.carousel .slick__arrow {
	margin-left: 20px;
}

}
@media only screen and (max-width:768px) {
.imgwithtext.Image.carousel .paragraph.paragraph--type--image-carousel.paragraph--view-mode--default {
    display:block;
}
}

.imgwithtext.Image.carousel .text-wrapper-carousel p, .imgwithtext.Image.carousel .text-wrapper-carousel h1 {
    padding: 0 25px;
}
.imgwithtext.Image.carousel .slick-slide {
    background-color: #003561;
}
.imgwithtext.Image.carousel .paragraph.paragraph--type--image-carousel.paragraph--view-mode--default {
    background: #fff;
    margin: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.image-wrapper-carousel img {
 width: 400px;
}
@media only screen and (max-width:768px) {
    article.LandingPageFull {
		overflow: hidden;
	}
}

/*----------
  :: It new
------------*/
.imgwithtext .slick__arrow .slick-arrow {
    background: transparent;
    position: absolute;
    width: 34px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    opacity: 0.75;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.imgwithtext .slick__arrow .slick-arrow:hover, 
.imgwithtext .slick__arrow .slick-arrow:focus {
    opacity: 1;
}
.imgwithtext .slick__arrow .slick-arrow.slick-prev {
    left: 12px;
    background-image: url('/sites/default/files/prev-arrow-in-circular-btn.png')
}
.imgwithtext .slick__arrow .slick-arrow.slick-next {
    right: 12px;
    background-image: url('/sites/default/files/next-arrow-in-circular-btn.png')
}
@media only screen and (max-width:767px){
   .imgwithtext .slick__slide.slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}
.imgwithtext .slick__arrow .slick-arrow.slick-prev {
    left: 0px;
}
.imgwithtext .slick__arrow .slick-arrow.slick-next {
    right: 0px;
}
.imgwithtext .slick__arrow .slick-arrow {
    background-size: 24px;
    width :30px;
} 

}
@media only screen and (max-width:768px){
.imgwithtext.Image.carousel .paragraph.paragraph--type--image-carousel.paragraph--view-mode--default {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;

}
}