body{
    overflow-x:hidden;
}
.side_list_section li{
    border-top:1px solid #ddd;
    padding:5px 12px
}

p {
    letter-spacing: 0.5px;
    padding: .2rem;
    line-height: 1.5rem;
    font-size: 15px;
}
.pb-35 {
    padding-bottom: 35px;
}
.side_heading_section{
    background: #324c77;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 25px;
}
.custom_card_side{
    background: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.side_list_section li {
    border-top: 1px solid #ddd;
    padding: 5px 12px;
}
.list-unstyled li a {
    color: #000000!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 14px;
    line-height: 30px;
}
h3 {
    font-size: 20px;
}
.spacer_15 {
    padding: 10px 0px!important;
}
.element_20 .section_panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 3px #b6b6b6;
    box-shadow: 0 2px 3px #b6b6b6;
    padding: 20px;
}
.element_20 .section_panel .panel-head {
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.element_20 .section_panel p {
    margin: 0 0 10px;
}
.element_20 .section_panel .panel-head h1, .element_20 .section_panel .panel-head h2, .element_20 .section_panel .panel-head h3 {
    font-size: 24px!important;
    margin: 0;
    text-align: left;
}

/* popip design */
.pop-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000d4;
    z-index: 100;
}
.pop-overlay-likes{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
}
.pop-overlay-container{
    width: 400px;
    height: 500px;
    background-color: #fff;
    position:absolute; /*it can be fixed too*/
    left: 0; 
    right: 0;
    top: 0; 
    bottom: 0;
    margin: auto;
    padding: 10px;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
}
.pop-overlay-container .list-group-item{
    border: unset !important;
}
.pop-overlay-header{
    height: 30px;
    min-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.overlay-close-buton{
    position: absolute;
    right: 16px;
    border: 0;
    color: #8f8f90;
    font-size: 20px;
    top: 7px;
    cursor: pointer;
}
.pop-overlay-body{
    height: calc(100% - 22px);
    overflow: auto;
}
.user_profile{
    width: 32px !important;
    height: 32px !important;;
    border-radius: 50%;
    margin-right: 13px;
}
.pointer{
    cursor: pointer;
}
/* shimmer Effect */
.w80 {
    width: 80%;
}
.custom_card {
    padding: 30px 40px;
    margin: 17px auto;
    background: #fff;
    height: 350px;
}
.profilePic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.comment_timeline {
    height: 6px;
    background: #777;
    margin-top: 20px;
    border-radius: 4px;
}
.wrapper {
    width: 0px;
    animation: fullView 0.5s forwards linear;
    }

@keyframes fullView {
    100% {
        width: 100%;
    }
}
.animate {
    animation : shimmer 2s infinite;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
            background-position: 1000px 0;
    }
}
.shimmer_inline{
    display: inline-flex;
    flex-direction: column;
    margin-left: 17px;
    margin-top: -7px;
    vertical-align: top;
    width: 22%;
}
.comment_input{
    width: 100%;
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    padding: 0px 24px 11px 8px;
    position: relative;
    margin-top: 10px;
}
/* close */
.justify_content_center .popup_img_section{
    background: #f2f3f5;
    padding: 0px;
    line-height: 32px;
    border-top: 1px solid #e5e5e5;
}
.close-icon svg{
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.overflow-hidden{
    overflow: hidden;
}
.user_section3 svg{
    fill: #324c77;
    width: 100%;
    height:425px;
}
.text_dark{
    color: #4e4b4b;
}
.para_spacer{
    padding: 50px 0 75px;
}
.h2_heading{
    font-size: 36px;
    font-weight: 700;
    color: #4a5173;
    font-family: 'Lora';
}
h1, h3, h4 {
    font-family: 'Lora';
    font-weight: 400;
    font-style: normal;
}
.box_features-content {
    padding: 17px 22px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    background: #fff;
}
.box_features-content svg {
    height: 50px;
    width: 50px;
    margin: 0 0 13px;
    fill: #00D4C5;
}
.box_features-content h3 {
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    width: 100%;
    font-size: 20px!important;
    font-weight: normal!important;
    color: #0f3a5c!important;
    text-align: center;
}
.box_features-content:hover h3:after {
    width: 100px;
}
/* .box_features-content h3:after {
    content: "";
    position: absolute;
    background: #f73e4d;;
    width: 72px;
    height: 2px;
    bottom: -8px;
    left: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
} */
.box_features-content p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 13px;
    color: #5b5b5b;
}
.banner_button {
    background: #f73e4d;
    color: #fff;
    padding: 12px 50px;
    -webkit-box-shadow: 7px 8px 15px rgba(0,0,0,0.15);
    box-shadow: 7px 8px 15px rgba(0,0,0,0.15);
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    font-weight: 700;
    margin-right: 12px;
    border: 0px;
}
.banner_button:hover {
    background: #d02f3a;
    color: #fff;
}
.spacer_20{
    margin-top:20px;
}

