.company-sec1 .custom-cc {
    position: absolute;
    bottom: 25%;
    right: 3%;
    gap: 40pc;
}

.company-sec1 .home_sli_2 .dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.company-sec1 .home_sli_2 .active-dot {
    position: relative;
    width: 10px;
    /* Adjust size as needed */
    height: 10px;
    /* Adjust size as needed */
    background-color: unset;
    /* Center dot color */
    border-radius: 50%;
    margin: 10px;
    /* Adjust spacing as needed */
}

.company-sec1 .home_sli_2 .active-dot::before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    left: unset;
    top: unset;
    width: 30px;
    /* Adjust size as needed */
    height: 30px;
    /* Adjust size as needed */
    border: 1px solid #fff;
    /* Circle color and border thickness */
    border-radius: 50%;
    background-color: unset;
    box-sizing: border-box;
}

.company-sec1 .home_sli_2 .active-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    /* Adjust size as needed */
    height: 8px;
    /* Adjust size as needed */
    background-color: white;
    /* Center dot color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.company-sec1 .home_sli_2 i {
    padding: 10px 12px;
    background: unset;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #fff;
}

.company-sec1 .home_sli_2 i:hover {
    background: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
}

.com-bannar {
    position: relative;
    background: #FFF8EF;
    padding-bottom: 35px;
}

.com-bannar h2 {
    font-family: "Outfit";
    font-size: 58px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
}

.com-bannar .d-block {
    display: block;
}

.com-bannar p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.com-bannar .com-bannar-color {
    align-items: flex-end;
}

.company-sec1 .com-bannar-back-color {
    height: 100px;
    width: 50%;
    background: #fff8ef;
    position: absolute;
    bottom: 100%;
    border-radius: 0px 60px 0px 0px;
}

.company-sec1 #prevBtn {
    display: none;
}

.company-sec1 .home_sli_2 img {
    background-color: unset;
    height: 700px;
    object-fit: cover;
}

@media screen and (min-width:1441px) {
    .company-sec1 .custom-cc {
        position: absolute;
        bottom: 25%;
        right: 3%;
        gap: 25pc;
    }

    .cust-application .custom-cc {
        position: absolute;
        bottom: 21%;
    }

    .cust-building .custom-cc {
        position: absolute;
        bottom: 19%;
    }
}

@media screen and (max-width:1440px) and (min-width:1025px) {
    .company-sec1 .custom-cc {
        position: absolute;
        bottom: 25%;
        right: 3%;
        gap: 18pc;
    }

    .cust-application .custom-cc {
        position: absolute;
        bottom: 21%;
    }

    .cust-building .custom-cc {
        position: absolute;
        bottom: 19%;
    }
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .company-sec1 .custom-cc {
        position: absolute;
        bottom: 25%;
        right: 3%;
        gap: 10pc;
    }

    .cust-application .custom-cc {
        position: absolute;
        bottom: 21%;
    }

    .cust-building .custom-cc {
        position: absolute;
        bottom: 19%;
    }
}

@media screen and (max-width:767px) {
    .company-sec1 .com-bannar-back-color {
        display: none;
    }

    .company-sec1 .custom-cc {
        position: absolute;
        bottom: 30%;
        right: 0;
        gap: 0;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        left: 50%;
    }

    .com-bannar {
        padding: 35px 0;
    }

    .company-sec1 .d-block {
        display: unset !important;
    }

    .com-bannar h2 {
        font-size: 44px;
        line-height: 60px;
    }

    .company-sec1 #prevBtn {
        display: block;
    }
}

.company-sec2 {
    padding-top: 70px;
}

.company-sec2 h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.company-sec2 p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.company-sec2 p:last-child {
    padding: 0;
    margin: 0;
}

.company-sec3 {
    background: #F6FFEA;
    padding: 50px 30px;
    border-radius: 30px;
}

.company-sec3 h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.company-sec3 p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 5px;
}

.company-sec3 p:last-child {
    padding: 0;
    margin: 0;
}

.company-sec3 .line-div {
    border: 1px solid #000000;
    margin-bottom: 20px;
}

.company-sec4 {
    background: #F5F5F5;
}

.company-sec4 h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #ED1C24;
}

.company-sec4 .tainable {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 200;
    line-height: 50.4px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.company-sec4 p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.company-sec4 .play-pos-rel {
    padding: 15px 70px 30px;
    text-align: center;
}

.company-sec4 .play-pos-abo {
    bottom: 10%;
}

.company-sec4 h4 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 5px;
    color: #ED1C24;
}

.company-sec4 p:last-child {
    padding: 0;
    margin: 0;
}

@media screen and (max-width:768px) {
    .company-sec4 .play-pos-rel {
        padding: 15px 0 30px;
    }

    .company-sec4 .play-pos-abo {
        bottom: 18%;
        right: 8%;
    }
}

.company-sec5 h3 {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #ED1C24;
    padding-bottom: 5px;
}

.company-sec5 p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 5px;
}

.company-sec5 .play-pos-rel {
    padding: 1% 25% 3%;
}

.company-sec5 .custom-pad img {
    padding: 15px 0;
    transition: transform 0.5s ease;
}

.company-sec5 .custom-pad img:hover {
    transform: scale(1.05);
}

.company-sec6 {
    background: #F5F5F5;
}

.company-sec6 h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
}

.company-sec6 .logos-slide img {
    height: auto;
}

.company-sec7 {
    background: #FEF5E9;
}

.company-sec7 h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
    padding-bottom: 10px;
}

.company-sec7 .custom-box {
    background: #FFFFFF;
    padding: 15px;
    margin: 15px 0;
}

.company-sec7 .custom-box img {
    width: 60%;
    padding-bottom: 25px;
}

.company-sec7 .custom-box p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    height: 185px;
}




.company-sec8 .timeline {
    position: relative;
    margin: 0 auto;
}

.company-sec8 .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #C3C3C3;
    top: 3%;
    bottom: 4%;
    left: 50%;
    margin-left: -3px;
}

.company-sec8 .timeline .custom-text {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.company-sec8 .timeline .custom-text::after {
    content: '';
    color: #fff;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 91%;
    background: #ED1C24;
    border: 4px solid #fff;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
    padding-top: 33px;
}

.company-sec8 .timeline .custom-text1::after {
    content: '2024';
}

.company-sec8 .timeline .custom-text2::after {
    content: '2022';
}

.company-sec8 .timeline .custom-text3::after {
    content: '2020';
}

.company-sec8 .timeline .custom-text4::after {
    content: '2017-18';
}

.company-sec8 .timeline .custom-text5::after {
    content: '2016';
}

.company-sec8 .timeline .custom-text6::after {
    content: '2015';
}

.company-sec8 .timeline .custom-text7::after {
    content: '2014';
}

.company-sec8 .timeline .custom-text8::after {
    content: '2013';
}

.company-sec8 .timeline .left {
    left: 0;
}

.company-sec8 .timeline .right {
    left: 50%;
}

.company-sec8 .timeline .right::after {
    left: -9%;
}

.company-sec8 .timeline .content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}

.company-sec8 .timeline .left .content {
    margin-left: 20px;
}

.company-sec8 .timeline .right .content {
    margin-right: 20px;
}

.company-sec8 .timeline .left h2 {
    margin-top: 0;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #ED1C24;
    padding-bottom: 5px;
}

.company-sec8 .timeline .right h2 {
    margin-top: 0;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #ED1C24;
    padding-bottom: 5px;
}

.company-sec8 .timeline .left p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    color: #393939;
}

.company-sec8 .timeline .right p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #393939;
}

.company-sec8 .timeline .right li {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #393939;
    padding-bottom: 15px;
}

.company-sec8 .timeline .left li {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #393939;
    padding-bottom: 15px;
}

.company-sec8 h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    color: #0F0F0F;
    text-transform: capitalize;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) and (min-width:769px) {
    .company-sec8 .timeline .right::after {
        left: -11%;
    }

    .company-sec8 .timeline .left::after {
        left: 89%
    }

    .company-sec7 .custom-box p {
        height: unset;
    }

    .company-sec8 .timeline::after {
        top: 2%;
        bottom: 4%;
    }
}

@media screen and (max-width: 768px) and (min-width:426px) {
    .company-sec8 .timeline .right::after {
        left: -15%;
    }

    .company-sec8 .timeline .left::after {
        left: 85%
    }

    .company-sec8 .timeline::after {
        top: 2%;
        bottom: 4%;
    }
}

@media screen and (max-width: 600px) {
    .company-sec8 .timeline::after {
        left: 31px;
    }

    .company-sec8 .timeline .custom-text {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .company-sec8 .timeline .custom-text::before {
        left: 60px;
        border: medium none;
        border-right: 15px solid #f00;
    }

    .company-sec8 .timeline .left::after,
    .company-sec8 .timeline .right::after {
        left: 15px;
    }

    .company-sec8 .timeline .right {
        left: 0%;
    }
}

@media screen and (max-width: 425px) {
    .company-sec8 .timeline::after {
        display: none;
    }

    .company-sec8 .timeline .custom-text::after {
        display: none;
    }

    .company-sec8 .timeline .left .content {
        margin-left: 0;
    }

    .company-sec8 .timeline .content {
        padding: 0;
    }

    .company-sec8 .timeline .custom-text {
        padding: 0;
    }

    .company-sec8 .timeline .left p,
    .company-sec8 .timeline .left h2,
    .company-sec8 .timeline .right h2,
    .company-sec8 .timeline .right p {
        text-align: center;
    }

    .company-sec7 .custom-box p {
        height: 180px;
    }
}



/* app-l&h */
.app-lh h3 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #101010;
    padding-bottom: 5px;
}

