/********** Template CSS **********/
:root {
    --primary: #0b3d91;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header.imgbg1 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img1.jpg);
   background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg2 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg3 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img3.jpg);
   background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg4 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg5 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg6 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg7 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg8 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg9 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img9.jpg);
     background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg10 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg11 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/VideoContentDevelopmentforHigherEducation.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.page-header.imgbg12 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/banners/img12.jpg);
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 29, 56, .7);
    z-index:1;
}

.content-box {
    z-index: 3;
}

.btnallTp1 a {
    min-width: 192px;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    padding: 10px 30px !important;
    border-radius: 50px;
    text-align: center;
}
.btnallTp1 a, .btnallTpW1 a:hover {
    color: #fff !important;
    background: #155cff;
}

/* Newi    */

.s-tabsClick ul li a{padding:7px 10px}@media (max-width:1399px){.s-tabsClick ul li a{padding:7px;font-size:15px}}@media (max-width:1199px){.s-tabsClick ul li a{padding:6px 4px;font-size:13px}}.how-our-special{background:#fafafa}.specialbg{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0rem;justify-content:center;align-items:center;text-align:center;width:100%;margin:40px auto 0}.tre3{font-size:18px;font-weight:700}.special span{display:inline-block;padding-bottom:10px}.special{padding:50px 30px;height:100%;transition:.7s}.special:hover{background:#fff;border-radius:20px;transform:translateY(-15px)}@media (max-width:991px){.s-tabsClick{overflow:auto}.s-tabsClick ul{white-space:nowrap;padding-bottom:17px}.s-tabsClick ul li a.active{border-bottom:2px solid #004dff}.s-tabsClick ul li a{padding:4px 12px;font-size:13px;display:inline-block;background:#ebf1ff;border-radius:20px}.col-md-12.s-sticky{top:48px}.tre3,p{font-size:14px}h1{font-size:22px}h2{font-size:20px}h3{font-size:17px}h4{font-size:15px}h5{font-size:12px}.sec{padding:20px 0}}@media (max-width:767px){.container{max-width:100%;padding:0 15px}}@media (max-width:575px){.special{padding:20px 4px}.tre3{font-size:10px}.specialbg{grid-template-columns:repeat(3,1fr);margin-top:10px}.sec{padding:15px 0;border-bottom:1px solid #f2f2f2}h2{font-size:18px}h3{font-size:16px}h4{font-size:14px}p{font-size:13px}}

/* new222 */
.btnverticalstext span,
.text-b-blue {
    color: #004dff
}

.h2-25 {
    font-size: 25px
}

.our-services-sec .acc-impro-bg {
    padding: 20px 0
}

.our-services-sec.s-sticky {
    text-align: left;
    position: sticky;
    position: -webkit-sticky;
    top: 77px;
    padding-top: 14px;
    background: #fff;
    z-index: 3
}

.col-md-12.s-sticky {
    text-align: left;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
    background: #fff
}

.s-tabsClick ul li {
    display: inline-block;
    padding: 0
}

.s-tabsClick ul li a {
    text-decoration: none;
    background: 0 0;
    display: inline-block;
    border: none;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 8px 14px !important;
}

.s-tabsClick ul li a.active {
    border-bottom: 2px solid #004dff
}

.acc-impro-bg {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.acc-impro-text {
    min-width: 55%
}

.acc-impro-img {
    min-width: 45%;
    text-align: right
}

.acc-impro-text h2 {
    padding-bottom: 20px
}

.acc-impro-text a {
    margin-top: 15px
}

.acc-impro-text li a {
    margin-top: 0;
    padding-left: 5px
}

.follw-imgtxt {
    background: #f2f2f2;
    padding: 15px;
    display: flex;
    align-items: center
}

.follw-imgtxt span {
    display: inline-block;
    min-width: 70px;
    max-width: 70px;
    margin-right: 15px
}

.follw-imgtxt p {
    font-size: 14px;
    margin-bottom: 0
}

.acc-impro-img span img {
    -webkit-filter: drop-shadow(5px 5px 35px rgba(0, 77, 255, 0.1));
    filter: drop-shadow(5px 5px 35px rgba(0, 77, 255, .1))
}

.text-b-blue {
    font-weight: 700
}

.choose-acade-sec .acc-impro-img {
    text-align: left;
    padding-right: 5%
}

.acc-impro-text ul {
    padding-bottom: 15px
}

.acc-impro-text ul li {
    display: inline-block;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 0 7px 20px
}

.acc-impro-text ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 5px #e7eeff;
    background: #004dff;
    display: inline-block;
    margin-right: 15px
}

.btnverticalstext {
    min-width: 120px;
    width: 120px;
    margin-left: 15px;
    color: #000;
    font-weight: 700
}

@media (max-width:1399px) {
    h1 {
        font-size: 37px
    }

    h2 {
        font-size: 32px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }

    .acc-impro-bg .acc-impro-img {
        padding-left: 5%
    }

    .choose-acade-sec .acc-impro-img {
        padding-right: 5%;
        padding-left: 0
    }
}

@media (max-width:1199px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 27px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }

    button,
    p {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .our-services-sec.s-sticky {
        top: 64px;
    }

    .b-access-pdfvImg1 {
        padding-right: 5%
    }

    .b-access-pdfv ul li {
        padding: 4px 0
    }

    /* .s-tabsClick ul li a {
        padding: 4px 5px;
        font-size: 14px !important;
        display: inline-block
    } */
}

@media (max-width:767px) {

    .choose-acade-sec .acc-impro-bg,
    .s-tabsClick ul li a {
        display: inline-block;
        background: unset;
    }

    .acc-impro-sec .acc-impro-bg {
        display: inline-block;
        width: 100%;
        transform: scale(-1)
    }

    .acc-impro-sec .acc-impro-bg .acc-impro-img,
    .acc-impro-sec .acc-impro-bg .acc-impro-text {
        transform: scale(-1)
    }

    .acc-impro-sec .acc-impro-img {
        padding-left: 0;
        text-align: center
    }

    .acc-impro-text {
        text-align: center
    }

    .acc-impro-text p {
        text-align: center
    }

    .acc-impro-text h3 {
        margin: 10px 0 5px;
    }

    .acc-impro-sec,
    .choose-acade-sec {
        border-bottom: 1px solid #f2f2f2
    }

    .choose-acade-sec .acc-impro-img {
        padding-bottom: 15px;
        text-align: center;
        padding: 0;
    }

    .s-tabsClick {
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #1b40f7 #bbb
    }

    .s-tabsClick ul {
        white-space: nowrap;
        padding-bottom: 17px
    }

    /* 
    .s-tabsClick ul li a {
        padding: 4px 12px !important;
        font-size: 13px !important;
        background: #ebf1ff;
        border-radius: 20px
    } */

    .col-md-12.s-sticky {
        top: 47px
    }

    .col-md-12.s-sticky .hding2 {
        max-width: 550px;
        margin: 0 auto;
        padding-bottom: 20px !important
    }

    .s-tabsClick::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .s-tabsClick::-webkit-scrollbar-track {
        background-color: #ccc
    }

    .s-tabsClick::-webkit-scrollbar-thumb {
        background-color: #1b40f7
    }

    .s-tabsClick::-webkit-scrollbar-thumb,
    .s-tabsClick::-webkit-scrollbar-track {
        border-radius: 12px
    }
}

@media (max-width:575px) {
    .hding2.pb-5.text-center {
        padding-bottom: 10px !important
    }

    .our-services-sec .acc-impro-bg {
        padding: 15px 0;
        display: inline-block
    }

    div#alt-text-writing .acc-impro-bg {
        padding-bottom: 0
    }

    div#alt-text-writing {
        border-bottom: none
    }
}

