html {
    scroll-behavior: smooth;
}

.hero-slider-area {
    background: #000;
}

.news-bg-grey {
    background: #f5f5f5;
}

.error {
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
    float: left;
}

.support-footer__area .contact-form-area.addrs-spprt-div {
    margin: auto;
    padding: 25px 25px 25px;
}

.send-form .error {
    margin-bottom: 15px;
    margin-top: -7px;
}

#Send {
    margin: auto;
}

form#send .main-btn-rect {
    width: 100%;
}

.send-form .form-group {
    width: 100%;
}

form#send input, form#send textarea {
    margin-bottom: 15px;
}

.login-menu a .log-out-btn {
    letter-spacing: 0px;
    border: 1px solid;
    padding: 0px;
    top: -6px;
    padding: 0px 12px;
}

.log-in-btn, log-out-btn {
    cursor: pointer;
}

.ip-search-mmbr {
    min-width: 275px;
}
/*.header-navigation__nav nav > ul > li.login-menu > button {
    border:0px;
    font-size: 14px;
    padding: 0 10px;
    margin: 25px auto;
    line-height: 32px;

}*/
.header-navigation__icon__cart .minicart-box {
    right: 80px;
    top: 0;
}

.logo {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
}

.header-top-bar {
    background-color: #0c95ec;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    padding: 8px 0;
    display: block;
}

.header-area.home-header.header-sticky {
    opacity: 0;
    position: fixed;
}

    .header-area.home-header.header-sticky.is-sticky {
        opacity: 1;
    }

.my-home-about {
    background-position: center;
}

.ion-ios-search-strong, .mobile-search-div {
    display: none;
}

.bttn-10 button {
    position: relative;
    display: inline-block;
    padding: 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    border: 0px;
}

.cl-effect-10 button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 5px 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
    background-color: #053a5d;
}

.cl-effect-10 button span {
    display: block;
    padding: 5px 30px;
    background: #006cb5;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    z-index: 1;
    position: relative;
}

.bttn-10 button:hover, .bttn-10 button:focus {
    outline: none;
    color: #fff;
}

.cl-effect-10 button:hover::before, .cl-effect-10 button:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.cl-effect-10 button:hover span, .cl-effect-10 button:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.wrapper {
    height: auto;
    position: relative;
    line-height: 0;
    max-height: 100vh;
}

.header-area__mobile .logo {
    padding-left: 0;
    width: 200px;
}

.enter-site-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

    .enter-site-btn .main-btn-rect {
        transform: unset;
        outline: none;
        border: 0px;
        padding: 5px 20px;
        font-size: 18px;
        letter-spacing: 3px;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.8);
    }

        .enter-site-btn .main-btn-rect:before, .enter-site-btn .main-btn-rect:after {
            background: rgba(0, 0, 0, 0.4);
            z-index: -1;
        }

.ofh {
    overflow: hidden;
}
/*---- usefull link start*/

.usefulllik-card {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    overflow: hidden;
    -webkit-box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.09);
    width: 100%;
    height: auto;
    margin: 15px auto;
    max-width: 270px;
    max-height: 270px;
}

    .usefulllik-card .usefulllik-poster {
        position: relative;
        overflow: hidden;
    }

        .usefulllik-card .usefulllik-poster:before {
            content: "";
            position: absolute;
            bottom: -205px;
            left: 0;
            width: 100%;
            height: 100%;
            transition: 0.5s;
            z-index: 1;
            background: rgba(12, 149, 236, 0.8);
        }

    .usefulllik-card:hover .usefulllik-poster:before {
        bottom: 0;
    }

    .usefulllik-card .usefulllik-poster img {
        width: 100%;
        transition: 0.5s;
    }

    .usefulllik-card:hover .usefulllik-poster img {
        filter: blur(2px);
        transform: translateY(-30px);
    }

.usefulllik-details {
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 100%;
    bottom: -205px;
    left: 0;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 2;
}

.usefulllik-card:hover .usefulllik-details {
    bottom: -7%;
}

.usefulllik-details h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
}

.usefulllik-info {
    color: #fff;
}

    .usefulllik-info p {
        margin: 30px 0;
        text-align: center;
        line-height: 18px;
    }
