/* Minification failed. Returning unminified contents.
(17,54): run-time error CSS1046: Expect comma, found '66'
(17,61): run-time error CSS1046: Expect comma, found '/'
(17,76): run-time error CSS1046: Expect comma, found '175'
(17,84): run-time error CSS1046: Expect comma, found '/'
 */
body {
}

.header{
    width:100%;
    background-image: url(../Images/speciality.jpg);
    background-position:center;
    background-size:cover;
    margin-top:0px;
}

    .header .layer {
        height: 100%;
        width: 100%;
        padding: 80px 100px;
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / 0.95),rgb(11 175 240 / 0.95));
    }
        .header .layer .title {
            color: #f91a15;
            font-size: 50px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight:bold;
            text-transform:uppercase;
        }
        .header .layer .description {
            font-size: 16px;
            color: #fff;
        }

.solid-header {
    background-color: #05357c;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    font-family: 'Roboto', sans-serif;
}
    .solid-header > .title {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .solid-header > .description {
        font-size: 20px;
    }


.category-title {
    font-size: 30px;
    color: #565656;
    font-family: 'Roboto Condensed', sans-serif;
    display:inline-block;
    padding-left:70px;
}

.category {
    margin-top: 0px;
    font-size: 30px;
    outline: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #565656;
}

.blog-body{
    padding:30px;
    padding-left:100px;
}

.blog-body > table{
    width:100%;
}
.blog-body > table tr{
    border:1px solid #eee;
    cursor:pointer;
}
.blog-body > table tr:hover{
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.10);
}
.blog-body > table .image{
    width:200px;
    padding:10px;
}
.blog-body > table .image > img{
   width:100%;
}
.blog-body > table .details{
    vertical-align:top;
    padding:10px;
    padding-left:0px;
}
.blog-body > table .details > .title{
    font-size:16px;
    font-weight:bold;
    height:50px;
    overflow:hidden;
}
.blog-body > table .details > .sub-title{
    font-size:14px;
    color:#999;
    height:45px;
    overflow:hidden;
}
  
.blog-body > table .details > .date{
    font-size:12px;
    color:#999;
} 
    

@media (max-width:991px) {
    .header .layer .ptoduct-title {
        font-size: 32px;
        padding: 80px;
    }
}

@media (max-width:767px) {

    .header .layer .ptoduct-title {
        font-size: 28px;
        padding: 70px 30px;
    }

    .header .layer .ptoduct-description {
        font-size: 14px;
    }

    .solid-header {
        padding: 30px 10px;
    }
        .solid-header > .title {
            font-size: 30px;
        }
        .solid-header > .description {
            font-size: 16px;
        }


    .category-title {
        padding-left: 40px;
    }


    .blog-body {
        padding: 20px 5px;
    }

        .blog-body > table .image {
            width: 150px;
        }

        .blog-body > table .details > .title {
            font-size: 14px;
            height: 45px;
        }

        .blog-body > table .details > .sub-title {
            font-size: 12px;
            height: 35px;
        }

        .blog-body > table .details > .date {
            font-size: 11px;
        }
}
@media (max-width:650px) {
    .header .layer .ptoduct-title {
        font-size: 20px;
        padding: 40px 20px;
    }

    .header .layer .ptoduct-description {
        font-size: 12px;
    }

    .solid-header > .title {
        font-size: 25px;
    }
    .solid-header > .description {
        font-size: 14px;
    }

    .category-title {
        font-size: 25px;
        padding-left: 0px;
    }

    .category {
        font-size: 23px;
    }
}


@media (max-width:500px) {
    .category-title {
        font-size: 20px;
    }

    .category {
        font-size: 20px;
    }
}





    .blog-description{
        padding:50px 50px;
    }
    
    .blog-description .blog-heading{
        font-size:35px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    
    .blog-description .blog-sub-heading{
        font-size:28px;
        font-family: 'Roboto Condensed', sans-serif;
        color:#ef9452;
    }
    
    .blog-description .date {
        font-size:17px;
        padding-left:5px;
        padding-bottom:10px;
        color:#707070;
        font-family: 'Roboto', sans-serif;
    }
    .blog-description .image{
        margin-top:20px;
        width: 100%;
        height: 450px;
        background-position: center;
        background-size: cover;
        margin-bottom:20px;
    }

        .blog-description .image iframe {
            width: 100%;
            height: 450px;
        }

        .blog-description .description {
            width: 100%;
        }

        .not-found{
            font-family: 'Roboto Condensed', sans-serif;
            color:#ef9452;
            text-align:center;
            padding-top:150px;
        }

@media (max-width:991px) {
    .blog-description .blog-heading{
        font-size:30px;
    }
    
    .blog-description .blog-sub-heading{
        font-size:22px;
    }
    
    .blog-description .date {
        font-size:15px;
    }
}
@media (max-width:767px) {
    .blog-description{
        padding:50px;
    }
    .blog-description .blog-heading{
        font-size:25px;
    }
    
    .blog-description .blog-sub-heading{
        font-size:18px;
    }
    
    .blog-description .date {
        font-size:14px;
    }
        .blog-description .image {
            height: 350px;
        }
        .blog-description .image iframe {
            height: 350px;
        }
}

@media (max-width:650px) {
    .blog-description {
        padding: 50px 30px;
    }
        .blog-description .image {
            height: 300px;
        }
        .blog-description .image iframe {
            height: 300px;
        }
}
@media (max-width:500px) {
    .blog-description {
        padding: 50px 0px;
    }
        .blog-description .image {
            height: 250px;
        }
        .blog-description .image iframe {
            height: 250px;
        }
}

.related-blog{
    padding-top:40px;
}
.related-blog > .related-head{
    font-size:25px;
    text-align:center;
    padding-top:10px;
}

    .related-blog > .item {
        width: 33.33%;
        position:relative;
        float:left;
        padding: 15px;
        cursor:pointer;
    }

            .related-blog > .item > img {
                width: 100%;
            }

            .related-blog > .item > .writer {
                font-size: 15px;
                color: #2dbbd4;
                font-family: 'Roboto Condensed', sans-serif;
                padding-top:10px;
                height:30px;
                overflow:hidden;
            }
            .related-blog > .item > .writer > span {
                color: #888;
            }

            .related-blog > .item > .heading {
                font-size: 16px;
                color: #2e2e2e;
                padding-top:10px;
                height:55px;
                overflow:hidden;
            }

            .related-blog > .item > .description {
                font-size: 13px;
                color: #888;
                padding-top:10px;
                height:50px;
                overflow:hidden;
            }

@media (max-width:767px) {
    
.related-blog > .related-head{
    font-size:20px;
}

    .related-blog > .item {
        width: 50%;
        padding: 5px;
    }

        .related-blog > .item > .writer {
            font-size: 12px;
            height: 25px;
        }

        .related-blog > .item > .heading {
            font-size: 14px;
            height: 45px;
        }

        .related-blog > .item > .description {
            font-size: 12px;
            height: 45px;
        }

}


.find-locality-context{
    padding:50px 0px;
    text-align:center;
}
    .find-locality-context > .title {
        font-size: 25px;
        padding-bottom:20px;
    }
    .find-locality-context > .goto-button {
        font-size: 14px;
        text-transform:uppercase;
        background-color:#30a058;
        padding:7px 15px;
        color:#fff;
        text-decoration:none;
    }
    .find-locality-context > .goto-button:hover {
        background-color:#1590bd;
        
    }
