.ads-register-slide{
    background:  url(../img/slide1.jpg) center center/cover no-repeat ;
    position: relative;
}
.ads-register-slide:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-3);
}
.valuation-slide{
    background:  url(../img/home10.jpg) center center/cover no-repeat ;
    position: relative;
}
.valuation-slide:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-3);
}
.slide-caption{
    width: 90%;
    max-width: 700px;
    background-color: var(--main-color-6);
    color: #fff;
    font-size: 35px;
    padding: 50px;
    margin: 20% auto 0;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bolder;
/*        border:5px solid #fff;*/
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
text-shadow: 0 0 2px rgba(0, 0, 0, 0.7)

}
@media (max-width:767px){
    .slide-caption{
        max-width: 500px;
        font-size: 25px;
        padding: 30px;
        margin: 35% auto 0;
    }
    
/*
    .ads-register-slide, .main-header{
        height: 500px;
        min-height: 500px
    }
*/
}
@media (max-width:425px){
    .slide-caption{
        width: 80%;
        font-size: 20px;
        padding: 25px
    }
}
/*
.slide-caption:after{
      content: '';
    position: absolute;
    top:-10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border:5px solid #fff;
    border-radius: 4px;
}
*/
.valuation-bg {
    background: url(../img/price-bg.jpg) center center/cover no-repeat !important;
}

.main-title-section {
    height: 100%;
    position: relative;
}

.areaAuto {
    display: none;
    border: 1px solid #808080;
    border-radius: 8px;
    width: 100%;
    height: 300px;
    overflow: scroll;
    z-index: 100;
    position: absolute;
    background-color: white;
}

.areaAutoList {
    color: black;
    text-align: right;
    width: 100%;
    margin-top: 5px;
    margin-right: 11px;
    cursor: pointer;
    margin-right: 21px;
}

.areaAutoList:hover {
    color: red;
}

.main-title {
    text-align: right;
    font-weight: bold;
    font-size: 50px;
    position: relative;
    top: 25%;
}

.main-title span {
    display: inline-block;
    width: 250px;
    color: #00695c;
    /*    text-shadow: 0 0 5px black;*/
    margin-bottom: 30px;
    font-family: iranSANS-black;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border-radius: 1px;
}

.main-title span:first-child {
    margin-right: 15%;
    margin-left: calc(85% - 250px);
}

.main-title span:nth-child(2) {
    margin-right: 30%;
    margin-left: calc(70% - 250px);
}

.main-title span:nth-child(3) {
    margin-right: 45%;
    margin-left: calc(65% - 250px);
}

.header-circle-section {
    height: 100%;
    position: relative;
}

.header-circle {
    display: block;
    width: 350px;
    height: 350px;
    border: 5px solid white;
    margin: 0 auto;
    position: relative;
    top: 25%;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.header-circle-icon {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #00695c;
    font-size: 180px;
    text-align: center;
    vertical-align: middle;
    line-height: 320px;
    border-radius: 50%;
}

.middle-header {
    overflow: hidden;
}

.ad-register-middle .header-circle-icon {
    font-size: 160px;
}

.header-circle-section.ad-register-middle {
    height: 100%;
}


/*
.header-two-circle{
    text-align: center;
}
.header-two-circle .header-circle{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    
}
.header-two-circle .header-circle:last-child{
    margin-right: -40px;
    width: 230px;
    height: 230px;

}

.header-two-circle .header-circle:last-child .header-circle-icon{
    font-size: 140px;
    line-height: 200px;

}

@media (max-width:992px) and (min-width:768px) {
    .main-title-section {
        margin-right: -50px;
        margin-left: 50px;
    }
}
*/

@media (max-width:767px) {
    .main-title-section,
    .header-circle-section {
        height: auto;
    }
    .main-title-section {
        padding-top: 170px;
        margin-bottom: 30px;
        text-align: center;
    }
    .main-title {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        width: 300px;
        margin: 0 auto;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        border-radius: 1px;
    }
    .main-title span {
        display: inline;
        padding: 0 !important;
        font-size: 40px;
        margin: 0 !important;
        background-color: transparent;
        box-shadow: none;
    }
    .header-circle {
        width: 170px;
        height: 170px;
    }
    .header-circle-icon {
        line-height: 140px;
        font-size: 80px !important;
    }
    .ad-register-middle .header-circle {
        width: 230px;
        height: 230px;
    }
    .ad-register-middle .header-circle-icon {
        line-height: 200px;
        font-size: 100px !important;
    }
}

.valuation-section {
    padding: 100px 0 0;
  
}
@media (max-width:575px){
    .valuation-section {
        padding: 50px 0 0;
    }
}

.global-title {
    position: relative;
    font-size: 18px;
    padding: 5px 85px 10px 0;
    margin-bottom: 50px;
    font-weight: bold;
}

.global-title:after {
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% + 10px);
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: #00695c;
    border-radius: 4px;
    
}

