.Products-box {
    width: 100%;
    margin-top: 103px;
}

.Products-boxs1 {
    display: flex;
}

.Products-boxs1-img {
    width: 50%;
}

.Products-boxs1-img .img_box {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.7%;
}


.Products-boxs1-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.Products-boxs1-text {
    width: 47%;
    margin-left: 3%;
    padding-top: 24px;
}

.Products-boxs1-text p {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #0D44A8;
    line-height: 60px;
}

.Products-boxs1-text span {
    font-family: Microsoft PhagsPa;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: block;
    margin-top: 22px;
    margin-bottom: 32px;
}

.Products-boxs1-text-but {
    width: 151px;
    height: 44px;
    background: #0D44A8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;

}

.Products-boxs1-text-but a {
    color: #fff;
}

.Products-box .Products-boxs1:nth-child(2n) {
    flex-direction: row-reverse;
}

.Products-boxfoot-text {
    margin-top: 78px;
    padding-bottom: 36px;
}

.Products-boxfoot-text p {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    line-height: 60px;
    margin-bottom: 28px;
}

.Products-boxfoot-text span {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 30px;
    color: #666666;
    line-height: 40px;
    opacity: 0.8;
}
@media screen and (max-width: 480px) {
    .Products-boxfoot-text {
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .pro_main .title{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .pro_main .content{
        font-size: 20px !important;
    }
}
.Product-segmentation {
    width: 100%;
    padding: 79px 0px 59px 0px;
    background-color: #FAFAFA;
}

.Product-segmentation-flex {
    display: flex;

}

.Product-segmentation-box {
    width: 33.33%;
    display: flex;
    flex-direction: column;

}

.Product-segmentation-box:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.Product-segmentation-boximg {
    height: 290px;

}

.Product-segmentation-boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Product-segmentation-boxtext {
    background-color: #fff;
    padding: 116px 0px 0px 62px;
    height: 290px;
}

.Product-segmentation-boxtext p {

    font-family: Poppins;
    font-weight: bold;
    font-size: 61px;
    color: #014099;
    line-height: 79px;
}

.Product-segmentation-boxtext span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 36px;
}

.Product-segmentation-boxtextbule {
    background-color: #1D459C;

}

.Product-segmentation-boxtextbule p,
.Product-segmentation-boxtextbule span {
    color: #fff;
}

.CLASSIFICATION {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-top: 230px;
}

.CLASSIFICATION-backle {
    position: relative;
    width: 100%;
    /* height: 351px; */
    /* background-color: #0D44A8; */
    /* bottom: 0px; */
    /* margin-top: 225px; */
    padding-bottom: 50px;
}

.CLASSIFICATION:before {
    content: '';
    position: absolute;
    background-color: #0D44A8;
    width: 100%;
    height: 351px;
    /* top: -294px; */
    left: 0;
}

@media screen and (max-width: 900px) {
    .CLASSIFICATION:before {
        height: 151px;
    }

    .CLASSIFICATION-backle-img-textf {
        margin-top: -4px !important;
        width: 80% !important;
    }
}

.CLASSIFICATION-backle-img {
    position: relative;
    /* bottom: 178px; */
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    /* height: 648px; */
    background: url(../img/Products\ -img6.png) no-repeat center / cover;
    background-size: 100% 100%;
    margin-top: -178px;
    background-size: contain !important;
    background-position: top !important;
}

.CLASSIFICATION-backle-img-text {
    background-color: #fff;
    z-index: 2;
    padding: 87px 85px 109px 180px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -61px;
}

.CLASSIFICATION-backle-img-textf {
    background-color: #fff;
    z-index: 2;
    padding: 3%;
    width: 70%;
    margin: 0 auto;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    position: relative;
    z-index: 111;
    margin-top: -329px;
    -moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}
.CLASSIFICATION-backle-img-textf h2{
    font-family: Myriad Pro;
font-weight: 400;
font-size: 30px;
color: #0D44A8;
line-height: 40px;
margin-bottom: 21px;
}

.CLASSIFICATION-backle-img-textf span p{
    font-family: Myriad Pro;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 24px;
}
.CLASSIFICATION-backle-img-text p {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 30px;
    color: #0D44A8;
    line-height: 40px;
    margin-bottom: 21px;
}

.CLASSIFICATION-backle-img-text span {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.CLASSIFICATION-table {
    width: 100%;
    background-color: #F2F4F7;
    padding: 83px 0px;
}

.CLASSIFICATION-table-top {

    text-align: center;
}

.CLASSIFICATION-table-top p {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #0D44A8;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .CLASSIFICATION-table-top p {
        font-size: 25px;
        width: 90%;
    }
}

.CLASSIFICATION-table-top span {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    width: 80%;
    margin: 35px auto 42px;
    display: block;
}

.CLASSIFICATION-table-toot input,
.CLASSIFICATION-table-toot textarea {
    background: url(../img/five-pointed\ star.png) no-repeat;
    background-position: 16px 16px;
    background-color: #E7EAEE;
    border-radius: 5px;
    border: none;
}

.CLASSIFICATION-table-toot input {
    width: 49%;
    padding: 18px 0px 18px 26px;
}

.input-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.input1 {
    margin-left: 2%;
}

.CLASSIFICATION-table-toot textarea {
    padding: 18px 0px 0px 26px;
    height: 136px;
    width: 100%;
    resize: none;
}

.CLASSIFICATION-table-toot-but {
    width: 226px;
    height: 52px;
    background: #1D459C;
    border-radius: 26px;
    margin: 37px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CLASSIFICATION-table-toot-but a {
    color: #fff;
}

.CLASSIFICATION-backle-img-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.CLASSIFICATION-backle-img-text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 1030px) {
    .Products-boxs1 {
        flex-direction: column;
    }

    .Products-boxs1-img {
        width: 100%;
    }

    .Products-boxs1-text {
        width: 100%;
        margin-left: 0px;
    }

    .Products-box .Products-boxs1:nth-child(2n) {
        flex-direction: column;
    }

    .CLASSIFICATION-backle-img-text {
        padding: 87px 85px;
    }

    .Product-segmentation-flex {
        flex-direction: column;
    }

    .Product-segmentation-box {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 414px) {
    .input-div {
        flex-direction: column;
    }


    .CLASSIFICATION-table-toot input {
        width: 100%;
    }

    .input1 {
        margin-left: 0px;
        margin-top: 16px;
    }
}

.CLASSIFICATION-table-toot-but>input {
    background: none;
    width: 100%;
    padding: 0px;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    cursor: pointer;
}
.CLASSIFICATION-table-toot-but:hover{
    background-color: #fff;
    border: 1px solid #1D459C;
}
.CLASSIFICATION-table-toot-but:hover>input{
    color: #1D459C;
}
.pro_main {
    margin: 0 0 3% 0;
}

.pro_main .title {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    line-height: 60px;
}

.pro_main .content {
    color: #666;
    font-size: 30px;
    margin-top: 2%;
}