@font-face {
    font-family: 'vazir';
    src: url(../fonts/vazir.eot?#) format("eot"), url(../fonts/vazir.woff) format("woff"), url(../fonts/vazir.woff2) format("woff2");
}

.navbar {
    padding: 0;
}

.navbar-brand {
    /*padding-bottom:0;*/
}

.navbar .dropdown-menu li {
    margin-left: 0!important;
    width: 100%;
}

body {
    direction: rtl!important;
    font-family: 'vazir';
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.card-title {
    letter-spacing: -1px;
}

h3 {
    font-size: 1.25rem !important;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0!important;
    padding-right: 0!important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.btn-large {
    background: #55c6bf;
    border: 1px solid #55c6bf!important;
    border-width: 1px 0;
    color: #fff!important;
    padding: 1em 2em;
}


.btn-large:hover {
    background-color: #5EC7BF!important;
}

.btn-success {
    background-color: #56d4b2;
    border: 1px solid #56d4b2!important;
    border-radius: 8px;
    color: #fff;
    padding: 10px 41px;
}

.btn-danger {
    background-color: #ce585a;
    border: 1px solid #ce585a!important;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
}

.btn-default {
    border: 1px solid #666!important;
    border-radius: 8px;
    padding: 10px 20px;
}


.btn-default:hover {
    background-color: rgb(233, 233, 233)!important;
    border-radius: 8px;
    padding: 10px 20px;
}

.btn-info {background-color: #6d7fcc !important;
    border-color: #6d7fcc !important;}
.btn-info:hover {background-color: #5a6bb7;}

.badge-pill {
    padding-left: 0.9em;
    padding-right: 0.9em;
    border-radius: 10rem;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
}

.badge-info {
    background-color: #d2f1e8;
    color: #222;
}

.btn-success:hover {
    background-color: #3ec2bb;
}

.jumbotron {
    background-color: transparent;
}

.bk {
    background-color: #c5efed;
}

.btn-outline-primary:hover {
    background-color: #40BFBF;
    color: #fff!important;
}

p {
    color: #444;
    font-size: 1rem;
    line-height: 170%;
}

small {
    font-size: .8rem;
}

.counter {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    padding: 22px 20px;
}

.counter .count-data {
    margin-bottom: 10px;
    margin-top: 10px;
}

.counter .count {
    color: #3E4D6C;
    font-weight: 700;
    margin: 0 0 5px;
}

.counter p {
    font-weight: 600;
    margin: 0;
}

#content_rel_posts a {
    text-decoration: none;
}

#content_rel_posts p {
    font-size: 1.3em;
    margin: 0;
    padding: 5px 0 0;
}

#content_rel_posts p a {
    border: 0;
    color: #21759b;
}

#content_rel_posts img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 0;
}

.post_title {
    color: #222;
}

.post_title:hover {
    color: #222;
}

.count_message {
    background-color: #eee;
    border-radius: 5px;
    direction: ltr;
    font-size: 70%;
    margin-top: 3px;
    padding: 3px 5px;
    z-index: 9999;
}

.gridpost_title {
    color: #222;
    font-size: .9em;
    font-weight: 700;
    line-height: 140%;
}

.gridpost_title:hover {
    color: #222;
}

a {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #2ab18d;
    transition: all .3s ease-out;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    border: 0;
}

form input,
textarea {
    outline: none;
}

.line-space {
    margin-bottom: 40px;
}

#header {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1999;
}

h4 a {
    color: #688a81;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.featured {
    border: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
}

.datepost {
    color: #999;
    font-size: 100%;
    line-height: 50%;
}

.excerpt {
    color: #666;
    font-weight: lighter;
    line-height: 200%;
}

.post-meta-inline {
    font-size: 1.5rem;
    line-height: 1.3rem;
    padding-right: 10px;
    padding-top: 3px;
}

.control-label {
    font-size: 1rem;
    font-weight: 400;
}

.post-meta-inline a {
    color: #333!important;
}

.thumb {
    border: 1px solid rgba(0, 0, 0, .15);
    display: block;
    height: 16rem;
    width: auto;
}

.thumb-single {
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    display: block;
    height: 30em;
    width: auto;
}

.content-body p,
body>.content-body ol,
.content-body li {
    color: #333;
    font-size: 140%;
    line-height: 160%;
}

.ui-menu .ui-menu-item,
.ui-autocomplete {
    font-family: 'vazir';
}

.content-body p a {
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}

.mejs-container {
    margin: 20px 0 30px;
}

.gridpost {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 130px;
}

.focusmap {
    border: none;
    height: 350px;
    margin: 0 auto;
    width: 100%;
}

