@import 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/css/intlTelInput.css';
a {
    color: #211356;
    text-decoration: none;
}
.breadcrumb_sec_in {
    background: linear-gradient(180deg, #120837 4.51%, #482ABC 118%);
    padding: 40px 0px;
}

.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
    color: #FFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.528px;
    margin-bottom: 5px;
}

.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li,
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li+li:before {
    padding: 8px;
    content: "-";
}


.section-y {
    padding: 40px 0;
}

.section-t {
    padding-top: 40px;
}

.section-b {
    padding-bottom: 40px;
}

.inner-page-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}

.inner-page-sub-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.inner-page-sub-mini-heading {
    color: #231F20;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.inner-page-para {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

.section-t p {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

.section-y p {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

strong {
    font-weight: 500;
    color: #0A143C;
}

.list-dark ul {
    margin: 0;
    padding-left: 20px;
}

.list-dark li,
.list-light li {
    position: relative;
    list-style: none;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 7px;
}

.list-dark li::before {
    content: url(../images/icons/play_arrow.png);
    position: absolute;
    left: -25px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.list-light {
    margin: 0;
    padding-left: 35px;
}

.list-light li::before {
    content: url(../images/icons/play_arrow.png);
    position: absolute;
    left: -20px;
    top: 2px;
    width: 20px;
    height: 20px;
    opacity: .5;
}

.left-content-sec {
    /* background: linear-gradient(270deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%); */
    padding: 50px 0;
    margin-bottom: 1rem;
}

.left-content-sec .left-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.left-content-sec .left-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.right-content-sec {
    /* background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%); */
    padding: 50px 0;
    text-align: end;
    margin-bottom: 1rem;
}

.right-content-sec .right-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.right-content-sec .right-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.right-content-sec .right-content-sec-img,
.left-content-sec .left-content-sec-img {
    width: 100%;
}

.tabber-sec {
    padding: 40px 0;
}

.tabber-sec .nav-sec {
    box-shadow: 4px 4px 12px 1px rgba(110, 109, 152, 0.25);
    border-radius: 0 0 10px 10px;
}

.tabber-sec .tab-content {
    margin-bottom: 1rem;
}

.tabber-sec .nav-pills {
    justify-content: flex-start;
    z-index: 9;
    position: relative;
    gap: 10px;
    overflow-x: auto;
    /* background: linear-gradient(180deg, #fff300bf 6.13%, #211356a1 107%); */
    flex-wrap: wrap;
    max-height: 400px;
}

@media (min-width: 767px) {
    .tabber-sec .nav-pills.col-md-5 {
        display: block;
    }

    .tabber-sec .nav-pills.col-md-5 li.nav-item {
        flex: 0 0 auto;
        width: 100%;
    }
}
.tabber-sec .nav-pills .btn-style {
    margin: 10px;
    border-radius: 10px;
}
/* 
.tabber-sec .nav-pills .nav-link {
    color: #333;
    color: #6e6e73;
    font-size: 18px;
    font-weight: 400;
    font-weight: 500;
    line-height: 145%;
    border-radius: 0;
    padding: 10px;
}

.tabber-sec .nav-pills .nav-link:hover {
    color: #231f20;
}

.tabber-sec .nav-pills .nav-link.active, .tabber-sec .nav-pills .show>.nav-link {
    color: #231f20;
    font-weight: 500;
    line-height: 145%;
    background: transparent;
    border-bottom: 2px solid #1B1D70;
    background: #1B1D70;
    color: #fff;
} */

.tabber-sec .tab-pane {
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
}

.tabber-sec .tab-pane .tabber-sec-box {
    border-radius: 10px;
    background: #eeeeee9e;
    padding: 15px 20px;
}

.tabber-sec .tabber-sec-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}

.tabber-sec p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}

.tabber-sec .inner-tabber-sec.nav-pills {
    background: linear-gradient(180deg, #FFF 6.13%, #f1a6a8 107%);
}

.product-sub-menu {
    max-height: 200px;
    overflow: auto;
}
.product-sub-menu li {
    list-style: circle;
    font-size: 16px;
    color: #1d3897;
}
.product-sub-menu li:hover {
    color: #000;
}
.product-sub-menu a {
    padding-bottom: 2px;
    color: #1d3897;
}
.product-sub-menu a:hover {
    text-decoration: underline;
    color: #000;
}

.table {
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #E5E9FF;
}

.table tr th {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
}

.table>:not(caption)>*>* {
    padding: 1rem;
}

.faqs {
    padding: 40px 0;
}

.faqs .faqs-sec .faqs-sec-heading {
    color: #231F20;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}

.faqs .faqs-sec .card {
    border: none;
    border-bottom: 1px solid #8F8F8F;
    border-radius: 0;
    margin-bottom: 15px;
}

.faqs .faqs-sec .card:last-child {
    border: none;
}

.faqs .faqs-sec .card-header {
    padding: 5px 0;
    border: none;
    background: transparent;
}

.faqs .faqs-sec .faqs-sec-btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    gap: 10px;
    border: none;
}

.faqs .faqs-sec .faqs-sec-btn .btn-content {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    text-align: left;
}

.faqs .faqs-sec .faqs-sec-btn .plus-icon {
    transition: .7s;
    transform: rotate(45deg);
}

.faqs .faqs-sec .faqs-sec-btn.collapsed .plus-icon {
    transform: rotate(360deg);
    transition: .7s;
}

.faqs .faqs-sec .card-body,
.faqs .faqs-sec .card-body p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
    padding: 0;
}

.faqs .faqs-sec .card-body {
    padding-bottom: 15px;
}

.more-information-sec {
    background: url(../images/resource/more-information.webp) lightgray -2.415px 2.595px / 30.912% 99.241% no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 50px 0;
}

.more-information-sec .more-imp-sec-heading {
    color: #686868;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.more-information-sec .more-imp-sec-para {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
    margin-bottom: 20px;
}

.more-information-sec .form-section .form-control {
    border-radius: 5px;
    border: 0.5px solid #00000052;
    opacity: 0.7;
    background: #FFF;
    margin-bottom: 15px;
}

.form-group .text-content-end {
    text-align: left !important;
}

.iti {
    display: block;
    margin-bottom: 1rem;
}
#country-code-input {
    position: absolute;
}
.more-information-sec .form-section .button-style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    transition: .7s;
}