.app-lh li {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #393939;
    padding-bottom: 5px;
}

.cust-ind h3 {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #101010;
    padding-bottom: 5px;
}

.cust-ind p {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 5px;
    color: #393939;
}




.blog-cust .sidebar {
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #CDCDCD;
}

.blog-cust .search-bar {
    background: #F4F4F4;
    padding: 5px 10px;
    display: flex;
}

.blog-cust .search-bar input[type="text"] {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: unset;
    border-right: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #77838F;
    background: #F4F4F4;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
}


.blog-cust .search-bar button {
    background-color: #ED1C24;
    color: white;
    border: 1px solid #ED1C24;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    padding: 7px 13px;
}

.blog-cust .search-bar button:hover {
    background-color: #ED1C24;
}

.blog-cust .categories,
.blog-cust .tags {
    margin-bottom: 20px;
}

.blog-cust .categories h3,
.blog-cust .tags h3 {
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    padding-top: 20px;
    color: #ED1C24;

}

.blog-cust .categories ul,
.blog-cust .tags ul {
    list-style-type: none;
    padding: 0;
}

.blog-cust .categories li,
.blog-cust .tags li {
    /* font-family: "Open Sans"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #393939;
    padding-top: 20px;
    cursor: pointer;
}

.blog-cust .categories li a,
.blog-cust .tags li a {
    color: #393939;
    text-decoration: none;
}

.blog-cust .tags li span {
    float: right;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: #393939;
}



.blog-cust .card {
    color: white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    position: relative;
}

.blog-cust .card-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-cust .card-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.blog-cust .card-title {
    margin: 0;
    font-size: 1.5em;
}

.blog-cust .card-text {
    margin: 15px 0;
}

.blog-cust .card-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 10px;
}

.blog-cust .author,
.blog-cust .date {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.blog-cust .cust-pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-cust .card-footer {
    padding: 12px 0 0;
}

.blog-cust .card h3 {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
}

.blog-cust .card p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.blog-cust .pagination {
    display: inline-block;
    padding-top: 30px;
}

.blog-cust .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 0 4px;
    border-radius: 4px;
}

.blog-cust .pagination a.active {
    background-color: #ED1C24;
    color: white;
}

.blog-cust .pagination a:hover:not(.active) {
    background-color: #ddd;
}

.blog-cust .pagination a.prev {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: left;
    color: #9C9C9C;
    padding: 10px;
}

.blog-cust .pagination a.next {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: left;
    color: #ED1C24;
    padding: 10px;
}

@media screen and (max-width:425px) {
    .blog-cust .sidebar {
        border-right: none;
    }
}


.blogsub-sec2 h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    /* text-transform: capitalize; */
    padding-bottom: 5px;
}

