/* here you can put your own css to customize and override the theme */


/*==================================  Global  ========================================*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.page-content {
    background: url("../../../img/doodles.png");
    background-repeat: repeat;
    z-index: -3;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

section {
    padding: 45px 0 60px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

/*==================================  Button  ========================================*/

.btn {
    background-color: transparent;
    border: 1px solid #16b5b5;
    border-radius: 0px;
    color: #16b5b5;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    background-color: #16b5b5;
    color: #fff;
}
/*==================================  Form  ========================================*/

.input-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 14px 28px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5) !important;
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5) !important;
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5) !important;
}

::-webkit-input-placeholder {
    color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
    color: #969595;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #969595;
}

:-ms-input-placeholder {
    color: #969595;
}

textarea {
    margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0;
    border: 1px solid #16b5b5;
    background-color: #16b5b5;
    color: #fff;
}

.input-group-addon i {
    color: #dedede;
}

/*==================================  Nav  ========================================*/

.navbar {
    margin-bottom: 0px;
}

/*=================================== pricing demo ======================================*/

.price-catagory {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.price-box {
    padding: 30px;
    border: 1px solid rgba(22, 181, 181, 0.53);
    color: #404040;
    height: 480px;
    position: relative;
}

.price-box p {
    font-size: 14px;
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: teal;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}

.price-box p span.price {
    font-size: 45px;
    color: #000000;
}

.price-box p:nth-child(2) {
    color: #000000;
}

.price-box ul {
    padding: 0;
    margin: 0;
}

.price-box ul li {
    list-style: none;
    padding: 5px 0px;
}

.price-box ul li i {
    color: #db5252;
    font-size: 18px;
    margin-right: 12px;

}

.price-box .btn-pricing {
    position: absolute;
    bottom: 30px;
    text-transform: capitalize;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.pricing .price-catagory:nth-child(2) {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
    z-index: 2 !important;
    color: #fff !important;
    background: #16b5b5 !important;
    border-color: #16b5b5 !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing .price-catagory:nth-child(2) .price-box p:nth-child(2) {
    color: #dedede;
}

.pricing .price-catagory:nth-child(2) .price-box p span.price {
    color: #fff;
}*/

.price-catagory:hover {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: #fff;
    background: #16b5b5;
    border-color: #16b5b5;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.price-catagory:hover .price-box .btn-pricing {
    color: #ffffff;
    border: 1px solid #82d1d1;
}

.price-box .btn-pricing:hover {
    background-color: teal;
    border: none !important;
}

/*=================================== Media Query ======================================*/

@media all and (min-width: 768px) {
    .price-catagory {
        padding-right: 0px;
        padding-left: 0px;
    }
}