.w-fit-content {
    width: fit-content !important;
}

.wraper {
    min-height: 100%;
    position: relative;
    padding-bottom: 49px;
    /* padding-top: 60px; */
}

.social-links {
    text-align: center;
}

.social-links a.icon {
    height: 30px;
    width: 30px;
    color: #888888;
    border-radius: 100%;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.social-links a.icon:last-child {
    margin-right: 0px;
}


/****---- Homepage Start ----****/

header {
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #f0f0f0;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 1052;
}

header .menu-toggle {
    display: inline-flex;
    align-items: center;
}

header .menu-toggle span {
    position: relative;
    height: 2px;
    width: 15px;
    display: block;
    background: #fff;
    margin-right: 10px;
}

header .menu-toggle span::before {
    content: '';
    display: block;
    top: -6px;
    right: 0px;
    position: absolute;
    height: 2px;
    width: 8px;
    background: #fff;
}

header .menu-toggle span::after {
    content: '';
    display: block;
    bottom: -6px;
    right: 0px;
    position: absolute;
    height: 2px;
    width: 8px;
    background: #fff;
}

header .header-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-right .social-links {
    margin-right: 20px;
}

header .select-language {
    width: 90px;
    margin-right: 15px;
}

header .select-language .dropdown-toggle {
    padding: 8px 15px 8px 12px !important;
}


header .after-login .btn {
    padding: 0px !important;
    height: 39px;
    width: 39px;
    margin-left: 5px;
}

header .after-login .btn img {
    border-radius: 100%;
}

header .after-login .dropdown-menu {
    right: 0;
    width: 170px;
    top: 10px !important;
    background: #262626;
}

header .after-login .dropdown-menu a {
    color: #fff;
    padding: 10px;
}

header .after-login .dropdown-item {
    border-bottom: solid 1px #ffffff20;
}

header .after-login .dropdown-item:last-child {
    border-bottom: 0px;
}

header .after-login .dropdown-item svg {
    margin-right: 7px;
}

header .after-login .dropdown-item:hover {
    background: #00000090 !important;
}

header .after-login .dropdown-toggle::after {
    content: none;
}

.search-area {
    background: url(../img/cover-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    height: calc(100vh - 110px);
    padding-bottom: 10px;
    display: flex;
    align-items: center;

}

.search-area .content {
    width: 80%;
    margin: 0 auto;
}

.search-area .content .logo {
    width: 230px;
    margin: 0px auto 50px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.search-form {
    width: 60%;
    margin: 0 auto;
}

.search-form .form-group {
    background: #26262620;
    backdrop-filter: blur(5px);
    border: solid 1px #d5d1d0;
    border-radius: 30px;
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.search-form .form-group input {
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: none;
    color: #262626;
    height: 33px;
}

.search-form .form-group button {
    border: none;
    border-radius: 100%;
    background: none;
    color: #000;
    height: 33px;
    width: 33px;
    margin-right: 10px;
    line-height: 33px;
}

.search-area .total {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 300;

}

.search-area .total span {
    font-weight: 600;
}

.quick-links {
    width: 100%;
    display: inline-flex;
    justify-content: center;

}

.quick-links a {
    margin: 7px;
    background: #00000070;
    backdrop-filter: blur(5px);
    padding: 4px 15px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}


/* News Home 2 Mockup Start */

.news-sec-home {}

.news-sec-home .live-tv {}

.news-sec-home .live-tv iframe {
    width: 100%;
    border: none;
    height: 320px;
}

.news-listing {
    height: auto;
    margin-top: 20px;
}

.news-listing .row {
    display: flex;
    justify-content: space-around;
}

.news-listing .news-thumbnail {
    height: auto;
}

.news-thumbnail iframe {
    border: none;
    width: 200px;
    height: 100px;
}

/* News Home 2 Mockup End */


/* News Home 3 Mockup Start */
/*
.search-area .content { position:relative; }
.search-area .content .logo { width: 200px; position:absolute; top:-80px; left:0px; right:0px; margin: 0px auto 50px; animation-duration: 2s; animation-iteration-count: infinite; z-index:10000; }
.search-area .content{ padding-top:80px; }
.search-area .content > .row{ padding-top:50px; border-top:double 3px #ccc; }


*/

/* News Home 3 Mockup End */


.news-sec-home {}

.news-sec-home .live-tv {}

.news-sec-home .live-tv iframe {
    width: 100%;
    border: none;
    height: 380px;
}

.news-sec-home .news-listing {
    height: auto;
    overflow: auto;
    margin-top: 0px;
    background: #00000020;
}

.news-sec-home .news-listing .news-thumbnail {
    height: auto;
    width: auto;
    display: inline-block
}

.news-sec-home .news-thumbnail iframe {
    border: none;
    height: 110px;
    width: 177px;
    margin: 10px 10px 0px 10px;
}



footer {
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #f0f0f0;
    font-size: 12px;
    width: 100%;
    bottom: 0;
}

footer a {
    display: inline-block;
}

footer a:hover {
    color: #143287;
}

footer span.saperator {
    width: 1px;
    background: #262626;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
}


.menu-cover {
    text-align: center;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-cover h6 {
    color: #ffffff50;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.menu-cover h6::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu-cover-content {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
}

.menu-cover-content li a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
}

.menu-cover-content li a:hover,
.menu-cover-content li a:focus {
    color: #143287;
}

.menu-cover .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    color: #fff;
    z-index: 999
}

.menu-cover-content .dropdown-menu {
    padding-top: 0px;
    float: none;
    transform: none !important;
    position: relative !important;
    left: 0;
    top: 0;
    background: none;
}

.menu-cover-content .dropdown-toggle::after {
    top: 15px;
}

.menu-cover-content .dropdown-menu li {
    width: 100%;
    position: relative !important;
    transform: none;
    margin: 0px auto;
    display: inline-block;
    background: none;
    text-align: center;
    padding: 0px;
}

.menu-cover-content .dropdown-menu li a {
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    padding: 5px 0;
    font-size: 20px;
}

@media screen and (max-height: 450px) {
    .menu-cover a {
        font-size: 20px;
    }
}

.menu-cover .contact-info {
    margin-top: 30px;
    padding: 0 10%;
}

.menu-cover .contact-card {
    padding: 10px;
    height: 100%;
    border: solid 1px #e6e6e630;
    background: #e6e6e620;
    backdrop-filter: blur(5px);
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
}

.menu-cover .contact-card:after {
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
    z-index: 0;
    background: #143287;
    transition: all 0.5s ease-in-out;
}

.menu-cover .contact-card:hover:after {
    width: 100px;
}

.menu-cover .contact-card .icon {
    font-size: 30px;
    color: #143287;
    margin-bottom: 10px;
}

.menu-cover .contact-card .description,
.menu-cover .contact-card .description a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}


/****---- Homepage End ----****/


/****---- Listing Start ----****/

.inner-logo {
    float: left;
    width: 180px;
    text-align: center;
    border-right: solid 1px #ffffff30;
    padding-right: 20px;
    margin-right: 30px;
}

.inner-logo img {
    width: 100%;
    height: auto;
}

.inner-heading-sec {
    padding: 30px 0px;
    background: #d2d2d2;
    background-position: center center;
    background-size: 50% auto;
}

.inner-heading-sec h3 {
    color: #fff !important;
}

.inner-heading-sec .col-xl-7 {
    display: flex;
    align-items: center;
}

.inner-heading-sec .result-found {
    font-weight: 300;
    font-size: 30px;
    color: #143287;
}

.no-results {
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #00000020;
    text-align: center;
}

.inner-heading-sec .result-found span {
    margin-right: 10px;
    font-weight: 600;
}

.inner-heading-sec input {
    color: #fff !important;
}

.inner-heading-sec .form-group {
    margin: 0px;
}

.inner-heading-sec .search-form {
    margin: 0;
    width: 100%;
}

.inner-heading-sec button svg {
    color: #fff;
}

.breadcrumb {
    background: #14328710;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb span {
    font-size: 11px;
    margin: 0 10px;
}

.search-filters {
    padding: 15px 0 0;
    background: #f0f0f0;
}

.search-filters .select-box {
    margin-bottom: 15px;
}

.search-filters button {
    background: #fff !important;
}

.search-filters a {
    color: #fff !important;
}


/****---- Listing End ----****/


/****---- Detail Start ----****/

.profile-detail .container-fluid {
    padding: 0 10%;
}

.profile-detail .quick-contact {
    margin: 10px auto;
    text-align: center;
}

.profile-detail .quick-contact .btn {
    margin: 5px 0px;
    width: 100%;
    max-width: 200px;
}

.profile-detail .basic-info {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.profile-detail .profile-pic {
    border-radius: 10px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.profile-detail .profile-pic img {
    width: 100%;
}

.profile-detail .basic-info-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #26262620;
}

.profile-detail .basic-info-head .name {
    font-size: 35px;
    font-weight: 700;
}

.profile-detail .basic-info-head .name img {
    vertical-align: inherit;
    width: 28px;
}

.profile-detail .basic-info-head .name-profssion h6 {
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 14px;
}

.profile-detail .social-links {
    display: block;
    margin-top: 20px;
    text-align: left;
}

.profile-detail .social-links a {
    height: 30px;
    width: 30px;
    background: #143287;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 8px;
    border-radius: 100%;
    display: inline-block;
}

.profile-detail .label {
    font-weight: 400;
    font-size: 14px;
}

.profile-detail .value {
    font-weight: 700;
    font-size: 16px;
}

.profile-detail .value a:hover {
    color: #262626;
}

.mr-b-30 {
    margin-bottom: 30px;
}

.profile-detail .other-detail {}

.profile-detail .other-detail .heading {
    background-color: #26262610;
    font-size: 20px;
    color: #143287;
    font-weight: 600;
    padding: 10px;
    border-bottom: solid 2px #143287;
}

.profile-detail table tr:first-child th,
.profile-detail table tr:first-child td {
    border-top: 0px;
}

.photo-gallery {
    text-align: center;
    margin-top: 30px;
}

.photo-gallery .item {
    border-radius: 10px;
    overflow: hidden;
}

.photo-gallery .item img {
    border-radius: 10px;
}

.photo-gallery .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
    font-size: 20px;
}

.photo-gallery .owl-nav button {
    color: #262626;
    border: solid 1px #00000030 !important;
    position: absolute;
    border-radius: 100%;
    background: #f0f0f0 !important;
    display: block;
    height: 40px;
    width: 40px;
}

.photo-gallery .owl-prev {
    left: -20px;
}

.photo-gallery .owl-next {
    right: -20px;
}


/****---- Detail End ----****/


/****---- About Us Start ----****/

.about-logo {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    background-color: #262626;
    text-align: center;
    line-height: 300px;
    padding: 0 30px;
    margin: 0 auto;
    border: solid 5px #143287;
}


/****---- About Us End ----****/


/****---- Contact Us Start ----****/

.contact-card strong {
    display: block;
}

.contact-us .contact-card {
    padding: 10px;
    border: solid 1px #00000030;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
}

.contact-us .contact-card:after {
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
    z-index: 0;
    background: #143287;
    transition: all 0.5s ease-in-out;
}

.contact-us .contact-card:hover:after {
    width: 100px;
}

.contact-us .contact-card .icon {
    font-size: 30px;
    color: #143287;
    margin-bottom: 10px;
}

.contact-us .contact-card .description,
.contact-us .contact-card .description a {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}


/****---- Contact Us End ----****/







/****---- Informative Page Start ----****/

.info-content ul {
    margin-left: 40px;
    list-style: circle;
}

.info-content ul li {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
}

.info-content ul li::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    background-color: #26262670;
    border-radius: 100%;
    left: -15px;
    top: 9px;
    position: absolute;
}

.info-content ul li strong {
    color: #262626;
}

.info-content ul p {
    margin-bottom: 0px;
    color: #262626;
}

.terms-conditions p,
.terms-conditions h6,
{
font-size: 12px;
}


/****---- Informative Page End ----****/


/****---- Mission/Vision Page Start ----****/


.mission-vision h4 {
    margin-bottom: 20px !important;
    display: inline-block;
}

/****---- Mission/Vision Page End ----****/


/****---- Timeline Page Start ----****/

.timeline {
    padding-top: 0px;
    position: relative;
    background: url(../img/cover-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.timeline .name {
    font-size: 45px;
    font-weight: 700;
    color: #d7b56d;
    margin: 5px 0 15px 0;
    line-height: 1;
}

.timeline .time-duration {
    font-size: 25px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 10px;
}


.timeline .party {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.timeline .description {
    font-size: 16px;
    line-height: 25px;
    color: #262626;
    font-weight: 300;
}

.timeline #sync1 {
    padding: 0 3% !important;
}

.timeline #sync1 .row {
    display: flex;
    align-items: center;
    height: calc(100vh - 82px);
}

#sync2 {
    position: absolute;
    bottom: 0;
    border-bottom: solid 1px #262626;
}

#sync2 .owl-nav {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    top: 50%;
}

