/**
 * Custom styles to Bootstrap
 * Author: Rana Partap
 */

.btn{
    font-size: 20px;
    font-weight: bold;
    border-radius: 0;
    white-space: normal;
}

/*.item {
    margin-bottom: 5rem;
}*/

@media (max-width: 768px) {
    .btn-wrapper{
        margin-bottom: 3rem;
    }
}

.text-color-theme{
    background-color: #00bbc9;
}

.bg-color-theme{
    background-color: #00bbc9;
}

h2.no-dashed{
    margin-bottom: 0;
    color: #00bbc9;
}

h3 {
    font-size: 1.2rem;
    color: #00bbc9;
    margin-bottom: 2rem;
}

h3.dashed {
        position: relative;
    font-size: 1rem;
}

/*h3.dashed::after {*/
h3.dashed::before{
    display: block;
    position: absolute;
    content: "";
    border-top: 1px solid #00bbc9;;
    width: 100%;
        top: 50%;
        z-index: -1;
    /*margin: 0 1rem;*/
    /*transform: translateY(-.5rem);*/
}
h3.dashed::after{
    content: "";
    width: 150px;
    position: absolute;
    top: 5px;
    left: calc(50% - 75px);
    z-index: -1;
    border-top: 10px solid #ffffff;
}

ul.checked li {
    margin: 0.6rem 0;
    line-height: 1.4;
}

ul.checked li:before{
    content: '\f046';
    margin: 0 10px 0 -27px;
    color: #000;
    top: 3px;
    position: relative;
}

@media (min-width: 768px) {
    ul.checked {
        font-size: .9rem;
    }
}
@media (min-width: 1600px) {
    ul.checked {
        font-size: 1.1rem;
    }
    ul.checked li {
        margin: 0.9rem 0;
    }
    ul.checked li:before{
        font-size: 21px;
        margin: 0 10px 0 -30px;
    }
}
@media (min-width: 2000px) {
    ul.checked {
        font-size: 1.3rem;
        -webkit-padding-start: 38px;
    }
    ul.checked li {
        margin: 0.9rem 0;
    }
    ul.checked li:before{
        font-size: 25px;
        margin: 0 15px 0 -38px;
    }
}

@media only screen and (min-width: 1600px){
    .container-fluid {width: 85%;}
}

#sec-sitecontents .item .image-wrapper {
    background-image: url(images/sitecontents-bg.png);
    background-size: 90%;
}

#sec-sitecontents .item .image {
    max-height: 250px;
}

#sec-video h2 small {
    /*font-weight: 700;*/
    font-family: Impact;
    display: inline-block;
    padding-bottom: 10px;
    color: #616161;
    font-size: 75%;
    /*letter-spacing: unset;*/
}

/***************************
* sec-heading Section
****************************/
#sec-heading .fix-height{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#sec-heading .image-bg{
    background-image: url(images/header-bg-l.png), url(images/header-bg-r.png);
    background-color: #00bbc9 ;
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    background-size: 15%, 40%;
}

#sec-heading h2 {
    color: #fff;
}



/***************************
* sec-beforeafter Section
****************************/
#sec-beforeafter .image-bg{
    background-image: url(images/beforeafter-border-t.png), url(images/beforeafter-border-b.png);

}

/***************************
* sec-button Section
****************************/
#sec-button .image-bg{
    background-image: url(images/sec-button-t.png), url(images/sec-button-b.png);
}

/***************************
* sec-faq Section
****************************/
#sec-faq .image-bg{
    background-image: url(images/faq-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60%;
}