    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
    
h1.posttl {
    font-family: montserrat, sans-serif;
    text-transform: unset;
    font-size: 24px;
    margin-bottom: 20px;
}
.callActionDv {
    background: #d4f1ff;
    padding: 20px;
    margin-bottom: 20px;
}
.callActionDv .sbtitle {
    font-family: montserrat, sans-serif;
    display: inline-block;
    margin: 0px;
    text-transform: unset;
    font-size: 15px;
    color: #1890c9;
    font-weight: 600;
}
.callActionDv a {
    float: right;
    background: #1890c9;
    color: #fff;
    font-family: montserrat, sans-serif;
    padding: 9px 20px;
    font-weight: 600;
    font-size: 12px;
    margin-top: -7px;
}
.usrDetail {
    border-top: 2px solid #9b9494;
    border-bottom: 2px solid #9b9494;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.usrDetail p {
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.usrDetail span {
    float: right;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 14px;
}

.usrDetail p i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #1890c9;
    border-radius: 50%;
    background: #d4f1ff;
    color: #1890c9;
    font-size: 19px;
    margin-right: 7px;
    vertical-align: middle;
}
.singleDetail {
    padding: 30px;
    background: #fff;
    border: 2px solid #1890c9;
    border-radius: 30px;
    margin-bottom: 50px;
}

.blogsDetail {
    background: rgb(240 250 255 / 65%);
    padding-top: 70px;
    margin-top: -32px;
    position: relative;
}

.wellcome_banner.hero-home {
    padding-bottom: 60px;
    margin: 0px;
}

.singleDetail .images {
    box-shadow: 0px 0px 2px 0px #505050;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.singleDetail .images img {
    width: 100%;
    height: 100%;
    display: block;
}

.singleDetail .images span {
    text-align: center;
    display: block;
    font-family: montserrat, sans-serif;
    margin: 0px;
    text-transform: unset;
    font-size: 15px;
    background: #1890c9;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px;
}

.singleDetail .shareOn p {
    font-family: montserrat, sans-serif;
    margin: 0px;
    text-transform: unset;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.singleDetail .shareOn p a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #1890c9;
    border-radius: 50%;
    background: #d4f1ff;
    color: #1890c9;
    font-size: 14px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: 1px;
    text-align: center;
}

.singleDetail .shareOn {
    margin-bottom: 20px;
}
.singleDetail .descriptions p {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
    color: #000;
}

.singleDetail .descriptions h1,
.singleDetail .descriptions h2, 
.singleDetail .descriptions h3, 
.singleDetail .descriptions h4, 
.singleDetail .descriptions h5, 
.singleDetail .descriptions h6 {
    font-family: montserrat, sans-serif;
    text-transform: unset;
    margin-bottom: 15px;
    font-weight: 700;
}

.singleDetail .descriptions h1 {
    font-size: 24px;
}

.singleDetail .descriptions h2 {
    font-size: 21px;
}

.singleDetail .descriptions h3 {
    font-size: 19px;
}

.singleDetail .descriptions h4 {
    font-size: 17px;
}

.singleDetail .descriptions h5 {
    font-size: 15px;
}

.singleDetail .descriptions h6 {
    font-size: 13px;
}

.singleDetail .descriptions ol, .singleDetail .descriptions ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 10px;
}

.singleDetail .descriptions ol li, .singleDetail .descriptions ul li {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px;
    color: #3e3e3e;
    line-height: 21px;
}

.singleDetail {
    margin-bottom: 20px;
}

.nextPrevButtons {
    background: #fff;
    border: 2px solid #1890c9;
    border-radius: 18px;
    display: flex;
    margin-bottom: 34px;
}
.nextPrevButtons div {
    padding: 20px 15px;
}
.prevButton {
    border-right: 2px solid #1890c9;
    width: 50%;
}
.nextButton {
    width: 50%;
}
.nextPrevButtons div a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    margin: 0px 10px;
    display: inline-block;
}
.nextPrevButtons .nextButton {
    text-align: right;
}

