* {
    box-sizing: border-box
}
body {
    font-family: 'Poppins', sans-serif !important;
}
/*.header.sticked{
    position:fixed;
  }*/
  .fixed-top{
    position:relative;
  }
.none {
    display: none;
}

ol,
ul {
    /*list-style: outside none none;*/
}

#topnav {
    z-index: 0 !important;
}

.img {
    width: 100% !important;
}

/* Slideshow container */
.slideshow-container {
    max-width: 750px;
    position: relative;
    margin: auto;
}

.blog-top-divv p {
    margin-bottom: 0px;
}

.blog-container.blog-top-divv.d-flex {
    align-items: center;
    justify-content: space-between;
}

.blog-top-divv p a:hover {
    color: #000;
}

mark {
    color: #000;
    background: #ff0;
	padding: 0px !important;
}

.mySlides {
    display: none;
}

.fixed-class {
    position: fixed;
    z-index: 10;
    background-color: rgb(240, 240, 255);
    padding: 30px;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
}

.error-message {
    background-color: #f8d7da;
    color: #752028;
    padding: 10px;
}

.info-message {
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 10px;
}

.content {
    overflow-y: auto;
}


.prev {
    left: 0px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: #000;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #000;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.blog__article p {
    margin-bottom: 25.5px;
}