@media (max-width:340px) {
    .col-md-12.s-sticky {
        top: 18px
    }
}

.s-tabsClick ul li a.active {
    border-bottom: 2px solid #004dff;
}

.list.active a {
    border-bottom: 2px solid #004dff;
    background-color: #004dff;
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.s-tabsClick ul li a.active+.list.active a {
    border: none;
}



























.s-tabsClick ul {
    display: flex;
    overflow-x: hidden;
    padding-bottom: 0px;
    white-space: nowrap;
    border-bottom: 1px solid #CBCBCB;
}

.s-tabsClick .list {
    display: inline-block;
    padding: 0;
    border-radius: unset;
    margin: 0 10px 0 0;

}

.s-tabsClick .list.active {
    border-bottom: unset;
}

.s-tabsClick .list a {
    text-decoration: none;
    border: none;
    font-weight: 600;
}

.s-tabsClick ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.s-tabsClick ul::-webkit-scrollbar-track {
    background-color: #ccc;
}

.s-tabsClick ul::-webkit-scrollbar-thumb {
    background-color: #1b40f7;
}

.s-tabsClick ul::-webkit-scrollbar-track,
.s-tabsClick ul::-webkit-scrollbar-thumb {
    border-radius: 12px;
}

@media (max-width: 991px) {
    .s-tabsClick ul {
        overflow-x: scroll;
    }

    .s-tabsClick ul::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .s-tabsClick ul::-webkit-scrollbar-track {
        background-color: #ccc;
    }

    .s-tabsClick ul::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }

    .s-tabsClick ul::-webkit-scrollbar-track,
    .s-tabsClick ul::-webkit-scrollbar-thumb {
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .s-tabsClick ul li a {
        padding: 8px 14px !important;
    }
}

/* new 333 */

.bgtabs {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.left-tabs {
    min-width: 20%;
    margin-left: 16.1%
}

.right-tabs {
    min-width: 58.9%;
    margin-left: 5%
}

.tabs-step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fbfcff;
    border-radius: 15px;
    padding: 20px 0 20px 50px
}

.tabs-step .tabs-text {
    min-width: 40%
}

.tabs-step .tabs-img {
    min-width: 60%;
    text-align: right
}

.bgtabs .nav-pills .nav-link {
    text-align: left;
    padding: 1rem;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center
}

.bgtabs .nav-pills .nav-link.active,
.bgtabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #004dff
}

