.aboutBan1 {
    width: 100%;
    height: 1080px;
    position: relative;
    background: #E8F7FE;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.aboutBan1 .titBox {
    width: 1150px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
    margin-bottom: 32px;
}

.aboutBan2 {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
    padding-bottom: 218px;
}

.aboutBan2 .itemBox {
    width: 270px;
    height: 236px;
    background: white;
    box-shadow: -8px 20px 48px rgba(21.22, 73.28, 163.20, 0.12);
    border-radius: 24px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 24px 22px;
    position: relative;
}

.aboutBan2 .itemBox .tit {
    text-align: center;
    color: #00A3F5;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 32px;
}

.aboutBan2 .itemBox .imgbg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 24px;
}

.aboutBan2 .itemBox .imgbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 24px;
}

.aboutBan2 .itemBox.isSelect {
    background: #1C93E8;
}

.aboutBan2 .itemBox .defBox {
    display: block;
}

.aboutBan2 .itemBox .statBox {
    display: none;
}

.statBox {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
    text-align: center;
}

.statContent {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.statTitle {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.statInfo {
    align-self: stretch;
}

.statInfo .highlight {
    color: #FFCA61;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
}

.statInfo span {
    color: white;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    .statTitle {
        font-size: 20px;
        line-height: 28px;
    }

    .statInfo .highlight,
    .statInfo span {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .statTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .statInfo .highlight,
    .statInfo span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .statTitle {
        font-size: 16px;
        line-height: 22px;
    }

    .statInfo .highlight,
    .statInfo span {
        font-size: 14px;
        line-height: 20px;
    }
}


/* partners */
.partnersBanner1 {
    background: #F0F6FA;
    width: 100%;
    height: 800px;
    background: url(../../images/company/partnersBg01.png) no-repeat;
}

.partnersListBox {
    margin: 72px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;

}

.partnersListBox .item {
    justify-content: flex-start;
    align-items: center;
}

.parterIco {
    width: 100px;
    height: 100px;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-right: 72px;
}

.partnersListPage {
    margin-top: 2rem;
    text-align: center;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pages {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.pages li {
    height: 35px;
    padding: 5px 13px;
    cursor: pointer;
    transition: background 0.3s;
}

.pages li:hover:not(.active, .disabled) {
    color: #00A7FA;
}

.pages .active {
    background: #00A7FA;
    color: white;
    border-radius: 50%;
}

.pages .disabled,
.pages .disabled svg {
    fill: #E6EAF1;
    cursor: not-allowed;
    opacity: 0.6;
}

.pages .ellipsis {
    pointer-events: none;
}

.pages li svg {
    fill: #007bff;
}

.partnersInputBox {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 108px;
    border-radius: 24px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
    display: inline-flex;
}

.partnersInputBox .inputBox {
    width: 100%;
    position: relative;
}

.partnersInputBox .inputBox .lableTxt {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #1C2029;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    word-wrap: break-word;
}

.partnersInputBox .inputBox .lableTxt span {
    color: #ff0000;
}

.partnersInputBox .inputBox input {
    width: 99%;
    height: 60px;
    border-radius: 8px;
    border: 1px #00A7FA solid;
    padding-top: 25px;
    font-size: 14px;
    padding-left: 15px;
}

.partnersInputBox .inputBox textarea {
    width: 99%;
    border-radius: 8px;
    border: 1px #00A7FA solid;
    padding-top: 35px;
    font-size: 14px;
    padding-left: 15px;
}


.contacUsBan1 {
    background-image: url(../../images/company/bg01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contacUsBan2 {
    background-image: url(../../images/company/bg02.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.itemBoxBg {
    background-repeat: no-repeat;
}

.itemBoxBg11 {
    background-image: url(../../images/company/1.png) !important;
}

.itemBoxBg1 {
    background-image: url(../../images/company/1.1.png);
}

.itemBoxBg22 {
    background-image: url(../../images/company/2.png) !important;
}

.itemBoxBg2 {
    background-image: url(../../images/company/2.2.png);
}

.itemBoxBg33 {
    background-image: url(../../images/company/3.png) !important;
}

.itemBoxBg3 {
    background-image: url(../../images/company/3.3.png);
}

.itemBoxBg44 {
    background-image: url(../../images/company/4.png) !important;
}

.itemBoxBg4 {
    background-image: url(../../images/company/4.4.png);
}

.title2 {
    display: none;
}


.modelBox2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #81848A80;
    z-index: 9;
    display: none;
}

.modelBox2 .inputBox {
    width: 1100px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(41deg, #B0D184 0%, #B0D184 100%);
    border-radius: 24px;
    color: #fff;
    padding: 56px 100px;
}

.modelBox2 .inputBox .titBox {
    text-align: center;
}

.modelBox2 .inputBox .titBox .tip {
    color: white;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word
}

.modelBox2 .inputBox .titBox .tit {
    color: white;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
    margin: 24px 0;
}

.modelBox2 .inputRow {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.modelBox2 .inputRow .inputItem {
    width: 420px;
    height: 60px;
    background: #A0C675;
    padding: 6px 16px;
    position: relative;
    border-radius: 8px;
}

.modelBox2 .inputRow .inputItem input {
    width: 100%;
    height: 50px;
    border: none;
    background: #A0C675;
    font-size: 22px;
    padding-top: 20px;
    color: #fff;
}

.inputRow .inputItem .label {
    position: absolute;
    color: #ffffff;
    /* font-size: 23px; */
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
}

.inputRow .inputItem.isSelect .label {
    top: 18px;
    font-size: 14px;
}

.inputRow .inputItem.isSelect input {
    font-size: 18px;
}

@media (max-width: 768px) {
    .inputRow .inputItem.isSelect input {
        font-size: 1.6rem !important;
    }

    .modelBox2 .filter-box {
        font-size: 1.6rem !important;
    }

    .filter-text .filter-title {
        font-size: 1.6rem !important;
    }
}

.inputRow .inputItem input.inputIs {
    padding-top: 0;
}

.inputRow2 {
    display: flex;
    justify-content: space-between;
    width: 420px;
}

.inputRow .inputRow2 .inputItem2 {
    width: 180px;
}

.inputRow .inputRow2 .inputItem3 {
    width: 230px;
}

.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.modelBox2 .filter-box {
    width: 180px;
    background: #A0C675;
    padding: 6px 16px;
    position: relative;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.filter-box select {
    display: none;
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 10px;
}

.filter-text input {
    font-size: 14px;
}

.filter-text .filter-title {
    width: 100%;
    height: 100%;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
}

.filter-text input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.filter-text input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.filter-text input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.filter-text input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.filter-text .countryCodeDefImg {
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
}

.countryCodeInputDefault {
    /* padding-left: 18px !important; */
}

.modelBox2 .filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    border: 1px solid #fff;
    overflow: auto;
    border-radius: 12px;
    padding: 8px 6px;
}

.filter-list li.filter-null a {
    color: #d2d2d2;
}

.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.modelBox2 .filter-list li:hover {
    background-color: #A0C675 !important;
    border-radius: 8px;
}

.modelBox2 .filter-list li.filter-selected {
    background-color: #A0C675 !important;
    border-radius: 8px;
}

.filter-list li.filter-selected a {
    display: block;
    color: #fff;
}

.filter-list li.filter-disabled {
    background-color: #fff;
}

.filter-list li.filter-disabled a {
    display: block;
    color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed !important;
    background-color: #fff;
}

.icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 8px;
    height: 6px;
    right: 0;
    top: 15px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 25px;
}

.inputItem .icon-filter-arrow {
    right: 15px;
    top: 22px;
}

.inputItem .icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 35px;
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}

.filter-list li {
    list-style: none;
}

.countryCodeImg {
    margin-right: 5px;
}

.modelBox2 .filter-box3 {
    width: 420px;
    background: #A0C675;
    padding: 6px 16px;
    position: relative;
    border-radius: 8px;
}

.filter-box3 select {
    display: none;
}

.modelBox2 .submitBox {
    width: 480px;
    border-radius: 24px;
    padding: 12px 0;
    background: #fff;
    color: #B0D184;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 24px auto;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 24px;
    top: 24px;
}

.partnersBox2 {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 108px;
    border-radius: 24px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
    display: inline-flex;
    background: url(../../images/company/partnersBg02.png) no-repeat;
}

.partnersTitle {
    width: 100%;
    text-align: center;
    color: #1C2029;
    font-size: 48px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 64px;
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    .partnersTitle {
        font-size: 40px;
        line-height: 56px;
    }
}

@media (max-width: 768px) {
    .partnersTitle {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    .partnersTitle {
        font-size: 24px;
        line-height: 32px;
    }
}

.partnersListBox .item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

.partnersListBox .item-info {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partnersListBox .item-title {
    color: #1C2029;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
}

.partnersListBox .item-description {
    color: #5D667A;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .partnersListBox .item {
        flex-direction: column;
        align-items: center;
    }

    .partnersListBox .parterIco {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .partnersListBox .item-info {
        align-items: center;
        text-align: center;
    }

    .partnersListBox .item-description {
        font-size: 12px;
        line-height: 20px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 8px;
    }

    .pages li {
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pages .ellipsis {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pages li svg {
        width: 16px;
        height: 16px;
    }
}

.partnersBox3 {
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 108px;
    padding-bottom: 108px;
    background: url(../../images/company/bg03.png) no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    display: inline-flex;
    background-size: cover;
    background-position: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .pagination {
        gap: 12px;
    }

    .pages li {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pages .ellipsis {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pages li svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width:1025px) {
    .ban2Item {
        flex-direction: column-reverse;
    }

    .ban2ItemTit {
        align-items: flex-start !important;
        margin-bottom: 30px;
    }

    .ban3Item {
        flex-direction: column;
    }

    .ban3ItemTit {
        width: 100% !important;
        align-items: flex-end !important;
        margin-bottom: 30px;
    }


    .modelBox2 .inputBox {
        width: 90%;
        top: 55%;
        padding: 56px 30px;
    }

    .modelBox2 .inputRow {
        flex-direction: row;

    }

    .modelBox2 .inputBox .titBox .tit {
        margin: 10px 0;
    }

    .modelBox2 .filter-box3 {
        height: 60px;
    }

    .contacUsBan1 {
        background-image: url(../../images/company/bg01-2.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .contacUsBan1Row {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        flex-direction: column;
        height: auto !important;
        align-items: center !important;
    }

    .contacUsBan1Row .contacUsBan1Info {
        height: 800px !important;
    }

    .contacUsBan1Row .contacUsBan1InfoTit {
        width: 100% !important;
        text-align: center;
        font-size: 50px !important;
        padding-top: 50px;
    }

    .contacUsBan1Row .contacUsBan1InfoCon {
        font-size: 20px !important;
    }

    .technologyBoxRow {
        flex-direction: column;
    }

    #technologyBox input {
        border: 1px solid #006ee1 !important;
        margin-top: 1rem;
        height: 3rem !important;
        border-radius: 0.6rem;
        padding: 1.5rem;
    }

    #technologyBox textarea {
        border: 1px solid #006ee1 !important;
        padding: 1.5rem;
        border-radius: 0.6rem;
        margin-top: 1rem;
    }

    #subTechnology {
        width: 50% !important;
        margin: auto !important;
    }

    .aboutBan1 .titBox {
        width: 90% !important;
    }

    .aboutBan1 img {
        width: 70%;
        margin-left: 0 !important;
    }

    .aboutItemBox {
        flex-direction: column;
        gap: 120px !important;
    }

    .aboutBanRow {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    .aboutBan2 .itemBox {
        width: 48% !important;
    }

    .aboutBan2 {
        padding-bottom: 100px !important;
    }

    .partnersBanner1 {
        background: url(../../images/company/partnersBg01-2.png) no-repeat;
    }

    .partnersBanner1InfoBox {
        left: 200px !important;
    }

    .partnersBox3 {
        margin-top: 100px;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        height: 150px;
    }

    .partnersBox3Txt {
        font-size: 40px !important;
    }

    .partnersInputRow {
        flex-direction: column;
    }

    .partnersInputItemBox {
        width: 80% !important;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {}

@media (max-width: 768px) {
    .contacUsBan2 {
        padding: 2rem 2rem !important;
    }

    .ban2ItemTitTxt {
        font-size: 2.4rem !important;
        line-height: 4rem !important;
    }

    .ban3ItemTitTxt {
        font-size: 2.4rem !important;
        line-height: 4rem !important;
    }

    .itemAllBox {
        height: 30rem !important;
        gap: 1.2rem !important;
    }

    .itemBox {
        height: 30rem !important;
        position: relative;
    }

    .itemBoxBg {
        width: 40rem !important;
        height: 30rem !important;
    }

    .titBox {
        width: 100% !important;
        height: 30rem !important;
    }

    .itemBoxBg .title {
        top: 24rem !important;
        width: 100% !important;
    }

    .titleTxt {
        font-size: 2.6rem !important;
    }

    .itemInfo {
        width: 20rem !important;
        height: 30rem !important;
        padding: 0 1rem !important;
        position: absolute;
    }

    .itemInfo .infotxt {
        font-size: 1.6rem !important;
        line-height: 2.8rem !important;
        color: #ffffff !important;
    }


    .hq-item{
        width: 200px !important;
    }
    .hq-img{
        display: none !important;
    }
    .hq-img-min{
        display: block !important;
    }

    .ContactForm {
        padding: 0 !important;
    }

    .ContactForm img {
        display: none !important;
    }

    .title2 {
        padding: 1rem !important;
    }

    .title2Txt {
        font-size: 2.6rem !important;
    }

    .itemInfo2 {
        width: 20rem !important;
        height: 30rem !important;
        padding: 0 1rem !important;
        position: absolute;
    }

    .itemInfo2 .infotxt {
        font-size: 1.6rem !important;
        line-height: 2.8rem !important;
        color: #fff !important;
    }


    .modelBox2 .inputBox {
        width: 90%;
        top: 50%;
        padding: 3rem 1.5rem;
        height: 80rem;
        overflow: auto;
    }

    .modelBox2 .inputBox .titBox {
        height: auto !important;
    }

    .modelBox2 .inputRow {
        margin-top: 1.5rem !important
    }

    .modelBox2 .submitBox {
        width: 100% !important;
        margin: 3rem 0 0;
        padding: 1.4rem 0;
    }

    .modelBox2 .inputBox .titBox .tit {
        margin: 0.8rem 0;
    }

    .modelBox2 .filter-box3 {
        height: 5rem;
        width: 100%;
    }

    .modelBox2 .inputRow .inputItem input:-internal-autofill-selected {
        background: #A0C675 !important;
    }

    .contacUsBan1Row {
        padding-top: 4.5rem !important;
    }

    .contacUsBan1Row .contacUsBan1Info {
        height: 33rem !important;
        width: 80% !important;
        gap: 0 !important;
    }

    .contacUsBan1Row .contacUsBan1InfoTit {
        font-size: 3rem !important;
        line-height: 7rem !important;
        padding-top: 0 !important;
    }

    .contacUsBan1Row .contacUsBan1InfoCon {
        font-size: 1.4rem !important;
        line-height: 2rem !important;
    }


    .aboutBan1 {
        height: auto !important;
        padding-bottom: 5rem;
    }

    .aboutBan1 .titTxt {
        font-size: 3rem !important;
    }

    .aboutBan1 .titCon {
        font-size: 1.4rem !important;
        line-height: 3rem !important;
    }

    .aboutBan1 .titBox {
        width: 90% !important;
        gap: 1rem;
        height: auto !important;
    }

    .aboutItemBox {
        gap: 6rem !important;
    }

    .aboutItemBox .titTxt {
        font-size: 2.6rem !important;
        line-height: 3.4rem !important;
    }

    .aboutItemBox .titCon {
        font-size: 1.6rem !important;
        line-height: 2.4rem !important;
    }

    .videoTit {
        font-size: 3rem !important;
    }

    .videoCon {
        font-size: 1.6rem !important;
        line-height: 2.4rem !important;
        width: 90%;
        margin: 0 auto 5rem;
    }

    .videoBox {
        width: 85% !important;
        height: auto !important;
        position: relative !important;
    }

    .aboutBanRow {
        gap: 1.4rem !important;
    }

    .aboutBan2 .itemBox {
        height: 22rem !important;
    }

    .partnersBanner1 {
        background: url(../../images/company/partnersBg01-3.png) no-repeat;
        background-size: 100%;
        height: 50rem !important;
    }

    .partnersBanner1InfoBox {
        left: 5rem !important;
        top: 15rem !important;
        width: 38rem !important;
        gap: 1.6rem !important;
    }

    .partnersBanner1InfoTit {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }

    .partnersBanner1InfoCon {
        font-size: 1.6rem !important;
        line-height: 2.4rem !important;
    }

    .partnersBanner1InfoBut {
        padding: 0.6rem 1.5rem !important;
    }

    .partnersBanner1InfoButTxt {
        font-size: 1.4rem !important;
    }

    .partnersBox3Txt {
        font-size: 3.2rem !important;
        line-height: 4rem !important;
    }

    .partnersInputTit {
        font-size: 2rem !important;
        line-height: 3rem !important;
    }

    .partnersInputCon {
        font-size: 1.4rem !important;
        line-height: 2rem !important;
    }

    .partnersInputBox .inputBox .lableTxt {
        top: -1.2rem !important;
        left: 1rem !important;
        font-size: 10px !important;
    }

    .modelBox2 .inputRow .inputItem input {
        height: 4.5rem !important;
    }
}