.dot:hover {
    background-color: #000;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


.blogwide ul {
    list-style: outside !important;
}

.blogwide ol {
    list-style: decimal !important;
}

@-webkit-keyframes fade {
    from {
        display: block;
    }

    to {
        margin: 0;
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

blog__form-row .error {
    flex: 1;
    border: 1px solid transparent;
    padding: 15px;
    color: #444 !important;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, .04);
    margin-right: 20px;
    background: #ececec !important;
    height: 100%;
    font-weight: normal
}

.blog__form-row div {
    width: 100%
}

.blog__form-row div input {
    width: 90%;
    padding: 12px;
    font-weight: normal;
    position: inherit
}

.g-recaptcha-fifth div {
    margin: 0 auto
}

.blog__form-row label.error {
    text-align: left;
    width: auto;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 13px !important;
    background: #cc0f05;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    font-weight: normal;
    margin-bottom: 5px;
    top: 0 !important
}

.capchaboxexsccus {
    text-align: center;
    width: auto !important
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    max-width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: -5px;
    right: 8px
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #292f85;
    color: white;
}

.modal-header h2 {
    font-weight: normal
}

.modal-body {
    padding: 2px 16px;
    text-align: center
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

h1.signuph1 strong {
    /*background:rgba(0,0,0,0.6); padding:20px*/
}

.blog_cat,
.blog_date {
    color: #ffffff;
    font-size: 18px
}

.improvescore-form label.error,
.traffic2-form label.error,
.guestform label.error {
    text-align: left;
    width: auto;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 13px !important;
    background: #cc0f05;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    font-weight: normal;
    margin-bottom: 5px;
    top: 0
}

.traffic2__form-control.error,
.guestform__form-control.error,
.improvescore-form-control.error {
    /*width:100%*/
    border: 1px solid #fb0d01 !important
}

span.fa.fa-caret-up {
    position: absolute;
    font-size: 30px;
    top: -18px;
    color: #cc0f05
}

.improvescore-form-control:focus {
    border: 1px solid #ccc !important;
}

.traffic2__form-control,
.traffic2__form-control.error,
.guestform__form-control.error {
    border: 1px solid transparent;
    background: #f6f6f6 !important;
    outline: 0;
    padding: 15px 10px;
    width: 100%;
    margin: 4px 0;
    color: #636363 !important;
    font-weight: normal;
    font-size: 15px
}

/*body {
    background: #f6f6f6;
}*/

.blog-container {
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 15px;
}

.blog__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 10px auto;
}

.blog__left {
    flex: 1 0 calc(70% - 30px);
}

.blog__right {
    flex: 1 0 20%;
    margin-right: 70px;
}

/* .blog__article {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.07);
} */

.blog__article:not(:first-child) {
    margin: 30px 0;
}


.blog__article:nth-child(even) {
    background: #fafafa;
}

.BR15 {
    border-radius: 15px;
}

.heading-h2 {
    color: #000;
    font-size: 22px;
    margin: 30px 0 10px 0;
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.blog__article li {
    /*list-style:auto;*/
    margin-bottom: 5px;
}

.blog__article {
    margin-left: 0px;
}

.blog__article p {
    margin-bottom: 0px;
}

.cont-box {
    margin-bottom: 30px;
}

.bg-button {
    background: #eee;
    padding: 6px 14px;
    color: #000;
    border-radius: 6px;
    font-size: 10px;
    margin: 0 0px;
    text-transform: uppercase;
}

.blog-top-ul li {
    display: inline-block;
}

.blog-top-ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}

.sticky-box ul {
    padding-left: 0px;
    padding-right: 0;
    border-left: 2px solid #7A7A7A;
    border-radius: 2px;
    margin-bottom: 20px;
    max-height: 100%;
    /*overflow-y: scroll;*/
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

.sticky-box ul li {
    margin: 10px 0;
    padding-left: 20px;
    min-height: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

/*.sticky-list  a:hover {
background: url(../../images/blog/li-active.svg) no-repeat scroll left 0;
}
.sticky-list li.active a {
background: url(../../images/blog/li-active.svg) no-repeat scroll left 0;
}*/

.sticky-list>li.active>a::after,
.sticky-list li a:hover::after,
.sticky-list li a:visited::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.sticky-list li a::after {
    position: absolute;
    content: '';
    left: -1%;
    top: 50%;
    margin-top: -30px;
    width: 10px;
    height: 50px;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: bottom right;
    background: url(../../images/blog/li-active.svg) no-repeat scroll center 3px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #000;
    margin: 0px 0 15px 0 !important;
    font-weight: 900;
    font-style: normal;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #000;
    margin: 0px 0 15px 0 !important;
    font-weight: 900;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    margin: 0px 0 15px 0 !important;
    font-weight: 900;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0px 0 15px 0 !important;
    font-weight: 900;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0px 0 15px 0 !important;
    font-weight: 900;
}

.color-blue {
    color: #000;
	font-weight: 400;
}

.blog__heading {
    margin: 10px 0 25px 0;
    color: #000;
    font-size: 33px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}

.blog__tags {
    margin: 20px 0;
    color: #555;
    font-size: 18px;
}

.blog__details {
    display: flex;
    color: #555;
    font-size: 18px;
}

.blog__details .fa {
    font-size: 9px;
    color: #555;
    margin-right: 5px;
}

.blog__author {
    margin-right: 15px;
}

.blog__author-name {
    color: #050f79;
    margin-left: 0.3ch;
    font-weight: bold;
}

.blog__author,
.blog__date {
    display: flex;
    align-items: center;
}

.sharethis-inline-share-buttons {
    padding: 35px 10px 35px 0px;

    display: inline-block !important;
    width: auto;
    z-index: 0 !important;
}

.st-btn {
    margin: 0 8px 0 0 !important;
}

.blog__content {
    margin: 50px auto 0 auto;
    line-height: 1.7;
}

.blog__content img {
    max-width: 100% !important;
    height: auto !important;
}

.blog__innertag {
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #444;
    font-weight: bold;
    box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.06);
    margin: 10px 10px 10px 0;
}

.blog__btn-wrapper {
    margin: 50px 0 0 0;
    text-align: center;
    display: flex;
}

.blog__btn-outline {
    border: 1px solid #050b4d;
    padding: 15px 35px;
    color: #050b4d;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    background: #f6f6f6;
    -webkit-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.1);
}

.blog__btn-fill {
    border: 0;
    background-color: #000;
    padding: 15px 25px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 auto; */
    cursor: pointer;
    border-radius: 30px
        /*height: 52px;; */
    ;
}

.blog__footer-right a:hover {
    color: #fff;
}

.blog__comment-form {
    margin: 60px 0;
}

.blog__form-wrapper {
    margin: 25px 0;
    padding: 20px;
    background: #fafafa;
}

.blog__form-row {
    display: flex;
    margin: 0 0 20px 0;
}

.blog__form-control {
    flex: 1;
    padding: 12px;
    resize: vertical;
    border: 0;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, 0.04);
    font-family: inherit;
    border: 1px solid transparent;
    color: #636363;
}

.blog__form-control:focus {
    outline: none;
}

textarea.blog__form-control {
    min-height: 85px;
    width: 100%;
    background: none;
    font-weight: normal;
    font-size: 15px;
    float: none;
    position: inherit
}

.username-field {
    margin-right: 20px;
}

.form-btn-row {
    margin: 35px 0 10px 0;
    text-align: center
}

.blog__comments {
    margin: 50px 0 30px 0;
}

.blog__comment {
    padding: 30px 0;
}

.blog__comment:not(:last-child) {
    border-bottom: 2px solid #cecece;
}

.comment__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #fafafa;
    box-shadow: 0px 0px 4px 3px rgba(68, 68, 68, 0.1);
    position: relative;
    z-index: 1;
}

.comment__header-user {
    font-size: 20px;
    font-weight: bold;
}

.comment__header-reply {
    font-size: 15px;
    color: #aaa;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}

.comment__body {
    background: #fafafa;
    padding: 20px 15px;
    color: #666;
    line-height: 1.7;
    position: relative;
}

.has-reply .comment {
    margin: 20px 0 0 30px;
}

.has-reply>.comment__body::after {
    content: "";
    height: 45px;
    width: 2px;
    background: #c8c8c8;
    display: block;
    position: absolute;
    top: 100%;
    left: 14px;
}

.has-reply>.comment__body::before {
    content: "";
    height: 2px;
    width: 15px;
    background: #c8c8c8;
    display: block;
    position: absolute;
    top: calc(100% + 45px);
    left: 14px;
}

.other__card-details {
    display: flex;
    color: #555;
    font-size: 14px;
}

.other__card-author,
.other__card-date {
    display: flex;
    align-items: center;
}

.other__card-author {
    margin-right: 30px;
}

.other__card-author-name {
    color: #050f79;
    margin-left: 0.3ch;
    font-weight: bold;
}

.other__card-details .fa {
    font-size: 9px;
    color: #555;
    margin-right: 5px;
}

.blog__other {
    background: #fafafa;
    padding: 10px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.other__card {
    /* background: #f5f5f5; */
    background: #fff;
    padding: 10px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.07);
    flex: 0 1 calc(50% - 30px);
    margin: 15px;
    cursor: pointer
}

.other__card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.other__card-tags {
    margin: 10px 0;
    color: #555;
    font-size: 14px;
}

.other__card-content {
    padding: 15px 10px;
}

.other__card-title {
    color: #050f79;
    font-size: 18px;
    font-weight: bold;
}

.blog__search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__search {
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
    color: #777;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, 0.04);
    flex: 1;
    border: 1px solid transparent;
    border-right: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #ccc !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
    transition: all 0.3s;
}

.blog__search-input {
    flex: 1;
    border: 2px solid #f5f5f5;
    outline: none;
    padding: 10px 0 10px 10px;
    border-radius: 3px 0 0 3px;
    border-right: 0
}

.blog__search-btn {
    font-size: 16px;
    padding: 10px;
    background: transparent;
    border: 0;
    color: inherit;
    border: 1px solid transparent;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.blog__clear-btn {
    font-size: 16px;
    padding: 10px;
    background: transparent;
    border: 0;
    color: inherit;
    border: 1px solid transparent;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.blog__filter-btn {
    border: 0;
    padding: 5px 0 5px 20px;
    background: transparent;
    font-size: 18px;
}

.blog__filter {
    display: none;
}

.blog__filter-btn>.fa {
    color: #050f79;
}

.blog__filter-heading {
    color: #050f79;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 8px 2px;
}

.blog__select-wrapper {
    display: flex;
    justify-content: space-between;
    /* padding: 25px 0 0 0; */
}

.blog__select {
    position: relative;
    width: 49%;
    display: inline-block;
}

.blog__select>select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    appearance: none;
    line-height: normal;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 13px;
}

.ada-ad {
    margin: 25px 0 30px 0;
    display: flex;
    color: #575b5c;
}

.ada-ad-mob {
    display: none;
    color: #575b5c;
}

.ada-ad>div {
    flex: 1;
}

.ada__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fafafa;
    padding: 20px 15px;
}

.ada__right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ada__logo {
    display: flex;
}

.ada__logo>img {
    width: 100%;
    max-width: 130px;
}

.ada__heading {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

.ada__heading-line1 {
    margin: 15px 0;
}

.ada__heading-line1>span {
    display: block;
    font-size: 20px;
}

.ada__heading-line2 {
    color: #050f79;
}

.ada__heading-line2>span {
    font-size: 28px;
    display: block;
}

.blog__categories {
    padding: 15px;
    background: #fafafa;
}

.blog__categories-content {
    background: #fff;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, 0.04);
}

.category__heading {
    font-size: 17px;
    color: #555;
    display: flex !important;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 15px;
}

.category__heading>.fa {
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.category__heading.hidden>.fa {
    transform: rotate(180deg);
}

.category__content {
    max-height: 280px;
    overflow-y: auto !important;
    margin: 15px 0 0 0;
    padding: 5px 15px;
}

/* .category__content.hidden {
max-height: 0;
overflow: hidden;
padding: 0;
margin: 0;
opacity: 0;
} */

.category__content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.category__content::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.category__content::-webkit-scrollbar-thumb {
    background: #c7c7c7;
}

/* Handle on hover */
.category__content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.category__item {
    display: block;
    text-decoration: none;
    color: #555;
    margin: 0 0 20px 0;
    font-size: 14px;
    background: transparent;
}

/* .category__item:last-child {
margin: 0;
} */

.category__item.active {
    font-weight: bold;
    color: #050f79;
}

.blog__guestpost {
    display: flex;
    /* margin: 30px 0; */
}

.blog__guestpost>div {
    flex: 1 0 50%;
}

.guestpost__left>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.guestpost__right {
    background-color: #fafafa;
    padding: 15px;
}

.guestpost__heading {
    font-size: 26px;
    color: #050f79;
    font-weight: bold;
}

.guestpost__heading>span {
    /*font-size: 27px;*/
    display: block;
}

.guestpost__details {
    color: #666;
    margin: 25px 0;
    font-size: 14px;
}

.guestpost__btn {
    text-decoration: none;
    color: #050f79;
    font-weight: bold;
    font-size: 13px;
    background: transparent;
    border: 0;
    padding: 6px 12px 4px;
    background: #fafafa;
    border-radius: 11px;
    border: 1px solid #050f79
}

.blog__guestpost-wrapper {
    width: 100%;
    height: 300px;
    max-height: 300px;
    perspective: 1000px;
    margin: 30px 0;
    transition: all .6s;

}

.blog__guestpost-wrapper.flip-left {
    height: 500px;
    max-height: 500px;
}

.blog__guestpost-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.blog__guestform {
    background: #fafafa;
    padding: 15px;
    transform: rotateY(180deg);
}

.flip-left .blog__guestpost-inner {
    transition: all .8s;
    transform: rotateY(180deg);
}


.blog__guestpost,
.blog__guestform {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 18%);
    border: 1px solid lightgray
}

.blog__guestform {
    padding-top: 30px
}

.guestform__form-control {
    border: 1px solid transparent;
    background: #f6f6f6;
    outline: 0;
    padding: 15px 10px;
    width: 100%;
    margin: 4px 0;
    color: #636363;
}

.guestform__form-control:focus {
    border: 1px solid #ccc !important;
}

.guestform__submit {
    padding: 14px 25px;
    letter-spacing: 1px;
    display: block;
    margin: 20px auto 10px auto;
}

.blog__traffic2>div,
.blog__guestform>div {
    flex: 1 0 50%;
    background: #fff;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, 0.04);
}

.traffic2__left {
    position: relative;
    padding: 20px;
}

.traffic2__heading {
    font-size: 22px;
    color: #050f79;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.traffic2__heading>span {
    font-size: 27px;
    display: block;
}

.traffic2__desc {
    margin: 20px 0;
    color: #656565;
}

.traffic2__form-control {
    border: 1px solid transparent;
    background: #f6f6f6;
    outline: 0;
    padding: 15px 10px;
    width: 100%;
    margin: 4px 0;
    color: #636363;
}

.traffic2__submit {
    padding: 14px 25px;
    letter-spacing: 1px;
    display: block;
    margin: 20px auto 10px auto;
}

.blog__footer_1 {
    background: url(../../images/blog/bg-effect.webp) no-repeat left center / cover;
    padding: 35px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.blog__footer_1 {
    background: url(../../images/blog/bg-effect.png) no-repeat left center / cover;
    padding: 35px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.blog__footer {
    background: url(../../images/blog/blog__footer-bg.webp) no-repeat left center / cover;
    padding: 35px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.no-webp .blog__footer {
    background: url(../../images/blog/blog__footer-bg.jpg);
}


.blog__footer-content {
    width: 50%;
    display: flex;
    align-items: center;
}

.content-blog-footer {
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}

.blog__footer-content {
    width: 60%;
    display: flex;
    align-items: center;
}

.blog__footer-left {
    width: 70%;
}

.blog__footer-right {
    width: 30%;
}

.blog__btn-fill {
    font-size: 15px;
}

.blog__footer-left,
.blog__footer-right {
    /*flex: 1;*/
}

.blog__footer-right {
    text-align: center;
}

.blog__footer-heading {
    font-size: 25px;
    color: #000;
    margin: 0 0 15px 0 !important;
}

.blog__footer-heading>span {
    display: block;
    font-size: 22px;
}

.blog__footer-desc {
    color: #000;
    line-height: 1.5;
}

.blog__filter-mob-close {
    display: none;
}

.blog__filter-mob {
    display: none;
}

.W100 {
    width: 100%;
}

@media (max-width: 1199px) {
    .blog__footer-content {
        width: 60%;
    }
}

@media (max-width: 1023px) {

    .traffic__btn-yes,
    .traffic__btn-no {
        /*margin:10px !important*/
    }
}

@media (min-width: 730px) and (max-width: 800px) {
    .common-logo {
        width: 100%;
    }
}



@media (max-width: 991px) {
    body {
        padding-bottom: 42px;
    }

    .blog__traffic-wrapper .blog__traffic-message {
        height: auto
    }

    .improvescore-form {
        flex-direction: column;
    }

    .blog__left {
        flex: 1 0 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .blog__right {
        flex: 1 0 100%;
    }

    .blog__filter-mob {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .blog__filter-mob-btn {
        text-align: center;
        background-color: #000;
        color: #fff;
        padding: 10px;
        font-size: 17px;
        text-transform: uppercase;
    }

    .blog__filter-mob-btn>.fa {
        margin-left: 5px;
    }

    .blog__filter-mob-content {
        z-index: 9999999999;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*display: flex;*/
        justify-content: center;
        flex-direction: column;
        background: #fff;
        padding: 10px 50px;
        /*transition: all 0.3s ease;*/
        transform: translateX(101%);
        height: 100vh;
        overflow-y: auto;
    }

    .blog__filter-mob-content.active {
        transform: translateY(0);
    }

    .blog__filter-mob-close {
        display: block;
        background: none;
        border: 0;
        font-size: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #000;
    }

    .blog__filter {
        display: block;
    }

    .blog__filter-btn {
        display: none;
    }

    .ada-ad {
        display: none;
    }

    .ada-ad-mob {
        display: flex;
        color: #575b5c;
    }

    .blog__categories {
        margin: 40px 0;
        padding: 10px;
    }

    .category__content {
        max-height: calc(100vh - 250px);
    }

    .blog__footer {
        justify-content: center;
    }

    .blog__footer-content {
        width: 90%;
    }

    .ada-ad-mob,
    .blog__guestpost-wrapper,
    .blog__traffic-wrapper,
    .blog__traffic2 {
        width: 85% !important;
        margin: 50px auto;
    }

    .blog__guestpost-wrapper {
        height: 235px;
        max-height: 235px;
    }

    .blog__guestpost-wrapper.flip-left {
        /*height: 220px;
        max-height: 220px;*/
    }

    .blog__traffic-wrapper {
        height: 310px !important;
    }

    .blog__traffic-wrapper.flip-left {
        height: 600px !important;
    }

    .flip-left .blog__traffic2 {
        position: relative;
        width: 100% !important
    }
}




@media (max-width: 767px) {
    .blog_rep_1 {
        margin-bottom: 30px !important;
        min-height: auto !important;
    }

    .blog__form-row,
    .blog__other {
        display: block
    }

    .blog__form-row>div {
        margin: 10px 0
    }

    .blog__guestpost-wrapper {
        height: 294px;
        max-height: 294px;
    }

    .blog__guestpost-wrapper.flip-left {
        /*height: 230px;
        max-height: 230px;*/
    }

    .blog__form-control {
        width: 100%;
    }

    .improvescore-form-control {
        width: 100%;
        flex: 1 0 100%;
        margin: 0 0 25px 0;
    }

    .blog__btn-fill.improvescore-submit {
        padding: 20px 30px !important;
    }

    .blog-container {
        padding: 0 10px;
    }

    .blog__btn-wrapper {
        margin: 50px 0 0 0;
    }

    .ada-ad-mob,
    .blog__guestpost-wrapper,
    .blog__traffic-wrapper,
    .blog__traffic2 {
        width: 100%;
        margin: 30px auto;
    }

    .blog__traffic-wrapper {
        height: 300px;
    }

    .blog__footer-content {
        width: 100%;
    }

    .other__card {
        flex: 1;
    }

    .blog__footer-content {
        flex-direction: column;
    }

    .blog__footer-right {
        margin-top: 20px;
    }

    .blog__categories {
        margin: 0px 0 0 0;
    }

    .blog__filter-mob-content {
        display: block;
        padding: 55px 15px 1px 15px;
    }

    .blog__filter-mob-close {
        font-size: 24px;
        top: 15px;
        right: 15px;
    }

    .category__content {
        max-height: calc(100vh - 350px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .traffic__btn-yes,
    .traffic__btn-no {
        margin: 10px !important
    }
}

.improvescore-close-btn,
.guest-close-btn {
    position: absolute;
    border: 0;
    background: transparent;
    padding: 0;
    top: 0px;
    right: 5px;
    font-size: 20px;
    color: #737373;
}

.next-button {
    display: none;
}

.prev-button {
    display: none;
}

.finder-activator {
    background: #E9E9FF;
    border: 1px solid transparent;
    color: #000;
    padding: 10px 30px;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
}

.hidden1 {
    visibility: hidden
}

.blog__article .content {
    height: auto !important;
    font-size: inherit !important;
    background-color: inherit !important;
    box-shadow: inherit !important;
    height: inherit !important;
    display: inherit !important;
    justify-content: inherit !important;
    padding: inherit !important;
}

.blog__traffic {
    display: flex;
}

.blog__traffic>div {
    flex: 1 0 50%;
    position: relative
}

.traffic__left {
    position: relative;
}

.traffic__left>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-position: left bottom;
    object-fit: cover;
}

.traffic__right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.traffic__left {
    padding: 15px 10px 20px;
}

.traffic__heading {
    font-size: 21px;
    color: #050f79;
    font-weight: bold;
    padding-bottom: 10px
}

.traffic__heading>span {
    font-size: 24px;
}

.traffic__btn-yes,
.traffic__btn-no {
    cursor: pointer;
    padding: 10px 12px;
    border: 0px;
    margin: 10px 0 0;
    border-radius: 20px;
}

.traffic__btn-yes>.fa,
.traffic__btn-no>.fa {
    margin-right: 10px;
}

.traffic__btn-yes {
    background: #050b4d;
    color: #fff;
}

.traffic__btn-no {
    background: #e9e9e9;
}

.traffic__btn-no>.fa {
    color: red;
}

.blog__traffic2 {
    display: flex;
    padding: 15px;
    background: #fafafa;
}

.blog__traffic2>div,
.blog__guestform>div {
    flex: 1 0 50%;
    background: #fff;
    box-shadow: 0px 5px 6px 0px rgba(68, 68, 68, 0.04);
}

.traffic2__left {
    position: relative;
    padding: 20px;
}

.traffic2__heading {
    font-size: 22px;
    color: #050f79;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.traffic2__heading>span {
    font-size: 27px;
    display: block;
}

.traffic2__desc {
    margin: 20px 0;
    color: #656565;
    font-size: 16px
}

.traffic2__form-control,
.traffic2__form-control.error,
.guestform__form-control.error {
    border: 1px solid transparent;
    background: #f6f6f6 !important;
    outline: 0;
    padding: 15px 10px;
    width: 100%;
    margin: 4px 0;
    color: #636363 !important;
    font-weight: normal;
    font-size: 15px;
    position: inherit
}

.traffic2__submit {
    padding: 14px 25px;
    letter-spacing: 1px;
    display: block;
    margin: 20px auto 10px auto;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
    transition: all 0.3s;
}

.traffic2__form-control:focus {
    border: 1px solid #ccc !important;
}

.blog__traffic-wrapper {
    width: 100%;
    height: 600px;
    perspective: 1000px;
    position: sticky;
    top: 100px
}

.blog__traffic-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-left .blog__traffic-inner,
.show-message .blog__traffic-inner {
    transition: all .8s;
    transform: rotateY(180deg);
}

.blog__traffic,
.blog__traffic2 {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border: 1px solid lightgrey;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 18%)
}

.blog__traffic2 {
    transform: rotateY(180deg);
    padding-top: 30px
}

.flip-left .blog__traffic-message,
.flip-left .blog__guest-message {
    display: none;
    height: 400px;
}

/* end of flip card effect */


.show-message .blog__traffic2 {
    display: none;
}

.blog__traffic-message,
.blog__guest-message {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0e3886;
    line-height: 1.6;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    height: 500px
}

.blog__traffic-message>img,
.blog__guest-message>img {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    z-index: 0;
    opacity: 0.5;
}

.blog__traffic-message>span,
.blog__guest-message>span {
    position: relative;
    z-index: 1;
}

.blog_rep_1 {
    border-radius: 10px;
    padding: 0px;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin: 0px;
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    min-height: 361px;
    border: 1.6px solid #d3d3d3;
}

.blog-title a {
    color: #000 !important;
    font-size: 14px !important;
}

.blog_rep_1:hover {
    /*border:1.5px solid #0D1270;*/
}

.related-blogs {
    color: #000;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-top-text {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.blog-top-ul li {
    display: inline-block;
}

.blog-top-ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-container {
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 16px;
}

.right-site-box {
    font-size: 18px;
}

.right-site-box p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    line-height: 30px;
	font-weight: 300;
}

.FW700 {
    font-weight: 500;
    color: #000;
}

.previous-next {
    background: #E4E4E4;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sharethis-inline-share-buttons {
    width: 100%;
    text-align: center !important;
}

.previous-blog a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
}

.next-blog a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
}
.next-blog i,.previous-blog i {
    font-size: 28px;
}
.previous-blog i{
    margin-right: 10px;
}
.previous-blog a:hover,
.next-blog a:hover {
    color: #000;
}

.about-heading {
    /*background: rgba(0, 0, 0, 0) url(../../images/blog/line.svg) no-repeat scroll center 50px;
height: 55px;*/
    width: 100%;
    margin-top: 5px !important;
    font-size: 18px;
    color: #000;
    font-weight: 900;
    margin: 0px 0 15px 0 !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w3-border {
    height: 4px;
    background-color: #DBDBDB !important;
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
    color: #000 !important;
    height: 4px;
    width: 20%;
    background-color: #000 !important;
}

/*https://www.w3schools.com/w3css/4/w3.css*/
.sticky-box {
    margin-top: 20px
}

.ML10 {
    margin-left: 10px;
}

.active-mid {
    color: #000 !important;
    font-size: 20px !important;
}

.fa-circle {
    color: #fff;
}

.previous-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.previous-list li {
    display: inline-block;
    padding: 2px 8px;
}

.already_commented {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #217134;
    text-align: center;
    background: #d4edda;
    margin-top: 50px
}

.approval {
    background: #d4edda;
    color: #224229;
    font-weight: bold;
    font-size: 1.1em
}

.blogm_head:after {
    display: block;
    position: absolute;
    ;
    margin-top: 0;
    height: 500px;
    width: 100%;
    content: '';
    right: 0;
    top: 0;
}

.blogm_head h1 {
    position: relative;
    z-index: 1
}

.blogm_head {
    position: relative
}

.hotel_reputation_form_error {
    background: none
}

.article__author {
    margin-right: 30px
}

.blogm_head {
    overflow: hidden
}

#countLastSeen {
    font-size: 13px
}

.blog_innerheading {
    position: relative;
    z-index: 1
}

.justify-content-space-around {
    justify-content: space-around
}

.blog__content li {
    list-style: disc inside
}

.black_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 14%)
}

.ML30 {
    margin-left: 30px;
}

.BR10 {
    border-radius: 10px 10px 0 0;
}

@media screen and (min-width:320px) and (max-width:991px) {
    .blog_rep_1 {
        margin-bottom: 30px !important;
    }

    .blog__article {
        margin-left: 0 !important;
    }

    .website-content-box {
        z-index: inherit;
    }

    .row.lightgraybgnew {
        z-index: 3;
    }
}


@media screen and (min-width:992px) and (max-width:4000px) {
    .mobile-button {
        display: none
    }
}


@media screen and (min-width:200px) and (max-width:767px) {

    i.fa.fa-arrow-left.MR10 {
        font-size: 22px !important;
        margin-top: 11px !important;
    }

    .scroll-edit {
        min-height: 500px !important;
        height: 500px !important;
        overflow-y: scroll !important;
    }

    .previous-next {
        /*flex-direction: column;*/
    }

    .st-btn {
        margin: 0 8px 0 0 !important;
    }

    .menu-bg.fs {
        z-index: 9 !important;
    }

    .menu-burger.fs {
        z-index: 9 !important;
    }

    .menu-items.fs {
        z-index: 9 !important;
    }

    .blog__heading {
        margin: 35px 0 0px 0 !important;
        font-size: 22px !important;
    }

    .MT10XS {
        margin-top: 15px;
    }

    .mobile-button {
        margin-bottom: 10px;
    }

    .reservation-image {
        height: auto !important;
    }

    .h350 {
        min-height: auto !important;
        height: auto !important;
    }

    .bg-button {
        padding: 7px 9px !important;
        font-size: 10px !important;
    }

    img.DBL.DN-block {
        display: block !important;
    }

    .blog__footer-left {
        width: 100%;
    }

    .blog__footer-right {
        width: 100%;
    }

    .blog-wrapper {
        margin-top: 10px !important;
    }

    .blog__content {
        margin: 30px auto 0 auto;
    }

    .blog__filter-mob-content.active {
        transform: translateX(0);
        display: block;
    }
}



@media screen and (min-width:768px) and (max-width:991px) {
    .blog-top-ul {
        margin-top: 0px !important;
    }

    #subnav {
        padding: 14px 0px !important;
    }

    .menu-bg.fs {
        z-index: 9 !important;
        background: #00031f !important;
    }

    .menu-burger.fs {
        z-index: 9 !important;
    }

    .menu-items.fs {
        z-index: 9 !important;
    }

    .lightgraybgnew {
        padding: 0px 0 !important;
    }

    .menu-bg {
        background: inherit !important;
    }

    .reservation-image {
        height: auto !important;
    }

    .h350 {
        min-height: auto !important;
        height: auto !important;
    }

    .blog__filter-mob-content.active {
        transform: translateY(0);
        display: block;
    }

    .blog__footer-left {
        width: 60%;
    }

    .blog__footer-right {
        width: 40%;
    }

    .blog__heading {
        margin: 10px 0 10px 0 !important;
    }

    .mobile-button {
        margin-bottom: 30px !important;
    }

    .show_conflict.ptmd12 {
        padding-top: 0px !important;
    }

    .menu,
    .menu-burger,
    .menu-bg {
        top: 27px !important;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {

    .sticky-box ul {
        overflow-y: scroll;
        max-height: 400px;
    }

    .about-heading {
        font-size: 16px;
    }

    .menu,
    .menu-burger,
    .menu-bg {
        top: 40px !important;
    }

    .menu-bg {
        top: 72px !important;
    }

    #subnav {
        padding: 23px 0px !important;
    }

    .menu-bg.fs {
        z-index: 9 !important;
        background: #00031f !important;
    }

    .menu-burger.fs {
        z-index: 9 !important;
    }

    .menu-items.fs {
        z-index: 9 !important;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {

    .menu-bg,
    .menu-burger,
    .menu-items {
        display: none;
    }

    .menu,
    .menu-burger,
    .menu-bg {
        position: absolute !important;
    }

    .blog-top-divv p {
        margin-bottom: -10px !important;
        margin-right: 20px !important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .hvr-grow {
        width: 100%;
    }
}

html.webp .find {
    background: url(../../images/static/blog_static/blog__footer-bg.webp) no-repeat left center / cover;
}

.F14 {
    font-size: 14px;
}

.F13 {
    font-size: 13px;
}

.search-form {
    right: 10%;
    top: 0;
    float: right;
    position: relative;
}

.search-field {
    background-color: transparent;
    background: #E3E4F9 url(../../images/blog/blog-serch.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 14px 27px;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 0px;
    margin: 3px 0;
    padding: 3px 23px 3px 40px;
    border-radius: 6px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;

}

.search-field:focus {
    border-radius: 5px;
    background-color: #E3E4F9;
    border: 1px solid #bcbde5;
    cursor: text;
    outline: 0;
    width: 300px;
    color: #000;
}

.search-form .search-submit {
    display: none;
}




.progress-container {
    width: 100%;
    height: 4px;
    background: #ccc;
}

.progress-bar {
    height: 4px;
    background: #000;
    width: 0%;
}

.content-bar {
    padding: 0;
    margin: 0px auto 0 auto;
    width: 100%;
}

.blog__article p {
    margin-bottom: 25px;
    text-align: justify;
}

blockquote {
    border-left: 4px solid #ccc;
    padding: 5px 0px 0px 10px;
}

.sticky-top {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 7px;
}

.top-box {
    top: 0
}

.sticky-top.top-box {
    border-bottom: 2px solid #000;
}

@media screen and (min-width:992px) and (max-width:5000px) {
    .blog__filter-mob {
        display: none !important;
    }
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 10px 25px !important;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.H200 {
    height: 200px;
    min-height: 200px;
}

.bg-button-new {
    line-height: 23px;
    background: #E3E4F9;
    padding: 1px 9px !important;
    color: #000;
    border-radius: 30px;
    font-size: 10px;
    margin: 0 1px;
    text-transform: uppercase;
}

.accordion a {
    color: #0038f1 !important;
}

.blue-text {
    color: #0038f1 !important;
}

.H100 {
    height: 100%;
}

.icon-size-regular {
    width: 1.2rem;
    height: 1.2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.myBtn {
    background: none;
    border: none;
}

#my-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#my-top:hover {
    background-color: #555;
}

.F22 {
    font-size: 22px;
}

.bg-add-gray {
    background: #eee;
    padding: 60px 20px;
    border: 1px solid #ccc;
}

.new-blog-top-ul {
    margin: 10px 0 !important;
}
@-webkit-keyframes progress-bar-stripes {
    0 {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0 {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}
.blg-search-plus-div {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

@media screen and (min-width: 768px) {
    .input-box.open {
        margin-right: 50px !important;
    }
}
@media screen and (max-width: 991px) {
    #button {
        bottom: 60px !important;
    }
}


@media (max-width: 991px) {
    .mobile-nav-toggle {
        position: relative;
        top:0px;
    }
}
@media screen and (max-width: 767px) {
    .input-box .search {
        width: 45px;
    }

    .blog-container.blog-top-divv.d-flex {
        padding: 0px;
    }
    .right-site-box table {
        width: 100% !important;
    }
    .previous-list li {
        padding: 2px 5px;
    }
    .next-blog a {
        font-size: 13px;
    }
    .next-blog i, .previous-blog i {
        font-size: 24px;
    }
    .active-mid {
        font-size: 18px !important;
    }
    .next-blog i {
        margin-left: 5px;
        margin-bottom: 2px;
    }
    .previous-next{
        padding: 10px 8px;
    }
    .previous-blog i {
        margin-right: 5px;
        margin-bottom: 2px;
    }
}