.container {
    max-width: 1250px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #ee6e25;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.fn-20 {
    font-size: 20px!important;
}

.fn-26 {
    font-size: 26px!important;
}

.font-400 {
    font-weight: 400!important;
}

.font-500 {
    font-weight: 500!important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

.pd-lt-15 {
    padding-left: 15px;
}

.mg-bt-10 {
    margin-bottom: 10px!important;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.br-rd {
    border-radius: 6px;
}

.bg-theme {
    background-color: #f5f8fa;
}

.a-link,
.a-link:active,
.a-link:hover {
    color: #0176ff;
}

.loginoverlay,
.demooverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    display: none;
}

.loginoverlay.show,
.demooverlay.show {
    visibility: visible;
    opacity: 1;
    display: block;
}

.popup {
    margin: 30px auto 0 auto;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}

.popup .popupclose,
.popup .popupclosedemo {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    text-decoration: none;
    color: #333;
    z-index: 2;
}

.popup .popupclose:hover,
.popup .popupclosedemo:hover {
    color: #0176FF;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.signup-inner-wrapper {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-right-form-wrapper .thankyou {
    font-size: 18px;
}

.demo-signupform-wrapper .selldof .btn {
    background-color: #0176FF!important;
    border: 2px solid #0176FF!important;
    border-radius: 3px!important;
    color: #fff!important;
    align-items: center;
    justify-content: center;
    font-family: inherit!important;
    font-weight: 700!important;
    font-size: 16px!important;
    padding: 10px!important;
    margin: 20px 0px!important;
    width: 100%!important;
    cursor: pointer!important;
    transition: all 0.3s ease!important;
}

.popupleft {
    background-color: #0176FF;
    color: #fff;
    padding: 20px 45px;
    min-height: 550px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.popupright {
    padding: 25px 35px 10px;
}

.popupright small {
    font-size: 10px;
    line-height: 1.1;
    display: inline-block;
}

.popupright form {
    margin-right: 20px;
}

.login-pop-content {}

.login-pop-content .popup-lgtext {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}

.login-pop-content ul.popup-points {
    margin-top: 20px;
    list-style: none;
}

.login-pop-content ul.popup-points li {
    margin-bottom: 30px;
}

.login-pop-content ul.popup-points li:last-child {
    margin-bottom: 0px;
}

.login-pop-content ul.popup-points li p.pt-title {
    font-size: 22px;
}

.login-pop-content ul.popup-points li p.pt-text {
    font-size: 14px;
}

.signupwrap,
.signinwrap,
.forgotpasswordwrap {
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    display: none;
}

.signinwrap.show {
    visibility: visible;
    opacity: 1;
    display: block;
}

.signupwrap.show {
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative;
    z-index: 1;
}

.forgotpasswordwrap.show {
    visibility: visible;
    opacity: 1;
    display: block;
}

.formresponse {
    display: none;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    width: calc(100% - 20px);
    border: 1px solid #b50000;
    border-radius: 5px;
    line-height: 16px;
    z-index: 1;
    padding: 10px;
    color: #b50000;
    top: 8px;
}

.free-crm-submit[disabled],
.free-crm-submit[disabled]:hover {
    background-color: gray!important;
    border: 1px solid gray!important;
    cursor: default!important;
}

span.pwd-error {
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: red;
}

.pwd-show-link {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 16px;
    height: 18px;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../min-images/eye.svg');
}

.pwd-show-link.pwd-hide {
    background-image: url('../min-images/eye-slash.svg');
}

.form-wrapper {}

.form-wrapper .form-title {
    font-size: 26px;
}

label.error {
    font-size: 11px;
    position: absolute;
    color: #f00;
    display: block;
}

.form-control {
    margin: 10px 0 15px;
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-wrapper label {
    display: block;
}

input:not([type="checkbox"]) {
    background-color: transparent;
    border: 2px solid #ecf2ff;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

#leaddialcode {
    padding-left: 43px;
    width: 90px;
    margin: 0;
}

input#leadphone {
    width: calc(100% - 95px);
}

.leadthankyou {
    display: none;
    padding-top: 100px;
    text-align: center;
    color: green;
}

section {
    float: left;
    width: 100%;
}

section.padding {
    padding: 70px 0 70px 0;
}

.section-title {
    font-size: 52px !important;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

p.section-subtitle {
    font-size: 18px !important;
    line-height: 30px;
}

.selldof .title,
.selldof label {
    display: none !important;
}

.selldof_col-lg-4,
.selldof_col-lg-6,
.selldof_col-lg-12,
.selldof_col-md-4,
.selldof_col-md-6,
.selldof_col-md-12,
.selldof_col-sm-4,
.selldof_col-sm-6,
.selldof_col-sm-12,
.selldof_col-xs-4,
.selldof_col-xs-6,
.selldof_col-xs-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.selldof .form-group {
    margin-bottom: 0px;
    position: relative;
}

.sell_do_form_container {}

footer .sell_do_form_container .selldof_row {
    float: left;
}

footer .sell_do_form_actual_container .selldof_row:nth-child(3) {
    width: 75%;
}

footer .sell_do_form_actual_container .selldof_row:nth-child(4) {
    width: 25%;
}

.selldof .has-error .help-block {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}

#home form.selldof .btn {
    padding: 0 12px !important;
    line-height: 42px !important;
    background-color: #0176ff !important;
    border-color: #0176ff !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    width: 100%;
    letter-spacing: 1px;
}

#home form.selldof .form-control {
    height: 44px !important;
    border-color: #fff !important;
    border-radius: 4px 0 0 4px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.selldof .time-list {
    height: 320px!important;
    overflow-x: hidden!important;
}

.selldof .time-list .time-item button {
    border-radius: 5px;
}

.selldof .time-list .time-item button {
    border: 1px solid #0176FF!important;
    color: #0176FF!important;
    background-color: #f5f8fa;
}


/* Let's get this party started */

.selldof .time-list::-webkit-scrollbar,
.left-sidebar::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.selldof .time-list::-webkit-scrollbar-track,
.left-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.selldof .time-list::-webkit-scrollbar-track,
.left-sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(77, 80, 85, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.selldof .time-list::-webkit-scrollbar-track,
.left-sidebar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(77, 80, 85, 0.6);
}

.selldof.calendar-booking-container .panel {
    padding-top: 1px!important;
    padding-bottom: 0px!important;
}

.selldof.calendar-booking-container {
    min-height: 420px!important;
}

.selldof .datepicker table tr td.today {
    background-color: rgba(0, 162, 255, 0.47)!important;
    background-image: unset!important;
    color: #0044cc!important;
}

.selldof .bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 34px;
    width: 20px;
    color: #0f5ec1;
    background-color: rgba(0, 162, 255, 0.10);
    font-weight: 600;
    min-width: 41px;
    min-height: 41px;
    padding: 0;
    font-size: 16px;
    border-radius: 100%!important;
}

.selldof .datepicker table tr td.day:hover {
    background: rgba(0, 162, 255, 0.40);
    cursor: pointer;
}

.selldof .time-list .time-item button.time-item-selector.selected {
    float: unset!important;
    width: 48.5%!important;
    margin-right: 1%!important;
}

.selldof .time-list .time-item button.time-item-confirm {
    float: unset!important;
    width: 48.5%!important;
    margin-left: 2.1%!important;
    background-color: #0176FF;
    border: 1px solid #0176FF;
}

.selldof .time-list .time-item button.time-item-selector.selected,
.selldof .time-list .time-item button.time-item-confirm {
    color: #fff!important;
}

.calendar-booking-container .thankyou {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}


/* #0044cc */


/*Header Starts*/



/*Header Ends*/


/*Footer Starts*/

footer {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    color: #505459;
    font-size: 15px;
    bottom: 0;
    left: 0;
}


/*footer .container{    border-top: 1px solid #ccc;}*/

footer .upper {
    padding: 30px 0;
}

footer .upper b {
    font-weight: 500;
}

footer .upper .quicklinks {}


/*footer .upper .quicklinks p{margin-bottom: 10px;}*/

footer .upper .quicklinks a {
    color: inherit;
    display: inline-block;
    margin-bottom: 10px;
}

footer .upper .footer-form-wrapper {
    padding: 0 3%;
    position: relative;
}

footer .upper .sociallinks-wrapper {
    padding-left: 10px
}

footer .upper .sociallinks {
    margin-top: 20px;
}

footer .upper .sociallinks a {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0px;
}

footer .upper .sociallinks a img {
    vertical-align: middle
}

footer .lower {
    padding: 30px 0 10px 0;
    color: #505459;
    border-top: 1px solid #ccc;
}

footer .lowerlinks {}

footer .lowerlinks ul {
    list-style: none;
    text-align: right;
}

footer .lowerlinks ul li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 10px;
    position: relative;
}

