.content-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .content-section p {
        font-size: 15px;
        color: #999;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.heading-02 {
    font-family: 'Open Sans', cursive !important;
    color: #333;
    font-weight: 400 !important;
    text-transform: none !important;
}

.heading-03 {
    font-family: 'Open Sans', cursive !important;
    color: #333;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}


.border-style {
    border: 1px solid #eeeeee;
    margin-top: 25px;
    margin-bottom: 25px;
}

.st-01 {
    color: #555 !important;
    font-weight: 600 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.content-para {
    padding-top: 0px;
    /*padding-bottom: 30px;*/
}

.gallery-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.icon-slider {
    margin-top: 100%;
}



.panel-section {
    margin-top: 30px;
}

.panel-body h4 {
    font-size: 17px;
}


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #dad6d6;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #EDEDED;
    border-color: #EDEDED;
}


.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #555;
    }

.panel-body ul li {
    color: #999 !important;
}

.panel-body {
    color: #555;
}

.more-less {
    float: right;
    color: #666;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.line {
    border-top: 1px solid #e8e7e7;
    margin-top: 5px;
    margin-bottom: 15px;
}

ul {
    color: #999;
}

.active .panel-heading {
    background: #5CB5BE !important;
    color: white !important;
}

    .active .panel-heading > a {
        color: white !important;
    }

.active .panel-title > a {
    color: white !important;
}




@media(min-width:992px) {
    .container-small {
        width: 800px;
    }

    .dl-horizontal dt {
        text-align: left !important;
    }
}


@media(min-width:768px) {

    .dl-horizontal dt {
        text-align: left !important;
    }
}


@media(max-width:767px) {
    .heading-02 {
        font-size: 24px;
    }

    .icon-slider {
        font-size: 24px !important;
    }
}


.prev {
    text-indent: inherit !important;
    box-sizing: initial !important;
    overflow: initial !important;
}

    .prev img {
        text-align: center;
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        height: 15px;
    }

.next {
    text-indent: inherit !important;
    box-sizing: initial !important;
    overflow: initial !important;
}

    .next img {
        text-align: center;
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        height: 15px;
    }

.center-all {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px !important;
}

.table-header td {
    font-size: 17px;
}

.col-table td{
    background: #5CB5BE !important;
    color: white;
}

.tab-color{
  font-size:17px
}

.table-style tr td{
    border:1px solid #d7d4d4 !important
}