
/*added by Nilesh 16 June 2021 */
.blog-admin .admin-img img
{
    border-radius: 10px;
    width: 100%;
}
.blog-admin .admin-img { width: 80px; }
.blog-detail-left ol.breadcrumb li.breadcrumb-item.active 
{
  overflow: hidden;

  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/*Utsav blog listing page Start*/

.blog-bg img{
    border-radius: 10px;
}
.Bruscamp ul li {
    display: inline-block;
    color: rgba(45, 45, 45, 0.65);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.Bruscamp ul li a {
    color: #0B7BFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog-baner-text h1 {
    margin: 0 0 20px 0;
    font-size: 50px;
    color: #2D2D2D;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-baner-text h4 {
    font-size: 21px;
    color: #2D2D2D;
    line-height: 32px;
    font-weight: 400;
}

.blog-list-img img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.blog-list-text ul.name-view {
    padding: 0;
    margin: 0;
}

.blog-list-box {
    margin: 0px 0px 40px 0;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    background: #FFF;
}

.blog-list-text ul.name-view li {
    list-style: none;
    display: inline-block;
    color: #696969;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog-list-text ul.name-view li i {
    margin-right: 5px;
}
.blog-list-text ul.name-view li.Topic {
    border-radius: 5px;
    background: rgba(11, 123, 255, 0.10);
    color: rgba(1, 56, 114, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 8px;
}
.Search_Blog {
    margin: 50px 0;
    position: relative;
    display: flex;
}
.Search_Blog .input-group input {
    position: relative;
    border: 1px solid #597BF7;
    background: #FFF;
    padding: 10px 20px 10px 45px;
    border-radius: 10px !important;
    height: 65px;
}
.Search_Blog .input-group button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0B7BFF;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px !important;
    padding: 10px 40px;
    z-index: 123;
}
.Search_Blog .input-group i {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 123;
}
section.blog-listing-view {
    margin: 60px 0;
}
.Topics_Main ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.Topics_Main ul li a {
    border-radius: 5px;
    background-color: rgba(11, 123, 255, 0.10);
    color: rgba(1, 56, 114, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 8px;
    display: block;
}
.blog-list-text ul.name-view li:last-child {
    float: right;
}

.blog-list-text {
    padding: 15px;
}

.blog-list-text h3 {
    height: 45px;
    overflow: hidden;
    margin: 15px 0;
    color: #1F2227;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 70%;
    margin-top: 0;
}
.Title_View {
    display: flex;
}
.blog-list-box:hover {
    border-color: #597BF7;
}
.blog-list-box:hover h3 {
    color:#597BF7;
}
.blog-page-main .blog-detail-left a {
    color: #597BF7;
}
section.blog-baner-main {
    padding: 0px 0 0 0px;
    margin-top: 93px;
}   

ul.blog-date-time {
    padding: 0;
    display: flow-root;
}

ul.blog-date-time li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #696969;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: right;
}
ul.blog-date-time li.Blog_User {
    float: left;
}
ul.blog-date-time li span {
    vertical-align: middle;
}

ul.blog-date-time li i {
    margin: 0 5px 0px 0;
}


/*Utsav blog listing page End*/


/*Utsav Blog Detail page Start*/

.blog-detail-main {
    background-color: #fff;
}

.blog-detail-left .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #737373;
    content: ">";
    font-size: 16px;
}

.blog-detail-left ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 15px 0 15px 0;
}

.blog-detail-left ol.breadcrumb li.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.blog-detail-left ol.breadcrumb li.breadcrumb-item a {
    color: #0079FF;
}

.blog-tag {
    margin: 20px 0;
}

.blog-tag ul {
    padding: 0;
    margin: 0;
}

.blog-tag ul li {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 4px 10px;
    border-radius: 5px;
    color: #131313;
    font-size: 16px;
    margin: 0 20px 10px 0;
}