footer .lowerlinks ul li:last-child {
    margin-right: 0px;
}

footer .lowerlinks ul li a {
    display: block;
    color: inherit;
}

footer .lowerlinks ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 6px;
    border-right: 2px solid gray;
    height: 13px;
}

footer .lowerlinks ul li:last-child:after {
    display: none;
}


/*.footer-form-wrapper:before {
    content: '';
    position: absolute;
    height: 147px;
    width: 1px;
    border-left: 2px solid rgba(200, 203, 206, 0.35);
    left: 0;
    top: -27px;
}
.footer-form-wrapper:after {
    content: '';
    position: absolute;
    height: 147px;
    width: 1px;
    border-right: 2px solid rgba(200, 203, 206, 0.35);
    right: 0;
    top: -27px;
}*/

footer .footer-form-wrapper {
    margin-top: 20px;
}

footer form.selldof .btn {
    padding: 0 12px !important;
    line-height: 42px !important;
    background-color: #0176ff !important;
    border-color: #0176ff !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    width: 100%;
    letter-spacing: 1px;
}

footer form.selldof .form-control {
    height: 44px !important;
    border-radius: 4px 0 0 4px;
    box-shadow: none !important;
    margin: 0;
    -webkit-box-shadow: none !important;
}


/*Footer Ends*/