#sync2 .owl-nav button svg {
    font-size: 20px;
    width: 30px;
    height: 30px;
}

#sync2 .owl-nav button.owl-prev {
    left: -50px;
    position: relative;
}

#sync2 .owl-nav button.owl-next {
    right: -50px;
    position: relative;
}

#sync2 .owl-item {
    border-right: solid 1px #ccc;
}

#sync2 .owl-item:last-child {
    border-right: none;
}

#sync2 .owl-item.active.current {
    color: #ffffff;
    border-bottom: solid 4px #d7b56d;
    background: #00000080;
}

#sync2 .owl-item.active.current .years {
    font-weight: 600;
}

#sync2 .owl-item {
    text-align: center;
}

#sync2 .owl-dots {
    position: absolute;
}

.timeline .years {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 0;
}

.timeline .owl-item img {
    width: auto !important;
}


/****---- Timeline Page End ----****/

.membership {
    margin-bottom: 50px;
}

.membership img {
    width: 100%;
}


/****---- States Listing Page Start ----****/

.state-card {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    width: auto;
    display: inline-block;
    min-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.state-card a {
    display: block;
    background: #f6f6f6;
    border-radius: 10px;
}

.state-card a img {
    margin: 10px 0;
    filter: grayscale(100%);
    transition: 0.5s;
}

.state-card a:hover img {
    filter: grayscale(0%);
}


.state-card a .state-name {
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    background: #262626;
    color: #143287;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s;
}

.state-card a:hover .state-name {
    background-color: #143287;
    color: #262626;
}

/****---- States Listing Page End ----****/



/****---- Login/Register Page Start ----****/



.log-register .heading {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 15px;
}

.log-register .heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #143287;
}

