body {color: #616161;}
/*believe-wrapper*/
/* Link style
/* ------------------------------ */
a {
    color: #03a9f4;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ed145b;
    outline: none;
    text-decoration: none;
}
.quarter-height {
    height: 35vh !important;
    width: 100%;
}
.lb-play-overlay {
    display: inline-block;
    position: relative;
}
.feature-accordion.gray-accordion .panel-title a{
    background-color: #a8aeb1;
    color: #ffffff;
}

.process-wrapper {
    padding: 110px 110px 0 110px;
}

@media screen and (max-width: 991px) {
    .process-bg-wrapper img {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .process-wrapper {
        padding: 110px 30px 0 30px;
    }
}

.browser-wrapper img{
    display: block;
    margin: 0 auto;
}

/*About Us Page*/
.process-in {
    position: relative;
    text-align: center;
}
.process-in:before {
    top: 35px;
    width: 75%;
    left: 12%;
    content: " ";
    display: block;
    position: absolute;
    border-top: dashed 1px #e6e6e6;
}

@media (max-width: 768px) {
    .process-in:before {
        border: none;
    }
}


.process-in > li .process-number {
    width: 70px;
    height: 70px;
    font-size: 37px;
    font-weight: 500;
    line-height: 60px;
    color: #ed145b;
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.process-in > li:hover .process-number {
    color: #fff;
    background: #ed145b;
}

.process-in .process-desc {
    padding: 0 20px;
    color: #fff;
}
.process-in .process-desc h2{
    margin-bottom: 20px;
}

.single-post .post-wrapper .entry-content img{
    display: block;
    max-width: 100%;
    height: auto;
}
.entry-footer iframe.twitter-share-button {
    display: block;
}
.comment-respond form label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
.comment-respond .form-group {
    margin-bottom: 30px;
}
.comment-respond input[type=text] {
    border: 1px solid #ccc;
    height: 60px;
    padding: 6px 12px;
    box-sizing: border-box;
}

.border-img {
    border:2px solid #00bfff;
    border-radius: 10px;
}