popularPost .othrTitle {}

.popularPost .othrTitle {
    font-family: montserrat, sans-serif;
    text-transform: unset;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
}

.popularPost {
    margin-top: 40px;
    margin-bottom: 40px;
}

.popularPost .othrTitle i {
    margin-left: 10px;
}

.blog_card {
    padding: 20px;
    background: #fff;
    border: 2px solid #1890c9;
    border-radius: 30px;
    margin-bottom: 50px;
}


.blog_card figure {
    box-shadow: 0px 0px 2px 0px #505050;
    border-radius: 30px;
    overflow: hidden;
    height: 230px;
    margin-bottom: 20px;
}

.blog_card figure a, .blog_cardfigure div {
    display: block;
    width: 100%;
    height: 100%;
}

.blog_card figure a img {
    width: 100%;
    height: 100%;
}

.blog_card .blogcardDtl ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 14px;
}

.blog_card .blogcardDtl ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -10px;
    float: none;
    margin-right: 7px;
}

.blog_card .blogcardDtl ul li {
    font-size: 12px;
    font-family: montserrat,sans-serif;
    margin-top: 0px !important;
    margin-right: 4px !important;
    font-weight: 600;
}
.blog_card .blogcardDtl ul li i {
    font-size: 12px;
}

.blog_card .blogcardDtl ul li.usrs {
    color: #1890c9;
}

.blog_card .blogcardDtl a.postTtl {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    letter-spacing: unset;
    font-size: 17px;
    line-height: 28px;
    height: 54px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.blog_card .blogcardDtl p {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
}

.blog_card .btns {
    text-align: left;
    margin-bottom: -50px;
}

.blog_card .btns a {
    border: 2px solid #1890c9;
    background-color: #fff;
    font-family: 'Cabin',sans-serif;
    color: #000;
    border-radius: 30px;
    padding: 10px 45px;
    font-size: 20px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.455, .03, .515, .955);
    display: inline-block;
    box-shadow: 0 0 rgba(0, 0, 0, .2);
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

.blog_card .btns a i {
    margin-left: 5px;
    vertical-align: -1px;
}

.blog_card .btns a:hover {
    background-color: #1890c9;
    box-shadow: 5px 8px 0 0 #000;
    color: #fff;
}

html {
    overflow: unset;
}

 .sidebars .sidescrll {
    position: sticky;
    top: 10px;
}

.dtlsStick {
    display: flex;
}

.sidebars {
    position: relative;
    height: 98%;
}

body {
    overflow: unset !important;
}

.sidebars .sidescrll .widget {
    background: #fff;
    padding: 0px 30px 30px;
    border-radius: 30px;
    border: 2px solid #1890c9;
    overflow: hidden; margin-bottom:20px;
}

.sidebars .sidescrll .widget h5 {
    font-family: 'Cabin',sans-serif;
    font-size: 22px;
    text-transform: unset;
    margin: 0px -30px 16px;
    background: #1890c9;
    color: #fff;
    padding: 11px 30px;
}

.sidebars .sidescrll .widget ul {
    list-style: none;
    height: 245px;
    overflow: auto;
}

.sidebars .sidescrll .widget ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e0e0e0;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
}

.thrdCallAction {
    position: fixed;
    bottom: -100%;
    right: 20px;
    background: #a8e3ff;
    z-index: 99;
    width: 350px;
    padding: 20px;
    text-align: center;
    border-top: 10px solid #1890c9;
}
.thrdCallAction {
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.thrdCallAction.actvss {
    bottom: 0px;
}
.thrdCallAction a.tms {
    position: absolute;
    top: 4px;
    right: 13px;
    color: #000;
}
.thrdCallAction h6 {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: unset;
    margin-bottom: 10px;
    margin-top: 10px;
}
.thrdCallAction p {
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: unset;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
}
.thrdCallAction .ddtsCall a {
    background: #1890c9;
    color: #fff;
    font-family: montserrat, sans-serif;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 12px;
    margin-top: -7px;
    border-radius: 5px;
}