.blog-detail-titel h1 {
    margin: 0;
    font-size: 34px;
    color: #000;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}

.blog-admin {
    display: flex;
    margin: 30px 0 30px 0;
}

.blog-admin .admin-img {
    margin: 0 20px 0 0px;
}

.admin-text {
    margin: 10px 0 0 0;
}

.admin-text ul {
    padding: 0;
}

.admin-text ul li {
    display: inline-block;
    padding: 0 5px 0 0px;
    color: #696969;
    font-size: 16px;
}

.admin-text ul li i {
    margin: 0 5px 0 0;
}

.admin-text h5 {
    color: #131313;
    font-size: 22px;
    font-weight: 500;
}

.blog-sub-contet p {
    color: #131313;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin: 0 0 30px 0;
}

.blog-sub-contet img {
    margin: 30px 0;
}

.blog-sub-contet h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-sub-contet ul {
    list-style-image: url(../img/blog-checkmark.png);
    display: block;
    margin: 0px 0 10px 0;
    padding: 0 0 0 20px;
}

.blog-sub-contet ul li {
    font-size: 16px;
    color: #131313;
    line-height: 30px;
}

.blog-sub-contet .blog-center {
    margin: 30px auto;
}

.blog-hignlite {
    margin: 30px 0 50px 0;
}

.blog-hignlite h3 {
    color: #013872;
    font-weight: 700;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    text-align: center;
    font-size: 22px;
    padding: 30px 0 30px 0;
}

.blog-right-main {
    margin: 0px 0 0 0px;
}

h3.b-right-t {
    color: #013872;
    font-size: 20px;
    font-weight: 600;
    margin: 50px 0 20px 0;
}

h3.b-right-t:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #013872;
    display: block;
    margin: 10px 0 0 0;
}

.featured-blogs-right {
    max-height: 990px;
    overflow: hidden;
    overflow-y: scroll;
}

.featured-blogs-box {
    background-color: #F3F7FA;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.b-featur-text {
    padding: 15px;
}

.b-featur-text ul {
    padding: 0;
    margin: 0 0 15px 0;
}

.b-featur-text ul li {
    display: inline-block;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    color: #131313;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 5px 0;
}

.b-featur-text h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    height: 50px;
    overflow: hidden;
}

.f-admin {
    display: flex;
    margin: 15px 0 0 0;
}

.f-img {
    margin: 0 10px 0 0px;
    width: 40px;
    height: 30px;
}

.f-img img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.f-name p {
    margin: 2px 0 0 0;
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    height: 20px;
    overflow: hidden;
}

.b-packages-main {
    max-height: 900px;
    overflow: hidden;
    overflow-y: scroll;
}

.f-packages-box {
    background-color: #F3F7FA;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.f-pack-text {
    display: flex;
    margin: 15px 0 0 0;
}

.f-titel h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
    height: 50px;
    overflow: hidden;
}

.f-titel {
    margin: 0 10px 0px 0;
}

.f-cpe {
    margin: 0 0 0 auto;
}

.f-cpe p {
    font-size: 28px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 0;
}

.f-cpe p span {
    display: block;
    font-size: 16px;
    margin: 0;
}

.f-titel span {
    background-color: #FBB42C;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.vc-right-main {
    max-height: 610px;
    overflow: hidden;
    overflow-y: scroll;
}

