/*CSS BY PHP DEVELOPER*/
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.lh-40 {
    line-height: 40px !important;
}
.call_back {
    position: fixed;
    left: 102px;
    bottom: 40px;
    background: none;
    border: 0;
    width: auto;
    z-index: 999;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.call_back img {
    height: 60px;
}
.input-disabled {
    cursor: no-drop;
    background: #efefef;
}
.otpDiv {
    display: none;
}
.otpDivAccount {
    display: none;
}
#loader{
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    background-color:rgba(0,0,0,.6);
    backface-visibility:hidden;
    transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1);
}
#loader img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 230px;
    object-fit: cover;
    padding: 0;
    border-radius: 15px;
    background: #fff;
    height: 230px;
}
.text-error {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.text-center {
    text-align: center;
}
#blah {
    height: 230px;
    width:100%;
    object-fit: contain;
}
.borderImage {
    border-color: #333;
}
.cartQuatImage {
    height: 250px;
    width:100%;
    object-fit: contain;
}
.card-quat-image {
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px 2px #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px
}
.cart-quatation-heading {
    background: #efefef;
    padding: 15px 0px;
}
.rightAlignBtn {
    float: right;
    margin-top: -10px;
}
.cartFullImage {
    height:400px;
    width:100%;
    object-fit: contain;
}
.custProductCodePadding {
    padding-left: 3px;
    padding-right: 3px;
}
.productCardDiv {
    border: 2px solid #000;
    background: #efefef;
    border-radius: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.productTitle {
    padding: 8px 5px 0px 5px;
}
.productCodeBg {
    background: #000;
    color: #fff;
    padding: 12px;
    margin-right: 5px;
    width: 50px;
    display: inline-flex;
}
.prCode33 {
    width: calc(20% - 10px);
}
.loginUserName {
    float: right;
    color: #fff;
    margin-left: 1.2em;
    margin-top: -20px;
}
.pt-15 {
    padding-top: 15px;
}
.cartCount {
    background: red;
    padding: 5px 8px;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    margin-top: -26px;
    float: right;
    margin-left: 11px;
}
.btn-white {
    background: #fff !important;
    color: #000 !important;
}
.btn-white:hover {
    background: #fff !important;
    color: #000 !important;
}
.scroll-none {
    overflow: visible;
}
.pr-details {
    width: 100% !important;
}
.aboutBannerGif {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.whoWeBG {
    background: #000 !important;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.whoWeSec {
    padding: 30px 0;
}
.whoWeImg {
    height: 200px;
    width: 100%;
    object-fit: contain;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite  alternate;
}
.whoWeTxt {
    font-size: 20px;
    line-height: 30px;
    color: #fff !important;
    text-align: left;
}
.whatWeTxt {
    font-size: 20px;
    line-height: 30px;
    color: #000 !important;
    text-align: left;
}
.aboutSecTitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.aboutTitle {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff !important;
}
.whatWeTitle {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    color: #000 !important;
}
.howDoTitle {
    color: #fff !important;
    margin-bottom: 15px !important;
    line-height: 40px !important;
}
.howDoSubTitle {
    color: #fff !important;
    margin-bottom: 30px !important;
}
.breadcrumb-bettix {
    background: url("../images/about-banner-1.png") bottom center no-repeat;
    background-size: cover;
}
.breadcrumb-bettix:after {
    position: absolute;
    content: '';
    left: 0;
    top: 67px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(230deg, rgba(34, 34, 34, 0) 0%, #000609 59%);
    background: -o-linear-gradient(230deg, rgba(34, 34, 34, 0) 0%, #000609 59%);
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #000609 59%);
    z-index: 0;
    opacity: .8;
}
.breadcrumb-content {
    padding: 85px 0;
}
.breadcrumbTitle {
    color: #fff;
}
.processI {
    border-left: 30px solid #fff !important;
}
ul.processList li:before {
    background: #000 !important;
}
ul.processList li:after {
    box-shadow: 2px 0px 10px rgb(255 255 255) !important;
}
.processIcon {
    height: 70px;
    width: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}
.processName {
    color: #fff !important;
    height: 80px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.visionUl {
    display: flex;
    width: 100%;
    list-style: none;
}
.imageLi {
    width: 14% !important;
    text-align: center;
}
.visionLi {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.visionIcon {
    height: 100px;
    width: 100px !important;
    object-fit: contain;
    background: #000;
    border-radius: 50%;
    padding: 6px;
}
.visionTxt {
    font-size: 25px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}
.ml-10 {
    margin-left: 10px !important;
}
.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.visionTitle {
    margin-bottom: 20px !important;
    line-height: 40px !important;
    background: #000;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.visionSubTitle {
    color: #000;
    font-size: 25px;
}
.strategyTitle {
    margin-bottom: 20px !important;
    line-height: 40px !important;
    color: #fff !important;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.strategySubTitle {
    color: #000;
    font-size: 25px;
}
.strategyIcon {
    height: 120px;
    width: 120px !important;
    object-fit: contain;
    background: #000;
    border-radius: 30px;
    padding: 6px;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-20 {
    margin-top: 20px;
}
.arrow__body1 {
    border-style: solid;
    /* border-top-left-radius: 100%; */
    width: 27%;
    height: 95%;
    margin-left: 0px;
    border-width: 5px 0 0 0px;
    position: relative;
    bottom: 44%;
    left: 130px;
    /* width: calc(50% - 200px); */
    height: 40%;
    /* border-bottom-left-radius: 117%; */
    rotate: 134deg;
    z-index: -1;
}
.arrow__body2 {
    border-style: solid;
    /* border-top-left-radius: 100%; */
    width: 75%;
    height: 95%;
    margin-left: 0px;
    border-width: 5px 0 0 0px;
    position: relative;
    bottom: 160%;
    right: -390px;
    /* width: calc(50% - 200px); */
    height: 40%;
    /* border-bottom-left-radius: 117%; */
    rotate: 228deg;
    z-index: -1;
}
.arrow__body3 {
    border-style: solid;
    /* border-top-left-radius: 100%; */
    width: 75%;
    height: 95%;
    margin-left: 0px;
    border-width: 5px 0 0 0px;
    position: relative;
    bottom: 60%;
    left: -145px;
    /* width: calc(50% - 200px); */
    height: 40%;
    /* border-bottom-left-radius: 117%; */
    rotate: 360deg;
    z-index: -1;
}
.strategyName {
    font-size: 20px;
}
.socialIcon {
    height: 18px;
    margin-top: 5px;
}
.footer-contact-info ul li:hover a {
    color: #fff !important;
}
.menu li + li {
    margin-left: 50px !important;
}
.logo {
    max-width: 100% !important;
}
.siteMainLogo {
    height: 50px !important;
}
.faqBg {
    background: #eee;
}
.recycleBg {
    background: #eee;
    padding-bottom: 90px !important;
}
.homeTitle {
    margin-bottom: 25px !important;
    line-height: 40px !important;
}
.recycleProcessDesc {
    font-size: 20px;
}
.processDiv {
    margin-top: 40px;
    padding: 0 30px;
}
.processCard {
    background: #000;
    border-radius: 50%;
    height: 170px;
    width: 170px;
}
.recycleIcon {
    height: 170px;
    width: 100%;
    object-fit: contain;
    padding: 25px;
}
.recycleAlign {
    display: flex;
    justify-content: center;
}
.cycleProcessTxt {
    font-size: 17px;
    margin-top: 14px;
}
.proArrowIcon1 {
    position: relative;
    height: 100px;
    left: 205px;
    top: -130px;
}
.proArrowIcon2 {
    position: relative;
    height: 100px;
    left: -70px;
    top: -130px;
}
.recyclingBg {
    background: #eee;
}
.appDownloadTxt {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 20px;
}
.downloadSec {
    display: flex;
    align-items: center;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.recycleSubDiv {
    text-align: center;
}
.appTitle {
    font-size: 21px;
    margin-bottom: 15px;
}
.downloadBg {
    background: #f9f9f9;
}
.playStoreImg {
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.downloadUl {
    display: inline-flex;
    width: 100%;
    margin-top: 15px;
}
.textLi {
    width: 320px !important;
    font-size: 15px;
    margin-right: 10px;
}
.downloadImgLi {
    width: 125px !important;
}
.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
}
.foot1 {
    width: 50% !important;
}
.foot2 {
    width: 50% !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .foot1, .foot2 {
        width: 100% !important;
    }
    .textLi {
        font-size: 13px !important;
        width: 210px !important;
    }
    .appTitle {
        font-size: 21px !important;
        margin-top: 15px !important;
    }
    .appDownloadTxt {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .playStoreImg {
        height: 50px !important;
        width: 100% !important;
        object-fit: contain;
    }
    .processDiv {
        padding: 0 15px !important;
    }
    .recycleSubDiv {
        padding: 0 15px !important;
        text-align: left !important;
    }
    .homeTitle {
        margin-bottom: 15px !important;
        line-height: 30px !important;
    }
    .processCard {
        height: 75px !important;
        width: 75px !important;
    }
    .recycleIcon {
        padding: 10px !important;
        height: 75px !important;
    }
    .recycleProcessDesc {
        font-size: 14px !important;
        text-align: left;
        line-height: 20px;
    }
    .proArrowIcon1 {
        height: 30px !important;
        left: 56px !important;
        top: -50px !important;
    }
    .proArrowIcon2 {
        height: 30px !important;
        left: -21px !important;
        top: -50px !important;
    }
    .cycleProcessTxt {
        font-size: 12px !important;
        margin-top: 7px !important;
    }
    .pb-60 {
        padding-bottom: 60px !important;
    }
    .aboutTitle {
        font-size: 35px !important;
        line-height: 20px !important;
    }
    .whoWeTxt {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .row {
        flex-wrap: wrap;
    }
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .whoWeImg {
        height: 190px !important;
    }
    .whatWeTitle {
        font-size: 35px !important;
    }
    .whatWeTxt {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    .processIcon {
        max-width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
    }
    .processName {
        height: 35px !important;
        font-size: 22px !important;
    }
    .visionTxt {
        font-size: 18px !important;
    }
    .imageLi {
        width: 25% !important;
    }
    .visionIcon {
        height: 75px !important;
        width: 75px !important;
    }
    .visionUl {
        margin-top: 15px !important;
    }
    .strategyIcon {
        height: 85px !important;
        width: 85px !important;
    }
    .strategyName {
        font-size: 17px !important;
    }
    .arrow__body1 {
        width: 50% !important;
        bottom: 36% !important;
        left: -9px !important;
        rotate: 118deg !important;
    }
    .arrow__body2 {
        width: 116% !important;
        bottom: 165% !important;
        right: -160px !important;
        rotate: 242deg !important;
    }
    .arrow__body3 {
        bottom: 60% !important;
        left: -60px !important;
    }
    .brInner {
        padding: 0 15px;
    }
    .brInner h1 {
        font-size: 20px !important;
    }
    .visionSubTitle {
        font-size: 20px !important;
    }
    .strategySubTitle {
        font-size: 21px !important;
    }
}
/*CSS BY PHP DEVELOPER*/