
  .news-banner .container {
	max-width: 1170px;
	width: 100%;
  }
  #category-news h2 {
   color: #1C478B;
    font-weight: 600;
}
  #category-news .container {
	max-width: 1280px;
  }
  .news-banner {
	padding: 70px 0;
  }

  .news-banner h1 {
	color: #1C478B;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 15px;
  }
  .news-banner span {
	color: #2C8DA7;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 22px;
	float: left;
	width: 100%;
  }
  .current-news {
	padding-left: 50px;
  }

  .news-banner p {
	color: #4A4A4A;
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 30px;
	max-width: 620px;
  }
  .search-box {
	position: relative;
	max-width: 500px;
  }
  .search-box input {
	width: 100%;
	height: 65px;
	border: 3px solid #1E4E9C;
	border-radius: 50px;
	padding: 0 95px 0 30px;
	font-size: 16px;
	outline: none;
  }
  .search-box button {
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 65px;
	border: 0;
	border-radius: 50px;
	background: #10499D;
	color: #fff;
	cursor: pointer;
  }
  .search-box button:hover {
	background: #163d7c;
  }
  .left-image .img-fluid {
	max-width: 350px;
	width: 100%;
  }
  .search-box .fa-solid, .fas {
	font-size: 20px;
  }

  .search-box input::-webkit-input-placeholder{
	font-style: italic;
  }

  .search-box input::-moz-placeholder{
	font-style: italic;
  }

  .search-box input:-ms-input-placeholder{
	font-style: italic;
  }

  .search-box input::placeholder{
	font-style: italic;
  }

  @media(max-width:991px) {
	.news-banner {
	  text-align: center;
	}
	.news-banner h1 {
	  font-size: 45px;
	}
	.news-banner p {
	  font-size: 18px;
	  max-width: inherit;
	}
	.search-box {
	  margin: 0 auto;
	}
	.left-image {
	  margin-bottom: 40px;
	}
  }

  @media(max-width:767px) {
	.news-banner {
	  padding: 50px 0;
	}
	.news-banner h1 {
	  font-size: 38px;
	  line-height: 38px;
	}
	.news-banner p {
	  font-size: 18px;
	}
	.search-box input {
	  height: 60px;
	  font-size: 17px;
	}
	.search-box button {
	  height: 60px;
	  width: 80px;
	  font-size: 22px;
	}
	.desktop-banner {
	  display: block; 
	}
  }