.global-title:before {
    content: '\e901';
    position: absolute;
    height: 60px;
    width: 60px;
    left: auto;
    right: 15px;
    top: -5px;
    color: white;
    background-color: #00695c;
    font-family: icomoon !important;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    z-index: 2;
    border-radius: 1px;
    border-radius: 4px;
}

@media (max-width:550px) {
    .global-title:before {
        width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 50px;
        top: -3px;
    }
    .global-title {
        padding-right: 75px;
    }
}

.register-title:before {
    content: '\e904';
}

.searching-title:before {
    content: '\e903';
}

.no-r-padding {
    padding-right: 0 !important;
}

.valuation-form {
    padding: 30px 7%;
}

.valuation-form .ct-input {
    background-color: white;
}
.plus-img{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color-3);
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: -35px;
    cursor: pointer;
}
@media (max-width:992px) {
    .valuation-form {
        padding: 20px;
    }
}
@media (max-width:768px) {
    .valuation-form {
       max-width: 550px;
        margin: 0 auto;
        padding: 10px;
    }
}

.message-modal-body {
    width: 90%;
    margin: 10% auto 20px auto;
    max-width: 800px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    display: none;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    /*    border: 1px solid red;*/
}

.message-body {
    width: 100%;
    padding: 30px ;
    /*    background-color: white;*/
    border: 1px dashed #bbb;
/*
    border-left: 0;
    border-bottom: 0;
*/
    position: relative;
}

.message-body:after {
    content: "\e923";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: #00695c;
    color: white;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-family: icomoon !important;
    font-size: 25px;
}

.mess-content {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.error-mod .message-body:after {
    background-color: #ac0808;
    content: "\f12a";
    font-family: 'FontAwesome' !important;
}

@media (max-width:768px) {
    .message-body {
        padding: 30px 10px;
    }
    .mess-content {
        font-weight: normal;
        font-size: 14px;
    }
}

.ct-modal-body .form-buttons {
    padding-top: 10px;
}

.form-label {
    width: 100%;
    clear: both;
    margin-top: 30px;
    float: right;
}

.form-label label {
    display: block;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 10px;
    color: #333;
    margin-bottom: 20px;
}

.up-img-wrapper {
    min-height: 200px;
    border: 1px dashed #ccc;
    padding: 15px 0;
    margin-bottom: 30px;
    overflow: auto;
}

.reg-map-wrapper {
    width: 100%;
    position: relative;
    display: none;
    padding: 150px 0px 70px ;
}

.preview-image {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.preview-image img {
    max-width: 100%;
    max-height: 100%;
}

.preview-image .image-remove {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #00965c;
    top: -12px;
    right: -12px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.reg-info {
    
    width: 100%;
    max-width: 1400px;
    background-color: rgba(0, 105, 92, 0.83);
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);*/
    padding:30px 30px 50px ;
    color: white;
}

.reg-info-title {
    border-bottom: 3px solid #00574c;
    padding: 15px 10px;
    color: .reg-info-title;
    text-align: center;
    position: relative;
    margin: 0px 0 50px 0;
    font-size: 20px;
    font-weight: bold;
}

.reg-info-title:after {}

.reg-info-content {
    list-style-position: inside;
    margin-bottom: 30px;
    overflow: auto;
}

.reg-info-content li {
    /*    display: block;*/
    margin-bottom: 10px;
}

.reg-info-content li span:first-child {
    font-weight: bold;
    margin-left: 7px;
    font-size: 15px;
}

.reg-map {
    width: 100%;
    height: 100%;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);*/
}
.reg-map iframe{
    height: 100%;

}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}

.reg-info .main-btn {
    margin: 5px 0;
}
@media (min-width:768px){
    .reg-map-col{
    padding-right: 0;
}
.reg-info-col{
    padding-left: 0;
}
}
@media (max-width:768px) {
    .reg-map {
        min-height: 600px;
    }
   
    .reg-map-wrapper {
        padding: 100px 0 70px 0;
    }
    .reg-map-wrapper .row.d-flex{
        display: block !important;
    }
    .reg-map-wrapper iframe{
        height: 500px;
    }
}

@media (max-width:475px) {
    .preview-image {
        height: 70px;
    }
    .reg-info .col-xs-6{
        width: 100%;
    }
}


/**************** result section ***************/

.result-section {
    padding: 30px 0 70px 0;
/*    background-color: #f1f1f1;*/
}
.result-page{
    padding-top: 80px;
}

.reg-alert {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
    clear: both;
    margin: 20px 0;
}

.result-box {
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 1px;
    /*    padding: 15px 0;*/
    /*    min-height: 310px;*/
    /*    overflow: auto;*/
    position: relative;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width:550px){
    .result-img, .result-content{
        width: 100%;
         
    }
    .result-content{
        padding: 5px 20px 15px !important;
    }
    .result-content p{
        font-size: 12px;
    }
}

.result-img {
    position: relative;
    padding: 0;
}