.navbar-default {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    z-index: 9999;
}

.navbar-default .navbar-brand {
    height: 67px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3e3e3e;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 120%;
    padding: 3rem 1.1rem 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    color: #7DC442;
    transition: all .4s ease-out;
}

.navbar-default .navbar-nav>li.active a {
    background: transparent;
    box-shadow: 0 0 0 #000;
    color: #e10000;
}

.navbar-default .navbar-nav>li.active a:hover {
    background: transparent;
    color: #e10000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #e10000;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-bottom-color: #3e3e3e;
    border-top-color: #3e3e3e;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border-bottom-color: #e10000;
    border-top-color: #e10000;
    transition: all .3s ease-out;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-bottom-color: #e10000;
    border-top-color: #e10000;
}

.navbar-toggle {
    margin-top: 28px;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
    padding: 0;
}

.dropdown-menu li a {
    border-bottom: 1px dotted #e2e2e2;
    color: #3e3e3e;
    font-size: 1em;
    font-weight: 600;
    padding: 12px 20px;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    color: #3e3e3e;
    filter: none!important;
    transition: all .2s ease-in-out;
}

.dropdown-menu .active>a {
    background: #f5f5f5!important;
    color: #3e3e3e!important;
    filter: none!important;
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: #fff;
        border: none;
        border-bottom: 1px solid #303440;
        border-top: 1px solid #303440;
        margin: 0;
        margin-left: 10px;
        padding: 0 30px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #303440;
        height: 40px;
        line-height: 40px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #f06;
    }
}

.search-link {
    display: block;
    padding: 5px 5px 5px 10px;
}

.search-li {
    padding: 1%;
}

.home-top {
    margin: 50px 0;
    padding: 60px 50px;
    text-align: center;
}

#agency .home-top {
    text-align: center;
}

.home-top h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-top p {
    margin-bottom: 40px;
}

.home-top a {
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    border: 1px dotted #bebebe;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all .6s ease-out;
}

.home-top a:hover {
    border: 1px dotted #e5ce06;
    color: #e5ce06;
}

.inner-item {
    margin: 5px auto 30px;
}

a.button {
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    border: 1px dotted #bebebe;
    font-size: .9em;
    font-weight: 600;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all .6s ease-out;
}

a.button:hover {
    border-color: #e10000;
}

div.pagination {
    margin: 0 auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.pagination {
    margin: 0;
    padding: 0;
}

ul.pagination li a,
.resource {
    -webkit-transition: .5s;
    border: 1px dotted #bebebe;
    border-radius: 4px;
    color: #5c606d;
    font-size: 130%;
    font-weight: 500;
    margin: 0 3px;
    transition: .1s;
}

#loader {
    background: rgba(0, 0, 0, 0.65) url(../images/loading2.gif) no-repeat center center;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

ul.pagination li a:hover {
    background-color: #7bc241;
    border-color: #7bc241;
    color: #fff;
}

ul.pagination li.active a {
    background-color: #7bc241;
    border: 1px dotted #7dc341;
    color: #fff;
}

ul.pagination li.active a:hover {
    background: transparent;
    border-color: #7bc241;
    color: #7bc241;
}

.corp-container {
    margin: 0 auto;
    max-width: none;
    padding: 0 15px;
    position: relative;
    width: 1170px;
}

.site-footer .widgets {
    padding-top: 95px;
    width: 100%;
}

.site-footer .widgets .widget .widget-title {
    font-size: 1.0666em;
    font-weight: 500;
}

.site-footer .widgets.widgets-4 .widget {
    width: 22.9375%;
}

.site-footer .widgets .widget {
    box-sizing: content-box;
    float: left;
    margin: 0 2% 95px 0;
}

.site-footer .widgets .widget a {
    font-size: .8rem;
}

a.card-link:hover {
    background-color: #284c66;
    color: #fff;
}

.thumb {
    -moz-box-shadow: inset 0 0 13em #000;
    -webkit-box-shadow: inset 0 0 13em #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 13em #000;
    display: block;
    margin: 5px auto 30px;
    padding: 0;
    width: auto;
}

.thumb h1 {
    color: #fff!important;
    font-size: 1.5rem;
    left: 10%;
    position: absolute;
    right: 10%;
    text-shadow: 0 0 5px #000;
    top: 35%;
}

.br-current-rating {
    color: #666;
    display: block;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.img {
    vertical-align: middle;
    border-style: none;
}

.img-thumbnail {
    border: 0;
}

.img-circle {
    border-radius: 50%;
}

.resource {
    border: 1px dotted #bebebe;
    border-radius: 4px;
    color: #5c606d;
    font-size: 100%;
    font-weight: 500;
    margin: 20px 3px;
    padding: 2%;
}

.resource:hover {
    background-color: #7bc241;
    border-color: #7bc241;
    color: #fff;
}

#footer {
    padding: 0 30px;
}

#footer .widgets {
    display: inline-block;
    padding: 2% 0;
}