.blogsub-sec2 h5 {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #818181;
    padding-bottom: 5px;
}

.blogsub-sec2 .cust-icon {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    padding: 10px 0;
}

.blogsub-sec2 .cust-icon p {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.blogsub-sec2 .nav1 {
    background: #135CB6;
}

.blogsub-sec2 .nav2 {
    background: #00ACED;
}

.blogsub-sec2 .nav3 {
    background: #2767B1;
}

.blogsub-sec2 .nav4 {
    background: #E60023;
}

.blogsub-sec2 p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.blogsub-sec2 img {
    padding: 10px 0 25px;
    width: 50%;
    margin: auto;
    display: block;
}

.blogsub-sec3 input[type=text],
.blogsub-sec3 input[type=email],
.blogsub-sec3 input[type=number],
.blogsub-sec3 select,
.blogsub-sec3 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

.blogsub-sec3 .btn-cus {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
}

.blogsub-sec3 .cus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogsub-sec3 h3 {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

.blogsub-sec3 label {
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #343935;
}

.blogsub-sec3 .sub {
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #ED1C24;
}

.blogsub-sec4 {
    background: #F5F5F5;
}

.blogsub-sec4 .card {
    background-color: #111;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.blogsub-sec4 .card-image {
    width: 100%;
    height: auto;
}

.blogsub-sec4 .card-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.blogsub-sec4 .card-title {
    margin: 0;
    font-size: 1.5em;
}

.blogsub-sec4 .card-text {
    margin: 15px 0;
}

.blogsub-sec4 .card-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 10px;
}

.blogsub-sec4 .author,
.blogsub-sec4 .date {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.blogsub-sec4 .cust-pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blogsub-sec4 .card-footer {
    padding: 12px 0 0;
}

.blogsub-sec4 .card h3 {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
}

.blogsub-sec4 .card p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.blogsub-sec4 h2 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    color: #0F0F0F;
    text-transform: capitalize;
    padding-bottom: 10px;
}

/* contact */


.contact-sec1 .cust-bod {
    border-right: 1px solid #B3B3B3;
}

.contact-sec1 .office-info {
    flex: 1;
}

.contact-sec1 .form-group {
    margin-bottom: 20px;
}

.contact-sec1 label {
    display: block;
    margin-bottom: 5px;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #343935;
}

.contact-sec1 input,
.contact-sec1 textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 10px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.contact-sec1 textarea {
    height: 100px;
    resize: none;
}



.contact-sec1 .office {
    margin-bottom: 20px;
}

.contact-sec1 p {
    margin: 5px 0;
}

.contact-sec1 a {
    color: #e00;
    text-decoration: none;
}

.contact-sec1 a:hover {
    text-decoration: underline;
}

.contact-sec1 .ext-flex {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.contact-sec1 .check-cus1 {
    width: 20%;
    height: 38%;
    margin: 0;
}

.contact-sec1 .check-cus2 {
    width: 50%;
}

.contact-sec1 .check-cus3 {
    width: 30%;
}

.contact-sec1 .btn-cus {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
}

.contact-sec1 .cust-img1 {
    width: 10%;
    padding-bottom: 15px;
}

.contact-sec1 .office-info h2 {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #1E1E1E;
}

.contact-sec1 .office-info h3 {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #ED1C24;
}

.contact-sec1 .office-info p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #303030;
}

.contact-sec2 h3 {
    padding-bottom: 20px;
}

.contact-sec3 .cust-img2 {
    width: 15%;
    padding: 15px 0;
}

.contact-sec3 h2 {
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #ED1C24;
    padding-bottom: 5px;
}

.contact-sec3 h3 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #ED1C24;
    margin: 0;
}

.contact-sec3 p {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #050505;
    margin: 0;
    padding: 10px 0;
}

.contact-sec3 a {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #0D7BB9 !important;
}

@media screen and (max-width:425px) {
    .contact-sec1 .office {
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .contact-sec1 .office-info h2 {
        text-align: center;
    }

    .contact-sec1 .office-info h3 {
        text-align: center;
    }

    .contact-sec1 .office-info p {
        text-align: center;
    }

    .contact-sec1 .recaptcha {
        width: 100%;
    }

    .contact-sec1 .cust-pad {
        text-align: center;
    }

    .contact-sec3 {
        text-align: center;
    }

    .contact-sec3 h2 {
        text-align: center;
    }

    .contact-sec3 h3 {
        text-align: center;
    }

    .contact-sec3 p {
        text-align: center;
    }

    .contact-sec3 a {
        text-align: center;
    }
}


.pp-sec1 {
    padding-top: 130px;
    padding-bottom: 70px;
}


.pp-sec2 .sidebar ul {
    list-style-type: none;
    padding: 0;
}

.pp-sec2 .sidebar ul li {
    margin-bottom: 10px;
    font-family: "Outfit";
    font-size: 15px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
}

.pp-sec2 .sidebar ul li a {
    text-decoration: none;
    color: #0C0C0C;
    font-size: 16px;
}

.pp-sec1 h2 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    color: #ED1C24;
}

.pp-sec2 {
    padding-bottom: 70px;
}

.pp-sec2 h2 {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-transform: capitalize;
    color: #0C0C0C;
}

.pp-sec2 p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #1A1A1A;
}

.pp-sec2 .cust-bor {
    border-right: 1px solid #CDCDCD;
    height: 75%;
}

.pp-sec2 .content section {
    display: none;
}

.pp-sec2 .content section.active {
    display: block;
}

.sidebar ul li a.active {
    color: #ED1C24;
}



.brands-sec1 .back-div {
    border: 1px solid #CACACA;
    border-radius: 8px;
}

.brands-sec1 .first-div,
.brands-sec1 .second-div {
    text-align: center;
    padding: 10%;
}

.brands-sec1 .first-div {
    border-bottom: 1px solid #CACACA;
    background: #F9F9F9;
    border-radius: 8px 8px 0 0;
}

.brands-sec1 .head-sec h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    color: #0F0F0F;
    padding-bottom: 5px;
}

.brands-sec1 .head-sec p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #0F0F0F;
    padding-bottom: 5px;
}