/*usefull liunk end*/



/* my staff start*/
.team-member-slider-area .col-12 {
    padding: 0 5px;
}

.our-team {
    padding: 20px 0 30px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .our-team .picture {
        display: inline-block;
        height: 90px;
        width: 90px;
        margin-bottom: 15px;
        z-index: 1;
        position: relative;
    }

        .our-team .picture::before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 50%;
            background-color: #1369ce;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0.9;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .picture::before {
        height: 100%;
    }

    .our-team .picture::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #1369ce;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
    }

    .our-team:hover .picture::after {
        opacity: 1;
    }

    .our-team .picture img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
        background: #fff;
    }

    .our-team:hover .picture img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

    .our-team .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .our-team .title {
        display: block;
        font-size: 13px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #1369ce;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
    }

    .our-team .social li {
        display: inline-block;
        width: 100%;
    }

        .our-team .social li a {
            display: block;
            padding: 10px 0;
            font-size: 14px;
            color: white;
            transition: all 0.3s ease 0s;
            text-decoration: none;
            line-height: 1;
            width: 100%;
            text-align: center;
        }

            .our-team .social li a:hover {
                color: #1369ce;
                background-color: #f7f5ec;
            }

            .our-team .social li a .fa {
                margin-right: 2px;
            }

/* my staff end*/


/*-----------------*/

.my-teams-in-div div[class*="col-"] {
    margin: 15px auto;
    padding: 0;
    overflow: visible;
}

    .my-teams-in-div div[class*="col-"]:hover .profile {
        transform: translateY(-10px);
    }

    .my-teams-in-div div[class*="col-"]:nth-child(2) .profile {
        float: left;
        margin-left: 65px;
    }

    .my-teams-in-div div[class*="col-"]:nth-child(3) .profile {
        float: left;
        margin-left: 65px;
    }

.my-teams-in-div .case-study__single-step .count-wrap .dot {
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-teams-in-div .case-study__single-step .count-wrap .line {
    width: 100%;
}

    .my-teams-in-div .case-study__single-step .count-wrap .line.vertical:before {
        background: #eee;
        width: calc(150% - 75px);
        position: absolute;
        content: '';
        height: 1px;
        right: 50%;
        bottom: -205px;
        transform: translateX(50%) rotate(-90deg);
    }

.profile {
    width: 330px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    animation: show-profile 0.5s forwards ease-in-out;
    left: unset;
    transform: unset;
    top: unset;
    margin: 25px auto;
    float: right;
    margin-right: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes show-profile {
    0% {
        width: 0;
    }
}

.profile .photo, .profile .content {
    box-sizing: border-box;
}

.profile .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fafafa;
    background-color: #fafafa;
    margin-left: -40px;
    box-shadow: 0 0 0.5rem #babbbc;
    animation: rotate-photo 0.5s forwards ease-in-out;
    position: absolute;
    z-index: 99;
}

@keyframes rotate-photo {
    100% {
        transform: rotate(-360deg);
    }
}

.profile .photo img {
    width: 100%;
    height: 100%;
}

.profile .content {
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: #e6e6e6;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
}

    .profile .content::before {
        content: "";
        position: absolute;
        /*width: 230px;*/
		width: 255px;
        height: 150px;
        background-color: #ffffff;
        left: 10px;
        top: -20px;
        z-index: 0;
        transform: rotate(-8deg);
    }

    .profile .content .text {
        margin-top: 20px;
        margin-left: 55px;
        z-index: 1;
        position: relative;
    }

        .profile .content .text h3, .profile .content .text h6 {
            font-weight:600;
            margin: 3px 0;
            letter-spacing: 0.4px;
            white-space: nowrap;
            font-size: 16px;
        }

    .profile .content .btn {
        background-color: #abc;
        width: 50px;
        height: 50px;
        position: absolute;
        right:8px;
        top: 25px;
        border-radius: 50%;
        z-index: 2;
        cursor: pointer;
        transition-duration: 0.3s;
        animation: pop-btn 0.3s both ease-in-out 0.5s;
        padding: 0;
        background: transparent;
        cursor: unset;
    }

@keyframes pop-btn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/*.profile .content .btn:hover {
  box-shadow: 0 0 0 5px rgba(170, 187, 204, 0.5);
}*/
.profile .content .btn span {
    width: 60%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    animation: to-hamburger 0.3s forwards ease-in-out;
}

    .profile .content .btn span::before, .profile .content .btn span::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: white;
        transition-duration: 0.3s;
        transform: rotate(0deg);
        right: 0;
    }

    .profile .content .btn span::before {
        margin-top: -7px;
    }

    .profile .content .btn span::after {
        margin-top: 7px;
    }