/*Signup Page Ends*/

#signup {
    background-image: url('../min-images/home-banner-img.webp');
    background-size: cover;
}


/*Signup Page Ends*/


/******** Cookie ***********/

.cookie {
    position: fixed;
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    background-color: rgba(38, 41, 44, .88);
    color: #fff;
    z-index: 14;
}

.cookie-text {
    margin-right: 20px;
}

small {
    font-size: 16px;
    line-height: 1.5em;
    word-break: break-word;
}

.cookie-privacy-link {
    color: rgba(255, 255, 255, .64);
}

.cookie-close {
    position: absolute;
    background-image: url("../min-images/close--white.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
    top: 12px;
    right: 12px;
    height: 13px;
    width: 13px;
}


/********************** Blog ****************/

.blog-page-title {
    font-size: 69px;
    font-weight: 500;
    line-height: 1.13;
    margin-bottom: 30px;
    position: relative;
    color: #1d2b36;
}

.recommended_blogs .blog-page-title {
    font-size: 36px;
    text-align: center;
}

.blog-page-subtitle {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #343638;
}

.blog-filter {
    background-color: rgb(247, 247, 247);
    border-top: 1px solid rgb(247, 247, 247);
    border-radius: 5px;
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}

.blog-menu {
    float: left;
}

.blog-menu ul {
    list-style: none;
}

.blog-menu ul li {
    display: inline-block;
    position: relative;
}

.blog-menu ul li a {
    color: #505459;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
    line-height: 20px;
}

.blog-menu ul li a.active {
    background-color: #fff;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: #ffffff;
    width: 241px;
    border-radius: 0px;
    box-shadow: 1px 1px 10px #b1b1b1;
}

.sub-menu:before {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 12px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
}

.sub-menu {
    margin: 10px 0 7px;
}

.sub-menu li {
    margin: 0;
    width: 100%;
    display: block;
}

.sub-menu ul li a {
    font-size: 14px;
    padding: 8px 22px;
    width: 100%;
    display: block;
}

.sub-menu li a:hover,
.sub-menu li a.active {
    background-color: rgb(247, 247, 247);
}

.blog-search {
    float: right;
    position: relative;
    padding: 13px 0;
}

button.search-blog-btn {
    position: absolute;
    right: 0;
    height: 28px;
    width: 33px;
    line-height: 30px;
}

.blog-search input {
    padding: 4px 35px 4px 7px;
    font-size: 13px;
}

button.search-blog-btn img {
    width: 12px;
}

.post-info .post-tag {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-post-content ul {
    margin-left: 20px;
}

.single-post-content {
    margin-top: 30px;
    position: relative;
}

.post-img img {
    width: 100%;
    border-radius: 5px;
}

h3.post-title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative;
    color: #1d2b36;
    margin: 15px 0 20px;
}

.post-title.fn-36 {
    font-size: 1.5em;
    line-height: 32px;
    margin-bottom: 0;
}

.post-creator img {
    width: 12px;
    display: inline-block;
}

.post-creator p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
    color: #505459;
    padding: 0 10px;
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 15px;
    position: relative;
}

p.post-auth-name:after {
    content: '';
    width: 6px;
    height: 16px;
    border-left: 1px solid #ababab;
    position: absolute;
    right: -8px;
    top: 2px;
}

p.post-sort-desc {
    color: #505459;
    font-size: 18px;
    line-height: 29px;
    margin-top: 5px;
    border-top: 1px solid #e9ebec;
    padding-top: 13px;
}

section.blog-listing {
    background-color: #fff;
    padding: 50px 0;
}

