body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
/*Header Start*/
.imgbtn {
	padding-top:20px;
  text-align: center;
  margin: 0;;
}
.imgbtn a{
	border-radius: 4px;
	color: #17a2b8;
	border: 2px solid #17a2b8;
	padding: 12px 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .5s ease;
	background-color: transparent;
  margin-left: 10px;
  margin-top: 10px;
}
.imgbtn a:hover{
	background-color: #17a2b8;
	color: #fff;
  text-decoration: none;
}
/*Header End*/
    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 800px;
      height:400px;
    }
    img{
      width: 100%;
      height: 100%
    }
    @media (max-width:767px) {
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 450px;
        height:300px;
      }
      .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      img{
        width: 100%;
        height: 100%
      }
      /*Header Start*/

      .imgbtn a{
      	font-size: 12px;
      }
      /*Header End*/
    }
    @media (max-width:500px) {
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height:100px;
      }
      .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      img{
        width: 100%;
        height: 100%
      }
    }

  h3
  {
    color:#245993;
  }