@import url('https://fonts.googleapis.com/css2?family=Anton&family=Quicksand:wght@300;500;700&display=swap&family=Josefin+Sans:wght@100;200;300;400;600;700');
body{
  font-family: 'Quicksand', sans-serif;
  position: relative;
  background: #f1f1f1;
  background-size: cover;
  background-attachment: fixed;
}
.banner-gradient{
    background: rgb(29,0,0);
    background: radial-gradient(circle, rgba(29,0,0,0.165703781512605) 0%, rgba(19,0,0,.75) 100%);
}
.footer-bottom{
  background: #202529;
}
.footer, .push {
    height: 0px;
}
.soc_med .icon {
    height: 30px;
    width: 30px;
    background-size: contain;
    display: block;
}
.bg-whit-trans{
  background: rgba(255, 255, 255, .90);
}
.banner-gradient .lexend-font{
  color: #fff;
}
.lexend-font {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.navbar-nav{
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, .25);
    transition: .5s;
}
.navbar-nav li{
    display: inline-block;
}
.fixed-top .navbar-nav{
    background: rgb(299, 8, 9);
}
.navbar-nav{
    padding: 10px;
}
.navbar-brand{
    width: 150px;
    height: 150px;
    padding: 8px;
}
a.nav-link:before{
  background: rgba(255, 255, 255, .45);
}
.bg1, .bg2, .bg3 {
  background-image: url(../../../../asset/uploads/alappuzha/alpymedcen.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.bg2{
  background-image: url(../../../../asset/uploads/alappuzha/002.webp);
}
.bg3{
  background-image: url(../../../../asset/uploads/alappuzha/001.webp);
}
.modal-close-btn{
    background-color: #ff0000 !important;
    padding: 10px;
    opacity: 1;
    margin: 31px 25px 0 0;
}
.info-blck img{
  margin-left: -42px;
}
.phone_no{
  border-style: dashed !important;
  padding: 5px 15px;
  display: inline-block;
  min-width: 220px;
}
@media (max-width:991.98px) {
    h1, h2, h3{
        line-height: 35px!important;
    }
    .vh-100{
        height: auto!important;
    }
    h2{
        font-size: 2.5rem!important;
    }
    h2 .main{
        font-size: 5.5rem!important;
    }
} 
@media (max-width:767.98px) {
  	h2{
  		font-size: 1.6rem!important;
  	}
    h2 .main{
        font-size: 3.5rem!important;
    }
    .hos-logo{
      width: 250px;
    }
    .halfscreen{
      height: 50vh;
    }
    .navbar-brand{
      width: 120px;
      height: 120px;
    }
    .banner-gradient .lexend-font{
      font-size: 20px;
      padding: .5rem .5rem !important;
    }
}


