/* Online CSS Style */
.body--content {
    min-height: calc(100vh - 221px);
    overflow: hidden;
}

.color-grey {
    background-color: #f2f2f2;
}

.pd-l__pd-r--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.full-screen.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* Online CSS Style End*/

:root {
    --primary-text: #333333;
    --secondary-text: #253E89;
}

.title--01 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    /* color: #26397e; */
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font-bold {
    font-weight: bold;
}

.color-blue {
    color: #26397e !important;
}

.color-black {
    color: #000;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.bg-transparent {
    background: transparent !important;
}

h5 {
    font-size: 16px !important;
}


.section-pt--pb {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-pt {
    padding-top: 70px;
}

.section-pb {
    padding-bottom: 70px;
}

p {
    text-align: justify;
}


.img-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #0f1223;
}


.pms-banner {
    width: 100%;
    padding: 0;
}

    .pms-banner img {
        width: 100%;
    }

.prt_floting_customsett {
    position: fixed;
    top: 20%;
    right: 0;
    padding: 0px;
    margin: 0px 0 0;
    /* background-color: #fff; */
    /* box-shadow: 0 6px 12px rgb(0 0 0 / 25%); */
    z-index: 99999;
    width: 50px;
    height: 380px;
}


.floting-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    transform: rotate(-90deg);
    width: 96px;
    padding-bottom: 75px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

    .floting-btn.full-btn {
        background-color: #253E89;
        background-image: linear-gradient(#253E89, #444BF1);
        width: 160px;
        padding-bottom: 140px;
        color: #fff;
        border: 1px solid #fff;
    }

    .floting-btn.out-line--btn {
        border: 1px solid #444BF1;
        /* background-color: transparent !important; */
        color: #444BF1 !important;
        margin-top: 40px;
    }

.out-line--btn > .login-div {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -77px;
    top: -180px;
    /* background-color: #fff; */
    /* box-shadow: 0 6px 12px rgb(0 0 0 / 25%); */
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
    transform: rotate(90deg);
    width: 250px;
    /* margin-bottom: -50px;*/
}

.out-line--btn:hover > .login-div {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform: rotate(90deg);
}

.login-btn {
    border-radius: 10px;
    padding: 0px 20px;
    color: #ffffffab !important;
    font-weight: normal;
    background-color: #253E89;
    background-image: linear-gradient(#253E89, #444BF1);
    font-size: 12px;
    margin: 10px;
    height: 40px;
    transition: 0.2s ease;
}

a.login-btn:hover {
    color: #fff !important;
}

/* login-popup Start */
.login-popup.show-login {
    display: block;
}

.login-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 75%);
    display: none;
}

.login-wapper {
    width: 350px;
    /* height: 350px; */
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    right: -360px;
    top: 50px;
    z-index: 11111;
    transition: all .3s ease-in-out;
}

.show.login-wapper {
    right: 60px;
    /* transition: all .3s ease-in-out; */
}