.blog-listing .container {
    padding: 0px;
}

.sec-br {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 60px;
}

.pd-bt-0 {
    padding-bottom: 0px!important;
}

.blog-list {
    margin: 0 20px 40px;
    border-radius: 5px;
}

.blog-list:hover {
    background-color: #f5f8fa;
}

.blog-listing .row {
    margin: 0 -15px;
}

.blog-list img {
    width: 100%;
    border-radius: 5px;
}

.blog-inner-info {
    padding: 0 12px 12px;
    margin: 0 0 0px 0;
    /*max-height: 280px;*/
    max-height: 354px;
}

p.blog-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 26px;
    color: #505459;
    padding: 10px 0px 0;
}

h3.blog-title {
    font-size: 1.5em;
    font-weight: 300;
    color: #1d2b36;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    margin: 0;
    overflow: hidden;
    height: 80px;
}

p.blog-sort-desc {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    color: #505459;
    margin: 10px 0px 0;
    border-top: 1px solid #d6d6d6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    height: 80px;
}

.blog-auth {
    margin: 15px 0 0;
}

.blog-auth img {
    width: 42px;
    border-radius: 100%;
    height: 42px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.blog-auth p {
    display: inline-block;
}

.blog-auth p span.blog-author,
.blog-auth p span.blog-date {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
    color: #505459;
    font-weight: 500;
    display: block;
}

.blog-auth p span.blog-date {
    font-weight: 400;
    font-size: 14px;
}

.blog-side-bar {
    padding-left: 70px;
}

h4.sidebar-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    color: #1d2b36;
}

.blog-sidebar-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.blog-sidebar-list ul li {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-sidebar-list ul li:last-child {
    border-bottom: 0px solid;
}

.blog-sidebar-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1d2b36;
    line-height: 1.6;
}

.menu-item a {
    position: relative;
}

.blog-right-form-wrapper {
    /* position: relative;
    min-height: 266px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.24), 0 2px 7px 2px rgba(0,0,0,.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.24), 0 2px 7px 2px rgba(0,0,0,.04);
    padding: 33px;
    margin-bottom: 50px; */
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .24), 0 2px 7px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .24), 0 2px 7px 2px rgba(0, 0, 0, .04);
    padding: 33px;
    margin-bottom: 50px;
    height: auto;
    float: left;
    width: 100%;
}

.blog-right-form-wrapper p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.blog-right-form-wrapper .form-group input {
    height: 44px!important;
}

.blog-right-form-wrapper .selldof .btn {
    padding: 0 12px !important;
    line-height: 42px !important;
    background-color: #0176ff !important;
    border-color: #0176ff !important;
    color: #fff !important;
    border-radius: 4px!important;
    font-weight: 500 !important;
    width: 100%;
    letter-spacing: 1px;
}

.menu-item:hover .sub-menu {
    display: block;
}

.menu-item.menu-item-has-children>a:after {
    content: "";
    background: url("../min-images/angle-down.svg") 0 0/14px 20px no-repeat;
    width: 15px;
    height: 14px;
    margin-left: 4px;
    display: inline-block;
    margin-top: 0px;
}

.col-80 {
    width: 75%;
    margin: 0 auto;
}