.brands-sec1 .first-div h3 {
    font-family: "Outfit";
    font-size: 28px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: center;
    color: #ED1C24;
    padding: 10px 0;
    margin: 0;
    text-transform: capitalize;
}

.brands-sec1 .first-div p {
    font-family: "D-DIN";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.brands-sec1 .first-div p:last-child {
    margin: 0;
}

.brands-sec1 .exd-sec {
    height: 223px;
}

.brands-sec1 .p-h1 {
    height: 375px;
}

.brands-sec1 .p-h2 {
    height: 528px;
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .brands-sec1 .p-h2 {
        height: 618px;
    }

    .brands-sec1 .p-h1 {
        height: 472px;
    }
}

@media screen and (max-width:768px) {
    .brands-sec1 .p-h2 {
        height: unset;
    }

    .brands-sec1 .p-h1 {
        height: unset;
    }
}

.press-sec1 .head-sec h3 {
    color: #0F0F0F;
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.press-sec1 .head-sec p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #0F0F0F;
    padding-bottom: 5px;
}

.press-sec1 .news_img_wid,
.press-sec1 .news_img_wid2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-sec1 .inner_news_div h4 {
    color: #000000;
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-top: 15px;
}

.press-sec1 .inner_news_div p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding-bottom: 5px;
}

.press-sec1 .btn-cus {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
}

.press-sec1 .ext-p {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    text-align: left;
    color: #000000;
}

.careers-sec1 {
    background: #fff;
}

.careers-sec1 .update_text h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
}

.careers-sec1 .update_text p {
    padding: unset;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.careers-sec1 .tag-blog img {
    width: 100%;
}

.careers-sec1 .history_div h3 {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 10px;
}

.careers-sec1 .history_div .cus-p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #0F0F0F;
    padding-bottom: 45px;
}

.careers-sec1 .history_div .cus-p1 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #0F0F0F;
}

.careers-sec1 .history_div .btn-cus {
    background: #007EBB;
    color: #fff;
    border: 1px solid #007EBB;
}



.careers-sec2 {
    background: #F5F5F5;
}

.careers-sec2 .upload-container {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-style: dashed;
    margin-top: 30px;
    justify-content: space-between;
}

.careers-sec2 .upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.careers-sec2 .upload-icon {
    font-size: 36px;
    color: #ccc;
    margin-bottom: 10px;
}

.careers-sec2 .upload-label span {
    color: #666;
    margin-bottom: 5px;
}

.careers-sec2 .upload-note {
    font-size: 12px;
    color: #aaa;
}

.careers-sec2 .file-input {
    display: none;
}

.careers-sec2 .select-file-btn {
    background: #FFFFFF;
    padding: 12px 16px 12px 16px;
    border-radius: 5px;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 600;
    line-height: 13.62px;
    text-align: left;
}

.careers-sec2 .upload-label {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.careers-sec2 input[type=email] {
    margin-bottom: 0;
}

.careers-sec2 .cust-star {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.careers-sec2 .cust-text1 {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 17.7px;
    text-align: left;
}

.careers-sec2 .cust-text2 {
    color: #00000066;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
}

.careers-sec2 .update_text h3 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
}

.careers-sec2 .update_text p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 40px;
}

.team-sec1 .cus-card1 {
    position: relative;
    cursor: pointer;
}

.team-sec1 .cus-card1 .text-veiw-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: start;
    border-bottom: 8px solid #ED1C24;
}

.team-sec1 .cus-card1 .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.team-sec1 .cus-card1:hover .overlay {
    opacity: 1;
}

.team-sec1 .cus-card1:hover .text-veiw-over {
    display: none;
}

.team-sec1 h2 {
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    color: #0F0F0F;
    text-transform: capitalize;
}

.team-sec1 h3 {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FFFFFF;
}

.team-sec1 p {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.375px;
    text-align: left;
    color: #D5D5D5;
    margin: 0;
}

.team-sec1 .nav-icon {
    height: 35px;
    margin-top: 15px;
}

.team-sec1 .fir-head-icon {
    padding: 0 12px !important;
}

.team-sec1 .sec-head-icon {
    padding: 0 10px !important;
}

.team-sec1 .cust-p {
    height: 25px;
}

.team-sec2 {
    background: #F5F5F5;
}

.team-sec1 .head-cus p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #0F0F0F;
}

.team-sec1 .cust-flex {
    display: flex;
    justify-content: center;
}

.team-sec3 h2,
.team-sec3 p {
    margin-bottom: 25px;
}



/*  */

/* .data-sec1 .container {
    background: #F3F3F3;
    padding: 30px;
} */

.data-sec1 .search-bar {
    background: #F3F3F3;
    padding: 30px;
}

.data-sec1 .cust-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 2px 48px 0 #0000000F;
    width: 100%;
    gap: 10px;
    background: #FFF;
    padding: 15px;
}

.data-sec1 .filter-button,
.data-sec1 .search-button,
.data-sec1 .sort-button {
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}

.data-sec1 .search-input {
    flex: 1;
    padding: 10px;
    border-radius: 4px;
    margin: 0 10px;
    border: unset;
    background: #F4F4F4;
    color: #77838F;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    width: 85%;
}

.data-sec1 .search-input:focus-visible {
    border-color: #fff !important;
}

.data-sec1 .filter-dropdown,
.data-sec1 .sort-dropdown {
    position: relative;
}

.data-sec1 .filter-panel,
.data-sec1 .sort-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    z-index: 10;
    white-space: nowrap;
    padding: 20px;
}

.data-sec1 .filter-dropdown:hover .filter-panel,
.data-sec1 .filter-panel:hover,
.data-sec1 .sort-button:hover+.sort-options,
.data-sec1 .sort-options:hover {
    display: block;
}

.data-sec1 .sort-options {
    right: -15px;
    left: auto;
    padding: 20px;
}