.profile .content .btn.active span {
    animation: to-arrow 0.3s forwards ease-in-out;
}

    .profile .content .btn.active span::before, .profile .content .btn.active span::after {
        width: 60%;
        right: -1px;
    }

    .profile .content .btn.active span::before {
        transform: rotate(45deg);
    }

    .profile .content .btn.active span::after {
        transform: rotate(-45deg);
    }

@keyframes to-hamburger {
    from {
        transform: translateY(-50%) rotate(-180deg);
    }
}

@keyframes to-arrow {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(180deg);
    }
}

.profile .box {
    width: 150px;
    height: 150px;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    right: -40%;
    transform: translate(-50%, -50%);
    transition-duration: 0.3s;
}

    .profile .box i {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ececec;
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        left: 28px;
        top: calc(75px - 50px/2);
        box-shadow: 0 0 0.5rem #babbbc;
        transition-duration: 0.3s;
    }

        .profile .box i:hover {
            transition-delay: initial !important;
            box-shadow: 0 0 0 5px #babbbc;
        }

    .profile .box.open {
        opacity: 1;
        z-index: 1;
    }

        .profile .box.open i {
            left: 60px;
        }

            .profile .box.open i:nth-of-type(1) {
                transform: rotate(-90deg) translateX(120px) rotate(90deg);
                transition-delay: 0s;
            }

            .profile .box.open i:nth-of-type(2) {
                transform: rotate(-45deg) translateX(120px) rotate(45deg);
                transition-delay: 0.1s;
            }

            .profile .box.open i:nth-of-type(3) {
                transform: rotate(0deg) translateX(120px) rotate(0deg);
                transition-delay: 0.2s;
            }

            .profile .box.open i:nth-of-type(4) {
                transform: rotate(45deg) translateX(120px) rotate(-45deg);
                transition-delay: 0.3s;
            }

            .profile .box.open i:nth-of-type(5) {
                transform: rotate(90deg) translateX(120px) rotate(-90deg);
                transition-delay: 0.4s;
            }

.my-team-staff .profile .content .text {
    margin-top: 0px;
    margin-left: 65px;
}
/*--------------*/






a:hover {
    color: inherit;
}

.header-navigation__nav nav > ul > li > a.active-menu, .submenu li > a.active-menu {
    color: #0C95EC;
}

.background-fafafa {
    background-color: #fafafa;
}

.background-white {
    background-color: #fff;
}

.all-title-style {
    overflow: hidden;
    color: #4e4e4e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .all-title-style:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #0c95ec;
        position: absolute;
        right: calc(100% + 20px);
        bottom: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .all-title-style:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #0c95ec;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .all-title-style:hover:before {
        right: 0;
    }

    .all-title-style:hover:after {
        left: calc(100% + 20px);
    }

.all-title-style-center {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .all-title-style-center:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background-color: #0c95ec;
        position: absolute;
        bottom: 0;
    }

    .all-title-style-center:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        content: '';
        display: block;
        width: 150px;
        height: 1px;
        background: #ddd;
    }

.all-title-style-left {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .all-title-style-left:after {
        height: 3px;
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background-color: #0c95ec;
        position: absolute;
        bottom: 0;
    }

    .all-title-style-left:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        display: block;
        width: 150px;
        height: 1px;
        background: #ddd;
    }

    .all-title-style-left:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        background-color: #0c95ec;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
    }

.ttl-sub {
    font-size: 18px;
}