.log-register .heading h6 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.log-register .heading p {
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.log-register .register,
.log-register .login {
    padding: 40px;
}

.log-register .register {
    background: #f9f9f9;
    border-right: double 3px #cccccc;
}

.rem-pass,
.forgot-pass,
.accept-terms {
    margin-bottom: 15px;
    font-size: 13px;
}


.forgot-pass a:hover {
    color: #143287;
}


.forgot-password .popup-heading,
.reset-password .heading,
.verification .popup-heading {
    margin-bottom: 15px;
}

.reset-password .heading h6,
.forgot-password .popup-heading h6,
.verification .popup-heading h6 {
    margin-bottom: 10px;
    font-weight: 600;
    padding: 0px;
    position: relative;
    padding-bottom: 15px;
}

.reset-password .heading h6::after,
.forgot-password .popup-heading h6::after,
.verification .popup-heading h6::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #143287;
    right: 0;
    margin: 0 auto;
}

.reset-password .heading p,
.forgot-password .popup-heading p,
.verification .popup-heading p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}

.resend {
    margin-top: 10px !important;
}

.reset-password .popup-heading h4 {
    margin-bottom: 10px;
}



.register-rajneta .heading {
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 15px;
}

.register-rajneta .heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #143287;
    margin: 0 auto;
}