.f-vc-box {
    background-color: #F3F7FA;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.f-vc-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}

.vc-date-km {
    display: flex;
}

.vc-date-km p {
    color: rgba(45, 45, 45, 0.75);
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.vc-date-km a {
    margin: 0 0 0 auto;
    background-color: #FBB42C;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    line-height: initial;
}

.treding-box ul {
    padding: 0;
    margin: 0;
}

.treding-box ul li {
    display: inline-block;
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 500;
}

.treding-box ul li.tred-cpe {
    float: right;
    color: #1F2227;
    font-size: 14px;
    font-weight: 600;
    background-color: #EEEEEE;
    padding: 3px 5px;
    border-radius: 2px;
}

.treding-box h2 {
    color: #2D2D2D;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.treding-box p {
    color: rgba(45, 45, 45, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.tred-regi-main {
    margin: 25px 0 0 0;
}

.treding-box .tred-regi-main ul li.tred-regi a {
    background-color: #f9b32d;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.treding-box .tred-regi-main ul li.tred-view-detail {
    float: right;
}

.treding-box .tred-regi-main ul li.tred-view-detail a {
    color: #0b7bff;
    font-size: 14px;
    font-weight: 500;
}

.treding-box {
    border-bottom: 1px solid #808080;
    padding: 0 15px 30px 15px;
    margin: 0 0 20px 0;
}

.treding-web-main {
    height: 965px;
    overflow: hidden;
    overflow-y: scroll;
}

.treding-box:last-child {
    border: none;
}

.tred-shadow {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 10px;
}

.tred-shadow h3.b-right-t {
    padding: 20px 0 0 15px;
}

.blog-writer {
    display: flex;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    margin: 10px 0 30px 0;
    padding: 30px 0;
}

.blog-writer .writer-img {
    width: 15%;
    margin: 0 20px 0 0px;
}

.blog-writer .writer-img img {
    border-radius: 50%;
}

.writer-content h4 {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px 0;
}

.writer-content span {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.writer-content p {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 5px 0 0 0;
}

section.blog-newsletter {
    background-color: #fff;
    padding: 20px 0 50px 0px;
}

.subscri-main {
    border: 1px solid #3DBD4A;
    border-radius: 10px;
}

.subscri-left ul {
    list-style-image: url(../img/blog-checkmark.png);
    display: block;
    margin: 0px 0 10px 0;
    padding: 0 0 0 20px;
}

.subscri-left h3 {
    color: #000;
    font-size: 27px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.subscri-left {
    padding: 30px;
}

.subscri-left ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}

.subscri-right {
    background-color: #3DBD4A;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    padding: 45px 30px;
}

.subscri-right h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.subscri-right p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.subscri-right .subscriber-group.form-group {
    display: flex;
    width: 100%;
    margin: 30px 0 0 0;
}

.subscri-right .subscriber-group.form-group .subscriber-email {
    border-radius: 5px 0 0 5px;
    float: left;
    width: calc(100% - 50px);
    height: 50px;
}

.subscri-right .subscriber-group.form-group .subscriber-button {
    width: 50px;
    float: right;
    text-align: center;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    background-color: #0065C1;
    border-color: #0065C1;
}

.subscri-right .subscriber-group.form-group .subscriber-button i {
    line-height: 48px;
}

.subscri-right .subscriber-group.form-group .blog-subscriber-button {
    width: 50px;
    float: right;
    text-align: center;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    background-color: #0065C1;
    border-color: #0065C1;
}

.subscri-right .subscriber-group.form-group .blog-subscriber-button i {
    line-height: 48px;
}

.blog-page-main {
    position: relative;
    background: #fff;
    padding: 0;
    width: 100%;
}

.sticky-social {
    position: fixed;
    top: 330px;
    left: 17%;
    padding: 0px;
    margin: 0px;
}

section.social-blog ul.social {
    margin: 0;
    padding: 0;
}

section.social-blog ul.social li {
    list-style: none;
    padding: 0 0 14px 0px;
}

section.social-blog ul.social li a i {
    color: #fff;
    background-color: #000;
    width: 31px;
    line-height: 31px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

section.social-blog ul.social li.fb a i {
    background-color: #1873EB;
}

section.social-blog ul.social li.twitter a i {
    background-color: #1DA1F2;
}

section.social-blog ul.social li.insta a i {
    background-color: #C13584;
}

section.social-blog ul.social li.pin a i {
    background-color: #E60023;
}

section.social-blog ul.social li.linkedin a i {
    background-color: #0077B5;
}


.blog-bg {
    background-color: #efefef;
    padding: 50px 0 30px 0;
}
.Topic_Head {
    text-align: center;
}
.blog-bg h1 {
    color: #1F2227;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
.blog-bg h2 {
    color: rgba(45, 45, 45, 0.75);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
ul.blog-date-time li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
ul.Featured_blog-date-time li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.Featured_Blog_Can span.Featured_Blog_Tag {
    color: #FF3939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 8px;
    border-radius: 5px;
    background: #FFE4E4;
    display: inline-block;
}
ul.Read_Time {
    margin: 20px 0;
}
.Featured_Blog_Can h4 a {
    color: #1F2227;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}
.Featured_Blog_Can h4 a:hover {
    color: #597BF7;
}
.Featured_Blog_Can p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul.Featured_blog-date-time li {
    color: #696969;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-right: 30px;
}
ul.Featured_blog-date-time li.Blog_User img {
    margin-right: 10px;
}
ul.Read_Time li {
    display: inline-block;
    color: #696969;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 30px;
}
.Featured_Blog h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 30px;
}
.Featured_Blog {
    margin-bottom: 30px;
}
.Load_more {
    text-align: center;
}
.Load_more a {
    color: #2D2D2D;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #2D2D2D;
    background: #FFF;
    padding: 10px 150px;
    display: inline-block;
}
.blog-pagination ul.pagination {
    margin-top: 10px;
}
span.search-close {
    position: absolute;
    right: 3%;
    top: 25px;
    z-index: 123;
    cursor: pointer;
}
.blog-bg.blog-topic-bg {
    padding: 10px 0 30px 0;
}
/*18-07-2023 Start*/
.live-searchbox{
    background: #FFF !important;
    position: absolute;
    width: calc(100% - 0px) !important;
    z-index: 100;
    border-radius: 8px !important;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #B6BBE2 !important;
    margin-top: 70px !important;
    display:none !important;
}
.live-searchbox.search-mode{
    display:block !important;
}
.live-searchbox ul.search-results{
    list-style: none !important;
    text-align: left;
    padding: 0px !important;
    margin: 0px !important;
}
.live-searchbox ul.search-results li{
    border-bottom: 1px solid #B6BBE2;
}
  
.live-searchbox ul.search-results li:last-child{
    border-bottom:0px !important;
}
  
.live-searchbox ul.search-results li a{
    color: rgba(45, 45, 45, 0.75);
    display: block !important;
    padding: 16px 20px !important;
}
/*18-07-2023 End*/
.blog-loader {
    position: absolute;
    right: 3%;
    top: 25px;
    z-index: 123;
}

.blog-loader svg {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

span.search-close-new {
    position: absolute;
    right: 3%;
    top: 25px;
    z-index: 123;
    cursor: pointer;
}
.Featured_Blog_Img a img {
    width: 100%;
}
/* Pagination Start */
ul.pagination {
    margin-top: 40px;
  }
  .pagination .page-link:focus {
    outline: none;
    box-shadow: none;
  }
  .pagination .page-item.disabled .page-link {
    background: transparent;
  }
  .pagination .page-link {
    background: transparent;
    border: 0;
    color: #2d2d2d;
  }
  .pagination .page-item.active .page-link {
    background-color: #597BF7;
    border-color: #597BF7;
    border-radius: 5px;
  }
  .pagination li + li {
    margin-right: 15px;
    border: 1px solid #cecece;
    border-radius: 5px;
  }
  .pagination li.page-item.pagination-next {
    transform: rotate(180deg);
  }
  li.page-item.pagination-next {
    border: none;
  }
  li.page-item.pagination-prev {
    border: none;
  }
  li.page-item.disabled {
    border: none;
  }
  /* Pagination End */
@media(max-width:768px) {
    ul.pagination {
        text-align: center;
        display: inline-flex;
      }
      li.page-item {
        display: none;
      }
      .page-item:first-child,
      .page-item:nth-child(3),
      .page-item:nth-last-child(3),
      .page-item:last-child,
      .page-item.active,
      .page-item.disabled {
        display: block;
      }
    .Topics_Main ul {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .Topics_Main ul::-webkit-scrollbar {
        display: none;
    }
    .Search_Blog {
        margin: 20px 0;
    }
    .Topics_Main ul li {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .Featured_Blog_Can {
        margin-top: 20px;
    }
    .Search_Blog .input-group button {
        font-size: 16px;
        padding: 5px 30px;
    }
    .Search_Blog .input-group input {
        height: 55px;
    }
    .Search_Blog .input-group i {
        top: 15px;
    }
    .Load_more a {
        padding: 10px 0px;
        display: block;
    }
    ul.blog-date-time li {
        float: none;
    }
    ul.blog-date-time li.Blog_User {
        float: none;
    }
    .blog-writer .writer-img {
        width: 100%;
    }
    .blog-detail-titel h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .sticky-social {
        position: inherit;
    }
    /* Dhaval Start 20-07-2021 */
    section.social-blog ul.social {
        text-align: center;
    }
    section.social-blog ul.social li {
        display: inline-block;
    }
    /* Dhaval End 20-07-2021 */
}


/*Utsav Blog Detail page End*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
/* Dhaval Start 18-06-2021 */
.blog-detail-left ol.breadcrumb li.breadcrumb-item.active {
    width: 511px;
}
/* Dhaval End 18-06-2021 */
/* Dhaval Start 20-07-2021 */
.container, .container-lg, .container-md, .container-sm {
    max-width: 925px;
}
.sticky-social {
    left: 1% !important;
}
section.social-blog ul.social li a i {
    width: 28px;
    line-height: 28px;
    font-size: 14px;
}
/*Dhaval End 20-07-2021  */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Dhaval Start 18-06-2021 */
  .blog-detail-left ol.breadcrumb li.breadcrumb-item.active {
      width: 350px;
  }
  /* Dhaval End 18-06-2021 */
  /* Dhaval Start 18-06-2021 */
.container, .container-md, .container-sm {
    max-width: 650px;
}
.sticky-social {
    left: 4%;
}
/* Dhaval End 18-06-2021 */
}


@media (min-width: 1200px) and (max-width:1440px) {
    .sticky-social {
        left: 2%;
    }
}
@media (min-width: 1200px) and (max-width:1220px) {
    .sticky-social {
        left: 0.5%;
    }
}
@media (min-width: 1650px) and (max-width:1800px) {
    .sticky-social {
        left: 12%;
    }
}
@media (min-width: 1440px) and (max-width:1650px) {
    .sticky-social {
        left: 5%;
}

@media (max-width: 1200px) {
    .sticky-social {
        left: 7px;
    }
    @media (min-width: 1200px) and (max-width:1440px) {
        .sticky-social {
            left: 2%;
        }
    }
    @media (min-width: 1200px) and (max-width:1220px) {
        .sticky-social {
            left: 0.5%;
        }
    }
    @media (min-width: 1650px) and (max-width:1800px) {
        .sticky-social {
            left: 12%;
        }
    }
    @media (min-width: 1440px) and (max-width:1650px) {
        .sticky-social {
            left: 5%;
        }
    }

    @media (max-width: 575px) {    
        /*Dhaval Start 18-06-2021 */
        .blog-detail-left ol.breadcrumb li.breadcrumb-item.active {
            width: 184px;
        }
        .blog-detail-left ol.breadcrumb li.breadcrumb-item {
            font-size: 14px;
        }
        /*Dhaval End 18-06-2021*/
    }
    @media screen and (min-width: 576px) and (max-width: 767px) { 
        /* Dhaval Start 18-06 */
        .blog-detail-left ol.breadcrumb li.breadcrumb-item.active 
        {
            width: 184px;
        }
    }
    @media (min-width: 1200px) {
       /*Dhaval Start 18-06-2021*/
        .blog-detail-left ol.breadcrumb li.breadcrumb-item.active {
            width: 626px;
        }
        /*Dhaval End 18-06-2021*/
    }
}
.live-searchbox ul.search-results li a:hover {
    color: #0B7BFF;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
  
.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

