
@font-face {
    font-family: 'Kollektif';
    font-style: normal;
    font-weight: normal;
    src: local('Kollektif Regular'), url('../fonts/Kollektif.woff') format('woff');
    font-display: swap;
    }
    @font-face {
    font-family: 'Kollektif';
    font-style: italic;
    font-weight: normal;
    src: local('Kollektif Italic'), url('../fonts/Kollektif-Italic.woff') format('woff');
    font-display: swap;
    }
    @font-face {
    font-family: 'Kollektif';
    font-style: normal;
    font-weight: bold;
    src: local('Kollektif Bold'), url('../fonts/Kollektif-Bold.woff') format('woff');
    font-display: swap;
    }
    @font-face {
    font-family: 'Kollektif';
    font-style: italic;
    font-weight: bold;
    src: local('Kollektif Bold Italic'), url('../fonts/Kollektif-BoldItalic.woff') format('woff');
    font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-BoldOblique.eot');
        src: local('Helvetica Bold Oblique'), local('Helvetica-BoldOblique'),
            url('../fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
            url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
            url('../fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica.eot');
        src: local('Helvetica'),
            url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica.woff2') format('woff2'),
            url('../fonts/Helvetica.woff') format('woff'),
            url('../fonts/Helvetica.svg#Helvetica') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-LightOblique.eot');
        src: local('Helvetica Light Oblique'), local('Helvetica-LightOblique'),
            url('../fonts/Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
            url('../fonts/Helvetica-LightOblique.woff') format('woff'),
            url('../fonts/Helvetica-LightOblique.svg#Helvetica-LightOblique') format('svg');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Oblique.eot');
        src: local('Helvetica Oblique'), local('Helvetica-Oblique'),
            url('../fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
            url('../fonts/Helvetica-Oblique.woff') format('woff'),
            url('../fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Light.eot');
        src: local('Helvetica Light'), local('Helvetica-Light'),
            url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Light.woff2') format('woff2'),
            url('../fonts/Helvetica-Light.woff') format('woff'),
            url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Bold.eot');
        src: local('Helvetica Bold'), local('Helvetica-Bold'),
            url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Bold.woff2') format('woff2'),
            url('../fonts/Helvetica-Bold.woff') format('woff'),
            url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    
    
    html {
        scroll-behavior: smooth;
    }
    html, body {
        font-family: 'Helvetica';
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        color: #333333;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }
    .text-left {
        text-align: left;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: right;
    }
    .form-control, .btn {
        border-radius: 0;
    }
    .custom_navbar {
        background-color: var(--bs-blue);
        padding: 0;
        z-index: 99;
        flex-wrap: wrap;
    }
    .custom_navbar a.navbar-brand {
        color: #fff;
        font-family: 'Kollektif';
        font-weight: bold;
        /*justify-content: center;
        display: flex;*/
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-right: 0;
        /*border-bottom: 1px solid #f6748e;*/
    }
    .custom_navbar a.navbar-brand.logo-dsk {
        margin-right: 0;
        /*flex: 1 100%;*/
    }
    .logo-wrp {
        display: flex;
        flex: 1 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
        justify-content: center;
        border-bottom: 1px solid #f6748e;
    }
    .custom_navbar a:not(.navbar-brand){
        color: #fff;
        opacity: 1;
        font-family: 'Kollektif';
        font-weight: normal;
        -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .custom_navbar li a:hover{
        color: var(--bs-white);
        opacity: 1;
    }
    .nav-link:hover, .nav-link:focus {
        color: var(--bs-white);
        opacity: 1;
    }
    ul.navbar-nav.sm-icons li:first-child {/* padding-right: 40px; position: relative;left: -40px;*/}
    .navbar-expand-lg .navbar-nav.sm-icons a.nav-link {padding-left: 1rem;padding-right: 1rem; padding-top: 0; padding-bottom: 0;}
    a.search-toggle {
        font-size: 18px;
        cursor: pointer;
    }
    .fixed-top {
        /*top: -40px;
        transform: translateY(40px);*/
        transition: transform .3s;
    }
    .fixed-top + #banner {
        padding-top: 158px;
    }
    .sm-icons {
      flex-direction: row;
    }
    .custom_navbar .menu li{
        margin: 0 20px;
    }
    .custom_navbar ul.navbar-nav.menu li {
        font-size: 16px;
    }
    .section {
        padding: 20px 0;
    }
    section#article {
        min-height: 76vh;
    }
    .archive.tag section#article {
        min-height: 130vh;
    }
    .archive.author section#article {
        min-height: 76vh !important;   
    }
    .page-template-template-about section.section {
        min-height: 120vh;
    }
    .font-weight-medium {
        font-weight: bold;
    }
    .font-weight-medium span {
        font-weight: 500;
    }
    /*#banner {
        background-image: url(../images/banner_bg.png);
        background-size: cover;
    }*/
    #carouselExampleFade {
        background-color: #fff;
        padding: 0 20px;
        box-shadow: rgb(0 0 0 / 7%) -4px 9px 25px -6px;
    }
    .slider_dec{
        padding: 40px 0;
    }
    
    .search-box {
        position: absolute;
        bottom: 0px;
        padding: 0 !important;
        width: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        overflow: hidden;
    }
    .search-box.opened {
        max-height: 100px;
        bottom: -75px;
        padding: 1.5rem !important;
    }
    /*button.btn.search-toggle {
        padding: 0;
        position: relative;
        transform: rotate(45deg);
        top: -12px;
    }

    button.btn.search-toggle:before {
        width: 4px;
        height: 25px;
        left: 10px;
        top: 0px;
        position: absolute;
        content: '';
        background: #000000;
        border-radius: 2px;
    }

    button.btn.search-toggle:after {
        width: 25px;
        height: 4px;
        left: 0px;
        top: 10px;
        position: absolute;
        content: '';
        background: #000000;
        border-radius: 2px;
    }*/

    .btn-danger {
        color: #fff;
        background-color: #f2002f;
        border-color: #f2002f;
    }
    /*.home-carousel.owl-carousel, */
    .owl-carousel .owl-item .item .media-cont {
        position: relative;
        overflow: hidden;
        /*height: 510px;*/
        height: 61.5vh;
    }
    .home-carousel.owl-carousel .owl-item img {
        /*height: 60vh;*/
        height: 100%;
    }
    .home-carousel.owl-carousel .owl-item img {
        object-fit: cover;
        object-position: center;
    }
    .owl-theme .owl-nav {
        position: relative;
        margin: 0;
    }
    .owl-theme .owl-nav button {
        margin-top: 0;
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .owl-theme .owl-dots {
        margin-top: 15px;
    }
    .inner-block {position: absolute;bottom: 10%;width: 50vw;background: rgb(255 255 255 / 60%);left: 50%;margin-left: -25vw;display: none;}
    .owl-item.active .inner-block {display: block;}
    .owl-carousel .owl-item .item {position: relative;}
    .media-cont a {
        display: block;
    }
    .post-wrap p {color: #000000;font-family: 'Kollektif';font-size: 2.4rem;font-weight: bold;margin-top: 0; margin-bottom: 0.5rem;line-height: 1.2;}
    .post-wrap p {
        color: #000000;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
    }
    .media-cont:hover .post-wrap p, .media-cont:focus .post-wrap p {
        color: #F2002F;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        background: var(--bs-blue);
        opacity: 0.35;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--bs-blue);
        opacity: 1;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: transparent !important;
    }
    .owl-carousel .owl-nav button img {
        width: 60px;
        opacity: 0.9;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .owl-carousel .owl-nav button:hover img {
        opacity: 1;
    }

    .home-carousel .owl-item:not(.active):after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
        z-index: 1
    }


    .ads-slider.owl-theme .owl-nav {bottom: 50%;margin-bottom: -17px;}

    .ads-slider.owl-theme .owl-nav button {color: #ffffff;font-size: 22px;}

    .section .section-title {
        background-color: var(--bs-yellow);
        margin-bottom: 20px;
        padding: 10px;
    }
    .rel-article .section-title {
        background: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    .section .section-title h2 {
        font-family: 'Kollektif';
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .section .section-title h1.category-title{
        font-size: 2rem;
        text-transform: unset;
    }
    .card {
        border: 0;
    }
    .custom_footer {
        background-color: black;
        padding: 10px;
    }
    .footer-menu li {
        display: inline-block;
        /* margin-left: 20px; */
      }
      .footer-menu li:hover a{
        color: var(--bs-yellow);
        opacity: 1;
      }
      .footer-menu li a {
        font-size: 14px;
        opacity: 0.9;
        color: var(--bs-yellow);
        text-decoration: none;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
      }
    
      .footer-menu li.line::after {
        content: "|";
        padding: 0 15px;
        color: #ffc107;
      }
      .product_sec .card a {
        text-decoration: none;
        color: var(--bs-black-rgb);
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
      }
      .product_sec .card-body {
        padding-left: 0;
        padding-right: 0;
      }
      .product_sec .card-desc {margin-bottom: 15px;}
        .product_sec .card .card-meta a {
            text-transform: uppercase;
            color: var(--bs-blue);
            font-weight: 600;
        }

        .product_sec .card .card-meta {
            font-size: 0.85rem;
            text-transform: uppercase;
            color: #808080;
        }
      .product_sec .card-body .card-meta {
        margin-bottom: 10px;
      }
      .product_sec .card-body .card-title, .product_sec h2.card-title {
        font-size: 20px;
        font-family: 'Kollektif';
        font-weight: bold;
        margin-bottom: 10px;
    }
    .product_sec .card:hover .card-body > a, .product_sec .card-body .card-meta a:hover > span, .product_sec .card-body .card-meta a+a:hover {
        color: var(--bs-blue);
    }
    .product_sec .card-body .card-meta a:hover > span, .product_sec .card-body .card-meta a+a:hover {
        color: var(--bs-blue);
        text-decoration: underline;
    }
    .product_sec .card-body .card-meta a:hover > span + span {
        color: var(--bs-black-rgb) !important;
        text-decoration: none !important;
    }
    .product_sec .card:hover h3.card-title {
        color: var(--bs-blue);
    }
    .btn-theme {
        background-color: #ea192e;
        border-color: #ea192e;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        padding: 8px 40px;
        font-weight: 500;
    }
    .btn-theme-yellow{
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        color: var(--bs-dark);
        border-radius: 0;
        text-transform: uppercase;
        padding: 8px 40px;
        font-weight: 600;
    }
    .more_items {text-align: right;font-weight: 600;text-transform: uppercase;}
    
    .more_items a {text-decoration: none;}
    .footer-menu ul{
        padding-left: 0;
    }

    .a2a_kit .ico-container, .a2a_label {display: none !important;}
    span.a2a_svg.a2a_s_link {line-height: 28px;text-align: center;}
    /*.text-muted.dm {display: flex;width: 100%;align-items: center;}*/
    .custom_rating {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 10px;
    }
    .btn-theme:hover{
        color: #fff;
    }
    .form-control:focus {
        border-color: #000000;
        box-shadow: 0 0 5px 0.1rem rgb(242 0 47 / 25%);
    }
    .btn:focus {
        box-shadow: none;
    }
    
    .section_inner{
        padding: 50px 0;
    }
    .category a{
        text-decoration: none;
        font-weight: 500;
    }
    .rating i{
        color: #ffc107;
        font-size: 23px;
        margin-left: 8px;
    }
    .rating {
        margin-left: 20px;
    }
    .custom_rating {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 10px;
    }
    .lead-cap h1 {font-size: 1.5rem;}
    .lead-cap h2 {font-size: 1.3rem;}
    .lead-cap h4 {font-size: 1.1rem;}
    .lead-cap h5 {font-size: 1rem;}
    .lead-cap h5 {font-size: 0.8rem;}
    .lead-cap {
        padding: 4px 0 0;
        font-size: 0.8rem;
        text-align: center;
    }
    article header div span {font-size: 14px;}
    .blog-inner-cont {
        font-family: 'Helvetica' !important;
    }
    .blog-inner-cont a {
        color: var(--bs-blue) !important;
        text-decoration: underline !important;
    }
    .trending-items h4, article header h1 {
        color: var(--bs-black-rgb);
        font-family: 'Kollektif';
        font-weight: bold;
    }
    .trending-items {
        position: relative;
    }
    .sbar {position: sticky; top: 200px;}
    .sbar.nclose {top: 170px;}
    /*.sbar.fixed {top: 180px;position: fixed;}*/

    .trending-items .card a {
        text-decoration: none;
        font-family: 'Kollektif';
        font-weight: bold;
        display: inline-block;
        line-height: 1.25;
    }
    .trending-items h4 {
        font-size: 1.7rem;
    }
    .trending-items .card .small.mt-2 {
        margin-top: 0.3rem !important;
    }
    .trending-items .card .small {line-height: 1.25;}
    .trending-items .card a img.rounded {border-radius: 0.5rem !important;}
    .tldr-box {background-color: rgba(242, 0, 47, 0.14) !important;}
    .tldr-box ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .merchant-box {
        border-radius: 0.5rem;
    }
    .merchant-box {border-radius: 0.3rem;}
    .merchant-box .col-2 {width: 11%;}
    .merchant-box .col-10 {
        width: 89%;
    }
    .merchant-box .col-2 img {border: 2px solid rgba(87, 93, 96, 0.25);padding: 3px;border: 2px solid;}
    hr:not([size]) {
        height: 1px;
        font-family: 'Kollektif';
        background-color: rgb(0 0 0 / 40%);
    }
    .rel-article h4 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
        font-family: 'Kollektif';
    }

    section#article .product_sec h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
        font-family: 'Kollektif';
    }
    
    /* our team webpage css start */
    #experienceTab.nav-pills .nav-link.active {
        color: var(--bs-blue);
        background-color: transparent;
        border-radius: 0px;
        border-right: 3px solid var(--bs-blue);
        font-weight: 600;
    }
    
    #experienceTab.nav-pills .nav-link {
        border-radius: 0px;
        border-right: 2px solid #8892b036;
        color: #8892b0d4;
        text-align: left;
    }
    
    ul#experienceTab {
        list-style: none;
        padding-left: 0;
    }
    
    #experienceTab.nav-pills .nav-link:hover {
        color: #000000;
    }
    
    #v-pills-profile h2 {
        font-size: 1.25rem;
    }
    #v-pills-profile h2 a{
        text-decoration: none;
    }
    .team_inner_section .form-group label + br {
        display: none;
    }
    .team_inner_section h1 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    /*.team_inner_section p,
    .team_inner_section ul li {
        color: #737373;
        font-weight: 300;
    }*/
    
    .team_inner_section img {
        width: 50% ;
        margin: 0 auto ;
    }
    
    .team_inner_section .text-center {
        padding: 20px;
    }
    
    /*.team_inner_section .text-center:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, .2);
        transition: box-shadow .3s;
    }*/
    
    .team_inner_section {
        padding: 0 30px;
    }
    
    /* our team webpage css end */
    
    
    /* Contact us webpage css start */
    .team_inner_section .form-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .team_inner_section .form-group input[type="text"],
    .team_inner_section .form-group input[type="email"],
    .team_inner_section .form-group textarea {
        width: 100%;
        padding: 1rem 0.8rem;
        border: 1px solid rgb(0 0 0 / 69%);
        outline: 0;
        transition: border 0.15s;
    }
    
    .team_inner_section .form-group input[type="text"],
    .team_inner_section .form-group input[type="email"] {
        height: 40px;
    }
    .form-group .col-md-12 {
        margin-bottom: 20px;
    }
    .team_inner_section .form-group textarea {
        resize: vertical;
    }
    .team_inner_section .form-group sup {
        top: 3px;
        color: var(--bs-blue);
        font-size: 20px;
        left: 1px;
    }
      
    .file input[type='file'] {
    display: none
    }
    .file label{
      cursor: pointer;
      font-size: 15px !important;
    }
    
    .file label i {
    padding-right: 5px;
    font-size: 18px;
    }
    /* Contact us webpage css end */
    
    .mob_view{
        display: none !important;
    }
    .dsk_view{
        display: block !important;
    }
    .dsk_view.logo-dsk {
        display: flex !important;
    }

    /* Header banner block */

    .header-notice-section {
        background: #ffffff;
        padding: 4px 0px;
        position: relative;
        text-align: center;
        min-height: 90px;
        width: 100%;
        margin: 0 auto;
    }

    .header-notice-section .notice-headline a.close-notice {
        position: absolute;
        top: 0px;
        right: 0;
        text-decoration: none;
    }

    .header-notice-section a.close-notice {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #000;
        text-decoration: none;
        background: transparent url(../images/close-wh.png) center/1em auto no-repeat;
        opacity: 1;
        width: 1rem;
        height: 1rem;
        padding: 0.8rem;
        text-indent: -999px;
        background-color: rgb(0 0 0 / 35%);
    }
    /*.header-notice-section img {
        height: 100%;
        max-width: 100%;
        display: inline-block;
    }
    .inr-div {
        display: inline-block;
        position: relative;
        height: auto;
        max-height: 100%;
    } */

    .inr-div {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 60%;
        outline: 0;
        margin: 0 auto;
    }
    .inr-main {
        position: relative;
        flex: 1 1 auto;
    }
    .inr-main img {
        width: 100%;
    }

    @media (min-width: 1400px) {
        .container {
            max-width: 1170px;
        }
    }

    .header-notice-section:before {
        content: '';
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .container-700 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .h4-related-block {
        color: #000;
        font-weight: bolder;
        font-style: normal;
        font-size: 1.6rem !important;
        margin: 0 0 0.5em;
        width: auto;
        border-bottom: solid 1px rgba(213,213,213,0.5);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .media-object {
        display: flex;
        flex-flow: wrap;
        margin-bottom: 10px !important;
        padding-bottom: 10px
    }
    div.rel-card {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    div.rel-card .media-object {
        border-bottom: solid 1px rgba(213,213,213,0.5);
    }
    .media-object__figure {
        margin-right: 10px;
        max-width: 33%;
    }
    .rel-card .link {
        color: #000;
        text-decoration: none;
    }
    .rel-card img {
        display: block;
        height: auto;
        max-width: 100%;
        border-radius: 5px;
        line-height: 1.4;
        border-style: none;
    }
    .media-object__content {
        flex: 1;
        display: flex;
        flex-flow: wrap;
    }
    .media-object__body {
        flex-basis: 100%;
    }
    .media-object .list-object {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 20px;
        position: relative;
    }
    div.rel-card .list-object__heading {
        margin-top: -3px;
        margin: 4px 0 0 0;
        word-break: break-word;
        padding-right: 7px;
    }
    div.rel-card .list-object__heading-link {
        text-decoration: none !important;
        font-family: 'Kollektif';
        font-weight: 700;
        display: inline-block;
        line-height: 1.25;
        font-size: 1.3rem;
        color: #000 !important;
    }
    div.rel-card .list-object__heading-link:hover {
        color: var(--bs-blue) !important;
    }
    .list-object__heading-link {
        text-decoration: none;
        color: #000;
    }

    @media (min-width: 920px) {
        div.rel-card .media-object__figure {
            max-width:19.5%;
            margin-right: 15px;
        }
    }


    .scl-blk {
        border-top: 1px solid #e01919;
        border-bottom: 1px solid #d82626;
        padding: 9px 5px;
        text-align: center;
        background: rgb(204 204 204 / 20%);
    }

    .scl-blk p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 1rem;
    }
    .scl-blk p a {
        font-weight: bold;
    }

    .custom_footer p {
        color: #ffffff;
    }
    .footer-sm li {
        padding: 0 10px;
    }
    .footer-sm li:last-child {
        padding-right: 0;
    }
    .footer-sm li a {
        padding: 0;
    }
    .footer-sm {
        justify-content: flex-end;
    }
    .breadcrumbs {
        background: #ededed;
        padding: 10px 0;
        box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 10%);
    }

    .breadcrumbs span {
        font-family: 'Kollektif';
    }
    .breadcrumbs span a {
        text-decoration: none;
    }

    .author-block {
      border: 1px solid var(--bs-blue);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      justify-content: space-around;
      border-radius: 15px;
      background: rgb(204 204 204 / 20%);
    }
    .author-block .info {
      text-align: center;
      align-items: center;
      float: left;
      flex: 1 100%;
    }
    @media all and (min-width: 600px) {
      .author-block .info {
        flex: 1;
      }
    }
    .author-block .info a.btn {
      display: block;
      width: 60%;
      margin: 0 auto;
      border: 2px solid var(--bs-blue);
      border-radius: 20px;
      color: var(--bs-blue);
      font-size: 1rem;
      font-weight: 600;
    }
    .author-block .info .social {
      margin-top: -23px;
    }
    .author-block .info .social a {
      text-decoration: none;
      color: #40d47e;
      padding: 5px;
    }
    .author-block .info .social a:hover {
      color: #7ee2a8;
    }
    .author-block .info img {
      border-radius: 50%;
      height: 100px;
      width: 100px;
      margin-bottom: 15px;
    }
    .author-block .about {
      float: right;
      flex: 1 100%;
      padding: 10px;
    }
    @media all and (min-width: 600px) {
      .author-block .about {
        flex: 3;
      }
      .rel-article.product_sec .author-block .about {
        flex: 5;
      }
    }
    .author-block .about .bio, .author-block .about .name, .author-block .about .social, .author-block .about .designation {
      padding: 10px;
      margin: 0;
    }
    .author-block .about .name {
        font-family: 'Kollektif';
        padding-bottom: 0px !important;
        font-weight: 700 !important;
        font-size: 1.7rem !important;
    }
    .author-block .about .designation {
        padding-bottom: 0 !important;
    }

    .author-block .about .social a {
        color: #0a66c2;
    }
    .product_sec .card-body a.more-btn {
        padding: 8px 15px;
        background: #f2002f;
        border: 1px solid #f2002f;
        border-radius: 5px;
        display: inline-block;
        margin-top: 18px;
        color: #ffffff !important;
        transition: all 0.2s ease-in-out !important;
    }

    .product_sec .card-body a.more-btn:hover, .product_sec .card-body a.more-btn:focus {
        background: transparent;
        color: #f2002f !important;
    }


    @media (min-width: 1200px) {
        .navbar-collapse.dsk_view .navbar-nav.sm-icons {position: absolute;right: 0;}
        a.navbar-brand.dsk_view + .container {position: relative;}

        h4, .h4 {
            font-size: 1rem;
        }
        h3, .h3 {
            font-size: 1.3rem;
        }
        h2, .h2 {
            font-size: 1.6rem;
        }
    }


    /* article webpage css start */
    .media-review.media .M-flex .title {
        font-size: 12px;
        color: #1c1d36;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .media-review.media .media-user {
        margin-right: 15px;
        border-radius: 50%;
        overflow: hidden;
        background: rgb(236, 236, 236);
        width: 77px;
        height: 77px;
    }
    .media-review.media .media-user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .media-review.media .M-flex {
        display: flex;
        justify-content: start;
    }
    .media-review.media .description {
        font-size: 14px;
        color: #5b5b5b;
        margin-bottom: 0px;
    }
    .media-review.media .description p:last-child {margin-bottom: 0;}
    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .media-body {
        -ms-flex: 1;
        flex: 1;
    }
    .media-review.media .M-flex .title span {
        font-size: 20px;
        display: block;
        font-weight: 700;
    }
    .rating-row{
        display: flex;
        margin-left: 15px;
    }
    .rating-row ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    .rating-row ul li {
        color: #ffc107;
        font-size: 20px;
        margin: 0px 2px;
        line-height: 0;
    }
    .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
        border-radius: 50% !important;
    }
    .a2a_svg svg {
        top: 6px !important;
        width: 20px !important;
    }
    h4.lead-caption {
        background: rgb(0 0 0 / 60%);
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0;
        padding: 7px 10px;
        color: #ffffff;
        font-size: 1.15rem;
    }
    /* article webpage css end */

    .pagination{clear:both;position:relative;font-size:15px;line-height:13px;float:none;margin-bottom:0;justify-content: center;}
    .pagination span, .pagination a{display:block;float:left;margin:2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#333333;background:#ffcd32;-webkit-transition:background .15s ease-in-out;-moz-transition:background .15s ease-in-out;-ms-transition:background .15s ease-in-out;-o-transition:background .15s ease-in-out;transition:background .15s ease-in-out;}
    .pagination a:hover{color:#fff;background:#f2002f;}
    .pagination .current{padding:6px 9px 5px 9px;background:#f2002f;color:#fff;}


    .header-social-network .list-inline-item a.fb {
        background: #3b5999;
        line-height: 30px;
    }
    .header-social-network .list-inline-item a.tw {
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        line-height: 30px;
    }
    .header-social-network .list-inline-item a.pt {
        background: #229ED9;
        line-height: 30px;
    }
    .header-social-network .list-inline-item a {
        width: 30px;
        display: block;
        height: 30px;
        border-radius: 30px;
        line-height: 24px;
        text-align: center;
        font-size: 18px;
        color: #fff!important;
    }
    .header-social-network li {
        margin: 2px !important;
    }
    .header-social-network{
        width: 100%;
        text-align: right;
    }

    .lead-popup .text-container h3 {
        color: var(--bs-blue);
        font-size: 22px;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
    }
    .lead-popup .text-container p {
        color: #000000;
        font-size: 14px;
        padding: 0px 20px;
        line-height: normal;
    }
    .lead-popup .modal-header {
        padding: 0.6rem 0;
        border-bottom: 0;
    }
    /*.lead-popup .modal-body {
        padding: 2rem;
        background: #ffffff;
    }*/
    .lead-popup .modal-content {
        background: transparent;
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    .lead-popup .modal-content .modal-body {
        padding: 0;
    }
    .lead-popup .btn-close {
        background: transparent url(../images/close-wh.png) center/1em auto no-repeat;
        opacity: 1;
    }

    .scrollTop {
        position: fixed;
        right: 3%;
        bottom: 50px;
        background-color: rgb(242 0 47 / 50%);
        border-radius: 6px;
        padding: 10px;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        transition: all 0.4s ease-in-out 0s;
    }
    .scrollTop:hover {
        background-color: rgb(242 0 47 / 100%);
    }

    .scrollTop a {
      font-size: 18px;
      color: #fff;
    }
    .navbar-collapse.dsk_view {
        position: relative;
    }


    .mob_view .our-team.owl-carousel .owl-nav button.owl-prev, .mob_view .our-team.owl-carousel .owl-nav button.owl-next {
        background: transparent !important;
        color: #f2002f;
        font-size: 20px;
    }
    .mob_view .our-team.owl-carousel .owl-nav button.owl-prev {
        padding-left: 0 !important;
    }

    .mob_view .our-team.owl-carousel .owl-nav button.owl-next {
        padding-right: 0 !important;
    }

    .modal.lead-popup {
        position: fixed !important;
        z-index: 1055 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }


    .posts-pagination .cvf-universal-pagination {
        text-align: center;
    }
    .posts-pagination .cvf-universal-pagination li.inactive {
        background: #bbbbbb !important;
    }
    .posts-pagination .cvf-universal-pagination li.selected {
        background: #f2002f !important;
        color: white;
    }
    .posts-pagination .cvf-universal-pagination li.active {
        background: #ffcd32 !important;
    }
    .posts-pagination .cvf-universal-pagination li {
        border-radius: 4px;
    }
    .posts-pagination .cvf-universal-pagination ul li.active:hover {
        cursor: pointer;
        background: #f6bc06 !important;
        color: white;
    }

    .head-fix h2 {
        font-size: 14px;
        margin-bottom: 1rem;
        font-weight:bold;
    }

    ins.adsbygoogle {
        margin-bottom: 15px;
    }

    .single-post .row.rel-article.product_sec .card a:hover {
        color: var(--bs-blue);
    }

    
    @media (max-width: 768px) {
        h4, .h4 {
            font-size: 1rem;
        }
        h3, .h3 {
            font-size: 1.3rem;
        }
        h2, .h2 {
            font-size: 1.6rem;
        }
        .custom_navbar a.navbar-brand {
            margin-right: 0;
        }
        .custom_navbar span.navbar-toggler-icon {
            display: initial;
            color: var(--bs-white);
        }
    
        .custom_navbar .menu li {
            margin: 0;
        }
    
        /*.sm-icons li.nav-item {
            margin-right: 20px;
        }*/
    
        .p-sm-0 {
            padding: 0 !important;
        }
    
        #carouselExampleFade {
            padding: 0;
        }
    
        .slider_dec {
            padding: 40px;
        }

        /*.home-carousel.owl-carousel, */
        .home-carousel.owl-carousel .owl-item img {
            height: 100%;
        }
        .owl-carousel .owl-item .item .media-cont {
            height: auto;
        }
    
        .footer-menu li.line::after {
            padding: 0 5px;
        }
    
        .more_items {
            text-align: right;
        }
        .team_inner_section h1 {
            text-align: center;
        }
    
        .team_inner_section {
            padding: 0 10px;
        }
        .mob_view{
            display: block !important;
        }
        .bth_mob a{
            text-decoration: none;
            color: #58667c !important;
            font-weight: 500;
        }
        .bth_mob {
            border-bottom: 1px solid gainsboro;
            padding: 0px 15px 10px;
            margin-bottom: 20px;
        }
        .section {
            padding: 10px 0;
        }
        .bth_mob a i {
            padding-right: 10px;
            color: black;
        }
        #experienceTab .nav-link {
            display: inline-block;
            padding: 0 20px 10px;
        }
        #experienceTab {
            flex-direction: inherit !important;
            margin-bottom: 30px;
            text-align: center;
            display: block;
        }
        #experienceTab.nav-pills .nav-link {
            
            border-right: 0;
        }
        #experienceTab.nav-pills .nav-link.active {
            border-bottom: 3px solid var(--bs-blue);
            border-right: 0;
            font-weight: 600;
        }
        ul#experienceTab {
            text-align: center;
            border-bottom: 2px solid #8892b036;
        }
        /*.search-box{
            padding: 20px !important;
        }*/

        .home-carousel.owl-carousel {
             height: auto; 
        }
    
        /* The side navigation menu */
        .sidenav {
            width: 100%;
            position: fixed;
            z-index: 9;
            top: 0;
            left: 0;
            background-color: var(--bs-gray-dark);
            overflow-x: hidden;
            padding-top: 10px;
            transition: 0.5s;
            height: 100vh;
            transform: translateX(-100%);
        }
        .sidenav.open-nav {
            transform: translateX(0);
        }
    
        .sidenav a {
            padding: 10px 20px 10px 20px;
            text-decoration: none;
            font-size: 20px;
            color: #818181;
            display: block;
            transition: 0.3s;
            margin-bottom: 10px;
        }
        /*.custom_navbar a:not(.navbar-brand).ico {
            text-align: center;
        }*/
    
        .sidenav a:hover, .offcanvas a:focus{
            color: #f1f1f1;
        }
    
        .sidenav .closebtn {
            /* position: absolute; */
            text-align: right;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            /* top: 10px; */
            /* right: 14px; */
            font-size: 36px;
            margin-left: 0;
        }
        .sidenav a.ico:before {
            content: "\f054";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            width: 1.3em;
            position: absolute;
            right:20px;
        }
        a.navbar-brand.dsk_view.logo-dsk {
            display: none !important;
        }
        .dsk_view{
            display: none !important;
        }
        .dsk_view.logo-dsk {
            display: none !important;
        }
        a.ico.active {
            background-image: linear-gradient(90deg, rgba(255,193,7,1) 10%, rgba(255,193,7,1) 35%, rgba(52,58,63,0.49) 100%);
            /*width: 90%;*/
        }
        .dsk_view.logo-dsk + .container {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
        .sm-icons {
            display: flex;
            margin-bottom: 0px;
        }
        .sm-icons a.nav-link {
            /*background-color: white;
            border-radius: 50%;
            height: 35px;
            width: 35px;*/
            color: #41464b;
            /*padding-left: 10px !important;*/
            /*line-height: 39px;*/
            padding: 0;
            padding-top: 0;
        }
        .sm-icons a.nav-link img {
            height: 27px;
        }
        .article-sm-icons img {
            height: auto !important;
        }
        .our-team .owl-nav button.owl-prev {
            margin-left: -1%;
            margin-top: -60%;
        }
        .our-team img {
            width: 50% !important;
        }
        .our-team .owl-nav button.owl-next{
            margin-right: 4%;
            margin-top: -60%;
        }
        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #363636;
            text-decoration: none;
        }
        .home-carousel .item .inner-block {
            position: absolute;
            bottom: 0;
            width: auto;
            /*background: #ffffff;*/
            left: 0;
            padding: 1rem !important;
            transform: translateX(0);
            margin: 0 auto;
        }
        .post-wrap p {
            font-size: 21px;
        }
        .owl-theme .owl-nav button {
            bottom: 125px;
        }
        .owl-carousel .owl-nav button img {
            width: 30px;
        }
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            background: black !important;
            padding: 6px !important;
            border-radius: 0;
            margin: 0;
        }
        /*.home-carousel.owl-theme .owl-dots {
           display: none;
        }*/
        .product_sec .col-md-4.mb-5 {
            margin-bottom: 20px !important;
        }
        .dm{
            display: grid;
        }
        .dm .ms-4{
            margin-left: 0 !important;
        }
        .media-review.media .M-flex {
            display: block;
            
        }
        .rating-row{
            margin-left: 0;
        }
        /*.section .section-title h1 {
            text-align: left;
        }*/
        .sbar {
            position: static;
            width: auto;
            height: auto;
            margin-top: 2.5rem;
        }
        section#article .vc_row {margin-left: 0;margin-right: 0;}
        section#article .vc_row .vc_column-inner {padding-left: 0;padding-right: 0;}

        .header-notice-section {
            padding: 4px 0;
            min-height: auto;
        }
        .custom_footer p {
            text-align: center;
        }
        .footer-sm {
            justify-content: center;
            margin-top: 1.3rem;
        }
        .inr-div {
            height: auto;
            width: 100%;
        }
    }

    @media (max-width: 680px) {
        .home-carousel .item .inner-block {
            position: absolute;
            bottom: 0;
            width: 100%;
            /*background: #ffffff;*/
            left: 50%;
            padding: 1rem !important;
            transform: translateX(-50%);
            margin: 0 auto;
        }
        .post-wrap p {
            font-size: 20px;
        }
        .owl-theme .owl-nav button {
            bottom: 125px;
        }
        .owl-carousel .owl-nav button img {
            width: 30px;
            height: 30px;
        }
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            background: black !important;
            padding: 6px !important;
            border-radius: 0;
            margin: 0;
        }
        .dsk_view.logo-dsk + .container {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
        .owl-carousel .owl-item .item .media-cont {
            height: auto !important;
        }
    }

    @media (min-width:  769px) and (max-width: 1180px) {
        .home-carousel.owl-carousel .owl-item img {
            height: 100%;
        }
        .owl-carousel .owl-item .item .media-cont {
            height: auto;
        }
        .home-carousel .item .inner-block {
            position: absolute;
            bottom: 0;
            width: 100%;
            /*background: #ffffff;*/
            left: 0;
            padding: 1rem !important;
            transform: translateX(0);
            margin: 0 auto;
        }
        .post-wrap p {
            font-size: 21px;
        }
        .owl-theme .owl-nav button {
            bottom: 125px;
        }
        .owl-carousel .owl-nav button img {
            width: 30px;
        }
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            background: black !important;
            padding: 6px !important;
            border-radius: 0;
            margin: 0;
        }
        .home-carousel.owl-theme .owl-dots {
           display: none;
        }
        .navbar-collapse.dsk_view {
            position: relative;
            display: flex !important;
            flex-basis: auto;
        }
        ul.navbar-nav.mb-2.mb-lg-0.mx-auto.menu {
            flex-direction: row;
            margin-bottom: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        ul.navbar-nav.sm-icons {
            position: absolute;
            right: 0;
        }
        .navbar-toggler {
            display: none;
        }
        .custom_navbar .menu li {
            margin: 0 18px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1599px) {
        .home-carousel.owl-carousel .owl-item img {
            height: 67vh;
            /*object-fit: fill;*/
        }
    }

    @media (min-width: 1600px) and (max-width: 1920px) {
        html, body {
            font-size: 16px;
        }
        article header div span, .trending-items .card .small {
            font-size: 16px;
        }
        .home-carousel.owl-carousel .owl-item .media-cont {
            height: 67vh;
            /*object-fit: fill;*/
        }
    }
    @media (min-width: 1921px) and (max-width: 2560px) {
        html, body {
            font-size: 17px;
        }
        article header div span, .trending-items .card .small {
            font-size: 17px;
        }
        .navbar-expand-lg .navbar-nav.sm-icons a.nav-link {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.1rem;
            padding-bottom: 0;
        }
        /*.home-carousel.owl-carousel .owl-item img {
            object-fit: fill;
            object-position: center;
        }*/
        .home-carousel.owl-carousel .owl-item img {
            height: 100%;
        }
        .home-carousel.owl-carousel .owl-item .media-cont {
            /*height: 580px;*/
            height: 67vh;
        }
        .logo-dsk img {
            height: 90px;
        }
        .custom_navbar ul.navbar-nav.menu li {
            font-size: 18px;
        }
        .post-wrap p {
            font-size: 3rem;
        }
        .sbar {
            top: 200px;
        }
    }

section#ads .owl-carousel .owl-item img, section#adsto .owl-carousel .owl-item img {
    height: auto;
}