.bgtabs .nav-pills .nav-link span {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    line-height: 32px;
    margin-right: 7px;
    border-radius: 50px;
    text-align: center;
    background: #c9daff;
    display: inline-block
}

.bgtabs .nav-pills .nav-link.active span {
    background: #fff
}

.mobileview-tab {
    display: none !important
}

/* ========== */

.blueSecSlideBg {
    background: linear-gradient(180deg, #004dff 0, #401694 100%);
    color: #fff
}

.blueSecSlideBg .bgtabs .nav-pills .nav-link span {
    background-color: #fff;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    line-height: 48px
}

.blueSecSlideBg .bgtabs .nav-pills .nav-link.active {
    background-color: #fff;
    border-radius: 12px;
    color: #004dff
}

.blueSecSlideBg .bgtabs .nav-pills .nav-link.active span {
    background-color: #004dffff;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    line-height: 48px
}

.blueSecSlideBg .bgtabs .nav-pills .nav-link.active span svg path {
    fill: #fff
}

.blueSecSlideBg .bgtabs .nav-pills .nav-link {
    color: #fff
}

.blueSecSlideBg .hding2 h2 {
    color: #fff
}

/* ===== */





@media (max-width:1399px) {
    .left-tabs {
        margin-left: 6.1%
    }

    .bgtabs .nav-pills .nav-link {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .tabs-step {
        padding: 20px 0 20px 20px
    }

    .bgtabs {
        display: inline-block;
        margin-top: 15px;
        width: 100%
    }

    .bgtabs .nav-pills .nav-link {
        font-size: 13px;
        display: inline-block;
        padding: 7px 15px;
        text-align: center;
        width: auto;
        height: 100%
    }

    .left-tabs {
        margin-left: 0;
        padding: 0 15px;
        overflow: auto
    }

    .desktopview-tabs {
        display: inline-block;
        white-space: nowrap;
        text-align: center;
    }

    .mobileview-tab {
        display: block !important
    }

    .bgtabs .nav-pills .nav-link span {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 6px;
    }

    .mobileview-tab.owl-carousel .owl-item img {
        width: auto;
        margin: auto
    }

    .mobileview-tab.owl-carousel .owl-item.active.center .nav-link {
        color: #fff;
        background-color: #004dff
    }

    .owl-carousel.mobileview-tab .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        display: flex;
        flex: 1 0 0 0;
        display: flex;
        flex: 1 0 auto;
        height: 100%
    }
}

@media (max-width:575px) {
    .tabs-step {
        display: inline-block;
        padding: 20px 0 0
    }

    .tabs-text {
        margin-bottom: 20px
    }

    .bgtabs .tabs-step {
        padding: 20px 0 0 14px !important;
    }

    .tabs-step .tabs-text {
        min-width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

.mobiletabsstrt {
    display: none;
}

@media (max-width:991px) {
    .desktoptabsstart {
        display: none;
    }

    .mobiletabsstrt {
        display: block;
    }

    .left-tabs {
        margin: 0 auto 20px;
    }
}