.login-wapper-header {
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #253E89;
    background-image: linear-gradient(#253E89, #444BF1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.close-login {
    cursor: pointer;
}

.login-wapper-body {
    width: 100%;
    padding: 15px;
}

.form-control, .form-select {
    border-radius: 5px !important;
    margin-bottom: 10px;
}

.captch-img {
    width: 125px;
}

.refresh-icon {
    width: 24px;
    height: auto;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.6;
}

    .refresh-icon:hover {
        opacity: 1;
    }

.submit-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #253E89;
    background-image: linear-gradient(#253E89, #444BF1);
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
/* login-popup End */


/* slider-section Start */
.swiper {
    width: 100%;
    height: 100%;
    padding: 10px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

:root {
    --swiper-navigation-sides-offset: -4rem;
    /* offset for navigation */
}

.swiper-container {
    position: relative;
}

.swiper {
    position: static;
    /* border: 1px solid black; */
    /* decoration */
}

.silder-container {
    width: calc(100% + 520px);
}

.swiper-slide {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    height: 350px !important;
    display: flex !important;
    flex-direction: column !important;
}

    .swiper-slide hr {
        height: 2px !important;
        background-color: #333 !important;
        opacity: 1 !important;
    }

    .swiper-slide:last-child {
        box-shadow: none !important;
        background-color: transparent !important;
    }

.swiper-arrows {
    position: relative !important;
    width: 100% !important;
    height: 60px;
}

    .swiper-arrows .swiper-button-next, .swiper-arrows .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-arrows .swiper-button-next {
        left: 50px !important;
        background-image: url(../assets/images/pms/silde-aarow-right.svg);
        background-position: left center !important;
        background-repeat: no-repeat !important;
        background-size: 35px auto !important;
    }

    .swiper-arrows .swiper-button-prev {
        left: 0px !important;
        background-image: url(../assets/images/pms/silde-aarow-left.svg);
        background-position: left center !important;
        background-repeat: no-repeat !important;
        background-size: 35px auto !important;
    }

        .swiper-arrows .swiper-button-next::after, .swiper-arrows .swiper-button-prev::after {
            display: none !important;
        }

/* slider-section End */
.ct_sel::after {
    content: url('../assets/images/selectbox-arrow-big.png');
    pointer-events: none;
    position: absolute;
    right: 12px;
    contain: '';
    display: block;
    right: 0px;
    top: 0px;
}

.ct_sel.m-right-0::after {
    right: 0px;
    top: 0px
}


/* pms-offerings Start */

.pms-offerings-container .title--01 {
    color: #fff;
}

.pms-offerings-container {
    color: #fff;
    background: #253E89;
    background: linear-gradient(90deg, rgba(37, 62, 137, 1) 0%, rgba(68, 75, 241, 1) 48%, rgba(37, 62, 137, 1) 100%);
}

.pms-offerings-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.pms-offerings-items {
    /* display: flex;
    flex-direction: column; */
    text-align: center;
    padding: 20px 0 0;
    cursor: pointer;
}

   /* .pms-offerings-items:hover .pms-icon-title {
        height: 100px;
    }*/

.pms-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pms-icon-title {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    height: 116px;
    transition: all 0.3s;
}

    .pms-icon-title.last-title {
        padding: 20px 20px;
    }

.pms-icon-text {
    font-size: 14px;
}
/* pms-offerings End*/

/* pp-container Start*/
.pp-container .container {
    padding: 20px 50px;
}

.pp-container {
    display: inline-block;
}

.pp-item {
    width: 50%;
    padding: 15px 40px 15px;
    display: flex;
    float: left;
    align-items: center;
}

.pp-text {
    padding: 0px 40px 0px 20px;
}
/* pp-container END*/

/* tmbs Section Start */
.tmbs-container {
    display: inline-block;
}

    .tmbs-container .container, .pdf-section .container {
        min-width: 1200px !important;
    }

.tmbs-template {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.tmbs-item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    align-items: center;
    position: relative;
}

    .tmbs-item::after {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        content: "";
        width: 24px;
        height: 24px;
        background: url(../assets/images/pms/linkedin.svg) no-repeat;
        background-size: 24px auto;
    }


.tmbs-item-photo {
    width: 124px !important;
    height: 100px;
    margin-right: 20px;
    border-radius: 100%;
    border: 1px solid #253e89;
    overflow: hidden;
}

    .tmbs-item-photo img {
        display: block;
    }

.tmbs-item-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.tmbs-item p {
    font-size: 13px;
}
/* tmbs Section End*/

.pdf-card {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    padding-top: 10px;
    overflow: hidden;
}

.pdf-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 5px;
    padding-top: 10px;
}

.pdf-item {
    position: relative;
    background: url(../assets/images/pms/dot-icon.svg) left 3px no-repeat;
    background-size: 22px auto;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--body-text-color);
    transition: all 0.3s;
    font-size: 15px;
}

    .pdf-item img {
        margin-left: 0px;
        transition: all 0.3s;
    }

    .pdf-item:hover img {
        margin-left: 10px;
    }


.tmbs-bootom {
    width: 100%;
    background-color: #253E89;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.modal-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 105111 !important;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 75%);
    display: none;
}

    .modal-backdrop.show {
        display: block;
    }

.modal-popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1051111 !important;
    display: none;
}

.modal-popup {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    height: 80%;
    overflow: auto;
    padding-right: 2px;
    /* padding: 20px; */
}

.modal-popup-content.show {
    display: flex !important;
}

.modal-body {
    height: calc(100% - 72px);
    overflow: auto;
}

.modal-popup .modal-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.popup-close {
    cursor: pointer;
    padding: 0px 10px;
    background-color: #efefef;
    border-radius: 3px;
}

.accordion-item-div {
    border-bottom: 1px solid #dee2e6;
    /* margin-bottom: 20px; */
}

    .accordion-item-div.show .accordion-item-content {
        display: block;
        padding: 10px;
    }

.accordion-item-content {
    display: none;
    overflow: hidden;
}