.result-img-wrapper {
    width: 100%;
    padding-top: 80%;
    position: relative;
}

.result-img-wrapper figure {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 15px;
}

.result-img-wrapper img {
    width: 100%;
    border: 4px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media (max-width:768px) {
    .result-img-wrapper {
        width: 100%;
        padding-top: 0;
        position: relative;
    }
    .result-img-wrapper figure {
        position: relative;
        width: 100%;
    }
}

.result-content {
    padding: 25px 15px 10px 15px;
}

.result-content i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    float: right;
}

.result-footer {
    height: 50px;
    border-top: 1px dashed #ccc;
}

.result-date {
    float: right;
    width: auto;
    padding-top: 15px;
}

.result-date i {
    margin-left: 2px;
    vertical-align: middle;
    font-size: 18px;
}

.result-footer a {
    display: inline-block;
    padding: 7px 15px;
    transition: all 0.2s;
    float: left;
    margin-top: 7px;
    border-radius: 5px;
    background-color: var(--second-color);
    color: white;
}

.result-footer a:hover,
.result-footer a:visited {
    color: white;
}

.result-footer a:hover {
    background-color: var(--main-color);
}

@media (max-width:425px) {
    .result-footer {
        padding: 0 10px;
    }
    .result-footer a {
        padding: 7px 10px;
        font-size: 12px;
    }
}

.special-ad {
    position: absolute;
    top: 5px;
    left: -25px;
    display: inline-block;
    padding: 2px 25px;
    z-index: 10;
    border: 1px dashed #ac0808;
    background-color: #fff;
    color: #ac0808;
    transform: rotate(-45deg);
}

.special-ad i {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
        color: #ac0808;

}

.ad-fav-icon {
    float: left;
    font-size: 28px;
    margin-left: 7px;
    line-height: 50px;
    color: #ccc;
    cursor: pointer;
}

.add-fav {
    color: #ff8900 !important;
}


/*
.add-fav:before {
    content: "\f02e" !important;
}
*/

.result-title {
    font-weight: bold;
    color: #00695c;
    text-align: center;
    font-size: 20px;
}

.res-price {
/*    color: black;*/
    font-weight: bold;
    font-size: 14px;
}


/**************** search section **************/

.search-section {
    padding:0 0 100px 0;
/*    background-image: url("../img/map-bg.jpg");*/
    background-size: 100% 100%;
}

.search-header {
    background: url("../img/5706b9b9b1e2e_Web4Realty-Find-Your-Dream-Home.gif");
    height: 300px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-header .search-title {
    padding-right: 20%;
    color: white;
    padding-top: 150px;
    font-size: 50px;
    font-weight: bold;
}

.filter-section {
    background-color: var(--main-color-3);
/*    margin-top: 30px;*/
    position: relative;
}

.filter-form {
    padding: 15px;
    height: 80px;
    overflow: hidden;
    transition: all 0.3s;
}

.filter-form .form-group {
    padding: 0 5px;
}

.filter-form .input-wrapper {
    margin: 0;
}

.filter-form .ct-input {
    background-color: white;
}

.filter-more {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 35px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    background-color: var(--main-color-3);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.filter-show-more {
    height: auto;
    overflow: visible;
}

.filter-more-icon:before {
    content: "\f102" !important;
}

.filter-section.affix {
    top: 80px;
    position: fixed !important;
    z-index: 90;
    width: 100%;
}

.filter-section.affix + .result-section {
    margin-top: 70px;
}
#search-advance{
    display: none;
}
@media (max-width:768px) {
    .xs-no-padding {
        padding: 0 !important;
    }
    .filter-show-more {
        max-height: calc(100vh - 120px);
        overflow: auto;
    }
}


/******************** result detail ***************/

.detail-section {
    padding: 15px 0 50px;
}

.simple-title {
    font-weight: bold;
    color: #00695c;
    font-size: 22px;
    margin-bottom: 30px;
}

.detail-section .gallery-top {
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
}
.gallery-thumbs{
    height: 120px;
}
.detail-section .swiper-wrapper {
    height: calc(100% - 40px);
}

.detail-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.detail-section .swiper-slide img {
    width: 100%;
/*    max-height: 100%;*/
}

.detail-section .swiper-button-next,
.detail-section .swiper-button-prev {
    background-color: rgba(0, 105, 92, 0.3) !important;
    width: 35px !important;
    height: 50px !important;
    background-size: 15px 20px !important;
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev{
    height: 30px !important;
    width: 20px !important;
    background-size: 10px 15px !important;
}

.detail-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid white;
    opacity: 0.7;
}

.detail-section .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #00695c;
    width: 18px;
    height: 18px;
}