.data-sec1 .sort-option,
.data-sec1 .filter-option {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.data-sec1 .filter-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.data-sec1 .filter-group:last-child {
    margin-bottom: unset;
    border-bottom: unset;
}

.data-sec1 .filter-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.data-sec1 .filter-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.data-sec1 .filter-option input {
    margin-right: 10px;
}

.data-sec1 .filter-button {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    background: #fff;
}

.data-sec1 .filter-title {
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #0F0F0F;
}

.data-sec1 .filter-option {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #0F0F0F !important;
}

.data-sec1 input[type='checkbox'] {
    accent-color: #ED1C24;
    cursor: pointer;
}


.data-sec1 .mid-part {
    background: #F4F4F4;
}

.data-sec1 .mid-part .search-button {
    background: #ED1C24;
    color: #fff;
    padding: 6px 11px;
    border-radius: 4px;
}

.data-sec1 .sort-dropdown .sort-button {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    background: #fff;
    color: #8E8C95;
}

.data-sec1 .sort-dropdown .sort-button .sort-criteria {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #3B3A40;
    text-decoration: underline;
}

.data-sec1 .sort-dropdown .sort-option {
    color: #161617;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
}

.data-sec1 .sort-dropdown .selected {
    color: #ED1C24;
    font-weight: 600;
}

.data-sec1 .filter-dropdown {
    width: 21%;
}

.data-sec1 .mid-part {
    width: 44%;
    padding: 5px;
}

.data-sec1 .sort-dropdown {
    width: 21%;
}

.data-sec1 .head h2 {
    color: #0F0F0F;
    font-family: "Outfit";
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
}

.data-sec1 .head p {
    color: #0F0F0F;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
}



/*  */
.data-sec2 {
    padding-bottom: 70px;
}

.data-sec2 table {
    width: 100%;
    border-collapse: collapse;
}

.data-sec2 th,
.data-sec2 td {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.data-sec2 .cust-thead th {
    background: #EFEFEF;
    border-bottom: unset;
    color: #0F0F0F;
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    padding: 15px;
    text-transform: capitalize;
}

.data-sec2 .cust-thead .cus-bod1 {
    border-radius: 8px 0 0 8px;
}

.data-sec2 .cust-thead .cus-bod2 {
    border-radius: 0 8px 8px 0;
}

.data-sec2 .cust-tbody td {
    color: #0F0F0F;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    padding: 15px;
}

.data-sec2 .cust-tbody tr {
    background: #fff;
}

.data-sec2 .cust-tbody .download-button {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    border: none;
    background: #fff;
}

.data-sec2 .cust-tbody .download-button:hover {
    text-decoration: none;
}

.data-sec2 p {
    color: #0F0F0F;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding-top: 15px;
}

.data-sec2 .btn-cus {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
    font-weight: 500;
}

.data-sec3 {
    background: #F5F5F5;
}

.data-sec3 .head p {
    margin: unset;
    padding-top: 0;
    padding-bottom: 25px;
}

.data-sec3 .cust-thead th {
    background: #FFFFFF;
}

.data-sec3 .cust-tbody tr {
    background: #F5F5F5;
}

.data-sec3 .cust-tbody .cust-tr td {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    color: #FFFFFF;
    background: #ED1C24;
    text-transform: capitalize;
    border-radius: 8px;
    border: unset;
}

.data-sec3 .cust-down {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    padding: 0 15px;
}

.data-sec3 .cust-down:hover {
    text-decoration: none;
}

.data-sec1 .table th,
.data-sec2 .table th {
    border-top: unset;
}

@media screen and (max-width:1024px) and (min-width:426px) {
    .data-sec1 .filter-dropdown {
        width: unset;
    }

    .data-sec1 .mid-part {
        width: unset;
    }

    .data-sec1 .sort-dropdown {
        width: unset;
    }

    .data-sec1 .search-input {
        width: unset;
    }

    .data-sec2 .cust-tbody .download-button {
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .data-sec1 .cust-back {
        flex-direction: column;
    }

    .data-sec1 .filter-dropdown {
        width: 100%;
        text-align: center;
    }

    .data-sec1 .mid-part {
        width: unset;
    }

    .data-sec1 .sort-dropdown {
        width: 100%;
        text-align: center;
    }

    .data-sec1 .search-input {
        width: unset;
        margin: 0;
        padding: 0;
    }

    .data-sec2 .cust-tbody .download-button {
        color: #ED1C24;
        font-family: "Outfit";
        font-size: 14px;
    }
}

/* all models */

.modal-content {
    padding: 20px 20px;
}

.modal-header {
    gap: 0;
    border-bottom: 1.5px solid #D9D9D9;
    align-items: center;
    padding: 0 0 15px 0;
}

.modal-header .close {
    padding: unset;
    margin: unset;
    margin-bottom: 5px;
}

.modal-title {
    font-family: "Outfit";
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    color: #ED1C24;
    text-transform: capitalize;
}

.modal-body {
    padding: 20px 0;
}

.modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body label {
    display: block;
    margin-bottom: 5px;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #343935;
}

.modal-body input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 6px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.modal-body input[type=email] {
    margin-bottom: unset;
}

.modal-body .d-cus {
    display: flex;
    justify-content: center;
}

.modal-body .btn-cus {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
}

.model-cus .modal-title {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.model-cus .modal-body h6 {
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
}

.model-cus .modal-body p {
    color: #393939;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

/* bolg sub page css */


.last-sec-blog .author-info {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.last-sec-blog .author-info h1 {
    margin: 0;
    font-size: 24px;
}

.last-sec-blog .author-info p {
    color: #555;
}

.last-sec-blog .tags span {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 10px;
    border: 1px solid #ED1C24;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.30000001192092896px;
    text-align: center;
    color: #ED1C24;
}

.last-sec-blog .share {
    margin-top: 10px;
}

.last-sec-blog .share span {
    margin-right: 10px;
}

.last-sec-blog .share a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.last-sec-blog .article-navigation {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.last-sec-blog .article-navigation a {
    color: #333;
    text-decoration: none;
}

.last-sec-blog .article-navigation a:hover {
    background-color: #eee;
}

.last-sec-blog .comments-section {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.last-sec-blog .comments-section h2 {
    margin-top: 0;
}

.last-sec-blog .comment {
    margin-bottom: 20px;
}

.last-sec-blog .comment-header {
    display: flex;
    align-items: center;
}

.last-sec-blog .comment-header img {
    width: 50px;
    padding: 0;
}

.last-sec-blog .comment-author h3 {
    margin: 0;
    font-size: 18px;
}

.last-sec-blog .comment-author p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.last-sec-blog .comment-text {
    margin: 10px 0;
}

.last-sec-blog .reply {
    text-decoration: none;
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.last-sec-blog .reply:hover {
    text-decoration: underline;
}

.last-sec-blog .replies {
    margin-left: 50px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.last-sec-blog .cust-d-flex {
    display: flex;
}

.last-sec-blog .cust-d-flex .left {
    margin-right: 15px;
    padding: 0;
}

.last-sec-blog .cust-d-flex .left img {
    padding: 0;
}

.last-sec-blog .cust-d-flex1 {
    display: flex;
    justify-content: space-between;
}

.last-sec-blog .article-navigation {
    display: flex;
    display: flex;
    background: #FFF8EF;
    padding: 20px;
}

.last-sec-blog h3 {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.last-sec-blog p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.last-sec-blog .article-navigation .right a {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.last-sec-blog .article-navigation .right {
    text-align: right;
}

.last-sec-blog .article-navigation .left a {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.last-sec-blog .article-navigation .left p,
.last-sec-blog .article-navigation .right p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;

}

.last-sec-blog .comments-section h2 {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

.last-sec-blog .comment-author {
    margin-left: 10px;
}

.last-sec-blog .comments-section p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.last-sec-blog .comment span,
.last-sec-blog .replies span {
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

/*  */
.model-cus-cel .modal-header {
    padding-left: unset;
}

.model-cus-cel .modal-body h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #0F0F0F;
    text-transform: capitalize;
    font-family: 'Open Sans';
}

.model-cus-cel .modal-body p {
    text-align: left;
}

.model-cus-cel .modal-body .cus-flex {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    padding-top: 20px;
}

.model-cus-cel .modal-body .cus-flex h6 {
    font-family: "Outfit";
}

.mira-sec2-cus p {
    padding: 0;
}

.mira-sec2-cus .sec_ul_l h3 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
}

.mira-sec2-cus .sec_ul_l p {
    text-align: left;
}

.cust-mira-sec3 .himwor_divtech img {
    width: 40%;
}

.cust-mira-sec3 .himwor_divtech h4 {
    color: #ED1C24;
}

.cust-mira-sec3 .himwor_divtech {
    height: unset;
}

.cust-mira-sec3 .himwor_divtech p {
    height: 13pc;
}

.cust-mira-sec4 .app_down p {
    text-align: left;
}

.cust-mira-sec4 .app_down {
    height: 48pc;
}



/*  */



.cust-mira-sec5 .milestone {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cust-mira-sec5 .milestone ul {
    padding: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: auto;
}

.cust-mira-sec5 .milestone ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cust-mira-sec5 .milestone ul li {
    padding-top: 10px;
    width: 100%;
    position: relative;
    text-align: center;
    min-width: 115px;
}

.cust-mira-sec5 .milestone ul li:last-child:after {
    display: none;
}

.cust-mira-sec5 .milestone ul li:first-child:before {
    display: none;
}

.cust-mira-sec5 .milestone ul li.active:before,
.cust-mira-sec5 .milestone ul li.active:after {
    border: 1px solid #ED1C24;
}

.cust-mira-sec5 .milestone ul li.current:before {
    border: 1px solid #ED1C24;
}

.cust-mira-sec5 .milestone ul li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    border: 1px solid #b7b7b7;
    left: 0;
}

.cust-mira-sec5 .milestone ul li:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    border: 1px solid #b7b7b7;
    right: 0;
}

.cust-mira-sec5 .milestone li span {
    color: #b7b7b7;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Outfit";
}

.cust-mira-sec5 .milestone li span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #b7b7b7;
    border-radius: 100%;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}



.cust-mira-sec5 .milestone li.current span,
.cust-mira-sec5 .milestone li.active span {
    color: #ED1C24;
}

.cust-mira-sec5 .milestone li.current span:after,
.cust-mira-sec5 .milestone li.active span:after {
    background: #ED1C24;
}

.cust-mira-sec5 .milestone li.current {
    font-size: 18px;
    font-weight: bold;
}

.cust-mira-sec5 .milestone li.current span:after {
    transform: scale(1.5);
    transform-origin: 50% 50%;
}

.cust-mira-sec5 .content-milestone {
    margin: 45px 0;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}

.cust-mira-sec5 .content-milestone ul {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 760px;
    overflow: hidden;
}

.cust-mira-sec5 .content-milestone ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cust-mira-sec5 .content-milestone ul li {
    display: none;
}

.cust-mira-sec5 .content-milestone ul li.active {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cust-mira-sec5 .content-milestone .image {
    width: 100%;
    height: auto;
}

.cust-mira-sec5 .content-milestone .explain {
    padding: 20px 0;
}

.cust-mira-sec5 h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    color: #0F0F0F;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.cust-mira-sec5 h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #ED1C24;
    padding: 10px 0;
}

.cust-mira-sec5 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.mira-sec6-cus .mira-rec {
    text-align: center;
    cursor: pointer;
}

.mira-sec6-cus .mira-rec img {
    width: 50%;
}

.mira-sec6-cus .mira-rec p {
    font-size: 13px;
    line-height: 18px;
}

/* for card hover */
.bor_rad_im .hei-hov {
    line-height: 100px;
}

.cust-rd-sec h3 {
    padding-bottom: 0;
}

.cust-rd-sec .milestone ul li {
    min-width: 100px;
}

/* instructions */
@media screen and (max-width:425px) {
    .int-cust .com-bannar h2 {
        font-size: 38px;
    }

    .int-cust .com-bannar {
        padding-top: 19%;
    }
}

@media screen and (min-width:1880px) {
    .int-cust .com-bannar {
        padding-top: 7%;
    }
}

@media screen and (max-width:1879px) and (min-width:426px) {
    .int-cust .com-bannar {
        padding-top: 10%;
    }
}

/* FORM BUTTON */
.wpcf7-form-control.wpcf7-submit.has-spinner[type='submit'] {
    font-family: 'D-DIN';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: start !important;
    padding: 10px 30px;
    padding: 5px 26px;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid #fff;
    text-transform: capitalize;
    margin-top: 15px;
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #ED1C24;
    width: auto;
}


.dis_rel img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blogsub-sec1 img {
    /* width: 100%; */
    /* height: 650px;
    object-fit: cover; */
    /* padding-top: 70px; */
    width: 100%;
    padding-top: 130px;
    /* height: fit-content; */
    height: 700px;
    object-fit: contain;
}


/* loader */

.loader1 {
    border: 16px solid #d1bebe;
    border-top: 16px solid #ff0000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 46.5%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
    align-content: space-between;
    flex-wrap: nowrap;
    top: 46.5%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label {
    width: 100%;
}

.error {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    font-family: "Outfit";
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.blog-cust .pagination a:hover:not(.active) {
    background-color: #ed1c24;
    color: #fff;
}

.btn-col-cus a {
    color: #ed1c24;
}

.col-der-home-sec2 {
    background: #FFFAFA;
}

@media screen and (min-width:1025px) {
    .container-fluid.cust-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.cus-wid {
    width: 100%;
}

.brands-sec1 .exd-sec {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.second-div1 {
    display: flex;
    justify-content: space-around;
}

.second-div .left,
.second-div .right {
    width: 30%;
}

.all-pad-mir .bindexback {
    background: #FFF8EF;
    background-image: url(../image/polymers/Bindex.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .optim-back {
    background: #FFF8EF;
    background-image: url(../image/polymers/optim.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .optipet-back {
    background: #FFF8EF;
    background-image: url(../image/polymers/optipet.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .recoupp-back {
    background: #FFF8EF;
    background-image: url(../image/polymers/recoupp.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .novis-back {
    background: #FFF8EF;
    background-image: url(../image/polymers/novis.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .li-ion-back {
    background: #FFF8EF;
    background-image: url(../image/Section3-Homepage/Passive-thermal-management-for-Li-ion-battery.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}

.all-pad-mir .hvac-back {
    background: #FFF8EF;
    background-image: url(../image/climate/banner1.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: calc(100% - 70px);
}


.youtubeplayer {
    background-image: url('../image/company/sec4-cen-img.png') center no-repeat;
    z-index: 100;
}

.crest-color {
    font-family: "Open Sans";
    font-weight: 600;
    color: #ED1C24;
}

.cust-a-off {
    text-decoration: none;
    color: black;
}

.cust-a-off:hover {
    text-decoration: none;
    color: black;
}

.cust-blog-home h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26.06px;
    text-align: left;
    color: #000000;
    margin: 20px 0;
}

.cust-blog-home p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-align: left;
    font-family: 'D-DIN';
}

.italic-font {
    font-style: italic;
}

@media screen and (max-width:769px) {
    .bor_rad_im h4 {
        font-size: 15px;
    }
}

@media screen and (min-width:1500px) {
    .applic_div .app_down {
        height: 50pc;
    }

    .applic_div_pol .app_down {
        height: 46pc;
    }

    .applic_div_2 .app_down {
        height: 46pc;
    }
}

@media screen and (max-width:1499px) and (min-width:1025px) {
    .applic_div .app_down {
        height: 40pc;
    }

    .applic_div_pol .app_down {
        height: 38pc;
    }

    .applic_div_2 .app_down {
        height: 38pc;
    }
}

.tech_poly_div .tech_downdiv p a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* .pos_rel img {
    mask-image: linear-gradient(to bottom, #000 20%, transparent 90%);
} */

.cust-pad-com {
    padding-block: 20px;
}

.carrer-cust-box h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #333333;
    padding: 15px 0;
    margin: 0;
}

.carrer-cust-box h6 {
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #ED1C24;
    padding-bottom: 5px;
}

.carrer-cust-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-family: "Open Sans";
}

.carrer-cust-box ul {
    padding: auto;
}

.carrer-cust-box li {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #333333;
    font-family: "Open Sans";
    padding-bottom: 10px;
}

.carrer-cust-box1 h5,
.carrer-cust-box1 p {
    text-align: left;
}

.cust-carrer-point li {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    font-family: "Open Sans";
}

.cust-foe-carrer-bot {
    display: flex;
    align-items: center;
}

.cust-silder-for-carrer .carousel-controls {
    justify-content: center;
}


#st-1 .st-btn>img {
    padding: unset !important;
}

#mega-menu-item-528 a:nth-child(1) {
    color: #ED1C24;
    font-weight: 600;
    cursor: default;
}

.extra_top_pad_com {
    padding-top: 14%;
}

@media screen and (max-width:769px) {
    .extra_top_pad_com {
        padding-top: 18%;
    }
}

@media screen and (max-width:613px) {
    .extra_top_pad_com {
        padding-top: 20%;
    }

    .company-sec4 h3 {
        font-size: 35px;
        line-height: normal;
    }
}

@media screen and (max-width:520px) {
    .extra_top_pad_com {
        padding-top: 35%;
    }
}

.company-sec4.cust-pad-com {
    background: unset
}

.company-sec4 .company-sec3 {
    border-radius: 0px;
}

.text-ttr {
    text-transform: none !important;
}

.brand_ext_img {
    padding-block: 20px;
    text-align: center;
}

.pt-50 {
    padding-top: 50px;
}


.brand_ext_img img {
    filter: grayscale(1);
    width: 50%;
}

.brand_ext_img img:hover {
    filter: none;
}

.home_plus_img img {
    width: 20%;
}

@media screen and (max-width:769px) {
    .home_plus_img img {
        width: 80%;
    }
}

/* 
.cust-mira-sec5 .milestone li .four_div:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #D19F2A;
    border-radius: 100%;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}



.cust-mira-sec5 .milestone li.current .four_div:after {
    background: #D19F2A;
}

.cust-mira-sec5 .milestone li.active .four_div:after {
    background: #D19F2A;
}

.cust-mira-sec5 .milestone li.current .two_div:after {
    background: #2D9A47;
}


.cust-mira-sec5 .milestone li .two_div:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #2D9A47;
    border-radius: 100%;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.cust-mira-sec5 .milestone li.active .two_div:after {
    background: #2D9A47;
}

.cust-mira-sec5 .milestone li.current .three_div:after {
    background: #F36E24;
}


.cust-mira-sec5 .milestone li .three_div:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #F36E24;
    border-radius: 100%;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.cust-mira-sec5 .milestone li.active .three_div:after {
    background: #F36E24;
} */
.div_mile_spa {
    font-size: 30px !important;
    color: #333333 !important;
    line-height: 18px !important;
}

.healthcare .technology .cust-p-rnd {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #0F0F0F;
    padding-bottom: 10px;
}







.cust-map-hover .description {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(229, 229, 229, 0.7);
}

.cust-map-hover div,
.cust-map-hover img,
.cust-map-hover footer {
    position: relative;
    box-sizing: border-box;
}


.cust-map-hover a {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #dff3fd;
}

.cust-map-hover a:visited {
    color: #dff3fd;
}

.cust-map-hover li.active a,
.cust-map-hover a:hover,
.cust-map-hover a:active {
    color: #e5e5e5;
}

.cust-map-hover .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cust-map-hover .centered-y {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cust-map-hover .distribution-map {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.cust-map-hover .distribution-map>img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.cust-map-hover .distribution-map .map-point {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 20px;
    height: 22px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.25s ease-in-out 0.25s,
        width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
        z-index 0.25s ease-in-out 0.25s;
    -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
        height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
        height 0.25s ease-in-out, z-index 0.25s ease-in-out;
    -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out 0.25s,
        width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
        z-index 0.25s ease-in-out 0.25s;
    transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
        height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    background: rgba(255, 255, 255, 0.85);
    border: 5px solid #ED1C24;
}

.cust-map-hover .distribution-map .map-point .content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    height: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: overlay;
}

.cust-map-hover .distribution-map .map-point:active,
.cust-map-hover .distribution-map .map-point:focus {
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    width: 300px;
    height: 220px;
    z-index: 1;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
        height 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
        height 0.25s ease-in-out;
}

.cust-map-hover .distribution-map .map-point:active .content,
.cust-map-hover .distribution-map .map-point:focus .content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
        overflow 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
        overflow 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out,
        overflow 0.25s ease-in-out;
    -webkit-transition-delay: 0.25s, 0s, 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
        overflow 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out,
        overflow 0.25s ease-in-out;
    overflow: hidden;
}

.cust-map-hover .distribution-map .map-point:active .content a:hover,
.cust-map-hover .distribution-map .map-point:active .content a:active,
.cust-map-hover .distribution-map .map-point:focus .content a:hover,
.cust-map-hover .distribution-map .map-point:focus .content a:active {
    color: #fc2a88;
}

.cust-map-hover .content img {
    width: 15%;
}

.cust-map-hover .content h3 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #ED1C24;
    margin: 0;
    padding: 0;
}

.cust-map-hover .content p {
    margin: 0;
}

.cust-map-hover .content a {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #0D7BB9 !important;
    text-transform: unset !important;
}

@media screen and (max-width:425px) {
    .cust-map-hover .desktop {
        display: none;
    }
}

@media screen and (min-width:426px) {
    .cust-map-hover .moblie {
        display: none;
    }
}


.cookies-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -450px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px;
    margin: 0 auto;
    color: #112d32;
    transition: all 0.3s ease;
    padding-inline: 5%;
}

.cookies-box.show {
    bottom: 0;
    z-index: 99999;
}

.cookies__title {
    margin: 0;
    padding: 0;
}

.cookies__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-align: left;
}

.cookies__title,
.cookies__text {
    margin-bottom: 15px;
    font-family: 'D-DIN Exp';
}

.cookies__link {
    margin-left: 10px;
    display: inline-block;
    color: #8fc1e3;
}

.cookies__btn {
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 3px;
    border: none;
    transition: background 0.3s;
    cursor: pointer;
    font-family: 'D-DIN';
    font-size: 18px;
    font-weight: 400;
    background-color: #ED1C24;
    color: #fff;
}

.cookies__btn--accept {
    margin-right: 15px;
}

.cookies__btn:hover {
    background-color: #ED1C24;
}

.cookies__link:hover {
    color: #ED1C24;
}



.sec-head-icon img {
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 5px;
    vertical-align: top;
}

.sec-head-icon img:not(hover) {
    filter: invert(100%);
}

.sec-head-icon:hover img {
    filter: invert(100%) brightness(0%) contrast(100%);
}


.footer .sec-head-icon img {
    top: 4px;
}

.pluss_logo_center img {
    width: 20%;
}

@media only screen and (max-width: 770px) {
    .pluss_logo_center img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .plus_work_div .plus_updiv h3 {
        font-size: 35px;
    }

    .pluss_logo_center img {
        width: 80%;
    }
}

@media only screen and (max-width: 420px) {
    .tec_bot_para {
        height: auto;
    }
}

.modal {
    top: 21%;
}

.cust-model-hei .modal-content {
    height: 100vh;
}

.modal-content .modal-body {
    overflow: auto;
}

.busnes_div_4 .pad_top_25,
.busnes_div_4 .pad_25 {
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .cust-model-hei .modal-content {
        height: 100vh;
    }
}

@media only screen and (max-width: 399px) {
    .second_div_firstimg {
        width: 18% !important;
    }
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent !important;
}

.apl_up h6 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: center;
    color: #333333;
}

.cust-btn-sp {
    color: #ED1C24;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    border: none;
    background: transparent;
}

@media (min-width: 1024px) {

    #exampleModal11 .modal-lg,
    #exampleModal2 .modal-lg,
    #exampleModal3 .modal-lg,
    #exampleModal4 .modal-lg {
        max-width: 1000px;
    }
}

@media (min-width: 1440px) {

    #exampleModal11 .modal-lg,
    #exampleModal2 .modal-lg,
    #exampleModal3 .modal-lg,
    #exampleModal4 .modal-lg {
        max-width: 1250px;
    }
}

#exampleModal11 .modal-dialog,
#exampleModal2 .modal-dialog,
#exampleModal3 .modal-dialog,
#exampleModal4 .modal-dialog {
    margin-bottom: 30%;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.wpcf7-list-item input {
    width: unset;
}

/*  */
.wpcf7-form.init br {
    display: none;
}
.car-form-label{
    font-weight: 600 !important;
}
.car-label-two{
    margin-top: 20px !important;
}