.accordion-table {
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .accordion-table .table {
        border-collapse: collapse !important;
        border-spacing: 0px !important;
        margin-bottom: 0px !important;
    }

    .accordion-table th {
        background-color: #253E89 !important;
        color: #fff !important;
    }

    .accordion-table td {
        color: #393939 !important;
        cursor: default;
    }

        .accordion-table td:first-child {
            font-weight: bold !important;
        }

    .accordion-table th, .accordion-table td {
        padding-left: 20px !important;
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
        font-size: 16px;
        font-family: var(--bs-body-font-family) !important;
        cursor: default !important;
    }

.modal-popup h5 {
    font-weight: bold;
}

.popup-tab-01, .popup-tab-02, .popup-tab-03 {
    background: url(../assets/images/pms/arrow-right.png) no-repeat;
    background-position: 99%;
    background-size: 20px auto;
    padding-left: 15px;
    cursor: pointer !important;
    /* color: #fff; */
    /* background-color: #253E89 !important; */
    margin-bottom: 0px !important;
    padding-bottom: 15px;
    padding-top: 10px;
}

    .popup-tab-01:hover, .popup-tab-02:hover, .popup-tab-03:hover {
        /* color: #253E89; */
    }

.accordion-item-div.show .popup-tab-01, .accordion-item-div.show .popup-tab-02, .accordion-item-div.show .popup-tab-03 {
    background: url(../assets/images/pms/arrow-down.svg) no-repeat;
    background-position: 99%;
    background-size: 20px auto;
    padding-left: 15px;
    color: #253E89;
    background-color: #efefef;
}



.linkedin-url{
    position:absolute;
    width:24px;
    height:24px;
    right:15px;
    top:15px;
    /*background-color:red;*/
    z-index:9;
}
/* #dee2e6 */
.accordion-popup-list {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.disclaimer-text{
    font-size:10px !important;
}

.list-style-lower{
    list-style: lower-alpha;
}
.d-info-img {
    display: inline;
}
.m-info-img {
    display: none;
}
/*
.flex-column {
    flex-direction: inherit !important;
}*/

@media only screen and (max-width: 1024px) {
    .tmbs-container .container, .pdf-section .container {
        min-width:100% !important;
    }
    .pms-icon-title {
        line-height: 28px;
    }
    .section-pt--pb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .silder-container {
        width: calc(100% + 250px) !important;
    }
    .pdf-item-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .modal-popup {
        width: 96% !important;
    }

    .modal-body img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {


    .pms-offerings-body {
        gap: 22px;
    }

    .title--01 {
        font-size: 24px;
    }

    .img-right img {
        width: 100%;
    }

    .pms-offerings-items {
        width: 125px;
    }

    .pms-icon-title {
        font-size:20px;
        line-height: 22px;
        padding: 10px 0;
        height: 90px;
    }
    .pdf-item-list {
        grid-template-columns: 1fr 1fr;
    }
    .pp-item {
        padding: 15px 15px 15px;
    }
    .pp-text {
        padding: 0px 0px 0px 20px;
    }
    .m-display-n{
        display:none !important;
    }
}

@media only screen and (max-width: 480px) {
    .pp-container .container {
        padding: 20px 20px;
    }
    .silder-container {
        width: calc(100% + 10px) !important;
    }
    .swiper-slide:last-child {
        display: none !important;
    }
    .img-right img{
        width:75%
    }
    .m-padding-l {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .pms-offerings-body {
        grid-template-columns:1fr 1fr;
    }
    .pms-offerings-items {
        width: 100%;
        margin-bottom: 30px;
    }
    .pms-icon-title {
        height: 60px;
    }
    .span-text {
        width: 100%;
        border-right: 0px !important;
        height: 25px;
    }
    .m-flex-column{
        flex-direction: column;
    }
    .modal-popup h5 {
        padding-right: 25px;
    }
    p{
        text-align:left !important;
    }
    .pp-item {
        width:100%;
    }
    .tmbs-template {
        grid-template-columns:1fr;
    }
    .pb-5 {
        padding-bottom: 2rem !important;
    }
    .pdf-item-list {
        gap: 10px;
    }
    .pdf-item-list {
        grid-template-columns:1fr;
    }
    .m-info-img{
        display:block;
    }
    .d-info-img {
        display: none;
    }
    .modal-body {
        height: calc(100% - 104px);
        overflow: auto;
    }
    .accordion-table th, .accordion-table td {
        padding-left: 10px !important;
    }
    .accordion-table th {
        font-size: 13px !important;
    }
}
