/* Responsive css */

@media screen and (max-width: 1190px) {
    .gallery-text-col h2 {
        font-size: 6em;
    }
    .gallery-bottom-text {
        width: 50%;
    }

}

@media screen and (max-width: 1024px) {
    .gallery-text-col h2 {
        font-size: 4rem;
    }

    .gallery-bottom-text {
        padding: 12px;
        width: 50%;
    }
    .gallery-bottom-text h2 {
        color: #fff;
        font-size: 4rem;
        font-family: Century Gothic;
    }
}
	
	
@media screen and (max-width: 768px) {
    .contact-details-number {
        line-height: 40px;
        padding-top: 0;
        font-size: 14px;
        padding-bottom: 4px;
        text-align: center;
    }
    .menu_mb {
        position: absolute;
        right: 0;
        top: 47px;
    }
    .logo img {
        display: inline-block;
        width: 55px;
    }
    body {
        padding-top: 114px;
        height: 100%;
    }
    .galler-banner {
        margin-top: 30px;
    }
    .gallery-bottom-text {
        padding: 4px;
        width: 75%;
    }
    .gallery-bottom-text h2 {
        font-size: 4rem;
    }
    .no-padding {
        padding-right:15px;
    }
    .other-pages li {
        display: block;
        margin: 10px 15px;
    }
    .other-pages {
        display: block;
    }
    .header {
        height: auto;
    }
    .about-page img {
        object-fit: cover;
        object-position: top;
        height: 300px;
        margin-bottom: 30px;
    }
    .inner_page {
        padding: 0px 0 60px;
    }
    .header .navbar-default .navbar-nav > li > a {
        color: #777;
        padding: 10px 14px;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 600;
    }
    .header .navbar-nav {
        margin: 0 -15px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    }
    .header .navbar-default .navbar-nav > li > a {
        padding: 12px 14px;
        font-size: 14px;
        text-align: center;
    }
    .header .nav > li {
        position: relative;
        display: block;
        border-bottom: 1px #c0c0c0 dashed;
    }
    .header .hvr-underline-from-left:hover::before, 
    .header .hvr-underline-from-left:focus::before, 
    .header .hvr-underline-from-left:active::before {
        right: 0;
        display: none;
    }
    header.header .navbar-default .navbar-nav > li > a:hover {
        color: #777;
        /*padding-bottom: 15px;*/
        background: #ececec;
    }
    header.smaller .navbar-default .navbar-nav > li > a {
        padding: 12px 14px;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    header.smaller .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 29px;
        margin-right: 25px;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 560px) {
    .welcome-to-row h1 {
        font-size: 38px;
    }
    .gallery-text-col h2 {
        font-size: 4rem;
    }
    .gallery-bottom-text {
        padding: 5px;
        width: 75%;
    }
    .gallery-bottom-text h2 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 480px) {
    .gallery-bottom-text h2 {
        font-size: 2rem;
    }
}


@media (max-width: 767px) {
.saree-block {
    height: auto;
    overflow-y:inherit;
}
}