html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
header{
    padding: 10px 0px;
    text-align: right;
    font-weight: bold;
}
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}
.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
}
.card .card-content span.card-title {
    line-height: 48px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}
.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}
.unfav{
    position: absolute;
    left: 5px;
    top: 5px;
}
.btn-Offline{
    background-color: grey;
    border-color: grey;
}
.btn-InCall{
    background-color: red;
    border-color: red;
}
.main-container .question-title{
    font-size: 14px;
    font-weight: bold;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 20px;
    background-color:#ffffff;
    border-radius:0px;
}
figure{
    max-width: 100%;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.vcenter{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align .alignmiddle{
    display: flex;
    align-items: center;     /* Align the flex-items vertically */
    justify-content: center; /* Optional, to align inner flex-items horizontally within the column  */
    width: 100%;
}
.vertical-align .alignmiddle-left{
    display: flex;
    align-items: center;     /* Align the flex-items vertically */
    justify-content: left; /* Optional, to align inner flex-items horizontally within the column  */
    width: 100%;
}
.vertical-align .alignmiddle-right{
    display: flex;
    align-items: center;     /* Align the flex-items vertically */
    justify-content: right; /* Optional, to align inner flex-items horizontally within the column  */
    width: 100%;
}
.alignleft {
    float: left;
    margin-right: 20px;
    display: inline-block;
}
.alignright {
    float: right;
    margin-left: 20px;
    display: inline-block;
}
.aligncenter {
    text-align: center;
}
.aligncenter > figure  {
    display: inline-block; margin-bottom:20px;
}
figcaption{font-size:90%;text-align:center;color:#888888;}
.post_single img {
    height: auto;
    max-width: 100%;
}
.primary-color{
    color: #ec407a;
}
.main-container{
    min-height: 400px;
    padding-bottom: 50px;
}
.footer-menu{
    background-color: #1C1C1C;
}
.footer-nav{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.footer-nav li {
    display: inline-block;
    padding: 40px 25px;
}
.footer-menu a{
    color: #FFFFFF;
    font-size: 20px;
}
.copy-right{
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 25px;
}
.copy-right a{
    text-decoration: underline;
}
.footer .container{
    position: relative;
}
.footer .social{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -23px;
}
.footer .social-xs{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer .social-xs li{
    display: inline;
}
.footer .social li{
    float: left;
    display: inline-block;
    margin-left: 12px;
}
.footer .social a, .footer .social-xs a{
    border-radius: 50%;
    background-color: #ec407a;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 30px;
    padding: 8px 0px;
}
.footer .social a:hover, .footer .social-xs a:hover{
    background-color: #4e3165;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.navbar-nav > li > a{
    padding: 45px 25px;
}
.navbar-nav > li > a .highlight{
    border-bottom: 2px solid transparent;
}
.navbar-nav > li > a:hover .highlight, .navbar-nav > li.active .highlight{
    border-bottom: 2px solid #ec407a;
}
.navbar-nav > li > a:hover{
    text-decoration: none !important;
}
.navbar-brand{
    padding: 23px 15px;
}
.operator-item{
    margin-bottom: 20px;
}
.operator-item .star-rating{
    display: inline;
}
.operator-item .operator-name{
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 2px;
    color: #333333;
}
.col-avatar{
    padding-right: 0px;
}
.col-avatar div{
    margin-top: 2px;
}
.operator-profile{
    background-color: #EFEFEF;
    height: 540px;
    text-align: center;
    padding: 40px 30px 0px 30px;
}
.operator-item .rating-xs{
    line-height: 20px;
    font-size: 20px;
}
.operator-name{
    margin-bottom: 5px;
}
.operator-view .operator-profile{
    height: auto;
    padding-bottom: 40px;
}
.operator-detailed-profile{
    padding-top: 20px;
}
.operator-detailed-profile p:last-child{
    margin: 0px;
}
.img-operator{
    width: 150px;
    height: 150px;
}
.operator-status{
    margin-bottom: 23px;
}
.sidebar-operator-status{
    padding-bottom: 9px;
}
.sidebar-operator-item{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sidebar-operator-item:last-child{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.sidebar-operator-item .rating-xs, .ranking-item .rating-xs{
    font-size: 14px;
    line-height: 20px;
}
.sidebar-operator-item .rating-xs .caption img {
    width:16px;
}
.ranking-item .rating-xs{
    margin-bottom: 10px;
}
.operator-brief{
    text-align: left;
    padding-top: 23px;
}
.btn-chat{
    margin-bottom: 15px;
}
.btn-chat-xs{
    margin-top: 20px;
}
.btn-chat-xs .btn-primary{
    width: 120px;
    text-align: left;
}
.detailed-profile{
    color: #6590BA;
}
.heading-primary, .heading-primary-sm{
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.heading-secondary{
    margin-top: 0px;
    margin-bottom: 40px;
}
.heading-secondary a{
    color: #333;
}
.heading-primary:after, .heading-primary-sm:after{
    border-bottom: 3px solid #ec407a;
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 80px;
    margin-left: -40px;
}
.heading-primary-sm:after{
    width: 40px;
    margin-left: -20px;
}
.content-padding{
    padding-top: 50px;
}
.testimonial{
    background-color: #EFEFEF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 40px 50px;
    margin-bottom: 16px;
}
.testimonial .fa-quote-right{
    color: #ec407a;
    font-size: 70px;
}
.testimonial-date{
    color: #6590BA;
    margin-bottom: 0px;
}
.testimonial-cus{
    font-weight: bold;
}
.title_single{
    margin-top: 0px;
}
/* lading page */
.intro-header {
    padding-top: 50px;
    padding-bottom: 0px;
    color: #f8f8f8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-message {
    position: relative;
    /*padding-top: 15%;*/
    padding-bottom: 15%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.app-links{
    padding-top: 20px;
}
.content-section-a {
    padding: 50px 0;
}

.content-section-b {
    padding: 50px 0;
}
.section-heading {
    margin-bottom: 30px;
    margin-top: 130px;
    color: #222222;
}
.lead{
    color: #a8a8a8;
}
.lead p{line-height: 32px;}

.btn-intro{
    padding: 16px;
    margin: 30px 0px 5px 0px;
}
.header-buttons{
}
.call-avatar{
    width: 120px !important;
    height: 120px !important;
}
#call-controls img{
    width: 48px;
    height: 48px;
}
#callStatus, #callDuration{
    margin-top: 10px;
    font-size: 24px;
}
.bg-success{
    background-color: #4CAF50 !important;
}
.btn-app{
    margin-right: 20px;
}
.content-nav{
    margin-top: 70px;
}
.content-nav .btn{
    margin: 0px 40px;
    width: 215px;
}
.btn-secondary{
    background-color: #FFF;
    color: #222222;
    border: 3px solid #ec407a;
    padding: 8px 16px;
}
.btn-secondary:hover{
    background-color: #ec407a;
    color: #FFF;
}
.testimonial-form .form-control{
    border-width: 3px;
    border-color: #ec407a;
    font-size: 16px;
}
.testimonial-form input.form-control{
    height: 50px;
    padding: 10px;
}
.testimonial-form select.form-control{
    height: 44px;
}
.alert{
    margin-top: 30px;
}
.sidebar-item{
    background-color: #EFEFEF;
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar-content{
    padding-left: 0px;
    z-index: 1;
}
.rating-xs .caption{
    font-size: 16px !important;
}
.sidebar-operator-item .col-md-4{z-index: 1;}
.carousel-home .carousel-control{
    background-image: none !important;
    color: #ec407a;
}
.carousel-home .carousel-indicators li{
    border-color: #ec407a;
}
.carousel-home .carousel-indicators li.active{
    background-color: #ec407a;
}
.carousel-home .carousel-control{
    width: 10%;
    text-shadow: none;
    background-image: none;
}
.post-link{
    color: #222;
    font-size: 24px;
    line-height:30px;
}
.post-info{
    padding-top: 10px;
    padding-bottom: 20px;
}
.post-divider{
    content: '';
    padding: 20px 0px;
}
.blog-link{
    color: #222;
    font-weight: bold;
}
.pagination .disabled{
    display: none;
}
.row-sm{
    margin-left: -10px;
    margin-right: -10px;
}
.col-sm{
    padding: 0px 10px;
}
#price{
    color: #ec407a;
    font-size: 28px;
    position: relative;
    top: 2px;
}
.sitemap hr{
    margin: 15px 0px;
}
.sitemap a{
    display: block;
}
.nav-sitemap{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-sitemap > li{
    display: block;
    position: relative;
    float: none;
    padding: 0;
}
.nav-sitemap > li > a{
    font-weight: bold;
}
.nav-sitemap > li .submenu > li > a {
    padding-left: 28px;
}
.nav-sitemap > li .submenu > li .submenu > li > a {
    padding-left: 55px;
}

.nav-sitemap > li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
}
.nav-sitemap > li .submenu > li {
    margin-left: 0;
    position: relative;
}
.nav-sitemap > li > .submenu > li:before, .nav-sitemap > li > .submenu > li > .submenu > li:before {
    content: "";
    display: block;
    width: 7px;
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 12px;
    border: 1px dotted;
    border-width: 1px 0 0;
}
.nav-sitemap > li > .submenu > li > .submenu > li:before {
    left: 43px;
}
.nav-sitemap > li > .submenu:before, .nav-sitemap > li > .submenu > li > .submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    bottom: 0;
    border: 1px dotted;
    border-width: 0 0 0 1px;
}
.nav-sitemap > li > .submenu > li > .submenu:before{
    left: 40px;
}
.topic-divider{
    margin: 10px 0px;
    border-width: 3px;
    position: relative;
}
.topic-divider:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #EEEEEE;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -3px;
}
.help-divider{
    margin: 5px 0px;
}
.nav-help > li > a{
    padding:5px 15px;
}
.slist {
    list-style-type:none;
    margin:0;
    padding:0;
}
.sidebar-content .btn-sm{
    width: 120px;
    text-align: left;
}
.no-margin{
    margin: 0px !important;
}
.operator-profile{
    position: relative;
}
.fav{
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 5px;
    background-color: #EC407A;
    display: inline-block;
}
.fav a{
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}
.video-thumb{
    position: relative;
    margin-top: 20px;
}
.img-play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
}
.last-cost{
    text-decoration: line-through;
    color: #F44336;
}
@media (max-width: 767px){
    .navbar-brand{
        padding: 5px 15px;
    }
    .navbar-brand img{
        max-height: 100%;
    }
    #main-menu{
        float: none !important;
    }
    .navbar-nav > li > a{
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 16px !important;
    }
    .section-heading{
        margin-top: 30px;
    }
    .content-section-a{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content-section-b{
        padding-bottom: 0px;
    }
    .content-section-b .section-heading{
        margin-top: 0px;
    }
    .footer-nav li {
        padding: 10px 15px;
    }
    .footer-nav a{
        font-size: 16px;
    }
    .heading-primary{
        font-size: 24px;
    }
    .content-padding{
        padding-top: 30px;
    }
    .operator-item{
        margin-bottom: 15px;
    }
    .operator-profile{
        height: auto;
        padding: 30px 15px;
    }
    .testimonial{
        padding: 20px;
    }
    .testimonial .fa-quote-right{
        font-size: 35px;
    }
    .content-nav{
        margin-top: 30px;
    }
    .btn-secondary{
        margin-top: 20px !important;
    }
    .app-links{
        text-align: center;
    }
    .app-links .btn-app{
        margin: 0px 10px 20px 10px;
        display: inline-block;
    }
    .img-post{
        width: 100%;
        margin-bottom: 10px;
    }
    .post-divider{
        padding: 15px 0px;
    }
    .post-link{
        font-size: 14px;
        font-weight: bold;
        line-height: 25px;
    }
    .post-info{
        padding-top: 0px;
    }
    .ranking-row .card-content{
        padding: 10px;
    }
}
@media (max-width: 640px){
    #liveChatModal .modal-body{
        padding: 5px 0px !important;
    }
    #liveChatModal iframe{
        height: 400px;
    }
    #liveChatModal .modal-header{
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .img-operator{
        width: 100px;
        height: 100px;
    }
    .ranking-row .card-content{
        padding: 10px;
    }
}
/* #### Tablets Portrait */
@media (min-width: 768px) and (max-width: 1199px){
    .carousel-home .carousel-control{
        width: 5%;
    }
    .operator-profile{
        padding: 20px;
    }
    .navbar-header{
        text-align: center;
        float: none !important;
    }
    .navbar-header .navbar-brand{
        float: none !important;
        padding: 0px;
        margin: 20px 0px 10px 0px !important;
        display: block;
    }
    .navbar-brand > img{
        display: inline-block;
    }
    #main-menu{
        float: none !important;
        clear: both;
        text-align: center;
    }
    .navbar-nav > li > a{
        padding: 30px 20px;
        display: inline-block;
    }
    .navbar-nav > li{
        display: inline;
        float: none;
    }
    .img-post{
        display: inline-block;
    }
}
@media (min-width: 1440px) and (max-width: 1599px){
    .intro-message{
        padding: 17% 0px;
    }
}
@media (min-width: 1600px){
    .intro-message{
        padding: 30% 0px;
    }
}
div.required > label:after {
    content: " *";
    color: red;
}