/* Notify Banner CSS */
.banner-title {
	color: #384552;
	max-width: 500px;
}
.banner-content p {
	color: #384552;
}

/* Notify Default Style Two */
.notify-default.style-two {
	margin-bottom: 0;
	background-color: #e7f0f5;
	padding: 0 0 130px;
}
.notify-default .warp-img {
	float: right;
}	
.left-bottom {
  left: -120px;
  bottom: -50px;
  z-index: 111;
}
.notify-default.style-two {
	overflow: visible;
}
.left-top {
	left: 150px;
}
.notify-default .about-content p:not(:last-child) {
	margin-bottom: 50px;
}
.section-alt.style-two .section-sub-title {
	font-family: 'Corbert Medium';
}
.section-alt .alt-content p {
	max-width: 620px;
}
.section-alt.style-two .row:nth-child(even) .alt-content p {
	margin-left: auto;
}
.section-alt.style-two .section-title {
	display: inline;
    line-height: 47px;
    padding-bottom: 3px;
}




/* Responsive CSS */
@media screen and (min-width: 2000px) {
	.notify-default .warp-img {
		width: 100%	
	}
}

@media screen and (max-width: 1199px) {
	.notify-default .warp-img img.small-img {
	  width: 320px;
	  height: 320px;
	}
	.left-top {
		left: 130px;
	}
	.section-alt {
	  padding: 100px 0;
	}
}

@media screen and (max-width: 1024px) {
	.notify-default .warp-img img.small-img {
		width: 280px;
		height: 280px;
	}
	.left-bottom {
		left: -70px;
	}
	.about-content {
		padding-top: 50px;
	}
}

@media screen and (max-width: 991px) {
	.section-alt.style-two .row + .row {
		margin-top: 30px; 
	}
	.notify-default .warp-img img.small-img {
		width: 250px;
		height: 250px;
	}
	.left-bottom {
		left: -60px;
		bottom: -70px;
	}
	.left-top {
		left: 140px;
		bottom: -160px;
	}
	.section-alt {
		padding: 80px 0;
	}
	.notify-banner {
		align-items: center;
	}
	.banner-content {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.notify-default.style-two .row {
		flex-direction: column-reverse;
	}
	.banner-content {
	  max-width: 330px;
	}
	.banner-title {
		max-width: 220px;
	}
	.notify-default.style-two {
		padding: 50px 0 120px;
	}
	.notify-default .about-content p:not(:last-child) {
	  margin-bottom: 30px;
	} 
	.notify-default .warp-img {
		width: 100%;
	}
	.notify-default .warp-img img:not(.small-img) {
		padding-left: 150px;
		object-position: top right;
	}
	.notify-default .warp-img img {
		width: 100%;
	}
	.left-bottom {
		left: 25px;
	}
	.left-top {
		left: 210px;
	}
	.small-img {
		width: 230px !important;
		height: 230px !important;
	}
	.section-alt {
	  padding: 100px 0 30px;
	}
	.section-alt .row .img-wrap,.section-alt .row:first-child .img-wrap {
		margin: 0 auto;
	}
	.section-alt.style-two .row:nth-child(2n) .alt-content {
		text-align: left;
	}
	.section-alt.style-two .row:nth-child(2n) .alt-content p {
		margin-left: 0;
	}
	.notify-default.style-two .about-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-alt .alt-content p {
		max-width: 450px;
	}
	.section-alt.style-two .section-title {
	  font-size: 24px;
	  line-height: 1.8;
	}
	.notify-default.style-two .row {
		margin: 0;
	}
	.notify-default.style-two [class*=col-] {
		padding: 0;
	}


}

@media screen and (max-width: 575px) {
	.notify-default .warp-img img:not(.small-img) {
	  padding-left: 100px;
	  height: 400px;
	}
	.small-img {
	  width: 200px !important;
	  height: 200px !important;
	}
	.left-top {
	  left: 170px;
	}
	.section-alt.style-two .section-title {
	  font-size: 20px;
	}
	.section-alt.style-two .row + .row {
		margin-top: 0;
	}
}

@media screen and (max-width: 479px) {
	.small-img {
	  width: 150px !important;
	  height: 150px !important;
	}
	.left-top {
	  left: 140px;
	  bottom: -130px;
	}
	.section-alt {
	  padding: 60px 0 30px;
	}
	.notify-default.style-two .about-content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.notify-default .warp-img img:not(.small-img) {
	  height: 300px;
	}
}

@media screen and (max-width: 399px) {
	.notify-default .warp-img img:not(.small-img) {
	  padding-left: 40px;
	  height: 280px;
	}
}