@media (max-width:1200px) {
    .detail-section .gallery-top {
        height: 400px;
    }
    .detail-section .gallery-thumbs {
        height: 100px;
    }
}
@media (max-width:992px) {
    
    .detail-section .gallery-thumbs {
        margin-bottom: 30px;
    }
}
@media (max-width:768px) {
    .detail-section .swiper-button-next,
    .detail-section .swiper-button-prev {
        width: 25px !important;
        height: 35px !important;
        background-size: 10px 20px !important;
    }
    .gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev{
    height: 20px !important;
    width: 10px !important;
    background-size: 6px 12px !important;
}
    .detail-section .swiper-container {
/*        height: 400px;*/
    }
     .detail-section .gallery-top {
        height: 300px;
    }
    .detail-section .gallery-thumbs {
        height: 80px;
    }
}
@media (max-width:500px) {
    .detail-section .gallery-top {
        height: 200px;
    }
    .detail-section .gallery-thumbs {
        height: 70px;
        margin-bottom: 10px;
    }
   
}

@media (max-width:768px) {
    .detail-section .swiper-container {
/*        height: 300px;*/
    }
}

.detail-map-container {
    width: 100%;
    position: relative;
    height: 400px;
    margin: 30px 0;
}

.detail-contact {
/*
    position: absolute;
    width: 250px;
    height: calc(100% + 40px);
    top: -20px;
    right: 30px;
*/
    background-color: rgba(0, 105, 92, 0.85);
    color: white;
    padding: 20px;
    box-shadow: 0 0 10px dimgray;
}

.detail-user {
    border-radius: 50%;
    border: 3px solid white;
    text-align: center;
    width: 100px;
    height: 100px;
/*    line-height: 94px;*/
    color: white;
    font-size: 40px;
/*    margin: 15px auto;*/
    display: inline-block;
}
.detail-user img{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
    background-color: white;
}
.detail-contact-head {
    text-align: center;
}

.detail-contact-info {
    margin: 10px 20px;
    font-size: 16px;
}
.detail-contact-info:first-child{
    font-size: 20px;
    font-weight: bold;
}

.detail-contact-info i {
    margin-left: 5px;
    float: right;
}

.detail-map {
    height: 100%;
}


