@media screen and (min-device-width: 340px) and (max-device-width: 630px)
{
.banner_img
{
    display: none;
}
.banner_img900 
{
    display:block;
    position: relative;
    margin-top:30%;
    
}
.banner_img900 img {
    width: 100%;
    position: relative;
    z-index: -3;
}

.banner_text900 {
    position: absolute;
    font-size: 40px;
    color: white;
    width: 60%;
    font-family: 'Arya', sans-serif !important;
    margin-left: 2%;
    text-shadow: 2px 3px 4px black;
    z-index:-2;
}
 .service
    {
        display: block;
        height: auto;
        
    }
    .service-head
    {
        display: block;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-size: 25px;
        color: #fec240;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 2%;
        text-shadow:1px 2px 2px black;
    }
    .party-head
    {
        display: block;
        font-family:'Irish Grover', cursive;
        font-size: 25px;
        color: #bb141b;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 2%;
        text-shadow:1px 2px 2px black;
    }
    .service{
        display: block;
        margin-bottom: 2%;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        
    }
    .serv-row
    {
        display: block;
        
        height: auto;
    }
     .serv-row a
    {
        text-decoration: none;
    }
    .serv-col
    {
        width:100%;
    }
    .serv-col p
    {
        text-align: center;
    }
    .service-info
    {
        display: block;
        background-color: #f6f6f6;
        text-align: center;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        color: #493f83;
    }
    .service-info p
    {
        width:70%;
        margin-left: 15%;
    }
    .serv_text
    {
        display: block;
        background-color: #bb141b;
        color:#fec240;
        height: 50px;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
    }
    .serv_text p
    {
        padding-top:15px;
    }
    .dept-sym-img
    {
        margin: 5%;
        box-shadow: 4px 4px 8px 0px #4b4444;
        border-radius: 0px 0px 8px 8px;
    }
    .dept-sym-img img
    {
        display: block;
        width:100%;
        padding:5%;
        transition: .5s ease;
    }
    .attrib_text
    {
        display: block;
        height: 1px;
        color:#d1bdbd;
    }
     .attrib_text a
    {
      color: #d1bdbd;
    }
    .hover_text 
    {
        color: white;
        font-size: 20px;
        position: absolute;
        margin-top: 50%;
        left: 50%;
        width: 170px;
        height: 40px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        background-color: #fec240;
        padding-top: 2%;
        border-radius: 8px;
        box-shadow: 2px 2px 4px 1px #190202;
    }
    .text_overlay 
    {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #520c12;
    }
    .dept-sym-img:hover .text_overlay
    {
        opacity: 1;
    }
    .dept-sym-img:hover 
    {
        background-color: #bb141b;
    }
    .dept-sym-img:hover img
    {
        opacity: .0;
        transition: .5s ease;
        
    }
    .get_in_row 
    {
        display: block;
        height: auto;
        margin-bottom: 2%;
        border-radius: 8px;
        background-color: #fec240;
        box-shadow: 2px 2px 5px 1px #6d6767;
    }
    .get_image img
    {
        width:100%;
        padding: 2%;
        border-radius: 12px;
    }
    .get_in_text
    {
       width: 100%; 
       font-size: 30px;
       margin-top:25px;
       margin-left:5%;
    }
    .get_image
    {
        width: 100%;
    }
    .get_in_button
    {
       
        display: block;
    }
    .contact_btn 
    {
        display: block;
        background-color: #bb141b;
        border-radius: 8px;
        margin-top: 25px;
        color: #ffffff;
        cursor: pointer;
        height: 65px;
        width: 80%;
        padding-top: 7px;
        margin-left: 10%;
        margin-bottom: 5%;
        box-shadow: 2px 2px 3px 0px #6d6767;
    }
    .contact_btn a
    {
        text-decoration: none;
        font-size:40px;
        color:#ffffff;
        margin-left: 8%;
        margin-top: 5%;
    }
    
    
    /*gallery*/
    .header-sec{
      
    }
    .head{
       
        text-align: center;
        height: 50px;
        margin-bottom: 15px;
        font-size: 20px;
        color: #bb141b;
    }
    .gallery-block{
       
        display: flex;
        height: auto;
        margin-bottom: 70px;
       
        text-align: center;
        font-family: roboto;
        overflow-x:scroll ;
        white-space: nowrap;
    }    
    .gallery-block::-webkit-scrollbar {
        display: none;
    }

    .gallery-block {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    
    .gallery {
        margin: auto;
        text-align: center;
        font-family: roboto;
       
    }
     .vid_gallery {
        
       display: none;
        margin: auto;
        text-align: center;
        font-family: roboto;
        padding : 50px;
       
    }
    .vid_gallery_mb
    {
        display:block;
        margin: auto;
        text-align: center;
        font-family: roboto;
        padding-bottom: 50px;
    }
    .title{
        color: black;
        font-size: 18px;
        font-family: roboto;
    }
    .gallery img{
        
        height: 150px;
        width: auto;
        padding:1%;
    }
    .attrib_text{
        display:none;
    }
}