#articleContent{
    font-size: 16px;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html > div {
    text-align: center;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html > div iframe.instagram-media {margin-left: auto !important;margin-right: auto !important;}

.hka-next-up {
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: -1px;
    color: #f2002f;
    margin: 60px 0px 30px 0px;
}
.hka-next-up>span {
    position: relative;
    display: inline-block;
}
.hka-next-up>span:before {
    right: 100%;
}
.hka-next-up>span:after {
    left: 100%;
}
.hka-next-up>span:before, .hka-next-up>span:after {
    content: '';
    position: absolute;
    top: 40%;
    border-bottom: 5px solid #f2002f;
    width: 591px;
    margin: 0 20px;
}

.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons a.nav-link {
    padding: 0;
}
.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons li {
    padding: 0 10px;
}
.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons li:nth-last-child(2) a.nav-link {
    margin-right: 5rem;
}
.social-follow{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.social-follow .article-sm-icons a.nav-link{
    padding: 0.5rem 0.2rem;
}
.social-follow .article-sm-icons  li:nth-child(1) a.nav-link{
    padding-left: 0px;
}
/*.article-sm-icons{
    background: #000;
}*/
.mobile-sm-icons{
    margin-top: 1.5rem;
}
.mobile-sm-icons a.nav-link {
    padding: 0.5rem 0.7rem;
}
.mobile-sm-icons  li:nth-child(1) a.nav-link{
    padding-left: 0px;
}
@media (max-width: 768px) {
    .mobile-sm-icons a.nav-link img {
        height: 30px;
    }
}


.caas-attr-provider-logo {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.caas-attr-provider-logo .caas-img {
    height: auto;
    margin-top: 0;
    max-height: 100%;
    max-width: initial;
}
.caas-logo-divider {
    display: inline-block;
    vertical-align: middle;
    border-color: #c7cdd2;
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 25px;
    margin: 0 8px;
}
.caas-attr-provider {
    color: #333;
    font-size: .875em;
    font-weight: 600;
    line-height: 22px;
    vertical-align: middle;
}

.author-container {
    border: 1px solid #f2002f;
    border-radius: 15px;
    background: rgb(204 204 204 / 20%);
    margin-bottom: 20px;
}
.author-block:not(:last-child) {
    border-bottom: 1px solid #f2002f;
}
.author-block:last-child {
    margin-bottom: 0px;
}


.author-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f2002f;
    margin-bottom: 20px;
    justify-content: space-around;
    border-radius: 15px;
    background: rgb(204 204 204 / 20%);
    align-items: center;
    justify-content: center;
}

.author-details {
    flex: 50%;
    padding: 15px 20px;
}

.author-wrapper .author-details img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}

.author-wrapper .author-details .name {
    font-family: 'Kollektif';
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 1.7rem !important;
}
.author-wrapper .author-details .bio, 
.author-wrapper .author-details .name, 
.author-wrapper .author-details .social, 
.author-wrapper .author-details .designation {
    padding: 10px 0px;
    margin: 0;
}

.author-wrapper .author-details .designation {
    padding-bottom: 0 !important;
}

.author-wrapper .author-details a.btn {
    display: block;
    width: 135px;
    margin: 0 auto auto -3px;
    border: 2px solid var(--bs-blue);
    border-radius: 20px;
    color: var(--bs-blue);
    font-size: 1rem;
    font-weight: 600;
}
.author-wrapper .author-details:nth-child(even){
    border-left: 1px solid #f2002f;
}

.author-wrapper .author-details:nth-child(n+3){
    border-top: 1px solid #f2002f;
}