/* @media only screen and (max-width: 950px) {
    .close_header_section {
        position: fixed!important;
        height: 46px!important;
        border-bottom: 1px solid #ddd;
        top: 0;
        width: 100%;
        background: #fff;
        left: 0;
    } 
  } */
  .col_box_spacer{
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .list-group-item {
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.country-list-item{
    padding: 5px 13px!important;
}
.country-list-item a {
    color: #2a2a2b!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.country-list-item a:hover{
    text-decoration: underline;
}
.close-icon{
    position: absolute;
    right: 0;
    top: 10px;
}
.font_15{
    font-size: 15px;
}
.light_white_bg{
    background: #fff;
}
.p-16{
    padding: 16px 0px;
}
.p-54{
    padding: 54px 12px;
}
.pb-35{
    padding-bottom: 35px;
}
.font_12{
    font-size: 12px;
}
.breadcrumb-item a{
    color:#6c757d;;
}
.breadcrumb-item a:hover{
    color:#6c757d;
}
/* new styles update close*/
.container {
    max-width: 1280px;
}

/* Custom PAge */
.main-body{
    background: #f7f7f7;
}
.main-section-spacer{
    padding-top: 2em;
    padding-bottom: 2em;
}
.content_section{
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 15px 16px 15px 10px;
}
.content_section .heading_h1{
    font-size: 30px;
    font-weight: 700;
    color: #4e5860;
}
.content_section .content_section_body{
    font-size: 10px;
    font-weight: 700;
    color: #4e5860;
}
/* Custom page  */
.main-section-spacer{
    padding-top: 2em;
    padding-bottom: 2em;
}
#list_section{
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 25px 15px 25px;
    /*  padding: 15px 16px 15px 10px; */
}
#list_section .heading_h1{
    font-size: 30px;
    font-weight: 700;
    color: #4e5860;
}
#list_section .heading_h2{
    font-size: 30px;
    font-weight: 700;
    color: #4e5860;
}
#list_section .title_section{
    font-size: 16px;
    color: #8d9aa4;
    font-weight: 500;
    margin-bottom: 25px;
}
#list_section .list-group-item .count_list{
    color: #bcbcbc;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    padding: 0px 20px 0px 13px;
}
#list_section .list-group-flush .list-group-item{
    padding-left:0px!important;  
    padding-top: 9px;
    padding-bottom: 9px;
}
#list_section .list-group-item .list_img{
   width:50px;
   height: 50px;
   border-radius: 2px;
   margin-right: 12px;
}
#list_section .list-group-item {
    border-color: #f2f2f2;
}
#list_section .list-group-item .list_img img{
   width:100%;
   height: 100%;
}
#list_section .list-group-item h2{  
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 2px;
}
/* #list_section .list-group-item h2 a{  
    color: #2c3e50;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #606770;
    line-height: 19px;
    width: 100%
}
#list_section .list-group-item h2 a:hover{  
    color: #f63!important;
    text-decoration: underline;
} */
/* .topic_link{
    color:#000!important;
}
.topic_link:hover{
    color:#000;
} */
#list_section .media-card-subtitle {
    font-size: .80em;
    margin-bottom: 0;
    margin-top: 0;
    color: #8d9aa5;
    font-weight: 400;
}
#list_section .media-card-subtitle a {
    color: #8d9aa5;
}
#list_section .media-card-subtitle a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 800px) {
    #list_section .list-group-item h2 {
        font-size: 12px!important;
    }
    #list_section .list-group-item .count_list {
        padding: 0px 20px 0px 13px!important;
        font-size: 14px;
    }
}
/* side bar section */
    #side-section .list-box{
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        margin-bottom: 25px;
    }
    #side-section .list-group-item{
        border-color: #f2f2f2;
    }
    #side-section .list-group-item .main-link{
        color: #4e5860;
        font-weight: 700;
    }
    #side-section .list-group-item .main-link svg{
        width: 15px;
        vertical-align: text-bottom;
        margin-right: 6px;
        color: #ff2073;
    }
    #side-section .list-group-item .main-link{
        color: #4e5860;
        font-weight: 700;
    }
    #side-section .list-group-item a:hover{
        text-decoration: none;
        
    }
    #side-section .list-group-item a{
        color: #8d9aa5;
        font-size: 1em;
        display: block;
    }
    #side-section .list-group-item:hover {
        text-decoration: none;
        background-color: #f6f7f8;
    }
    .box-header {
        border-bottom: 1px solid rgba(0,0,0,.05);
        padding: .5rem 1rem;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .box .box-header {
        position: relative;
    }
    .box.box-style-card, .box.box-style-plain {
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        margin-bottom: 1em;
    }
    .explore-sidebar h3 {
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        font-weight: 700;
        color: #8d9aa5;
    }
    #sidebar-section-2 .box-content {
        padding: 0;
        padding-top: .5em;
    }
   #sidebar-section-2 .filters {
        margin-bottom: 0;
        padding-bottom: 1.5em;
        padding-left: 11px;
    }

    ul {
        margin-left: 0;
        list-style: none;
    }
     #sidebar-section-2 li a {
        padding-left: 1em;
    }
    #sidebar-section-2 li a {
        font-size: 1em;
        display: block;
        color: #8d9aa5;
        padding: .2em .5em;
    }
     #sidebar-section-2 li a:hover {
        text-decoration: none;
        background-color: #f6f7f8;
        color: #4e5860;
    }
    #sidebar-section-2 .box-title {
        font-size: 16px;
    }
    @media only screen and (max-width: 700px) {
        #sidebar-section-2 li {
            display: inline-block!important;
        }
        #sidebar-section-2 li a {
            font-size: 13px!important;
        }
    }
    .box_features .coomeet_container_click_me:hover {
        color: #ffffff!important;
    }
    .logo_wraped {
        width: auto;
        height: 40px;
    }