.more-information-sec .form-section .button-style:hover {
    transition: .7s;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 55%);
}

.img-sticky {
  position: relative; /* default before scroll */
  transition: all 0.7s ease;
  max-width: 350px;
  padding-top: 40px;
}

.img-sticky.stuck {
  position: sticky;
  top: 100px;
  max-width: 350px;
  transition: all 0.7s ease;
  padding-top: 0;
}

.list-product {
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 1rem;
    height: 100%;
}
.list-product .list-product-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    height: 100%;
}
.list-product .list-product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.list-product .list-product-img img {
    max-width: 115px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 8px #454545;
}
.list-product .btn-style {
    display: inline-flex;
    padding: 8px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #211356;
    color: #FFF !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.176px;
    position: relative;
    margin-left: 6px;
    transition: .7s;
}
.list-product .list-product-content .approval {
    padding-left: 0;
    margin-bottom: 1px;
}
.list-product .list-product-content .approval li {
    display: inline-block;
    /* background: #fff971; */
    /* border-radius: 10px; */
    padding: 0px 6px 0px;
    line-height: 97%;
    color: #211356;
    font-weight: 600;
    font-size: 12px;
    border-right: 1px solid #838383;
}
.list-product .list-product-content .approval li:first-child {
    padding-left: 0;
}
.list-product .list-product-content .approval li:last-child {
    border: none;
}
.list-product .list-product-content .model-name, .list-product .list-product-content .model-name a {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0px;
}
.list-product .list-product-content .info-para {
    font-size: 14px;
    color: #454545;
    line-height: 140%;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
        font-size: 16px;
    }

    .section-y {
        padding: 30px 0;
    }

    .section-t {
        padding-top: 30px;
    }

    .section-b {
        padding-bottom: 30px;
    }

    .inner-page-heading {
        font-size: 32px;
    }

    .inner-page-para {
        font-size: 16px;
    }

    .list-dark li,
    .list-light li {
        font-size: 16px;
        line-height: normal;
    }
    .right-content-sec,
    .left-content-sec {
        background: #c7bee7;
    }

    .left-content-sec .left-content-sec-heading,
    .right-content-sec .right-content-sec-heading {
        font-size: 20px;
    }

    .left-content-sec .left-content-sec-para,
    .right-content-sec .right-content-sec-para {
        font-size: 15px;
    }

    .tabber-sec p {
        font-size: 16px;
        line-height: normal;
    }

    .tabber-sec {
        padding: 30px 0;
    }

    .tabber-sec .tabber-sec-heading {
        font-size: 24px;
    }
    .table tr th {
        font-size: 18px;
        line-height: normal;
    }
    .faqs {
        padding: 40px 0;
    }
    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 17px;
    }

    .faqs .faqs-sec .card-body,
    .faqs .faqs-sec .card-body p {
        font-size: 15px;
    }

    .more-information-sec {
        padding: 40px 0;
    }
    .more-information-sec .more-imp-sec-heading {
        font-size: 36px;
    }

    .more-information-sec .form-section .button-style {
        font-size: 17px;
        padding: 7px 20px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_sec_in {
        padding: 40px 0px;
    }
    .tabber-sec .nav-pills .nav-link {
        font-size: 16px;
        line-height: normal;
        padding: 8px;
    }
    .faqs {
        padding: 30px 0;
    }
    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .more-information-sec {
        padding: 30px 0;
    }
    
}

@media (max-width: 767px) {
    .breadcrumb_sec_in {
        padding: 30px 0px;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
        margin-bottom: 7px;
    }

    .breadcrumb_sec_in .breadcrumb_content_in .breadcrumb {
        margin-bottom: 0;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .tabber-sec .nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .faqs {
        padding: 25px 0;
    }
    .more-information-sec {
        padding: 25px 0;
    }
    .more-information-sec .more-imp-sec-heading {
        font-size: 28px;
    }
    .list-product {
        height: auto;
    }
}

@media (max-width: 576px){
    .faqs {
        padding: 20px 0;
    }
    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 15px;
        text-align: left;
        margin-bottom: 0px;
    }
    .more-information-sec {
        padding: 20px 0;
    }

    .more-information-sec {
        padding: 20px 0;
    }
    .list-product .list-product-img img {
        max-width: 100%;
    }
    .list-product .list-product-info {
        flex-wrap: wrap;
        gap: 10px;
    }
}