.register-rajneta .heading h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.register-rajneta .heading p {
    margin-bottom: 0px
}

/****---- Login/Register Page End ----****/




/****---- Update Profile Page End ----****/

.my-profile .profil-pic img.profile {

    border-radius: 10px;
    background: #26262610;
    display: block;
    height: 200px;
}

.my-profile .profil-pic {
    max-width: 200px;
    position: relative;
    margin-bottom: 30px;
}

.my-profile .profil-pic .input-file {
    width: auto;
    position: relative;
    margin-top: 15px;
}

.my-profile .profil-pic .input-file img {
    position: absolute;
    top: 0;
    left: 0;
}

.my-profile .profil-pic .input-file input[type="file"] {
    width: 100%;
    opacity: 0;
    z-index: 999;
    position: relative;
    height: 40px;
}

.my-profile .profil-pic .input-file .button {
    position: absolute;
    top: 0;
    left: 0;
}

.my-profile .profil-pic .edit svg {
    color: #ffffff;
    font-size: 16px;
}

.my-profile .list-group-item {
    padding: 0px;
}

.my-profile .list-group-item h6 {
    border-bottom: solid 1px #ccc;
    padding: 10px 15px;
    font-weight: 700;
}

.my-profile .accordian-content {
    width: 100%;
    padding: 25px;
    padding-bottom: 15px;
    display: inline-block
}