.detail-contact-title {
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.detail-bookmark {
    color: #ccc;
}

@media (max-width:768px) {
    .detail-contact {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        0 padding: 30px 15px;
        box-shadow: none;
    }
    .detail-map-container {
        height: auto;
    }
    .detail-map {
        height: 400px;
    }
}
.ads-detail{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.ads-detail-title{
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 2px solid var(--main-color);
    margin:0 0 20px;
}
.ct-icon{
    color: var(--second-color);
    margin-left: 10px;
    font-size: 18px !important;
/*    vertical-align: middle;*/
}
.detail-content li span{
display: inline-block
}
.detail-content{
    padding: 0 10px;
}
.ads-detail .result-date{
    color: #aaa;
}
.lg-on{
    direction: ltr !important;
}
/********************/

.rent-field,
.sell-field {
    display: none;
}

.ct-drop {
    position: absolute;
    top: 48px;
    width: 100%;
    height: 230px;
    background-color: #53b4a8;
    border: 1px solid #53b4a8;
    z-index: 10;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.ct-drop-input {
    width: 100%;
    padding: 10px;
    padding-right: 0;
    overflow: auto;
}

.ct-drop-input div {
    width: 50%;
    float: right;
}

.ct-drop-input div label {
    width: 30px;
    display: block;
    float: right;
    text-align: center;
    color: white;
    line-height: 34px;
    margin-bottom: 0;
}

.ct-drop-input div input {
    display: block;
    float: right;
    width: calc(100% - 30px);
    height: 34px;
    border-radius: 1px;
    border: 0;
    padding-right: 10px;
    border-radius: 4px;
}

.ct-drop-list {
    height: calc(100% - 55px);
    width: 100%;
    clear: both;
}

.ct-drop-list > div {
    float: right;
    width: 50%;
    height: 100%;
}

.ct-drop-list > div ul {
    list-style-type: none;
    height: 100%;
    overflow-y: auto;
}

.ct-drop-list > div ul li {
    width: 100%;
    height: 30px;
    background-color: #f1f1f1;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
}

.ct-drop-list > div ul li:hover {
    background-color: #d1d1d1;
}

.ct-drop-list .mCSB_container {
    margin-left: 0 !important;
}

.ct-drop-list .mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerRail {
    width: 7px !important;
    background-color: #ddd !important;
}

.detail-info-sec {
    height: 30px;
/*    background-color: #ccc;*/
/*    padding: 0 15px;*/
    border-top: 1px dashed #ccc;
    
}

.share-ad {
    float: left;
    font-size: 16px;
    margin: 0 10px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background-color: #ccc;
    height: 28px;
    width: 28px;
    color: white;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.share-link {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    /*    display: inline-block;*/
    width: auto;
    background-color: #00695c;
    padding: 5px 15px;
    text-align: center;
    color: white;
    z-index: 10;
}

.share-link a {
    display: block;
}

.share-link a:hover {
    color: #FF8900;
}


/************** messge section ****************/

.message-section {
    /*    height: calc(100vh - 80px);*/
    min-height: 500px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-flex-direction: row;
    align-items: stretch;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.mess-r-sec {
    padding: 0 !important;
    /*    height: 100%;*/
    /*     height: calc(100vh - 80px);*/
    background-image: linear-gradient(135deg, #00695c, #05b7a1);
    position: relative;
}

.mess-r-sec div {
    width: 400px;
    height: 400px;
    line-height: 360px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 10px solid white;
    font-size: 170px;
    text-align: center;
}

.mess-r-sec div:after {
    position: absolute;
    content: '';
    width: 360px;
    height: 360px;
    line-height: 350px;
    border: 5px solid white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mess-l-sec {
    /*    height: 100%;*/
}

.message-form {
  
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    background-color: var(--main-color-8);
    border-radius: 20px;
}

.message-form .form-group {
    margin-right: -20px;
    width: 300px;
    display: inline-block;
    /*    margin: 0 auto;*/
}

.form-message-title {
    /*    color: #00695c;*/
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    padding: 0 10px;
    line-height: 30px;
}

.form-message-title i {
    margin: 0 7px;
    vertical-align: middle;
}

.messenger-wrapper {
    width: 100%;
    height: 100%;
    padding: 25px 15px 15px;
    display: none;
    position: relative;
}

.messenger {
    width: 100%;
    max-width: 700px;
    height: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 10px;
/*    background-color: var(--main-color-2);*/
/*    border: 1px solid #ccc;*/
}

.messenger-header {
    height: 90px;
    background-color: #2da798;
    padding: 15px;
}

.messenger-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    float: right;
    margin-left: 10px;
    overflow: hidden;
}

.messenger-avatar img {
    width: 100%;
}

.messenger-advisor-name {
    float: right;
    color: white;
    font-size: 13px;
    color: #ddd;
}

.messenger-advisor-name span {
    display: block;
}

.messenger-advisor-name span:first-child {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: white;
}

.messenger-middle {
    overflow: auto;
    height: calc(100% - 140px);
}

element.style {
    position: relative;
    top: 0px;
    left: 0px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 10px;
}

.messenger-middle .mCSB_container {
    padding: 15px;
}

.messenger-mess {
    width: auto;
    max-width: calc(100% - 40px);
    position: relative;
    clear: both;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.advisor-mess {
    float: left;
    background-color: #fff2bb;
    border-top-left-radius: 0;
}

.your-mess {
    float: right;
    background-color: var(--main-color-4);
    border-top-right-radius: 0;
}

.advisor-mess:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff2bb;
    border-right: 5px solid #fff2bb;
    right: 100%;
    top: 0;
}

.your-mess:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #c9ffc0;
    border-left: 5px solid #c9ffc0;
    left: 100%;
    top: 0;
}

.messenger-footer {
    width: 100%;
    height: 50px;
    background-color: #2da798;
    padding: 5px;
}

.messenger-form {
    width: 100%;
    height: 100%;
    background-color: white;
}

.messenger-footer span,
.messenger-footer input {
    display: inline-block;
    vertical-align: middle;
}

.messenger-form span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.messenger-form .send-btn {
    position: relative;
    color: #00695c;
}

.messenger-form .send-btn input {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.messenger-form .messenger-text {
    width: calc(100% - 135px);
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: 0;
}

.messenger-form .messenger-file label {
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
    color: dimgray;
}

.messenger-form .messenger-emoji {
    font-size: 24px;
    line-height: 40px;
    color: dimgray;
}

@media (max-width:767px) {
    .mess-r-sec {
        display: none;
    }
    .mess-l-sec {
        width: 100%;
    }
}

@media (max-width:992px) {
    .mess-r-sec div {
        width: 300px;
        height: 300px;
        line-height: 260px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 10px solid white;
        font-size: 130px;
        text-align: center;
    }
    .mess-r-sec div:after {
        position: absolute;
        content: '';
        width: 260px;
        height: 260px;
        line-height: 250px;
        border: 5px solid white;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:500px) {
    .messenger-wrapper {
        padding: 15px 0;
    }
    .form-message-title {
        font-size: 16px;
    }
    .message-form .form-group {
        width: 200px;
    }
}

.messenger-loading {
    width: 100%;
    position: relative;
    height: 50px;
    display: none;
}

.back-to-choose {
    text-align: left;
    cursor: pointer;
}
.message-form-container{
    max-width: 50px;
    margin: 0 auto;
}

/**************** advisor register ******************/
.advisor-section{
    background: url(../img/advisor-back.jpg) center center/ cover no-repeat;
    margin-bottom: 50px;
}
.advisor-page{
    padding-top: 120px;
}
.advisor-page-title{
    text-align: center;
    width: calc(100% - 400px);
/*    height: 100%;*/
    font-size: 55px;
    color: #fff;
    text-shadow: 0 0 4px var(--main-color-8);
    justify-content: center;
    margin-bottom: 50px;
    font-weight: bold;
/*    float: left;*/
}
.advisor-register-form {
    width: 400px;
    padding: 30px;
    background-color: var(--main-color-8);
/*    float: right;*/
}

.advisor-register-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.advisor-register-title i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 25px;
}

.advisor-register-form .form-group {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.slide-overlay{
    width: 100%;
    height: 100%;
    background-color: var(--main-color-3);
}
.advisor-register-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.advisor-register-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.advisor-register-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.advisor-register-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media(max-width:768px){
    .advisor-page-title{
        display: none !important;
    }
    .advisor-register-form{
        width: 100%;
    }
}
/*************** profile section *****************/

.profile-section {
    padding: 40px 15px;
}

.profile-wrapper {
    width: 100%;
    border: 1px solid #ccc;
    min-height: calc(100% - 100px);
}

.profile-wrapper .nav > li > a {
    padding: 20px 15px;
    color: white;
    border-radius: 0;
    border: 0;
}

.profile-wrapper .nav-tabs {
    background-color: #2da798;
    border: 0;
    margin-right: 0;
}

.profile-wrapper .nav-tabs > li.active {
    margin-right: 2px;
}

.profile-wrapper .nav > li.active > a {
    color: black;
    border: 1px solid white;
    position: relative;
    border: 0;
    background-color: #f1f1f1;
}

.profile-wrapper .nav > li.active > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #00695c;
    top: 0;
    left: 0;
}

.profile-wrapper .nav > li > a:hover {
    background-color: #00695c;
    border: 0;
    height: 100%;
    padding-bottom: 19px;
}

.profile-wrapper .nav > li.active > a:hover {
    background-color: #f1f1f1;
}

.profile-wrapper .tab-content {
    padding: 40px 15px;
    overflow: auto;
    background-color: #f1f1f1;
}

.profile-wrapper .tab-pane {
    max-width: 1440px;
    margin: 0 auto;
}

.profile-edit-form {
    padding: 30px 15px;
}

.profile-form-inner {
    max-width: 900px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.profile-edit-form .ct-input {
    background-color: white;
}

@media (max-width:768px) {
    .profile-wrapper .tab-content {
        padding: 40px 0;
    }
}

@media (max-width:425px) {
    .profile-wrapper .nav-tabs li {
        width: 100%;
    }
}


/******************* pagination ***************/

.pagination-wrapper {
    text-align: center;
    clear: both;
    padding: 20px 10px;
}

.pagination > li > a,
.pagination > li > span {
    color: #00695c;
    border: none;
    background-color: transparent;
    font-size: 16px;
    border-radius: 0 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #ccc;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    box-shadow: 0 0 5px gray;
    background-color: #00695c;
    color: white;
    border-radius: 2px !important;
}

@media (max-width:768px) {
    .pagination-wrapper {
        text-align: center;
        clear: both;
        padding: 0;
    }
}

.home-title:before {
    content: "\e923" !important;
}

.about-content {
    margin-bottom: 30px;
}

.about-content p {
    text-align: justify;
    text-align-last: right;
    line-height: 30px;
}
.about-img img{
    max-width: 100%;
    margin: 0 auto 30px;
}
.dalan-team-section {
    background-color: #F8F8F9;
    padding: 70px 0;
}

.dalan-team-section .simple-title {
    text-align: center !important;
}

.team-items {
    padding: 10px;
}

.team-item {
    position: relative;
    padding-bottom: 30px;
    background-color: white;
    transition: all 0.4s ease-in-out;
    max-width: 400px;
    margin: 0 auto;
}

.team-item:hover {
    box-shadow: 0 5px 20px #989797;
}

.team-item-img {
    width: 100%;
    padding-top: 100%;
    min-height: 100%;
    position: relative;
}

.team-item-img figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-item-img figure img {
    width: 100%;
    min-height: 100%;
}

.team-item-name {
    text-align: center;
    padding: 10px 15px;
    font-weight: bolder;
    font-size: 20px;
}

.team-item-title {
    text-align: center;
}

.team-content {
    margin-bottom: 50px;
}

.team-content p {
    text-align: justify;
    text-align-last: center;
}
@media (max-width:992px){
    .about-content {
        margin-bottom: 10px;
    }
    .simple-title{
        font-size: 18px;
        margin: 10px 0 ;
        
    }
    .dalan-team-section{
        padding: 40px 0;
    }
    .team-content{
        margin-bottom: 20px;
    }
}

/****************** download page ****************/

.download-section {
    padding: 50px 0;
    background-image: url("../img/map-bg.jpg");
    background-size: 100% 100%;
}

.download-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    padding: 0 10px 0 8px;
    border: 2px solid #05B6A0;
    background-size: 200% 200%;
    background-position: -100px;
    background-repeat: no-repeat;
    line-height: 46px;
    height: 50px;
    color: #05B6A0 !important;
    transition: all 0.3s;
    margin: 5px 3px;
    text-align: right;
    width: 185px;
    background-color: white;
}

.download-btn img {
    width: 34px;
    height: 34px;
    border-radius: 25px;
    background-color: #05B6A0;
    padding: 5px;
    margin-right: 5px;
    transition: all 0.3s ease-out;
    float: left;
    margin-top: 6px;
    /*    margin-top: -3px;*/
}

.download-btn:hover img {
    transform: rotate(360deg);
    background-color: #0ad9c0;
}

.download-btn:hover {
    font-weight: bold;
    color: #0ad9c0 !important;
    transition: all 0.3s;
}

.download-content {
    margin-bottom: 30px;
    font-size: 16px;
}

.download-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #05B6A0;
    margin-left: 5px;
    vertical-align: middle;
}

.ios-download-in .input-wrapper {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}

.ios-download-in .main-btn,
.ios-download-in .main-btn input {
    min-width: 50px !important;
    vertical-align: middle;
}

.ios-download-wrapper,
.download-content-Wrapper {
    margin-bottom: 80px;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.download-title:before {
    content: "\f019" !important;
    font-family: FontAwesome !important
}
/*********** logo slider **********/
.back-slider{
    padding: 80px 0 100px;
    background: url('../img/footer-slider.jpg') center center / cover no-repeat;
    position: relative;
    margin: 100px 0;
}
.back-slider:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-color: var(--main-color-6);
    z-index: 0;

}
.white-title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 5;
}
.white-title span{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}
.logo-card figure{
    text-align: center;
}
.logo-card figure img{
    border-radius: 5px;
    width: 100px;
    height: 100px;
/*    overflow: hidden;*/
}
.back-slider .swiper-slide{
    width: 100px;
}
.swiper-button{
    background-image: none !important;
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    border:1px solid #fff;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 5px !important;
    display: inline-block;
}
.swiper-button-wrapper {
text-align: center;
    padding-top: 30px;
}
.blog-card{
    position: relative;
    margin-bottom: 200px;
}

.blog-content{
    width: calc(100% - 50px);
    min-height: 200px;
    z-index: 10;
    background-color: #fff;
    padding: 30px 50px;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);

}

.blog-img{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--main-color);
        border-radius: 5px;


/*    z-index: -1;*/
    
}

.blog-content figure{
    height: 100%;
    border-right: 1px solid #017466;
    margin-right: 50px;
}
.blog-content img{
    width: 150px;
/*    height: 100px;*/
    margin-right: 50px;
}
.blog-card.right .blog-content{
    margin-left: 0;
    margin-right: 50px;
}
.blog-card.right .blog-img{
    left: auto;
    right: 0;
}
.blog-card.right .blog-content figure{
    border-right: 0;
    border-left: 1px solid #017466;
    margin-right: 0;
    margin-left: 50px;

}
.blog-card.right .blog-content img{
    margin-right: 0;
    margin-left: 50px;

}
@media (max-width:768px){
    .blog-card{
        margin-bottom: 100px;
    }
    .blog-content{
        width: calc(100% - 20px);
        min-height: 150px;
        z-index: 10;
        background-color: #fff;
        padding: 20px 30px;
        font-size: 14px;
        margin-left: 20px;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
    }
    .blog-img{
        width: 190px;
        height: 190px; 
    }
    .blog-content img{
        width: 120px;
        margin-right: 20px;
    }
    .blog-content figure{

        margin-right: 20px;
    }
    .blog-card.right .blog-content{
        margin-left: 0;
        margin-right: 20px;
    }
    .blog-card.right .blog-content img{
        margin-right: 0;
        margin-left: 20px;
    }
    .blog-card.right .blog-content figure{
        margin-left: 20px;
    }
    .back-slider{
        margin: 50px 0 20px;
    }
}
@media (max-width:575px){
    .blog-card{
        margin-bottom: 50px;
    }
    .blog-content, .blog-content.right{
        width: 100%;
        padding: 20px 15px;
        font-size: 12px;
        margin:0 auto !important;
        min-height: 100px;
/*        display: block !important;*/
/*        flex-direction: row-reverse;*/
/*
        flex-wrap: wrap;
        text-align: center;
*/
    }
      .blog-img, .blog-card.right .blog-img{
        width: 40% !important;
        height: calc(100% + 30px) !important; 
        left: -15px;

    }
    .blog-card.right .blog-img{
        left: auto;
        right: -15px;
    }
    .blog-content img{
        width: 70px;
        margin: 0 0 10px !important;
    }
    .blog-content figure{
        margin: 0 10px 0 0 !important;
/*
        border-right: 0;
        border-left: 1px solid  #017466;
*/
    }
    .blog-card.right figure{
                margin: 0 0 0 10px  !important;

    }
}
/******************* blog page *****************/
.blog-page{
    padding: 50px 0;
}
.blog-middle-header{
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 30px;
}
.blog-slide{
    padding-top: 80px;
}
.blog-slide-right{
    width: 68%;
/*    position: relative;*/
}
.bsr-inner{
    padding-left: 5px;
    display: block;
    text-decoration: none;
}
.bsl-inner{
    height: 50%;
     display: block;
    text-decoration: none;
}
.bsl-inner:first-child{
    padding-bottom: 5px;
}
.blog-slide-right figure{
    position: relative;
}
.blog-slide-right img{
    width: 100%;
}
.blog-slide-left{
    width: 32%;
}
.blog-slide-left figure{
    position: relative;
    height: 100%;
}

.blog-slide-left img{
    width: 100%;
    height: 100%;
}
.blog-slide figcaption{
    background-color: var(--main-color-4);
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 15px;
    text-shadow: 0 0 2px var(--main-color);
}
@media(max-width:1200px){
    .blog-slide figcaption{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .blog-slide figcaption{
        font-size: 16px;
    }
    .blog-slide{
        display: block !important;
    }
    .blog-slide-right, .blog-slide-left{
        width: 100%;
    }
    .blog-slide-left img{
        display: none;
    }
    .blog-slide-left figure{
        height: 40px;
    }
    .blog-slide-left figure figcaption{
        padding: 0 15px;
        line-height: 40px;
        font-size: 14px;
        border-top: 1px solid #fff;
    }
    .bsl-inner:first-child{
    padding-bottom: 0px;
}
}
.card{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 15px;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: all 0.3s;
    position: relative;
}
.card:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-1);
    opacity: 0;
    transition: all 0.3s;
}
.card:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.card:hover:after{
    opacity: 1;
}
.card figure{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.card figure img{
    width: 100%;
        transition: all 0.3s;

/*    border-radius: 3px;*/
}
.card:hover figure img{
    transform: scale(1.1);
}
.card .card-title{
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
}
.card .card-contents{
    position: relative;
    margin-bottom: 10px;
}
.card .card-date{
    position: absolute;
    width: 40px;
    height: 50px;
    background-color: var(--main-color);
    color: white;
    top: -50px;
    left: 20px;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: right;
    font-size: 12px;
}
.card .card-date span{
    display: block;
    width: 100%;
}
.card .card-date span:first-child{
        text-align: left;

}
.card .card-date span:last-child{
    line-height: 30px
}
.card .card-date:after{
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #fff;
    transform: rotate(-50deg) translate(-50%,-50%);
    left: 45%;
    top: 32%;
}
.side-section{
    margin-bottom: 50px;
}
.side-row{
    background-color: var(--main-color-1);
    padding: 10px;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    display: block;
}
.side-row figure{
    width: 80px;
    margin-left: 10px;
}
.side-header{
    color: var(--main-color);
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 2px solid var(--main-color);
}
.blog-category{
    background-color: var(--main-color-2);
    color: var(--main-color);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.blog-category div{
    flex-grow: 1;
}
@media (max-width:992px){
    .blog-category{
        font-size: 16px;
    }
}
@media (max-width:576px){
    .blog-category{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}
.blog-container{
    margin-bottom: 50px;
}
.blog-detail-page{
    padding-top: 120px;
}
.blog-detail-img{
    margin-bottom: 30px;
}
.blog-detail-title{
    color: var(--main-color);
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold
}
.blog-detail-content{
    margin-bottom: 30px;
    line-height: 30px;
}
.blog-detail-footer {
    padding-top: 15px;
    border-color: #ccc;
}

.blog-detail-footer .blog-date {
    margin-top: 12px;
    display: inline-block;
}

.blog-datail-share {
    list-style: none;
    float: left;
    margin-bottom: 0;
}

.blog-datail-share li {
    display: inline-block;
}

.blog-datail-share li a {
    color: #a2a2a2;
    margin: 0 7px;
    font-size: 20px;
    transition: all 0.3s;
}

.blog-datail-share li a:hover {
    color: var(--second-color);
}
.border-top-dashed{
    border-top: 1px dashed #ccc;
}
.blog-datail-share li span {
    background-color: var(--main-color);
    font-size: 22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    position: relative;
    margin-right: 50px;
}

.blog-datail-share li span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    right: -50px;
    height: 1px;
    background-color: #a2a2a2;
}

@media (max-width:768px) {
    .blog-detail-img {
        padding: 0;
    }
}

@media (max-width:576px) {
    .blog-datail-share {
        width: 100%;
        text-align: center;
    }
    .blog-datail-share li a {
        margin: 0 4px;
        font-size: 18px;
    }
    .blog-datail-share li span {
        font-size: 17px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 40px;
    }
    .blog-datail-share li span:after {
        width: 30px;
        right: -38px;
    }
    .blog-detail-footer {
        text-align: center;
    }
    .blog-detail-footer .blog-date {
        float: none;
        padding: 3px 12px;
        font-size: 12px;
        margin-bottom: 30px;
    }
}