/* section 4 */
#app-box-section4 .icon>svg {
    width: 45px;
    height: 45px;
}
#app-box-section4 .h3_heading{
    line-height: 1.4;
    font-size: 21px;
    font-weight: 400;
}
#app-box-section4 .text_light{
    color: #869ab8!important;
    font-size: 15px;
}
#app-box-section4 .card_text_align{
    text-align: left;
}
@media only screen and (max-width: 700px) {
    #app-box-section4 .card_text_align{
        text-align: center!important;
    } 
} 
.section_spacer {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
    .section_spacer {
        position: relative;
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}
.list_topic{
    margin-bottom:6px;
    width:40px;
    height: 40px;
}
/* section 4 close*/

/* blog Page */
.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #f7f7f7;
    border-color: #f6593f;
}
.page-link:focus {
    box-shadow: unset;
}
.font-weight-normal {
        font-weight: 400 !important;
    }
    .u-avatar {
        width: 2.75rem;
        height: 2.75rem;
    }
    .u-sm-avatar {
        width: 2rem;
        height: 2rem;
    }
    .font_16{
        font-size:16px;
    }
    body{
        font-family: 'Montserrat';
    }
    .u-label--secondary {
        color: #333;
        background-color: #f8f8f8;
    }
    .u-label--xs {
        font-weight: 300!important;
        font-size: 12px!important;
        line-height: 1.7!important;
        padding: 7px 15px!important;
    }
    .u-label {
        display: inline-block;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.3;
        padding: 7px 15px;
        /* border-radius: 6.1875rem; */
        transition: 0.2s ease-in-out;
    }
    .u-label--secondary[href]:hover, .u-label--secondary[href]:focus {
        color: #fff!important;
        background-color: #77838f;
    }
    p {
        color: #77838f;
        line-height: 1.7;
    }
    .font-size-13 {
        font-size: 0.8125rem;
    }
    .heading_color{
        color: #1e2022;
    }
    .heading_color:hover{
        color: #1164ff;
    }
    a {
        text-decoration: none!important;
    }
    .col-9-bg{
        background-color:#fbfcfc;
    }

    .shadow-sm {
        box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
    }
    .Heading_font {
        font-weight: 500;
    }
    .card-deck .card {
        margin-right: 0px!important;
        margin-left: 10px!important;
    }
    .u-space-2-bottom {
        padding-bottom: 2.0625rem;
    }
    .box_space{
        margin-left: -4px!important;
    }
    .spacer_90{
        margin-bottom:90px;
    }
    .popular_img{
        max-width: 100%;
        height: 40px;
    }
    @media screen and (max-width: 700px) {
        .col-3-spacer{
            padding-left: 25px;
        }
    }
.round_card{
    width:100%;
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
}
.round_img{
    width:100%;
    height: 155px;
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
}
.border_shadow{
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
    border-radius: 8px;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.round_card:hover{
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    transform: translate(0, -4px);
    z-index: 999;
    border-top-left-radius: 8px !important;;
    border-top-right-radius: 8px !important;;
}
.data_res{
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 35px 0 24px 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Montserrat';
}
.hide_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #606770;
    line-height: 24px;
    width: 100%;
    height: 47px;
}
.paragraph_height{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #606770;
    line-height: 21px;
    width: 100%;
    height: 46px;
}
.heading_color:hover {
    color: #1164ff!important;
}

/* close */
/* updated css */
.box_height {
    height: 180px;
}
.box_height h6{
    font-weight:600;
}
.tag_icon {
    height: 44px;
    width: 43px;
}
.card_data_overflow {
    overflow: hidden;
    text-overflow: clip;
    width: 98%;
    height: 40px;
    line-height: 18px;
    font-size: 14px;
}
.linkdiv:hover {
    cursor: pointer;
}
.card_spacer {
    margin-top: 16px;
}
.img_height {
    width: 100%;
    height: 178px;
    object-fit: cover;
}
.hide_para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #757b88;
    line-height: 22px;
    width: 100%;
    height: 45px;
    font-size:14px!important;
}
.hide_para p{
   font-size:14px!important;
}
.hide_para code{
   font-size:14px!important;
}
.main-section-spacer h1{
    font-size: 28px;
}
.inner_spacer{
    padding: 60px 0px 60px;
    background-color: #edeef0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7b8086;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.page-link:hover {
    color: #7b8086;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
@media screen and (max-width: 700px) {
    .inner_spacer {
        padding: 25px 0px 25px;
        background-color: #edeef0;
    }
}
/* updated css close*/