#page-wrapper .node__content {
        margin-bottom: 0;

    }

    .recentArticles::-webkit-scrollbar {
        display: none;
    }

    .mediaSection::-webkit-scrollbar {
        display: none;
    }

    .field--name-field-meta-image {
        display: none;
    }

    .page-node-1263 div#main.container {
        max-width: none;
        padding: 0;
    }

    .page-node-1263 div#main.container>.row>* {
        padding: 0;
    }

    .page-node-1263 div#main.container>row {
        margin: 0;
    }

    nav#block-insurancemenu {
        display: block;
    }

    section.meet_sec.homesection8 h3 {
        font-weight: 600;
    }

    .row.align-items-center.homesection2box img {
        width: 75%;
        height: auto;
    }

    .headerboxcontainer .mission_sec_img {
        box-shadow: 0 4px 8px 0 #c8e0ff73, 0 6px 20px 0 #c8e0ff73;
    }

    .headerboxcontainer .mission_sec_img:hover {
        border: 1px solid #f07d2e3b;
        box-shadow: 0 8px 30px 0 #f07d2e4a, 0 6px 15px 0 #f07d2e2e;
    }

    section.meet_sec.homesection7 svg {
        width: 100%;
    }

    section.mission_sec.homesection4 {
        padding-bottom: 50px;
    }

    .row.align-items-center.homesection2box svg {
        width: 100%;
    }

    .mb-50 {
        margin-bottom: 0px !important;
    }

    .section1floating {
        z-index: 100;
    }

    section .container {
        position: relative;
    }

    p.section2title:after {
        position: absolute;
        content: '';
        height: 2px;
        bottom: -4px;
        left: 0;
        right: 0;
        width: 13%;
        background: #FF9100;
        transition: 0.5s;
    }

    .sec2cards {
        padding: 30px;
        background: #FCFCFC;
        border-radius: 50px;
        border: 1px solid #DEDEDE;
        display: inline-block;
        width: 100%;
        box-shadow: 0 4px 8px 0 #c8e0ff73, 0 6px 20px 0 #c8e0ff73;
    }

    .sec2cards:hover {
        box-shadow: 0 4px 8px 0 #c8e0ff73, 0 6px 20px 0 #c8e0ff73;
        border: 1px solid #f07d2e3b;
        box-shadow: 0 8px 30px 0 #f07d2e4a, 0 6px 15px 0 #f07d2e2e;
    }

    .inssec2col2 {
        width: 50%;
        float: left;
    }

    .homesection3 .inssec2col2 .sectitle {
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 30px !important;
        margin-bottom: 25px;
        min-height: auto;
    }

    section.mission_sec.homesection2 p.section2title {
        margin-bottom: 20px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
    }

    p.section2title:after {
        position: absolute;
        content: '';
        height: 2px;
        bottom: -4px;
        left: 0;
        right: 0;
        width: 13%;
        background: #FF9100;
        transition: 0.5s;
    }

    .homesection3 .inssec2col2 .sectitle1 {
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 15px;
        min-height: auto;
    }

    .sec2cards .inssec2col2 svg {
        width: auto;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%);
        height: 60%;
    }

    .mission_sec_con ul {
        margin-bottom: 20px;
        padding: 0 0 0 25px;
        margin: 0 0 1rem;
    }

    .mission_sec_img {
        border: 1px solid transparent;
    }

    .tab {
        display: inline-block;
        text-align: center;
    }

    .mission_sec::after {
        content: "";
        position: absolute;
        right: 0;
        background: none;
        top: calc(50% - 185px);
        width: 197px;
        height: 370px;
        display: inline-block;
        z-index: -1;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

    .tabcontent {
        display: none;
        padding: 6px 12px;
        border-top: none;
    }

    button.tablinks.active {
        background: #F17F1E !important;
        border-radius: 28px;
        color: #fff !important;
    }

    button.tablinks {
        border-radius: 28px;
        color: #F17F1E !important;
        background: #fff !important;
        border: 1px solid #F17F1E !important;
        padding: 0.5rem 2.25rem;
        margin: 0px 15px 25px;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    .panel {
        padding: 0 18px 20px;
        display: none;
        overflow: hidden;
    }

    .tabcontent .accordion {
        background: #fff;
        border: 0px solid #D8D8D8;
        margin-bottom: 20px;
        border-radius: 100px;
        padding: 16px 40px;
        font-size: 22px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
        font-family: 'Montserrat';
        color: #323232;
        z-index: 100;
        position: relative;
    }

    .tabcontent .accordion:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 40px;
        width: 15px;
        height: 15px;
        border: 2px solid #f17f1e;
        border-width: 0 0 2px 2px;
        transform: rotate(-45deg) translate(0, -100%);
        transform-origin: center;
    }

    .panel p {
        text-align: left;
        color: #9C9C9C;
    }

    .homesection3 .inssec2col2 .secdesc1 {
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 1em;
        margin-bottom: 25px;
    }

    /*.mission_sec_con li:before {
    content: none;
    display: inline-block;
    background-image: url(/sites/default/files/2022-10/Hand-6.png);
    width: 53px;
    background-repeat: no-repeat;
    height: 53px;
    position: absolute;
    left: -64px;
    top: -8px;
}*/
    .mission_sec_img:hover {
        border: 1px solid #c8e0ff73;
        background: #fff;
        box-shadow: 0 4px 8px 0 #c8e0ff73, 0 6px 20px 0 #c8e0ff73;
    }

    .owl-carousel:after {
        content: "";
        display: block;
        position: absolute;
        width: 8%;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: 0;
        pointer-events: none;
        background: url() no-repeat center 50%;
        background-size: 100% auto;
    }

    .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate(0) scale(1.0, 1.0);
    }

    .item {
        opacity: 0.4;
        transition: .4s ease all;
        transform: scale(.6);
    }

    .item img {
        display: block;
        min-width: 100%;
        width: auto;
        height: auto;
    }

    .item {
        padding: 20px;
        background: #fff;
    }

    .blogimg img {
        border-radius: 20px;
    }

    .recentArticles .blogimg,
    .mediaSection .blogimg {
        height: 180px;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mediaSection .blogimg {
        min-width: unset;
        width: auto;
    }

    .blogcontentarea {
        padding-bottom: 50px !important;
        position: relative;
    }

    .blogcontentarea {
        padding: 15px 0px;
        text-align: left;
        font-family: 'Montserrat';
    }

    .blogcontentarea h3 a {
        color: #000a;
        text-decoration: none;
        font-size: 20px;
    }

    .blogcontentarea h4 a {
        font-size: 16px;
        text-decoration: none;
        color: #000;
        font-weight: 100;
        position: absolute;
        bottom: 15px;
    }

    .active .item {
        display: block;
        width: 100%;
        height: auto;
        opacity: 1;
        transform: scale(1);
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 20px;
    }

    .ourPartners .active .item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        transition: padding 0.5s ease-in-out;
    }

    .ourPartners .active .item:hover {
        padding: 10px;
    }

    .inner {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .reveal-text,
    .reveal-text:after {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .reveal-text {
        position: relative;
        -webkit-user-select: none;
        user-select: none;
        color: #ffe221;
        text-shadow: 1px 1px #000000;
        white-space: nowrap;
        box-shadow: 0 -7px 17px 48px #f1f9ff70;
    }

    .reveal-text:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #8ce2ea;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        pointer-events: none;
    }

    .active .reveal-text {
        -webkit-animation-name: reveal-text;
        animation-name: reveal-text;
    }

    .active .reveal-text:after {
        -webkit-animation-name: revealer-text;
        animation-name: revealer-text;
    }

    .meet_sec::before {
        content: none;
        position: absolute;
        left: 0;
        background: none;
        top: 20px;
        width: 173px;
        height: 268px;
        display: inline-block;
    }

    @-webkit-keyframes reveal-text {
        from {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
        }
    }

    @keyframes reveal-text {
        from {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
        }
    }

    @-webkit-keyframes revealer-text {

        0%,
        50% {
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        60%,
        100% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }

        50% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        60% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
    }

    @keyframes revealer-text {

        0%,
        50% {
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        60%,
        100% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }

        50% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        60% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
    }

    .owl-nav div {
        position: absolute;
        top: 45%;
        color: #cdcbcd;
    }

    .owl-nav i {
        font-size: 52px;
    }

    .owl-nav .owl-prev {
        left: 5% !important;
    }

    .owl-nav .owl-next {
        right: 5% !important;
    }

    .owl-prev:hover,
    .owl-next:hover {
        text-shadow: 2px 2px #000000;
        transform: translateX(10%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    .owl-prev:hover {
        text-shadow: -2px 2px #000000;
        transform: translateX(-10%);
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 0;
    }

    .owl-dots {
        text-align: center;
        margin-top: 40px;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .homesection4 .owl-dots {
        bottom: -15px;
    }

    .owl-dot {
        border-radius: 50px;
        height: 10px;
        width: 10px;
        display: inline-block;
        background: rgba(127, 127, 127, 0.5);
        margin-left: 5px;
        margin-right: 5px;
    }

    .owl-dot.active {
        background: #F17F1E;
    }

    .tabcontent .accordion.active:after {
        border-width: 2px 2px 0 0;
        transform: rotate(-45deg) translate(-7px, -69%);
    }

    @media only screen and (max-width:768px) {
        .searchadbutton {
            margin-bottom: 10px;
        }

        #full-width {
            padding: 0;
        }

        .item {
            transform: scale(0);
        }

        button.tablinks {
            border-radius: 28px;
            color: #F17F1E !important;
            background: #fff !important;
            border: 1px solid #F17F1E !important;
            padding: 0px 40px;
            margin: 5px 5px;
            font-size: 10px;
        }

        .mission_sec_con ul {
            margin-bottom: 20px;
            padding: 0 0 0 25px;
            margin: 0 0 1rem;
        }
    }

    @media only screen and (max-width:420px) {
        .searchadbutton {
            margin-bottom: 10px;
        }

        .homesection3box {
            padding: 0px 15px 0px;
            border: 0px solid #A3BDDF;
            border-radius: 15px;
            position: relative;
        }

        .sec2cards {
            padding: 25px 25px;
            background: #FCFCFC;
            border-radius: 50px;
            border: 1px solid #DEDEDE;
            display: inline-block;
            width: 100%;
            margin-bottom: 25px;
        }

        .homesection3 .inssec2col2 .sectitle1 {
            text-align: left;
            font-family: 'Montserrat';
            font-weight: 500;
            font-size: 16px;
            margin-bottom: 15px;
            min-height: auto;
        }

        .homesection3 .inssec2col2 .secdesc1 {
            text-align: left;
            font-family: 'Montserrat';
            font-weight: 500;
            font-size: 12px;
            margin-bottom: 10px;
        }

        section.mission_sec.homesection3 .container {
            padding: 0;
        }

        .mission_sec_con li:before {
            content: none;
            display: inline-block;
            background-image: url(/sites/default/files/2022-10/Hand-6_0.png);
            width: 53px;
            background-repeat: no-repeat;
            height: 53px;
            position: absolute;
            left: -30px;
            top: -4px;
        }

        .tabcontent .accordion {
            background: #fff;
            border: 0px solid #D8D8D8;
            margin-bottom: 20px;
            border-radius: 100px;
            padding: 20px 55px 20px 25px;
            font-size: 14px !important;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
            font-family: 'Montserrat';
            height: 85px;
        }

        .tabcontent .accordion:after {
            right: 20px;
        }

        .tabcontent {
            display: none;
            padding: 6px 0px;
            border-top: none;
        }

        .panel p {
            text-align: left;
            font-family: 'Montserrat';
            font-size: 12px;
            line-height: 2;
        }

        .homesection8 .tab {
            text-align: center;
            display: flex;
            flex: 1 1 auto;
            overflow-x: scroll;
            margin-bottom: 20px;
        }
    }

    #owl-demo .item {
        margin: 3px;
    }

    #owl-demo .item img {
        display: block;
        width: 50%;
        height: auto;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }

    .team-mem-details {
        padding: 40px 40px;
    }

    .owl-nav {
        display: none;
    }

    .meet_sec {
        background: #ffffff;
        padding: 50px 0;
        text-align: center;
    }

    .team-mem-img {
        border-radius: 100%;
        overflow: hidden;
        border: 5px solid #1068b1;
    }

    .team-mem-info h3 {
        color: #035bab;
        font-size: 40px;
        font-weight: bold;
    }

    .team-mem-info p {}

    .team-mem-info span {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
    }

    .mission_sec_con ul li {
        margin-bottom: 15px;
        font-size: 1em;
        position: relative;
        font-family: 'Montserrat';
    }

    .modal-header {
        border-bottom: 0px;
        background: #035bab;
    }

    .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: .9;
    }

    .page-node-1017 div#main.container {
        max-width: none;
        padding: 0;
    }

    .page-node-1017 div#main.container>row {
        margin: 0;
    }

    .page-node-1017 div#main.container>row>* {
        padding: 0;
    }

    .mission_sec_img svg {
        margin-bottom: 15px;
    }

    @media only screen and (max-width:1400px) {
        .mission_sec_img.bospcontainer svg {
            width: 48px;
            height: 48px;
        }

        .mission_sec_img.bospcontainer .boxposp {
            line-height: 48px;
        }

        .mission_sec_con ul li {
            margin-bottom: 10px;
            font-size: 1em;
            position: relative;
            font-family: 'Montserrat';
        }
    }

    .row.align-items-center.homesection2box svg {
        height: 40px;
        width: 100%;
    }

    .homesection7 .owl-nav {
        display: block;
    }

    .homesection7 .owl-nav [class^="owl-"],
    .adBannersSec .owl-nav [class^="owl-"] {
        top: 50%;
        transform: translate(-100%, -50%) rotate(-180deg);
        left: 0 !important;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 50%;
        background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
    }

    .homesection7 .owl-nav [class^="owl-next"],
    .adBannersSec .owl-nav [class^="owl-next"] {
        left: unset !important;
        right: 0 !important;
        transform: translate(100%, -50%);
    }

    .homesection7 .owl-nav [class^="owl-"]:after,
    .homesection7 .owl-nav [class^="owl-"]:before,
    .adBannersSec .owl-nav [class^="owl-"]:after,
    .adBannersSec .owl-nav [class^="owl-"]:before {
        display: none;
    }

    .homesection7 .owl-nav [class^="owl-"].disabled,
    .adBannersSec .owl-nav [class^="owl-"].disabled {
        opacity: 0.5;
        cursor: default;
    }

    .homesection7 .meet_slider .owl-nav [class^="owl-"]:hover,
    .adBannersSec .owl-nav [class^="owl-"]:hover {
        text-shadow: none;
    }

    .homesection8 .owl-item {
        height: 100%;
    }

    section.mission_sec {
        margin: 0 auto;
        max-width: 95%;
        width: 100%;
    }

    .mission_sec_con {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mission_sec_con p.section2title:after {
        width: auto;
    }

    .subtitle {
        font-size: 14px;
    }

    .owl-carousel .active .item {
        width: calc(100% - 10px);
        margin: 5px;
    }

    .adBannersSec {
        background: #f1f9ff;
        padding: 50px 0;
    }

    .adBannersSec p {
        color: #ccc;
        margin: 0 15px 10px;
    }

    .adBannersSec .owl-nav {
        display: block;
    }

    .adBanner .active .item {
        box-shadow: unset;
        border-radius: unset;
        padding: 0;
        min-height: unset;
        height: unset !important;
        width: 90%;
        margin: 0 auto;
        border: 1px solid #ccc;
    }

    @media only screen and (max-width: 1366px) {
        .homesection7 .owl-nav [class^="owl-"] {
            height: 30px;
            width: 30px;
        }

        .row.align-items-center.homesection2box svg {
            height: 35px;
        }

        .blogcontentarea {
            padding-bottom: 30px !important;
            height: auto !important;
        }
    }

    @media only screen and (min-width: 1366px) {
        .sabuttonsection.apps {
            margin-top: -74px !important;
        }
    }

    @media only screen and (min-width: 1201px) {
        .sabuttonsection.apps {
            margin-top: -44px !important;
            margin-bottom: 20px !important;
            margin-left: 80px;
        }
    }

    @media only screen and (max-width: 1200px) and (min-width: 768px) {
        .sabuttonsection.apps {
            display: flex;
            flex-direction: column;
            margin-top: -30px !important;
        }

        .sabuttonsection.apps a {
            margin: 0 !important;
            display: block;
        }
    }

    @media only screen and (max-width: 768px) {
        .adBannersSec .adBanner {
            margin: 0 auto;
            width: 90%;
        }

        .subtitle {
            font-size: 12px;
        }

        .mission_sec_con h3 {
            width: 100%;
            text-align: center;
        }

        .bospcontainer {
            padding: 15px 15px;
            padding: 10px 20px;
        }

        .section1floating {
            top: unset;
            margin-top: -50px;
        }

        .sec2cards .inssec2col2 {
            width: 62%;
        }

        .sec2cards svg {
            width: 30% !important;
        }

        .homesection2 .col-md-6 img.mt30 {
            margin-top: 30px;
        }

        section.mission_sec.homesection4 {
            padding-bottom: 30px;
        }

        .row.align-items-center.homesection2box svg {
            height: 40px;
            margin-top: 20px;
        }

        .homesection7 svg {
            height: auto;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        button.tablinks {
            padding: 0.5rem 2.25rem;
        }

        section.mission_sec.homesection2 h5.alignCenter {
            left: 50%;
            transform: translate(-50%, 0);
            margin-bottom: 0;
            margin-top: 20px;
        }

        section.meet_sec.homesection8.faq {
            padding-bottom: 0;
        }

        #page-wrapper .node__content {
            margin-bottom: 10px;
        }

        section.mission_sec.homesection2 p.section2title {
            font-size: 14px;
        }
    }

    .recentArticles {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
    }

    .recentArticles .item {
        background: #fff;
        width: 33%;
        flex-shrink: 0;
        box-shadow: 0 0 15px #b9b9b9;
        padding: 20px;
        border-radius: 20px;
        opacity: 1;
        transform: scale(.85);
    }

    .recentArticles .blogcontentarea h3 {
        height: 82px;
        color: #000a;
        text-decoration: none;
        font-size: 20px;
    }

    .mediaSection {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
    }

    .mediaSection .item {
        background: #fff;
        width: 33%;
        flex-shrink: 0;
        box-shadow: 0 0 15px #b9b9b9;
        padding: 20px;
        border-radius: 20px;
        opacity: 1;
        transform: scale(.85);
    }

    .mediaSection .blogcontentarea h3 {
        height: 82px;
        color: #000a;
        text-decoration: none;
        font-size: 20px;
    }

    .recentArticles {}

    .recentArticles .owl-prev {
        position: absolute;
        left: 20px;
        top: 60%;
        /* top: 50%; */
        transform: translate(-100%, -50%) rotate(-180deg);
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 50%;
        background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
    }

    .recentArticles .owl-next {
        top: 60%;
        transform: translate(-100%, -50%) rotate(-180deg);
        height: 35px;
        width: 35px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 50%;
        background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
        right: 25px !important;
        transform: translate(100%, -50%);
    }

    .mediaSection .owl-prev {
        position: absolute;
        left: 20px;
        top: 60%;
        /* top: 50%; */
        transform: translate(-100%, -50%) rotate(-180deg);
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 50%;
        background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
    }

    .mediaSection .owl-next {
        top: 60%;
        transform: translate(-100%, -50%) rotate(-180deg);
        height: 35px;
        width: 35px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 50%;
        background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
        right: 25px !important;
        transform: translate(100%, -50%);
    }

    @media only screen and (max-width: 768px) {
        .mediaSection .item {
            background: #fff;
            width: 100%;
            flex-shrink: 0;
            box-shadow: 0 0 15px #b9b9b9;
            padding: 20px;
            border-radius: 20px;
            opacity: 1;
            transform: scale(.85);
        }

        .recentArticles .item {
            width: 100%;
        }

        .recentArticles .owl-prev {
            left: 20px !important;
        }

        .recentArticles .owl-next {
            right: 20px !important;
        }

        .mediaSection .owl-prev {
            left: 20px !important;
        }

        .mediaSection .owl-next {
            right: 20px !important;
        }
    }

    .tab button {
        font-family: "Montserrat" !important;
        font-size: 14px !important;
    }