.blog-filter-inner {
    width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.post-info-desc p {
    border-top: 0px solid;
}

.fix-top {
    width: 1140px;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.post-categories li {
    list-style: none;
}

.post-single .post-categories li {
    text-align: center;
}

.blog-prev-next {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}

.blog-prev-left {
    float: left;
}

.blog-prev-img,
.blog-next-img {
    width: 150px;
    height: 68px;
    border-radius: 5px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.blog-prev-info,
.blog-next-info {
    display: inline-block;
    width: 195px;
    margin-left: 10px;
}

.blog-prev-info h4,
.blog-next-info h4 {
    font-size: 14px;
    font-weight: 600;
}

.blog-prev-info p,
.blog-next-info p {
    font-size: 14px;
    line-height: 19px;
    color: rgb(80, 84, 89);
}

.blog-next-right {
    float: right;
}

.share-blog {
    position: absolute;
    left: -115px;
    width: 64px;
    margin-top: 5px;
}

.share-blog .ssba-classic-2 div {
    text-align: center!important;
}

.share-blog .ssba-classic-2 div span {
    margin-bottom: -14px;
    display: block;
}

.share-blog.bottom {
    position: absolute;
    bottom: 0px;
}

.share-blog.fixed {
    position: fixed;
    left: unset;
    width: 64px;
    margin-top: 5px;
    top: 156px;
    transform: translateX(-115px);
}

.share-blog-inner p {
    text-transform: uppercase;
    color: gray;
}

.share-blog-inner ul li {
    list-style: none;
}

a.share-icon {
    width: 38px;
    height: 38px;
    display: block;
    margin: 8px auto 0;
    background-color: gray;
    border-radius: 100%;
    line-height: 48px;
}

a.share-icon.fb-share {
    background-color: #1877f2;
}

a.share-icon.tw-share {
    background-color: #1da1f2;
}

a.share-icon.ld-share {
    background-color: #007bb5;
}

a.share-icon.mail-share {
    background-color: #a6b1b7;
}

a.share-icon img {
    text-align: center;
}

.pagination-nav {
    text-align: center;
}

.pagination-nav span.pages {
    text-decoration: none;
    border: 1px solid #98b9df;
    padding: 3px 5px;
    margin: 9px 10px!important;
    background-color: #98b9df;
    color: #fff!important;
    padding: 8px!important;
    border-radius: 6px!important;
}

.pagination-nav span.current,
.pagination-nav .wp-pagenavi a {
    border-radius: 100%!important;
    width: 40px!important;
    height: 40px!important;
    display: inline-block!important;
    border: currentColor!important;
    background-color: #0176ff;
    color: #fff!important;
    padding: 8px!important;
    border-radius: 100%!important;
    text-align: center;
}

.section {
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 40px;
}

.kylas-block.kylas-block--small {
    display: grid;
    grid-gap: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
    position: relative;
}

.kylas-block__text {
    max-width: 976px;
    margin: auto;
}

h1.text-center {
    font-size: 56px;
    line-height: 62px;
}

p.text-center {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
    word-break: break-word;
}

.blog-listing .row {
    display: table;
    width: 100%;
}

.blog-listing .article-title {
    display: table-caption;
    padding: 20px;
}

.blog-listing .row .col-4 {
    /*float: unset;*/
    display: inline-block;
    vertical-align: top;
}

.blog-listing.common_float .row .col-4 {
    float: left;
}


/*blog home page css end*/


/*single.php css start*/

.signup_box_wrapper .sell_do_form_container .selldof_row {
    padding: 0px 0px;
}

.signup_box_wrapper .sell_do_form_container .selldof {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.signup_box_wrapper .sell_do_form_container .selldof_row .form-control {
    width: 100% !important;
    min-width: 260px;
    height: 44px !important;
    border-radius: 4px 0 0 4px;
    box-shadow: none !important;
    margin: 0;
    -webkit-box-shadow: none !important;
}

.signup_box_wrapper .sell_do_form_container .selldof_row .form-control:focus {
    border-bottom: ;
    border-color: #0176ff !important;
}

.signup_box_wrapper .sell_do_form_container .selldof_row .selldof_field-container .form-group {
    margin: 0px !important;
}

.signup_box_wrapper .sell_do_form_container .selldof_row .selldof_field-container .form-group .btn {
    padding: 0 12px !important;
    line-height: 42px !important;
    background-color: #0176ff !important;
    border-color: #0176ff !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    width: 100%;
    letter-spacing: 1px;
}

.signup_box_wrapper .sell_do_form_container .selldof_row .selldof_field-container .form-group .btn:hover {
    opacity: 0.8;
}

.signup_box_wrapper {
    text-align: center;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.sticky {
    position: absolute;
    left: 0;
}

.sticky-share-btn .sharedaddy.sd-sharing-enabled {
    position: fixed;
    top: 5rem;
}

.blog-menu ul li.current-menu-item,
.blog-menu ul li.current-menu-item,
.blog-menu ul li.current-post-parent {
    padding: 1px 15px;
    margin: 0px !important;
    background-color: #fff;
}

.blog-filter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    padding: 0px 15px;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

.blog-filter .blog-search {
    margin-left: auto;
}

.blog-filter.stickySubMenu {
    background-color: rgb(255 255 255);
    box-shadow: 1px 1px 15px #cacaca;
    border-top: 1px solid #e8e8e8;
}

.blog-menu ul li a:hover {
    text-decoration: underline !important;
    color: #000 !important;
}

.prev-next-section .section .article-neighbours>a.next {
    margin-left: auto;
}

.post-contents h2 {
    font-size: 2em;
    line-height: 42px;
}

.post-contents h3 {
    font-size: 1.5em;
    line-height: 32px;
}


/*single.php end*/

ul.sub-menu li.menu-item {
    margin: 0px 0px !important;
    padding: 0px;
}

.blog-inner-info a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 26px;
    color: #505459;
    padding: 10px 0px 0;
}

ul.post-categories li a {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1d2b36;
}

.post-single .post-categories li a {
    font-size: 16px!important;
}

.comments-wrapper.section-inner {
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 48px;
}

.comments-wrapper.section-inner #disqus_thread {
    padding: 0 60px;
}

.sd-content ul li {
    display: block !important;
}

.col-8.animatable.fadeInUp.col-xs-12 .sharedaddy.sd-sharing-enabled {
    display: none;
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1024px) {
    .left-sidevar-title {
        display: none;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
    .col-md-1 {
        width: 8.333333333333333%;
    }
    .col-md-2 {
        width: 16.66666666666667%;
    }
    .col-md-3,
    .col-12-5 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333333333%;
    }
    .col-md-8 {
        width: 66.66666666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333333%;
    }
    .col-md-11 {
        width: 91.66666666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-5 {
        width: 20%;
    }
    .first-chat {
        width: 512px;
    }
    .share-blog {
        transform: translateX(-66px);
    }
    .blog-menu {
        margin: 0 0 0px 0;
        display: none;
        height: 65vh;
        overflow: auto;
        background-color: #ffffff;
        border-bottom: 1px solid gray;
        padding: 17px 0px 15px;
        width: 100%;
    }
    .blog-menu ul li {
        display: block;
        position: relative;
        padding: 0!important;
        margin: 0px 0px;
    }
    li.menu-item>a {
        background-color: #f7f7f7;
    }
    .menu-item.menu-item-has-children>a:after,
    .sub-menu:before {
        display: none;
    }
    .blog-menu ul li a.active {
        background-color: #d2d2d2;
    }
    .sub-menu {
        display: block;
        position: unset;
        top: unset;
        right: unset;
        background-color: unset;
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px 29px;
    }
    .blog-menu ul li a {
        position: unset;
    }
    .mobile-sub-menu {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 19px 15px 10px;
        line-height: 18px;
        min-height: 42px;
        background-color: #f5f8fa;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mobile-sub-menu:after,
    .mobile-sub-menu.open:after {
        content: '';
        /* position: absolute;
    top: 5px;
    right: auto; */
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 26px;
        margin-top: 5px;
        margin-left: 12px;
    }
    .mobile-sub-menu:after {
        background: url('../min-images/angle-down.svg') 0 0/13px 22px no-repeat;
    }
    .mobile-sub-menu.open:after {
        background: url('../min-images/angle-up.svg') 0 0/13px 22px no-repeat;
    }
    .left-sidevar-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .terms-condition .left-sidebar {
        margin-right: 0;
        height: auto;
    }
    .col-4.terms-condition {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 123;
        top: 64px;
    }
    .right-sidebar {
        padding-top: 60px;
    }
    .arrow-down:after,
    .arrow-up:after {
        display: none;
    }
    .security,
    .terms-condtions,
    .privacy-policy {
        padding: 0px 0 50px;
    }
    .blog-prev-img,
    .blog-next-img {
        width: 150px;
        height: 92px;
        border-radius: 5px;
        display: inline-block;
    }
    .blog-prev-left {
        float: left;
        margin-bottom: 28px;
    }
    .blog-prev-info,
    .blog-next-info {
        display: inline-block;
        width: calc(100% - 165px);
        margin-left: 10px;
    }
    .blog-search {
        float: right;
        position: relative;
        padding: 0px 0;
        position: absolute;
        right: 1px;
        top: 0;
    }
    .blog-filter-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
        float: left;
    }
    .blog-filter.fix-top {
        width: 100%!important;
        top: 111px;
        display: block!important;
        left: 0;
        transform: unset!important;
        background-color: #fff;
        padding: 0px 0px;
    }
    .blog-search input {
        padding: 4px 35px 4px 7px;
        font-size: 13px;
        height: 60px;
    }
    .blog-search.open {
        width: 100%;
        background-color: #fff;
    }
    .blog-side-bar {
        padding-left: 0px;
        margin-top: 30px;
    }
    .blog-listing .row {
        margin: 0px;
    }
    .blog-listing .row .col-6 {
        width: 49%;
    }
    .open-search-menu {
        background-image: url('../min-images/search.svg');
        background-position: center;
        background-repeat: no-repeat;
        width: 60px;
        height: 59px;
        position: absolute;
        right: 0;
        background-size: 27px;
        background-color: #fff;
    }
    button.search-blog-btn {
        position: absolute;
        right: 56px;
        height: 60px;
        width: 54px;
        line-height: 30px;
    }
    button.search-blog-btn img {
        width: 26px;
        vertical-align: middle;
    }
    .open-search-menu.open {
        background-image: url('../min-images/times.svg');
        background-size: 22px;
    }
    .blog-search form {
        display: none;
    }
    .blog-search.open form {
        display: block;
    }
    .comments-wrapper.section-inner {
        max-width: 100%;
        padding: 80px 0px;
    }
    .comments-wrapper.section-inner #disqus_thread {
        padding: 0 15px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .col-sm-1 {
        width: 8.333333333333333%;
    }
    .col-sm-2 {
        width: 16.66666666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333333333%;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333333%;
    }
    .col-sm-11 {
        width: 91.66666666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-5 {
        width: 20%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 700px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .col-xs-1 {
        width: 8.333333333333333%;
    }
    .col-xs-2 {
        width: 16.66666666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333333333%;
    }
    .col-xs-8 {
        width: 66.66666666666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333333333%;
    }
    .col-xs-11 {
        width: 91.66666666666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12-5 {
        width: 20%;
    }
    .hidden-xs,
    #home .down-arrow,
    .footer-form-wrapper:before,
    .footer-form-wrapper:after,
    .share-blog .ssba-classic-2 div br {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    section.padding {
        padding: 20px 0 30px 0;
    }
    .popup {
        height: 100%;
        width: 100%;
        margin: 0px auto;
        border-radius: 0px;
    }
    .popupright form {
        margin-right: 0px;
    }
    .section-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    header {
        padding: 7px 0 7px 0;
        background-color: #fff;
    }
    header .brand-logo {
        padding-top: 5px;
    }
    header .brand-logo img {
        width: 130px;
    }
    .blog-filter.fix-top {
        top: 64px;
    }
    .mg-tp-xs-0 {
        margin-top: 0px;
    }
    .share-blog {
        transform: translateX(0px);
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 21px;
    }
    .share-blog .ssba-classic-2 div span {
        margin-bottom: -14px;
        display: inline-block;
        vertical-align: middle;
    }
    .share-blog .ssba-classic-2 div a {
        display: inline-block;
        vertical-align: text-top;
        margin: 0 6px;
    }
    h3.post-title,
    h1.text-center {
        font-size: 28px!important;
    }
    .kylas-block.kylas-block--small,
    section.blog-listing {
        padding: 0px;
    }
    .section--theme-white {
        padding: 30px 15px 0;
    }
    footer .container {
        border-top: 1px solid #ccc;
        padding: 30px 15px;
    }
    .blog-page-subtitle {
        font-size: 18px;
    }
    .menu-icon-mobile {
        display: block;
        width: 25px;
        padding: 8px 0px 4px 0px;
        border-radius: 0px;
        margin: 5px 20px 0 0;
        position: relative;
    }
    /*  .menu-icon-mobile:after{
    content: '';
    position: absolute;
    right: -11px;
    top: -6px;
    height: 40px;
    width: 1px;
    border-right: 1px solid gray;
  }*/
    .menu-icon-mobile>span {
        display: block;
        height: 3px;
        width: 100%;
        margin-bottom: 4px;
        background-color: #505459;
    }
    header ul.nav-links {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        padding-top: 30px;
    }
    header ul.nav-links li {
        display: block;
    }
    header ul.nav-links li a {
        display: block !important;
        text-align: center;
        line-height: 40px !important;
        margin-top: 0px;
        margin-right: 0px;
    }
    header .login-btn {
        display: none;
    }
    header .cta {
        margin-top: 5px;
    }
    header .cta a {
        padding: 0 5px;
        line-height: 33px;
    }
    footer {
        text-align: left;
        font-size: 15px;
    }
    footer .copytext {
        line-height: 1.2;
    }
    footer .upper {
        padding: 0 0 20px 0;
    }
    footer .upper .sociallinks-wrapper {
        padding-left: 0px;
        text-align: left;
    }
    footer .upper .footer-form-wrapper {
        margin: 20px 0;
        padding: 0;
        text-align: left;
    }
    footer .upper .quicklinks {
        text-align: left;
    }
    footer .upper .quicklinks a {
        margin-bottom: 5px;
    }
    footer .lower {
        text-align: left;
        padding: 20px 0 0 0;
    }
    footer .lowerlinks ul {
        text-align: left;
        margin-top: 10px;
    }
    footer .lowerlinks ul li>a {
        margin-left: -4px;
    }
    .signupform-wrapper.demo-signupform-wrapper {
        height: 75vh;
        overflow-y: auto;
    }
    .popupright small {
        padding-top: 15px;
    }
    .calendar-booking-container .thankyou {
        width: 100%;
    }
    .blog-side-bar {
        padding-left: 0;
        margin-top: 50px;
    }
    .blog-page-subtitle br {
        display: none;
    }
    .post-creator p {
        padding: 0 5px;
    }
    .blog-listing .blog-list {
        margin: 0 15px 40px;
    }
    .blog-common-cta,
    .ssba-classic-2 {
        margin-top: 30px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 320px) {
    .btn-blue {
        font-size: 14px;
    }
    header .brand-logo img {
        width: 110px;
    }
    .benefits-card {
        width: 100%;
    }
    .signup-inner-wrapper {
        margin: 10px auto 0;
        width: 97%;
    }
    .blog-filter.fix-top {
        top: 54px;
    }
}

.hidden {
    display: none;
}


/*blog home page css start*/

@media screen and (max-width: 1399px) and (min-width: 1104px) {
    .section {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media all and (max-width:767px) {
    ul.list-circle li {
        list-style-type: circle !important;
        list-style-position: inside;
        margin-bottom: 15px;
    }
    ul.list-disc li {
        list-style-type: none;
        position: relative;
        list-style-position: inside;
        margin-bottom: 15px;
    }
    ul.list-disc li:before {
        content: '';
        width: 4px;
        border-radius: 100%;
        height: 4px;
        background: #000;
        position: absolute;
        /* left: -8px; */
        top: 7px;
    }
    ul.list-disc li strong {
        margin-left: 10px;
    }
    ul.list-alpha li {
        list-style-type: upper-alpha !important;
        list-style-position: inside;
        margin-bottom: 15px;
    }
    ul.list-square li {
        list-style-type: square!important;
        margin-bottom: 15px;
    }
    ul.list-square {
        margin-left: 15px;
    }
    ul.list-roman li {
        list-style-type: upper-roman !important;
        list-style-position: inside;
        margin-bottom: 15px;
    }
    ul.list-number {
        counter-reset: li;
    }
    ul.list-number>li {
        counter-increment: li;
        list-style-position: inside;
        margin-bottom: 15px;
    }
    ul.list-number li strong {
        position: relative;
        padding-left: 10px;
    }
    ul.list-number li strong:before {
        content: counter(li) '. ';
    }
    .img-blog {
        height: auto;
    }
    .img-blog1 {
        height: auto;
    }
    .img-blog img {
        width: 100%;
        margin-bottom: 20px;
    }
    .img-blog1 img {
        width: 100%;
        margin-bottom: 20px;
    }
    .recommended_blogs .blog-list {
        margin: 0 0px 40px;
    }
    .signup_box_wrapper .sell_do_form_container .selldof_row .form-control {
        min-width: 210px;
    }
}

.ssbp-text {
    display: none;
}

ul.cloudTags {
    display: flex;
    /* width: 100%;*/
    list-style: none;
    /*justify-content: center;*/
    flex-wrap: wrap;
    /*padding-top: 30px;*/
    margin: 0px -5px;
}

ul.cloudTags li {
    padding: 5px;
}

ul.cloudTags li .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.1em;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .2);
    border-radius: 100px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 500;
}

.cloudTagsTitle {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width:1224px) {
    .single-post-content .post-contents ol {
        padding-left: 30px;
    }
}

h1.post-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.13;
    margin-bottom: 30px;
    position: relative;
    color: #1d2b36;
    margin: 15px 0 20px;
}


/*h1.post-title{
    font-size: 28px!important;
}*/

.breadcrumb {
    position: absolute;
    top: 7rem;
    left: 0;
    max-width: 1140px;
    right: 0;
    margin: 0px auto;
    text-align: right;
    display: flex;
    justify-content: left;
    padding-bottom: 8px;
    border-bottom: solid 2px rgba(238, 238, 238, 0.5);
    flex-wrap: wrap;
}

.breadcrumb li {
    padding: 0px 15px;
    list-style: none;
}

.breadcrumb li::after {
    content: "/";
    margin-right: -15px;
    padding-left: 15px;
    opacity: 0.3;
    display: inline-block;
}

.breadcrumb li:nth-last-child(1)::after {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.breadcrumb li a {
    color: rgba(29, 43, 54, 0.65);
    font-size: 13px;
}

.breadcrumb li.active a {
    color: rgb(29, 43, 54);
}

.pagetop {
    margin-top: 80px;
}

@media (min-width:768px) and (max-width:1199px) {
    .breadcrumb {
        top: 7.5rem;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .breadcrumb {
        position: static;
        margin-top: 8rem;
        margin-bottom: -8rem;
    }
    .sigle-breadcrumb {
        margin: 0px auto !important;
    }
    .breadcrumb li {
        padding: 0px 10px;
        line-height: 1.2em;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
}