.text-top-cornor {
    position: absolute;
    top: 12%;
    left: 4%;
    display: block;
    width: 50%
}
.text-top-cornor p strong font {
    font-size: 1.6vw;
}
.text-top-cornor p {
    font-size: 1.15vw;
}
.Featuredblock2_TextContent {
  padding-top: 0%;
}
.image-only-carousel {
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
    max-width: 1230px;
    min-width: 320px;
    padding-bottom: 50px;
}
.Image_Caption {
    text-align: center;
    font-family: 'SpectrumSans-Regular';
    background-color:#fff;
}
.imgwithouttext.image-carousel-full {
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
	min-width: 320px;
	padding-bottom: 60px;
	box-sizing: auto !important;
	-webkit-box-sizing: auto !important;
}
.imgwithouttext .slick__slide.slick-slide {
	max-width: 1230px !important;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
    padding-left:60px;
    padding-right : 60px;
}
.imgwithouttext.image-carousel-full .paragraph--view-mode--default {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: flex;
	margin-bottom: 22px;
}
.imgwithouttext.image-carousel-full .image-wrapper-carousel {
	float: left;
}
.imgwithouttext.image-carousel-full .paragraph.paragraph--type--image-carousel-new.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;
}
.imgwithouttext.image-carousel-full .slick--optionset--default {
    position: relative;
}


@media only screen and (max-width: 959px) {

.imgwithouttext.image-carousel-full .image-wrapper-carousel {
	float: left;
	padding-bottom: 16px;
	background-color:#fff;
}
.imgwithouttext.image-carousel-full .paragraph--view-mode--default {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	margin-bottom: 22px;
	padding: 16px;
}
.imgwithouttext.image-carousel-full .slick__arrow {
	margin-left: 20px;
}
.image-only-carousel p {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width:768px) {
.imgwithouttext.Image.carousel .paragraph.paragraph--type--image-carousel-new.paragraph--view-mode--default {
    display:block;
}
}

.imgwithouttext.image-carousel-full .text-wrapper-carousel p, .imgwithouttext.Image.carousel .text-wrapper-carousel h1 {
    padding: 0 25px;
}
.imgwithouttext.image-carousel-full .slick-slide {
    background-color: #003561;
}
.imgwithouttext.image-carousel-full .paragraph.paragraph--type--image-carousel-new.paragraph--view-mode--default {
    background: #fff;
    margin: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.image-only-carousel .image-wrapper-carousel img {
    width: 100% !important;
}
@media only screen and (max-width:768px) {
    article.LandingPageFull {
		overflow: hidden;
	}
}

/*----------
  :: It new
------------*/
.imgwithouttext .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;
}
.imgwithouttext .slick__arrow .slick-arrow:hover, 
.imgwithouttext .slick__arrow .slick-arrow:focus {
    opacity: 1;
}
.imgwithouttext .slick__arrow .slick-arrow.slick-prev {
    left: 12px;
    background-image: url('/sites/default/files/prev-arrow-in-circular-btn.png')
}
.imgwithouttext .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){
   .imgwithouttext .slick__slide.slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}
.imgwithouttext .slick__arrow .slick-arrow.slick-prev {
    left: 0px;
}
.imgwithouttext .slick__arrow .slick-arrow.slick-next {
    right: 0px;
}
.imgwithouttext .slick__arrow .slick-arrow {
    background-size: 24px;
    width :30px;
} 

}
@media only screen and (max-width:768px){
.imgwithouttext.image-carousel-full .paragraph.paragraph--type--image-carousel-new.paragraph--view-mode--default {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;

}
}
@media only screen and (min-width:1230px) {
  .text-top-cornor p strong font {
    font-size: 31px;
}
.text-top-cornor p {
    font-size: 22px;
}
}