.sidenav {
    height: 100%;
    background-color: #333d47;
    overflow-x: hidden;
    padding-top: 20px;
}
@media screen and (min-width: 992px)
{
    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .main {
        margin-left: 40%;
    }
}
.inputField input, .inputField span {
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
}
.inputField input.has-value+span{
    top: 7px;
    -webkit-transform: scale(0.7) translateY(-10%) translateX(-8.5px);
    transform: scale(0.7) translateY(-10%) translateX(-8.5px);
}
img.logo-login{
    width: 90%;
}
.tb-blue{
    color: #333d47 !important;
}
.tb-blue-bg{
    background: #333d47 !important;
}
.tb-orange{
    color: #DC5F13;
}
.tb-orange-bg{
    background: #DC5F13;
}
.tb-btn-curved {
    color: #fff !important;
}
.tb-btn-curved.alt, .tb-btn-curved.alt:hover{
    background: #DC5F13;
}
.tb-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.tb-btn-curved-light {
    background-color: transparent;
    border-color: #333d47;
    border-radius: 30px;
    color: #fff;
}
a.tb-btn-curved{
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
}
.login-form{
    width: 90%;
}
@media screen and (max-width: 991px)
{
    .login-page .main.h-100vh {
        height: auto;
    }
    .login-form{
        width: 100%;
    }
}
.hamburger-icon.open{
    display: none;
}
.remember-check {
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
}
.remember-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.remember-check > i {
    width: 0;
    height: 18px;
    margin-top: 4px;
    float: left;
    margin-right: 28px;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    background: #DC5F13;
    line-height: 1;
    vertical-align: middle;
}
.remember-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    content: "";
}
.remember-check input:checked + i:before {
    border-width: 0;
    background-color: inherit;
}
.remember-check input[type=checkbox]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}
.tp-bgimg.defaultimg {
    background-color: #e5e5e5;
}
.hades.tparrows:hover:before{
    background: rgba(0, 0, 0, 0.25);
    color: #DC5F13;
}
@media screen and (max-width: 576px){
    .hades.tparrows {
        width: 30px;
        height: 30px;
    }
    .hades.tparrows:before {
        line-height: 30px;
        font-size: 20px;
    }
    .tparrows{
        visibility: visible !important;
        display: block !important;
    }
    .tp-leftarrow.tparrows{
        left: -10px;
    }
    .tp-rightarrow.tparrows{
        left: unset;
        right: -40px !important;
    }
    .tp-caption.tp-resizeme.font-weight-900 {
        font-size: 25px !important;
    }
}
.scroll-to-top{
    background-color: #DC5F13;
    opacity: 0;
}
.breadcrumb li.current span{
    color: #DC5F13;
}
.page-parent-title{
    color: #fff;
    margin-bottom: 0;
}
.project-filters a:not(:last-child){
    margin-right: 20px;
}
.project-filters a.is-checked{
    color: #333d47;
    border-color: #DC5F13;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #333d47;
    border-color: #333d47;
}
.page-link {
    padding: 0.5rem 1rem;
    color: #000;
}
.main-navigation .mainmenu__item.menu-item-has-children>ul .sub-menu.alt{
    margin-left: 0 !important;
    left: 75% !important;
}
ul.megamenu .mainmenu__item.menu-item-has-children{
    display: table !important;
}
.project-filters button, .project-filters a{
    display: inline-block;
}
.header-404{
    font-size: 200px;
}
.text-404{
    font-size: 18px;
    font-weight: 600;
}
.post-document-table th, .post.single-post th{
    color: #DC5F13;
}
.side-box{
    padding-left: 0;
    padding-top: 0;
}
@media screen and (max-width: 576px)
{
    .widget-menu>*{
        max-width: unset;
    }
}
.portfolio-link li{
    border-bottom: 2px solid #333d47;
}
.portfolio-link li.active{
    border-bottom: none;
}
.popup-search__body{
    max-width: 660px;
}
.collapser{
    cursor: pointer;
}
.collapser:before {
    background: url(https://api.iconify.design/ant-design:plus-square-outlined.svg?height=25&color=%23333d47);
    content: "";
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 6px;
    margin-right: 5px;
}
.collapser.opened:before {
    background: url(https://api.iconify.design/ant-design:minus-square-outlined.svg?height=25&color=%23333d47);
    content: "";
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 6px;
}
.answer-item ul{
    padding-inline-start: 40px;
}
a.collapser:hover{
    color: #333d47;
}

/* Custom Dropdown*/

.custom-select-wrapper {
    position: relative;
    user-select: none;
    min-width: 230px;
    /* width: 100%; */
}
.tb-custom-select {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;
    border: none
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    color: #000;
    background: #fffdfd;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    /* height: 100px;
    overflow-y: scroll; */
    border: 1px solid #555;
}
.tb-custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    /*display: block;*/
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    color: #000;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background: #333d47;
    color: #fff;
}
.custom-option.selected {
    color: #ffffff;
    background: #333d47;
}

.tb-custom-select .arrow {
    position: relative;
    height: 10px;
    width: 10px;
    margin-left: 15px;
}
.tb-custom-select .arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.1rem;
    height: 100%;
    transition: all 0.5s;
}
.tb-custom-select .arrow::before {
    left: 3px;
    transform: rotate(45deg);
    background-color:#000
}
.tb-custom-select .arrow::after {
    left: -3px;
    transform: rotate(-45deg);
    background-color:#000
}
.tb-custom-select.open .arrow::before {
    left: 3px;
    transform: rotate(-45deg);
}
.tb-custom-select.open .arrow::after {
    left: -3px;
    transform: rotate(45deg);
}
/* Custom Dropdown end*/
.portal-category-content li{
    padding: 0;
}
.side-box a{
    padding: 10px 16px;
    display: block;
    overflow: auto;
}
.header__top{
    background: #333d47ee;
}
.profile-img{
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    width: 30px;
    position: relative;
    left: 0;
    top: -1.3px;
}
.profile-dropdown .dropdown-toggle:after, .language-dropdown .dropdown-toggle:after{
    display: none;
}
.custom-dropdown-arrow{
    margin-left: 3px;
}
@media (min-width: 62em){
    .main-navigation .mainmenu__item {
        padding: 27px 0px 27px 0px;
    }
}
.header-item, .lang-icon, a.header-item{
    color: #fff;
}
a.header-item.active, a.header-item:hover, a.header-item-mobile.active{
    color: #DC5F13;
}
.header-item-mobile{
    color: #444;
}
a.logout-btn, a.top-menu-link, a.header-item, a.search-page-link{
    transition: none;
}
a.logout-btn:hover, a.top-menu-link:hover{
    color: #DC5F13 !important;
}
@media (max-width: 61.94em){
    .header__middle-left.alt{
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px){
    .logo-mobile{
        margin-top: 10px;
    }
}
.icon-rounded.icon-medium {
    width: 40px;
    height: 40px;
}
.offcanvas-navigation{
    padding-top: 0;
}
.tp-caption.tp-resizeme.home-slider-text{
    font-size: 16px !important;
}
.home-slider-btn{
    font-size: 13px !important;
    font-family: inherit !important;
}
i.slider-link-icon{
    font-size: 12px !important;
}
.video-player .video-js{
    width: 100%;
}
.video-js .vjs-big-play-button{
    color: transparent;
}
.tp-caption.editable-text-color{
    color: #fff;
}
.category-hub-table{
    border-collapse: collapse !important;
    width: 100%;
}
.category-hub-table th {
    background: #333d47;
    padding: 0.5rem 0.75rem;
    color: #fff;
}
.category-hub-table td {
    padding: 0.5rem;
}
.category-hub-table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.07);
}
.category-hub-table th, .category-hub-table td{
    border: 1px solid #c3c3c3 !important;
}
a.category-hub-table-link {
    color: #007bff;
    text-decoration: underline;
    transition: none;
}
a.category-hub-table-link:hover{
    color: #DC5F13;
}
li.social__item a, ul.widget-menu li a{
    transition: none;
}
li.social__item:hover a, ul.widget-menu li a:hover{
    color: #dc5f13;
}
.portal-box a{
    transition: none;
}
.portal-box a:hover{
    color: #DC5F13 !important;
}
.portal-box{
    width: 100%;
}
.single-latest-portfolio img {
    max-height: 70px;
}
.blog-popular-post-img{
    height: 70px;
    width: 70px;
    min-width: 70px;
    align-items: center;
    display: flex;
}
.page-parent-title-alt {
    color: #333d47;
    margin-bottom: 0;
}
.post__title.alt{
    font-size: 40px;
}
.bday-icon.fa{
    font-size: 80%;
    background: linear-gradient(180deg, #f6c344 0%, #5c95fe 51%, #b1153c 100%);
    /* -webkit-background-clip: text;
    -moz-background-clip: text; */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.birthday-wrap{
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #dc5f13;
    cursor: pointer;
}
.birthday-wrap:hover{
    border-bottom: 2px solid #333d47;
}
.birthday-wrap .bday-link{
    padding: 20px;
    padding-left: 10px;
    width: 85%;
    padding-right: 0;
}
.birthday-img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.birthday-carousel .owl-nav{
    text-align: center;
    margin-top: 35px;
}
.birthday-carousel .owl-nav button {
    border: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border: 1px solid #333d47;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    color: #333d47;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.birthday-carousel .owl-nav button:hover {
    background: #dc5f13;
    color: #fff;
    border: 0.5px solid #dc5f13;
}
.hr-wrap a, .birthday-wrap a{
    transition: none;
}
.hr-wrap{
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #333d47;
    cursor: pointer;
}
.hr-wrap:hover{
    border-bottom: 2px solid #dc5f13;
}
.hr-wrap .hr-link{
    padding: 10px;
    padding-left: 10px;
    width: 85%;
    padding-right: 0;
    line-height: 1.5;
}
.hr-img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.hr-carousel .owl-nav{
    text-align: center;
    margin-top: 35px;
}
.hr-carousel .owl-nav button {
    border: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border: 1px solid #dc5f13;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    color: #dc5f13;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.hr-carousel .owl-nav button:hover {
    background: #333d47;
    color: #fff;
    border: 0.5px solid #333d47;
}
.post.single-post table{
    width: 100% !important;
}
.blog-popular-post-wrap.sidebar-post{
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 0;
}
.blog-popular-post-wrap.sidebar-post:first-child{
    padding-top: 0;
}
.blog-popular-post-wrap.sidebar-post:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.breadcrumb li a, .blog-popular-post-wrap.sidebar-post a{
    transition: none;
}
.breadcrumb li a:hover, .blog-popular-post-wrap.sidebar-post a:hover{
    color: #dc5f13 !important;
}
@media screen and (min-width:992px) {
    .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner{
        height: 100% !important;
    }
}
.tb-gray{
    color: #828282;
}
.popup-search.open .popup-search__body {
    margin-top: -200px;
}
.search-card {
    position: absolute;
    left: 10%;
    right: 10%;
    z-index: 10;
}

.search-card.all {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

.search-card .list-group-item {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important
}

.search-card .list-group a:last-child li {
    border-bottom: none !important
}
.search-card .card-footer h6:hover{
    color: #DC5F13;
}
@media screen and (max-width:991px) {
    .search-card {
        left: 0;
        right: 0
    }
}
.search-card .card-footer {
    border-top: 1px solid #dc5f13!important;
}
.search-card a{
    transition: none;
}
.search-card .list-group{
    max-height: 400px;
    overflow: auto;
}
.search-card .list-group::-webkit-scrollbar {
    width: 2px;
}
.search-card .list-group::-webkit-scrollbar-track {
  background: #ddd;
}
.search-card .list-group::-webkit-scrollbar-thumb {
  background: #777;
}
@media screen and (max-width:576px) {
    .search-card .list-group{
        max-height: 300px;
    }
    .search-item-type {
        margin-top: 7px;
    }
}
.popup-search__body{
    text-align: left;
}
.tb-search-item {
    border-bottom: 1px solid #c3c3c3;
}
.tb-search-input-alt{
    height: 58px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}
.search-input-wrap{
    border: 1px solid #c3c3c3;
}
.load-more-spinner {
    display: none
}
.spinner {
    width: 70px;
    text-align: center;
    margin: 30px auto
}
.spinner>div {
    width: 15px;
    height: 15px;
    background-color: #dc5f13;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}
.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}
@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.cursor-pointer{
    cursor: pointer;
}
a.archive-post-link, a.custom-list-link{
    transition: none;
}
.archive-post-item, .custom-list-item{
    border-bottom: 1px solid #c3c3c3;
}
.archive-post-item:last-child, .custom-list-item:last-child{
    border-bottom: none;
}
.lh-1{
    line-height: 1;
}
.lh-15{
    line-height: 1.5;
}
.archive-date-icon{
    margin-top: -2px;
    margin-right: 3px;
}
.archive-post-link:hover .archive-date-icon{
    color: #dc5f13 !important;
}
.exchange-wrap{
    border-radius: 50px 10px;
    background: #fff;
    color: #333d47;
    padding: 10px 20px;
    border: 2px solid #333d47;
}
.exchange-wrap.alt{
    background: #333d47;
    color: #fff;
}
.rate-item{
    width: 45px;
}
@media screen and (max-width:991px) {
    .exchange-wrap{
        margin-bottom: 20px;
    }
}
.poll-item:not(:last-child){
    margin-bottom: 1rem;
    border-bottom: 1px solid #c3c3c3;
}
.poll-answer{
    cursor: pointer;
    display: block;
    transition: none;
    background: #333d47;
    margin-bottom: 5px;
    color: #ffffff;
    /* border-width: 2px;
    border-style: solid;
    border-color: #DC5F13; */
    padding: 0 20px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-size: 16px;
    width: 100%;
    border-radius: 0.25rem;
}
.poll-answer:hover:not([disabled]){
    background: #dc5f13;
}
.poll-answer:last-of-type{
    margin-bottom: 1rem;
}
.poll-answer:disabled{
    cursor: not-allowed;
}
.poll-answer.selected{
    color: #333d47;
    background: #fff;
    border: 2px solid #dc5f13cc;
}
.polls-wrap .spinner{
    margin: 10px auto;
}
/* .poll-message.success p{
    color: mediumseagreen;
}
.poll-message.error p{
    color: red;
} */
.poll-message{
    display: none;
}
.birthday-wrap .bday-link.w-unset{
    width: unset;
}
.bday-profile-img{
    width: 120px;
    height: 120px;
    line-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}
.bday-profile-name{
    margin-left: 10px;
    font-size: 42px;
}
.bday-profile-name .bday-icon.fa{
    bottom: 5px;
    position: relative;
    margin-left: 10px;
}
@media screen and (max-width:576px) {
    .bday-profile-name{
        font-size: 32px;
    }
}
.bday-profile-wrap{
    padding-bottom: 1rem;
}
.bday-heading{
    font-size: 22px;
    display: inline-block;
    position: relative;
    margin-bottom: 1px;
    padding-bottom: 5px;
}
.bday-heading:before {
    content: "";
    background: #dc5f13;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 102%;
}
hr.bday-border{
    margin: 0;
    margin-top: -1px;
}
.tb-btn-curved.alt{
    border: 1px solid #DC5F13;
    cursor: pointer;
    transition: all ease 0.2s
}
.bday-submit{
    padding: 0.75rem;
}
.birthday-form .form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #dc5f13;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(220 95 19 / 25%);
}
/* .birthday-message.success p{
    color: mediumseagreen;
}
.birthday-message.error p{
    color: red;
} */
.birthday-message{
    display: none;
}
.custom-alert{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.custom-alert.success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.custom-alert.success p{
    color: #155724;
    margin-left: 5px;
}
.custom-alert.error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.custom-alert.error p{
    color: #721c24;
}
.bday-message-item{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}
.bday-message-item:first-child{
    padding-top: 0;
}
.bday-message-item:last-child{
    border-bottom: 0;
}
.sender-img{
    width: 100%;
    max-width: 100px;
}
@media screen and (max-width:576px) {
    .sender-img{
        width: 100%;
        max-width: 50px;
    }
}
.sender-img img{
    border-radius: 5px;
}
.sender-msg{
    margin-left: 15px;
    width: 100%;
}
.bday-timestamp{
    color: #939393;
    font-size: 14px;
}
#messages-list.new .bday-message-item:first-child .sender-msg{
    border-radius: 5px;
    background: lightyellow;
    padding: 5px 10px;
    width: 100%;
}
.bday-delete{
    padding: 0.25rem 1.5rem;
    background: rgb(221, 51, 51) !important;
    font-weight: 600;
}
.fav-btn{
    padding: .5rem 1.5rem;
    float: right;
}
.fav-btn.remove{
    background: rgb(221, 51, 51) !important;
}
.fav-btn.hidden{
    display: none;
}
.delete-fav-btn{
    color: #fff;
    border: none;
    cursor: pointer;
    background: red;
    border-radius: 20%;
    padding: 3px 6px;
}
.fav-nav li a.dropdown-toggle{
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    padding: 0;
    height: 29px;
    transition: none;
}
.fav-nav li a.dropdown-toggle:hover{
    color: #dc5f13;
}
.fav-nav li a.dropdown-toggle::after{
    display: none;
}
.fav-nav .dropdown-menu{
    position: absolute;
    min-width: 240px;
    width: 240px;
    padding: 0;
    left: -100%;
    border-radius: .2rem;
}
.fav-nav li:hover ul.dropdown-menu {
    display: block;
}
.fav-nav .nav-item:hover a.dropdown-toggle{
    color: #dc5f13;
}
.fav-nav .dropdown-menu li{
    padding: 0 !important;
    display: block;
}
.fav-nav .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #e4e4e4;
}
.fav-nav .dropdown-menu li a{
    padding: 5px 15px !important;
    transition: none;
    white-space: unset;
}
.fav-nav .dropdown-menu li a:hover{
    color: #dc5f13;
}
.fav-nav .dropdown-menu li a:active{
    color: inherit;
    background: transparent;
}
.custom-banner-img{
    max-height: 300px;
}
@media screen and (max-width:991px) {
    .custom-banner-img{
        margin-bottom: 10px;
    }
}
ul.megamenu{
    min-height: 335px;
}
.answer-item .tb-question-wrap, .answer-item .answer-item{
    margin-left: 20px !important;
}
.post.single-post ul {
    list-style-type: disc;
    margin: auto;
    padding: unset;
    padding-inline-start: 40px;
}
.post__thumbnail img{
    width: auto;
}
.landing-img img {
    width: 100% !important;
    height: auto !important
}
@media screen and (max-width:991px) {
    .landing-details,
    .landing-title {
        text-align: left !important
    }

    .landing-title {
        font-size: 22px
    }

    .landing-details br,
    .landing-title br {
        content: ' '
    }

    .landing-details br:after,
    .landing-title br:after {
        content: ' '
    }
    .order-c-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .py-c-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}