#footer .widgets .footer-widget h5 {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 130%;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

#footer p {
    font-size: .8rem;
    padding: 5px 0;
}

.grid-margin {
    margin-bottom: 2.5rem;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.card {
    border: 0;
    border-radius: 20px;
}

.card .card-title {
    color: #010101;
    margin-bottom: 1.2rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.card-people .weather-info {
   
}

.card-people {
    position: relative;
}

.card-people img {
    border-radius: 20px;
    width: 100%;
}

.card-people .weather-info .location {
    font-size: 20px;
    margin-bottom: 0;
}

.icon-data-list {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}

.icon-data-list li img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 100%;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #6d7fcc;
    color: #fff;
    transition: all 0.3s;
    

}



#sidebar.active {
    margin-right: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}



#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-size: 1.1em;
    display: block;
    color: #ffffff !important;
    border-radius: 15px !important;
    margin-bottom: .5rem;
}

#sidebar ul li a:hover {
    color: #7386D5 !important;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
   

    z-index: 1000;
   
   
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 200px;
        margin-right: -200px;
    }
    #content {
        width: calc(100%-200px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    #sidebar.active {
         margin-right: 0px;
    }
    #sidebarCollapse span {
        display: none;
    }
}

label.check {
    cursor: pointer
}

label.check input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.check span {
    padding: 5px 10px;
    border: 2px solid #56D4B2;
    display: inline-block;
    color: #56D4B2;
    border-radius: 50px;
    margin: 0 .2rem;
}

label.check input:checked+span {
    border-color: #56D4B2;
    background-color: #56D4B2;
    color: #fff
}

.progress {
    display: none;
    position: relative;
    margin: 20px;
    width: 400px;
    background-color: #ddd;
    border: 1px solid blue;
    padding: 1px;
    left: 15px;
    border-radius: 3px;
}

.progress-bar {
    background-color: green;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}

#outputImage {
    display: none;
}

.error {
    color: #ad7b7b;
    background: #ffb3b3;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 3px;
    border: #f1a8a8 1px solid;
}

input#uploadImage {
    border: #f1f1f1 1px solid;
    padding: 6px;
    border-radius: 3px;
}

#outputImage img {
    max-width: 300px;
}

#submitButton {
    padding: 7px 20px;
    background: #9a9a9a;
    border: #898a89 1px solid;
    color: #F0F0F0;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 0.8em;
}

.social {
    padding-right: 3%;
}

.emailinput,
.emailbutton {
    border: 1px dotted #bebebe;
    border-radius: 4px;
    color: #777;
    font-size: 120%;
    font-weight: 500;
    margin: 0 3px;
    margin: 1%;
    padding: .6rem;
    width: 80%;
}

.emailbutton {
    background-color: #fff;
    color: #7DC442;
    width: auto;
}

.emailbutton:hover {
    background-color: #7DC442;
    color: #fff;
    margin: 0 3px;
    transition: all .3s ease-out;
}

.c-comments__list {
    list-style: none;
    margin-top: 18px;
    padding: 0;
}

.c-comments__list>li {
    border-bottom: 1px solid #f3f3f3;
    padding: 1rem 1rem 1rem;
}

.c-comments__list>li section {
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-left: -30px;
    margin-right: -30px;
}

.c-comments__list>li section .aside {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    flex: 0 0 27%;
    max-width: 27%;
}

.c-comments__list>li section .article,
.c-comments__list>li section .aside {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.c-comments__user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

.c-comments__list>li section .article {
    padding-bottom: 5px;
}

.c-comments__list>li section .article p {
    color: #505050;
}

.c-comments__user-shopping>li .cell-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 8px;
}

.date {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 8px;
}

#comment_submit:hover {
    background-color: #7DC442;
    color: #fff;
    transition: all .1s ease-out;
}

#comment_submit {
    background-color: #fff;
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #777;
    color: #7DC442;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1%;
    padding: .6rem;
    padding: 1rem;
    width: auto;
}

#footer {
    padding-top: 1rem;
}

#footer .copyright {
    border-top: 1px solid #ddd;
    color: #ccc;
    font-size: 1rem;
}

.thumbnail {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    width: 60px;
}

.menu-footer li a:hover,
#footer .copyright a:hover,
a:hover {
    color: #3E4D6C;
}

.menu-footer li {
    display: inline-block;
    font-size: .8rem;
    margin: .4rem;
}