.my-profile .accordian-content form {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
}

.my-profile .accordian-content textarea {
    width: 100%;
}

.my-profile .accordian-content form .btn {
    padding: 8px 15px !important
}


/****---- Update Profile Page End ----****/





/****---- Pricing Page Start ----****/

section.pricing .container-fluid {
    width: 70%;
    margin: 0px auto;
}

.pricing-card {
    border: solid 1px #143287;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.pricing-card .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px #26262620;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pricing-card .heading h5 {
    font-weight: 300;
}

.pricing-card .heading h5 strong {
    font-weight: 700;
}

.pricing-card h6 {
    margin-bottom: 10px;
}

.pricing-card ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.pricing-card ul li {
    font-size: 14px;
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}

.pricing-card ul li::after {
    content: '\f00c';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    font-size: 12px;
    color: #143287;
    top: 2px;
}

.note {
    padding: 15px;
    border: solid 1px red;
    background: #ff000030;
    color: #000000;
    font-size: 16px;
    border-radius: 10px;
}


/****---- Pricing Page End ----****/




.success,
.error {
    left: 0;
    width: 400px;
    right: 0;
    margin: 0px auto;
}


.payment-result {
    padding: 0px;
}

.payment-result .row {
    height: 100%;
    height: calc(100vh - 110px);
}




/****---- Blog Post Start ----****/


.blog-card {
    width: 100%;
    margin-bottom: 50px;
}

.blog-card .post-img {
    position: relative;
    padding: 0px;
    float: left;
    overflow-x: hidden;
}

.blog-card .post-img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}


.blog-card .post-detail {
    border: solid 1px #e6e6e6;
    padding: 15px 18px;
    background: #fff;
    float: left;
    width: 100%;
}

.blog-card .post-detail .post-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .post-detail .post-title a {
    color: #262626;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.blog-card .post-detail .post-title a:hover {
    color: #c9a65d;
}

.blog-card .post-detail .about_post p {
    padding-bottom: 0;
    text-align: justify;
}