.solution-grid-wrapper .count-wrap .dot {
    background-color: hsla(203, 90%, 49%, 0.18);
}

    .solution-grid-wrapper .count-wrap .dot:before {
        background-color: rgba(12, 149, 236, 0.29);
    }

    .solution-grid-wrapper .count-wrap .dot:after {
        background-color: #0c95ec;
    }

.cta-video-image:hover .cta-video-image__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.recycling-div-cnt {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.my-metal-ul.feature-list li {
    line-height: 1.2;
    color: #11202D;
    text-align: justify;
}

.recycling-fact-div .solution-grid-single__title {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 0px solid transparent;
    font-size: 26px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.recycling-fact-div .solution-grid-single:hover .solution-grid-single__title {
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    border-color: #F6732E;
    color: #F6732E;
}

.recycling-fact-div .glyph-icon {
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    color: #0c95ec;
}

.recycling-fact-div .solution-grid-single__content {
    margin-top: 40px;
}

.non-faric-matal .history-grid__single .content-head {
    padding: 10px 20px;
    background-color: #0c95ec;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.non-faric-matal .feature-list li {
    padding-left: 24px;
}

    .non-faric-matal .feature-list li:before {
        position: absolute;
        top: 12px;
    }

.history-grid__single-wrapper .dot {
    background-color: hsla(203, 90%, 49%, 0.18);
}

    .history-grid__single-wrapper .dot:before {
        background-color: rgba(12, 149, 236, 0.29);
    }

    .history-grid__single-wrapper .dot:after {
        background-color: #0c95ec;
    }

.count-wrap .dot {
    background-color: hsla(203, 90%, 49%, 0.18);
}

.solution-grid-wrapper .count-wrap .dot:before {
    background-color: rgba(12, 149, 236, 0.29);
}

.solution-grid-wrapper .count-wrap .dot:after {
    background-color: #0c95ec;
}

.non-faric-matal .dot {
    display: none;
}

.non-faric-rec-div .col-lg-6 .leadership__wrapper {
    margin-bottom: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .non-faric-rec-div .col-lg-6 .leadership__wrapper:hover {
        margin-top: -10px;
    }

.non-faric-rec-div .col-lg-6 .leadership__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid #ddd;
    background: #fff;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.non-faric-rec-div .leadership__single .content .identity-wrapper.has-border-left {
    border-left: 3px solid #0c95ec;
}

.non-faric-rec-div .col-lg-6:last-child .leadership__single {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.non-faric-rec-div .col-lg-6:last-child .leadership__wrapper {
    margin-bottom: 0;
}

.non-faric-rec-div .leadership__single .image {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-right: 0;
}

.non-faric-rec-div .leadership__single .content {
    -webkit-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 200px);
    padding: 15px;
}

    .non-faric-rec-div .leadership__single .content p.brief-desc {
        line-height: 1.5;
    }

.paper-div .banner-image-three__content {
    max-width: 90%;
    margin: auto;
}

.paper-div .banner-image-three__image {
    padding: 50px 30px;
}

.paper-div .section-title-content-wrapper--about-counter .text {
    margin-bottom: 20px;
}

.feature-list {
    line-height: 1.66;
}

.all-title-style i {
    font-size: 40px;
    line-height: 1;
    margin-right: 40px;
    color: #0C95EC;
}
/*.growth-pot-bg-img{
background-image: url(../images/theindustry/paper/3-960x430.jpg)!important;
}
.paper-div{
background-image: url(../images/theindustry/paper/6.png)!important;
}
.ppr-rec-bg{
background-image: url(../images/theindustry/paper/10.jpg)!important;}
.key-chlng-bg{
background-image: url(../images/theindustry/paper/2-960x430.jpg)!important;
}
.paper-breadcrumb{
background-image: url(../images/theindustry/ferrous-scrap.jpg)!important;
}
.breadcrumb-area-bg{
background-image: url(../images/19.jpg)!important;
}
.ferrous-rec-fact-bg{
background-image: url(../images/theindustry/24.jpg)!important;}
.background-login-forgot{
background-image: url(../images/4.jpg)!important;}*/



.mrai-calender-bg {
    background-image: url(../images/1.png) !important;
    background-size: cover;
    background-position: center;
}

.single-industry-grid-two:nth-child(3n+1) {
    background-color: #fff;
}

.my-news-div .blog-post-slider__image a {
    overflow: hidden;
}

    .my-news-div .blog-post-slider__image a img {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.my-news-div .blog-post-slider__single-slide--grid-view--style2:hover .blog-post-slider__image a img {
    transform: scale(1.2);
}

.my-news-div .blog-post-slider__single-slide--grid-view:hover .blog-post-slider__image a:before {
    z-index: 1;
}
/*join mrai start*/




.account-details-form select {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 24px;
    padding: 5px 15px;
    color: #656565;
}

.account-details-form input {
    padding: 5px 15px;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #0c95ec;
    color: #ffffff;
}

.myaccount-tab-menu a {
    text-transform: capitalize;
}

.account-details-form input.input-radio {
    width: auto;
    float: left;
    height: 46px;
}

.radio-label {
    line-height: 44px;
    margin: 0;
    margin-left: 10px;
}

.pd-left0 {
    padding-left: 0;
}

.pd-right0 {
    padding-right: 0;
}


.account-details-form input.input-checkbox {
    width: auto;
    margin: 0;
    float: left;
    height: 25px;
    margin-right: 10px;
}

.account-details-form .chk-side-click input.input-checkbox {
    margin-right: 0px;
}

.account-details-form .chk-side-click label {
    padding-left: 5px;
}

.color_blue {
    color: #0c95ec;
    font-size: 16px;
}

.account-details-form input:disabled {
    background: #0c95ec;
}

.account-details-form label {
    width: calc(100% - 25px);
}

.other-with-text label {
    width: auto;
    padding-right: 10px;
}

.account-details-form .section-space--bottom--30 {
    overflow: hidden;
}

.identity-wrapper.has-border-left {
    border-left: 3px solid #0c95ec;
    padding-left: 18px;
    padding-top: 2px;
    background: transparent;
}

.myaccount-content h3.sub-heading-title {
    border: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}

.width-100 {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #656565;
    padding: 10px 15px;
}

.inline-div-radio {
    width: auto;
    float: left;
    margin-right: 20px;
}

.title-subittl-style {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    /*float: left;*/
}

.all-title-style i.fa-inr {
    font-size: inherit;
    color: inherit;
    margin: 0;
}

.date-div, .signature-div {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}

.tab-field-error {
    display: block;
    color: red;
    font-weight: 500;
    display: none;
}

.ht-btn--default {
    text-transform: capitalize;
}

    .ht-btn--default:hover {
        background-color: #053a5d;
        color: #ffffff;
    }

.myaccount-tab-menu a i {
    margin-right: 10px;
}

a.animated-button.thar-three, button.animated-button.thar-three {
    position: relative;
    display: block;
    padding: 10px 18px;
    color: #0C95EC;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: fit-content;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #0C95EC;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    display: inline-block;
    box-shadow: unset;
    margin-bottom: 5px;
}

    a.animated-button.thar-three:before, button.animated-button.thar-three:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #0C95EC;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

a.animated-button:link:after, a.animated-button:visited:after, button.animated-button:link:after, button.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button.thar-three:hover, button.animated-button.thar-three:hover {
    color: #fff;
    background-color: transparent;
    z-index: 1;
}

    a.animated-button.thar-three:hover:before, button.animated-button.thar-three:hover:before {
        left: 0%;
        right: auto;
        width: 100%;
    }

.pd {
    padding: 5px 10px !important;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after, button.animated-button:link:hover:after, button.animated-button:visited:hover:after {
    height: 100%;
}

.color_red.asterik {
    color: red;
    font-size: 18px;
}

.color_blue.asterik {
    color: #0c95ec;
    font-size: 12px;
}

.ui.input {
    width: 100%;
}

button.animated-button.thar-three.calender-search-btn {
    box-sizing: border-box;
    max-height: 37px;
    line-height: 1;
    border-width: 1px;
    border-radius: .28571429rem;
}

.my-datepicker-div {
    width: 100%;
    text-align: right;
}

    .my-datepicker-div .field {
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 15px;
        min-width: 250px;
    }

        .my-datepicker-div .field:last-child {
            min-width: unset;
        }

    .my-datepicker-div.incorporation-div {
        min-width: inherit;
        text-align: left;
    }

        .my-datepicker-div.incorporation-div .field {
            margin: 0px;
            width: 100%;
        }

.pdf-btn {
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    .pdf-btn:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #0C95EC;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .pdf-btn:hover {
        color: #fff;
        background-color: transparent;
        z-index: 1;
    }

        .pdf-btn:hover:before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.notification-pdf-btn {
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    .notification-pdf-btn:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #0C95EC;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .notification-pdf-btn:hover {
        color: #fff;
        background-color: transparent;
        z-index: 1;
    }

        .notification-pdf-btn:hover:before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.forgot-and-login-div-form {
    max-width: 685px;
    margin: auto;
}

.login-frgtpsw {
    color: #0C95EC;
}

.forgot-and-login-div-form .form-table {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
}

.partner-career__single__content .link a {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border: 1px solid #0C95EC;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

    .partner-career__single__content .link a:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #0C95EC;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .partner-career__single__content .link a:hover:before {
        left: 0%;
        right: auto;
        width: 100%;
    }

    .partner-career__single__content .link a:hover {
        color: #FFF;
    }

.magzine-div .partner-career__single__image {
    position: relative;
    border: 1px solid #f4f5f6;
}

    .magzine-div .partner-career__single__image:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(12, 149, 236, 0.0);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.magzine-div .partner-career__single:hover .partner-career__single__image:after {
    background: rgba(12, 149, 236, 0.5);
}

.magzine-div .partner-career__single__content {
    padding: 10px 0;
    bottom: 50px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    text-align: center;
    max-width: unset;
    width: unset;
    padding: 0;
}

    .magzine-div .partner-career__single__content .link a {
        float: none;
        width: auto;
        padding: 10px 20px;
        display: block;
        font-size: 16px;
        letter-spacing: 2.5px;
        text-align: left;
    }

.mobile-slider {
    display: none;
    margin-top: 120px;
}

.left-side-serch-login-btn {
    position: fixed;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

    .left-side-serch-login-btn .main-btn-rect {
        padding: 0;
        line-height: 50px;
        height: 50px;
        width: 50px;
        border: 0;
        margin: 2px;
    }

.header-navigation__icon__cart.mobile-login-popup-div {
    top: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background: rgba(3, 3, 3, 0.85);
}

    .header-navigation__icon__cart.mobile-login-popup-div .minicart-box {
        position: absolute;
        right: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
    }

.section-title-area .title--style2 {
    position: relative;
    font-size:1.5rem;
    line-height: 1;
    margin-top: 0;
}

.this-month-calender {
    color: #0C95EC;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: fit-content;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #0C95EC;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    display: inline-block;
    box-shadow: unset;
    position: unset;
    cursor: unset;
    padding: 5px 10px;
}

    .this-month-calender:hover, .this-month-calender:focus, .this-month-calender:active {
        color: #0C95EC;
    }

.partner-career__single__content {
    max-width: 90%;
    padding: 15px;
    bottom: 45px;
}

.myusefull-link .industry-three-slider__single-slide .item-wrap__content__title {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.myusefull-link .industry-three-slider__single-slide:hover .item-wrap__content__title {
    transform: translateY(-10px);
}

.myusefull-link .industry-three-slider__single-slide .item-wrap {
    overflow: hidden;
}

.myusefull-link .industry-three-slider__single-slide .item-wrap__image {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.myusefull-link .industry-three-slider__single-slide:hover .item-wrap__image {
    transform: scale(1.1);
}

.myusefull-link .career-single__text {
    margin-bottom: 40px;
}

.myusefull-link .industry-three-slider__single-slide .item-wrap__content {
    padding: 25px;
}

.font-bold {
    font-weight: 600;
    font-size: 15px;
}

.text-tttl {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 500;
}

.past-events-div .team-slider__single .content .social-links {
    margin-top: 10px;
}

.past-events-div .team-slider__single .content {
    color: #777;
}

.past-events-div.team-slider .ht-swiper-button-prev.my-btn-prev-slider {
    left: -25px;
}

.past-events-div.team-slider .ht-swiper-button-next.my-btn-next-slider {
    right: -25px;
}

.past-events-div.team-slider .team-slider__single .image {
    overflow: hidden;
}

.past-events-div .team-slider__single .image img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: scale(1.1);
}

.past-events-div .team-slider__single:hover .image img {
    transform: scale(1);
}

.past-events-div.team-slider .swiper-slide {
    text-align: center;
}

.account-details-form h3.sub-heading-title,
.myaccount-content h3.sub-heading-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}

.fees-div-cmpny {
    width: fit-content;
    padding-left: 30px;
    display: table;
}

.cmpny-div {
    font-weight: 600;
}

.chk-div-fees {
    /* float: left; */
    width: 25px;
    display: table-cell;
}

    .chk-div-fees input {
        margin: 0;
    }

.discrip-div-fees {
    display: table-cell;
}

    .discrip-div-fees small {
        color: #0c95ec;
        font-weight: 600;
    }

.account-details-form label input {
    width: auto;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    float: right;
    padding: 0;
    margin-left: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 99999;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.cursr-unset {
    cursor: unset !important;
}

.service-count.magazine-date {
    color: #fff;
    background: linear-gradient(135deg, #0c95ec 25%, #36a8f1 26%, #36a8f1 40%, #0c95ec 41%, #0c95ec 47%, #36a8f1 48%, #36a8f1 60%, #0c95ec 61%);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    width: 100px;
    height: 90px;
    margin: -14px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    padding-top: 5px;
    position: absolute;
    z-index: 1;
}

.mag-carrt:before {
    content: '';
    background: linear-gradient(45deg, #0d6eab 49%, transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 99px;
    top: -15px;
}

.preview-form-div {
    z-index: 99999;
    position: relative;
}

    .preview-form-div .myaccount-content h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        border: 0px;
    }

    .preview-form-div .popup .main-btn-rect {
        padding: 7px 25px;
    }

    .preview-form-div .contact-area {
        width: 100%;
        position: relative;
        margin-top: 0;
        overflow: hidden;
        margin: 15px auto;
    }

    .preview-form-div .title-subittl-style {
        font-size: 18px;
        margin-left: -5px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .preview-form-div .icon {
        display: none;
    }

    .preview-form-div a {
        cursor: unset;
    }

    .preview-form-div .corporate-div-prof h1 {
        margin-bottom: 15px !important;
    }

    .preview-form-div .tab-content > .active {
        margin-bottom: 0px;
    }

    .preview-form-div .popup {
        padding: 50px;
    }

    .preview-form-div .popup-content.container {
        background: #fff;
        /*margin: 50% auto;*/
        position: relative;
        float: left;
        height: 100%;
        padding: 15px;
    }

.preview-form-div-2 {
    /*max-height:calc(100% - 100px);*/
    height: 100%;
    overflow: hidden;
}

.preview-form-div .form-col-div {
    height: 100%;
    overflow-y: auto;
}

.preview-form-div .myaccount-content {
    background-color: #0c95ec;
    font-size: 14px;
    border: 0px solid #eeeeee;
    padding: 10px;
    color: #fff;
}

/* width */
.preview-form-div .form-col-div::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.preview-form-div .form-col-div::-webkit-scrollbar-track {
    background: rgba(12, 149, 236, 0.1);
}

/* Handle */
.preview-form-div .form-col-div::-webkit-scrollbar-thumb {
    background: rgba(12, 149, 236, 1);
}

    /* Handle on hover */
    .preview-form-div .form-col-div::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.preview-form-div form#send .main-btn-rect {
    width: auto;
    padding: 5px 20px;
    margin: 0 10px;
    display: inline-block;
}

.preview-form-div .contact nav a .content h1 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.my-news-date-div:before {
    content: '';
    background: linear-gradient(45deg,#0d6eab 49%,transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 99px;
    top: -15px;
}

.my-news-date-div .service-count {
    color: #fff;
    background: linear-gradient(135deg,#0c95ec 25%,#36a8f1 26%,#36a8f1 40%,#0c95ec 41%,#0c95ec 47%,#36a8f1 48%, #36a8f1 60%, #0c95ec 61%);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 0px;
    width: 100px;
    height: 40px;
    margin: -15px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    padding-top: 20px;
}

.advertise-thumbnail img {
    margin-bottom: 15px;
}

    .advertise-thumbnail img:last-child {
        margin-bottom: 0px;
    }

.news-static-section {
    margin-bottom: 0px;
}

.my-sticky-advertise.position-sticky {
    /*transform:translateY(105px);*/
    transition: ease-in-out all 0.35s;
    /*top: 105px;*/
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {
    .header-area__desktop .header-navigation-area--style2 {
        padding-left: 30px;
    }

    .header-navigation__nav nav > ul > li > a {
        padding: 30px 13px;
    }
}

@media (max-width:1200px) {
    .my-teams-in-div div[class*="col-"] {
        padding: 0 15px;
    }

        .profile, .my-teams-in-div div[class*="col-"]:nth-child(2) .profile, .my-teams-in-div div[class*="col-"]:nth-child(3) .profile {
            height: unset;
            margin: auto;
            float: none;
            width: 100%;
            max-width: 300px;
        }

            .profile .photo {
                position: unset;
                margin: auto;
            }

            .profile .content {
                position: relative;
                margin: auto;
            }

                .profile .content .text, .my-team-staff .profile .content .text {
                    margin-left: 15px;
                }
}

@media (max-width:991px) {
    .header-area.home-header.header-sticky {
        opacity: 1;
    }

    .header-area {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        opacity: 1;
    }

    .mobile-menu-overlay__header .mobile-navigation-close-icon i {
        color: #0C95EC;
    }

    .left-side-serch-login-btn {
        display: block;
    }

    .hero-slider-area {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .breadcrumb-area-bg {
        margin-top: 120px;
    }
}

@media (max-width:767px) {
    .my-datepicker-div .field {
        margin-left: 0;
    }

    .forgot-and-login-div-form .form-table {
        width: 100%;
    }

    .fees-div-cmpny {
        margin-bottom: 10px;
    }

    .preview-form-div .popup {
        padding: 15px;
    }
    .advertise-thumbnail img:last-child {
    margin-bottom: 15px;
}
}

@media (max-width:540px) {
    .header-navigation__icon__cart .minicart-box {
        right: 0;
    }

    .my-datepicker-div .field {
        display: block;
    }

    .signature-div {
        float: left;
    }

    .past-events-div.team-slider .ht-swiper-button-prev.my-btn-prev-slider {
        left: -15px;
    }

    .past-events-div.team-slider .ht-swiper-button-next.my-btn-next-slider {
        right: -15px;
    }

    .profile .photo {
        width: 80px;
        height: 80px;
        border: 3px solid #fafafa;
    }

    .header-navigation__icon__cart.mobile-login-popup-div .minicart-box {
        max-width: calc(100% - 30px);
    }

    .upcoming-events .slick-next {
        right: -0px;
    }

    .upcoming-events .slick-prev {
        left: -0px;
    }
	
	.enter-site-btn {
    display: none;
}
}






.upcoming-events .product-carousel .carousel-item {
    margin: 0;
    padding: 0 15px;
}

.upcoming-events .product-carousel {
    margin: 0;
}

.PopUpspeakers-image {
    max-width: fit-content;
}

.btn-download-form {
    padding: 15px;
    background: #0c95ec;
    color: #fff;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1.1px;
}

    .btn-download-form.donationpdf {
        padding: 5px 15px;
        background: #0c95ec;
        color: #fff;
        margin-bottom: 15px;
        width: auto;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 20px;
        transition: 0.6s;
    }

        .btn-download-form.donationpdf:hover {
            background-color: #0d68a1;
            cursor: pointer;
        }

    .btn-download-form:hover, .btn-download-form:active, .btn-download-form:visited {
        color: #fff;
    }



.treder-pro {
    padding-left: 0.7rem;
}

.others-ip::placeholder {
    color: #354558;
}

.ttl-ip-other::placeholder {
    color: #222 !important;
    font-weight: 800 !important;
}

.account-details-form input.others-ip {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    width: unset;
}

