:root {
    --ink: #fff;
   }
[data-theme='light'] {
    --ink: #111317;

}



.single-blog-post {
    /* background: #fff; */
    position: relative;
    transition: .5s;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    min-height: 580px;
    /* border: 1px dashed #3d8bff;
    padding: 16px; */
    /* border-radius: 5px; */
    color: #000000;
}

.blogImage {
    height: 250px;
    overflow: hidden;
}

.single-blog-post .blog-post-content {
    transition: .5s;
    padding: 24px;
}

.width100per {
    width: 100%;
}

.single-blog-post .blog-post-content {
    transition: .5s;
    padding: 24px;
}

.alignItemcenter {
    align-items: center;
}

.calcicon {
    width: initial !important;
    float: left;
    padding-right: 7px;
}

.blog-post-content span {
    font-size: 12px;
}

.single-blog-post a {
    color: #000000;
    text-decoration: none !important;
}

.blog-post-content .innertitle {
    line-height: 30px;
    font-size: 20px;
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
    padding-top: 10px;
    margin-bottom: 10px;
}

.blog-post-content .innertitle {
    line-height: 30px;
    font-size: 16px;
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
    color: #252525;
    line-height: 1.5;
    text-align: left;
}

.blog-post-content .innercontent2 {
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.alignItemcenter {
    align-items: center;
}

a.blogpostbutton {
    /* background: linear-gradient(135deg, #23bdb8, #43e794); */
    color: #000 !important;
    border: 1px dashed #3d8bff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.single-blog-post a {
    color: #000000;
    text-decoration: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Track */

.innertitle::-webkit-scrollbar-track {
    background: var(--lightgray) !important;
}


/* Handle */

.innertitle::-webkit-scrollbar-thumb {
    background: #3d8bff !important;
    border-radius: 20px !important;
}


/* Handle on hover */

.innertitle::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}


.innercontent2::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.innercontent2::-webkit-scrollbar-track {
    background: var(--lightgray) !important;
    border-radius: 20px !important;
}


/* Handle */

.innercontent2::-webkit-scrollbar-thumb {
    background: #3d8bff !important;
    border-radius: 20px !important;
}


/* Handle on hover */

.innercontent2::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}



::-webkit-scrollbar {
    width: 5px;

}

/* Track */
::-webkit-scrollbar-track {
    background: var(--lightgray)
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3d8bff;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.back_text {
    color: #3d8bff;
}

.rightblogcontentfull {
    padding-left: 10px !important;
    padding-bottom: 20px;
}

.blog_subhead {
    font-size: 18px;
    color: #3d8bff;
}

.rightblogcontentimg {
    width: 100px;
    border-radius: 5px;
}

.textblack {
    color: #3d8bff;
    font-size: 18px;
}

.rightblogcontent {
    margin-top: 20px;
    /* background: #fff; */
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    border: 1px dashed #3d8bff;
    ;
}

.rightsmallblogs {
    color: #3d8bff;
    font-size: 12px;
    margin-left: 15px;
}

.rightsmallblogs a {
    /* color: #000; */
    color: var(--ink);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.rightsmallblogs a:hover {
    color: #3d8bff;
}

.textDecoration_unset {
    text-decoration: unset !important;
}

.pb10 {
    padding-bottom: 10px;
}

.blog_text ul li {
    margin-bottom: 12px;
}

.listnone {
    list-style: none;
}

.datebox {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    background: #fff;
    padding: 10px;
    /* border-radius: 5px; */
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
}
.datebox span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.backarrowicon{
        filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(2303%) hue-rotate(199deg) brightness(100%) contrast(103%);
}
.calcicon {
    width: initial !important;
    float: left;
    padding-right: 7px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(2303%) hue-rotate(199deg) brightness(100%) contrast(103%);
}

.positionRelative {
    position: relative;
}

.blogcontentimg {
    border-radius: 5px;
    margin: 0;
}

.blogcontent {
    /* padding-left: 20px; */
    margin-top: 20px;
}

.blog_head {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #3d8bff;
}

.blog_text {
    /* color: #000; */
    color: var(--ink);
    margin-top: 20px;
    /* text-align: justify; */
    line-height: 25px;
}

.sharecontent {
    margin-top: 20px;
    background: #fff;
    height: 100%;
    padding: 10px 5px;
    border-radius: 5px 5px 30px 30px;
    display: none;
}

.pl0 {
    padding-left: 0;
}

.backarrow {
    margin: 0px 0px 30px;
    text-decoration: none;
    color: #fff;
    gap: 12px;
    /* padding-top: 50px; */
}

.listdisc {
    list-style: disc !important;
}







.greenbutton3 {
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    height: 38px;
    background: #3d8bff;
    cursor: pointer;
    border: 1px solid #3d8bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.greenbutton3:hover {
    border: 1px dashed #3d8bff;
    background: none;
    color: #000;
    transition: 0.3s ease-in-out;
}

.justifyCenter {
    justify-content: center;
}

.emailimg {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -99;
}

.emailimg img {
    width: 100%;
}

.contact_us {
    background-image: url("../images/contactus.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.white-box {
    border: 1px dashed #3d8bff;

    padding: 30px;
    margin: 40px 0px;
    border-radius: 30px;
}

.sectionTitleTxt {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #3d8bff;
    margin-bottom: 12px;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.whitec {
    color: #fff !important;
}

.main_input {
    background: transparent;
    /* padding: 16px 0px; */
    color: #000 !important;
    padding: 0px 12px;
    height: 44px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6 !important;
    border: unset;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
}

.errormsg {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    background: #ef513a;
    color: #fff;
    z-index: 9999999;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: none;
}

.successmsg {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    background: #2ecc71;
    color: #fff;
    z-index: 9999999;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: none;
}



.gap5 {
    gap: 10px;
}

input[type=radio]#blackradio {
    accent-color: #3d8bff;
}

.whitep {
    color: #000 !important;
}




.blogcontent h1,
 .blogcontent h2,
 .blogcontent h3 {
     color: #3d8bff;
     font-size: 18px;
     font-weight: bold;
     line-height:1.5;
 }

 .blogcontent h1 {
     margin-top: 20px;

 }

 .blogcontent p {
     margin-bottom: 1em;
 }

 .blogcontent .section {
     margin-bottom: 2em;
 }