.blog-card .post-detail .btn.btn-pri {
    padding: 7px 14px !important;
    font-size: 12px;
}


.post-detail .post-status {
    margin: 15px 0 5px;
    width: 100%;
    display: inline-block;
}

.post-detail .post-status {
    margin: 10px 0 0;
    width: 100%;
    display: inline-block;
}

.post-detail .post-status ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.post-detail .post-status ul li {
    float: left;
    min-width: 50px;
    color: #797979;
    margin-right: 30px;
    font-size: 14px;
}

.post-detail .post-status ul li span {
    vertical-align: text-bottom;
}

.post-detail .post-status ul li:last-child {
    margin-right: 0;
}

.post-detail .post-status ul li i {
    margin-right: 5px;
}

.post-detail .post-status ul li i::before {
    margin-right: 5px;
    font-size: 14px;
}




/****---- Blog Post End ----****/



/****---- Blog Detail Start ----****/

.blog-detail .container {
    width: 60%;
    margin: 0 auto;
}

.blog-detail .post-img {
    width: 100%;
}

.blog-detail .post-img img {
    width: 100%;
}

.blog-detail .post-detail {
    padding: 0;
    margin-top: 30px;
    border: none;
    text-align: justify;
}

.blog-detail .post-detail .post-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


/****---- Blog Detail End ----****/


#snackbar_error {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgb(216, 9, 9);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgb(86, 184, 22);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar_error.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.terms.last-ft02 {
    text-align: end;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
    float: left;
    bottom: 0px;
    left: 0px;
    position: fixed;
    padding: 10px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
    float: left;
    bottom: 0px;
    left: 0px;
    position: fixed;
    padding: 10px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.crossamount {
    text-decoration: line-through;
}

.col-xl-4.col-lg-4.col-md-4.col-sm-4.border01 {
    border-right: 1px solid #dee2e6 !important;
}

.date {
    border: 2px solid;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.date p {
    padding: 5px 0px;
    margin-bottom: 0;
}

.profil-pic.bt01 {
    text-align: center;
    padding-top: 22px;
    margin: 0;
    max-width: 100%;
}

.profil-pic.img05 {
    margin-left: 96px;
}


h5.testi {
    text-align: center;
}

button.button111 {

    margin-right: 10px;
    border-radius: 5px;
    background-color: #11467c;
    color: #fff;
    margin-bottom: 10px;
}

a.pdft {
    color: #fff;
}

ul.navbar-nav.admin01 a {
    font-size: 14px;
}

.privacy-police {
    margin-top: 60px;
}

.privacy-police h2 {
    margin: 0.0px 0.0px 16.0px 0.0px;
    text-align: justify;
    font: 25.0px Arial;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}

.privacy-police p {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

span.privacy-police01 {
    text-align: justify;
    font: 15px Arial;
    color: #535353;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}

.row.pr-11 {
    display: block;
}

.marq {
    text-align: center;
    margin-top: 16px;
    margin-bottom: -28px;
}

.call-btn,
.call-btn:hover {
    background-color: #11467c;
    color: #fff;
    padding: 4px 10px;
    margin-right: 10px;
}

.wp-btn,
.wp-btn:hover {
    background-color: #5ebb46;
    color: #fff;
    padding: 4px 10px;
}

.sow-p {

    margin-top: 3px;
    font-size: 12px;
    border-bottom: 1px solid;
    width: 24%;
    float: right;
    margin-bottom: 12px;
}

a.show_hide.plus {
    margin: 10px 30px;
    font-weight: bold;
    color: red;
}

.has-view-toggle .view-toggle,
.has-phone-code {
    position: relative;
}

.has-view-toggle .view-toggle .icon-toggle {
    position: absolute;
    top: 30%;
    right: 15px;
    cursor: pointer;
}

.has-phone-code .phone-code {
    position: absolute;
    top: 25%;
    left: 15px;
    font-size: 14px;
}

.has-phone-code input {
    padding-left: 60px;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}