#footer>div>div>div.row.copyright>div>ul>li:nth-last-child(1):after {
    content: ' ';
    margin-left: 0;
}

.comments-list,
.comment {
    width: 100%;
}

.comments-section .children {
    margin-right: 5%;
    padding-right: 0;
    width: 95%;
}

.bypostauthor {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 2% 1%;
    padding: 1%;
}

.commentlist {
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
    margin-right: 40px;
    margin-top: -10px;
}

.reply {
    margin-bottom: 20px;
}

.comment-form-comment input,
select,
textarea {
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #EEE inset;
    font-size: 1.8rem;
    padding: 1rem;
    width: 100%;
}

.comment-form-author input,
select,
textarea,
.comment-form-email input,
select,
textarea,
.ninja-forms-field {
    border: 1px solid #DDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px #EEE inset;
    font-size: 1.8rem;
    padding: 1rem;
    width: 100%;
}

.label-above label,
.ninja-forms-error-msg {
    font-size: 1.8rem;
    padding: 1rem;
}

.ninja-forms-error-msg,
.ninja-forms-field-error>p {
    color: red!important;
}

#ninja_forms_field_8_error>p,
#ninja_forms_field_5_error>p {
    color: red!important;
}

.ninja-forms-success-msg>div>p {
    color: #7CC341!important;
}

@media all and (min-width: 50em) {
    .comments-section .children {
        margin-left: calc(7rem);
        margin-left: -moz-calc(7rem);
        margin-left: -webkit-calc(7rem);
        width: calc(100% - 7rem);
        width: -moz-calc(100% - 7rem);
        width: -webkit-calc(100% - 7rem);
    }
}

.comment {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    margin-bottom: 0;
    margin-top: 20px;
    padding: 2%;
}

.comment-respond,
#comments {
    background-color: #fafafa;
    padding: 30px 2%;
}

ol.commentlist li ul.children li.depth-2 {
    border-right: 5px solid #555;
    margin: 0 .35em .25em 0;
    padding-right: 15px;
}

ol.commentlist li ul.children li.depth-3 {
    border-right: 5px solid #999;
    margin: 0 .35em .25em 0;
    padding-right: 15px;
}

ol.commentlist li ul.children li.depth-4 {
    border-right: 5px solid #bbb;
    margin: 0 .35em .25em 0;
    padding-right: 15px;
}

.comment-wrap {
    background-color: #fafafa;
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    margin-bottom: 30px;
    padding: 20px 0;
}

header.masthead {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url(../images/doctorsanj1.jpg) no-repeat center center;
    background-color: #343a40;
    background-size: cover;
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
}

header.masthead .overlay {
    background-color: #212529;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width:768px) {
    header.masthead {
        padding-bottom: 12rem;
        padding-top: 12rem;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    background-size: cover;
    min-height: 30rem;
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.features-icons {
    padding-bottom: 7rem;
    padding-top: 7rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-bottom: 7rem;
    padding-top: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    box-shadow: 0 5px 5px 0 #adb5bd;
    max-width: 12rem;
}

.call-to-action {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url(../img/bg-masthead.jpg) no-repeat center center;
    background-color: #343a40;
    background-size: cover;
    padding-bottom: 7rem;
    padding-top: 7rem;
    position: relative;
}

.call-to-action .overlay {
    background-color: #212529;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

footer.footer {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

div.panel-heading.card-header>h3 {
    font-size: 1.5em;
    margin-top: 0;
    text-align: center;
}

div.panel-heading.card-header {
    background-color: #fff;
    text-align: center;
}

.category {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #3e3e3e!important;
    margin: 5px;
    padding: 15px;
}

.category:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    color: #000!important;
}

.blog-grids {
    margin: 0 -15px;
    overflow: hidden;
}

.selected {
    background-color: #0088B7;
    color: #f5f5f5!important;
}

.selected:hover {
    background-color: #214d6d;
    color: #f5f5f5!important;
}

.tests .card {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 0!important;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 15px;
    width: calc(33.33% - 30px);
}

pre {
    display: none;
}

.login-panel {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 25px;
    text-align: right;
}

.login-panel .form-control {
    -webkit-appearance: none;
    -webkit-transition: .3s background-color;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 10px;
    padding: 15px;
}

.login-panel .btn {
    -webkit-appearance: none;
    -webkit-transition: .3s background-color;
    background-color: #0088B7;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #footer .widgets {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    #footer .widgets {
        padding: 60px 40px;
    }
    #footer .widgets .footer-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    #footer .widgets {
        padding: 60px 10px;
    }
    #footer .copyright {
        margin: 40px 10px 10px;
    }
}