body{
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", serif;
}
a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Be Vietnam Pro", sans-serif;
}

.header {
    background: #0E2A4F;
    border: solid 1px #000;
    padding: 8px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: fixed;
    width: 100%;
    z-index: 10000
}

.header .navbar-brand img {
    height: 45px;
}

.Toastify__toast-container {
  z-index: 99999 !important; /* Higher than header */
  position: fixed !important;
}




.demo-btn button {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 30px;
    color: #3C6798;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    transition: 0.3s ease-in all;
}

.demo-btn button:hover{
    background: #3C6798;
    color: #fff;
    transition: 0.3s ease-in all;
}

.header .navbar-nav button{
    background: none;
    border: none;
    color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        padding: 0px 27px;
}

.header .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 0px 27px;
}
.header .navbar-nav .dropdown-item{
    font-size: 14px;
}
.header .navbar-collapse{
    justify-content: space-between;
}

.header .navbar-brand{
    width: 25%;
}


.header .dropdown-menu{
    text-align: left;
}


.banner{
    background: url(../img/banner.png)no-repeat;
    background-size: cover;height: 800px;width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner:after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 70%);
    pointer-events: none;
}

.banner .row{
    position: relative;
    z-index: 999;
    align-items: center;
}


button.cont {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /* column-gap: 10px; */
    margin-right: 15px; 
}

button.scha{
    border-radius: 8px;
    padding: 13px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: solid 1px #fff;
    transition: 0.3s ease-in all;
    background: none;
    transition: 0.3s ease-in all;
}

.banner-content h1{
    color: #fff;
    font-size: 58px;
    font-weight: 100;
    line-height: 67px;
    margin-bottom: 20px;
}

.banner-content h1 span{
   font-weight: 600;
}

button.scha:hover{
    background: #3C6798;
    color: #fff;
    transition: 0.3s ease-in all;
    border-color:#3C6798;
}

.banner-content p{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.our-solution{
    position: relative;
    padding: 40px 0px;
}
.solution-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 999;
}


.solution-heading h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 67px;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-heading h2 span {
    position: relative;
    padding: 0 15px;
}


.solution-heading h2:after{
    background: url(../img/line-1.svg)no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}

.solution-heading h2:before{
    background: url(../img/line2.svg)no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}

.gov img {
    max-width: 94px;
}


.solution-heading p{
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-bottom: 0px;
}

.solution-img{
    margin-top: -50px;
}

.scd-demo {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.scd-demo button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /* column-gap: 10px; */
    margin: 30px 0px;
    transition: 0.3s ease-in all;
}

.scd-demo button:hover{
   background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
   transition: 0.3s ease-in all;
}

.experince{
    background: url(../img/first-expe.png)no-repeat;
    background-size: cover;background-position: center;
    height: 700px;position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

.experince:after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(60, 103, 152, 0.9);
    pointer-events: none;
}

.experince .row{
    position: relative;
    z-index: 99;
}

.first-sche h6{
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 10px;
}

.first-sche h2{
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 57px;
    margin-bottom: 10px;
}


.first-sche p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.user-nftlistimg ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.user-nftlistimg ul li {
    list-style: none;
}

.user-nftlistimg ul li img {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 3;
}

.user-nftlistimg {
    margin: 30px 0px;
    display: flex;
    align-items: center;
}
.user-nftlistimg h6{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px;
}
.user-nftlistimg ul li:nth-child(2) img {
    margin-left: -8px;
    position: relative;
    z-index: 3;
    max-width: 24px;
}

.user-nftlistimg ul li:nth-child(3) img {
    margin-left: -8px;
    position: relative;
    z-index: 5;
    max-width: 24px;
}

.user-nftlistimg ul li:nth-child(4) img {
    margin-left: -8px;
    position: relative;
    z-index: 7;
    max-width: 40px;
}

.contact-from {
    background: #fff;
    border: 1.09px solid rgba(239, 240, 246, 1);
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: 25px 0px;
    position: relative;
    overflow: visible;
}

.efef{
   position: relative;
}

.email-address {
    margin-top: 8px;
}

.email-address label{
    color: rgba(34, 34, 34, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.email-address input{
    border-radius: 8px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.email-address textarea{
    border-radius: 8px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    resize: inherit;
}

.submit-btn{
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 15px 0px;
}

.submit-btn button{
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease-in all;
}

.submit-btn button:hover{
   background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
   transition: 0.3s ease-in all;
   box-shadow: none;
}

.contact-from:before {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    top: -25px;
    left: 18px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-bottom: none !important;
}

.contact-from:after {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    bottom: -25px;
    left: 18px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-top: none !important;
}

.experince .row{
    align-items: center;
}

.advantages{
    padding: 40px 0px;
}

.adt {
    background: rgba(60, 103, 152, 1);
    width: 180px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.advantages .row{
    margin-top: 60px;
}
.adatable-system {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.various{
   position: relative; 
}
.various:after {
    content: "";
    background: url(../img/arrow-solution.svg) no-repeat;
    height: 54px;
    width: 154px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(29%, -50%);
    background-size: 154px;
}

.adatable-system:after:last-child {
    display: none;
}

.fjjg{
    border: 3px solid rgba(51, 102, 135, 1);
     width: 180px;
    height: 150px;
}

.adatable-system h2 {
    text-align: center;
    color: rgba(60, 103, 152, 1);
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    padding-top: 49px;
}

.adatable-system p{
    padding: 0px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: center;
}
.why-amcor{
    background: #3C6798;
    padding: 50px 0px 0px;
}
.whu-data{
     background: url(../img/why.png)no-repeat;
    background-size: cover;background-position: center;
    position: relative;
    height: 720px;
    display: flex;
    align-items: center;
}

.why-amcor h2{
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 0px;
    color: #fff;
}

.title-services {
    background: #fff;
    border: 1.09px solid rgba(239, 240, 246, 1);
    border-radius: 10px;
    padding: 60px 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
    height: 100%;
}

.fghggh {
    position: relative;
    overflow: visible;
    z-index: 9;
    height: 100%;
}

.title-services:before {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    top: -25px;
    left: 12px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-bottom: none !important;
}

.title-services:after {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    bottom: -25px;
    left: 12px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-top: none !important;
}

.cloud-re{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(53, 91, 134, 1);
    border: 7px solid rgba(0, 0, 0, 1);
    border-radius: 100%;
     margin-bottom: 33px;
}

.cloud-re img{
    object-fit: contain;

}


.innovations-amcor {
    background: #fff;
    border: 2px solid rgba(60, 103, 152, 1);
    box-shadow: 0px -2px 13px 0px rgb(206 208 211);
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.title-services p{
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
}

.innovations-amcor h2 {
    color: rgba(60, 103, 152, 1);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
    padding: 23px 0px;
    max-width: 380px;
    text-align: center;
}

.innovations{
    padding: 50px 0px;
}

.innovations-amcor p{
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px;
    max-width: 300px;
    margin-bottom: 20px;
}

.innovations-amcor button{
        box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s ease-in all;
}
.innovations-amcor button:hover{
   background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
   transition: 0.3s ease-in all;
}

.f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}


.footer{
    padding: 30px 0px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.social-media a {
    text-decoration: none;
}
.social-media i {
    color: rgba(60, 103, 152, 1);
    font-size: 27px;
    padding: 0px 10px;
}

.footer-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.footer-menu ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu ul li{
    list-style: none;
    padding: 0px 10px;
    position: relative;
}

.footer-menu ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    background: rgba(0, 0, 0, 1);
    width: 2px;
    height: 100%;
    transform: rotate(7deg);
    top: 0px;
}

.footer-menu ul li:last-child::after {
    /* Your styles here */
    content: ""; /* For example, if you want to add a decorative element */
    display: none; /* Hide the ::after element if not needed */
}

.f-logo img{
    max-width: 190px;
}

.footer-menu ul li a{
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    line-height: 17px;
    display: flex;
}

.btm-footer{
    background: url(../img/footer-bg.svg)no-repeat;
    height: 69px;background-size: cover;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.footer-content p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}


/*==================  goverment policy CSS statr here ============================*/

.banner-gover {
    background: url(../img/goverment-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-gover:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.dtrs-data{
    text-align: center;
    z-index: 99;
    position: relative;
}

.dtrs-data h1 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 100;
}

.dtrs-data h1 span{
    font-weight: 500;
}

.dtrs-data p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.connect{
    position: relative;
    padding: 50px 0px;
}

.connect .row {
    align-items: center;
    position: relative;
    z-index: 9999;
}
.connect:before{
    background: url(../img/bg-service.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 999;
    opacity: 0.4;
}

.title-connection h2{
    text-align: start;
    color: #3C6798;
    font-weight: 600;
    font-size: 38px;
}

.title-connection h6 {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 800px;
    text-align: start;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.title-connection ul{
    margin: 0px;
    padding: 0px;
}

.title-connection ul li {
    list-style: none;
    background: #fff;
    margin: 15px 0px;
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border: solid 1px #3c67984f;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}

.title-connection ul li span {
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    margin-right: 18px;
}

.title-connection ul li span i{
    font-size: 21px;
}

.title-connection ul li:hover{
    webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 70px rgba(0, 0, 0, .15);
}

.paperless{
    background: rgb(12 69 133 / 100%);
    position: relative;
    padding: 40px 0px;
}

.paperless .row{
    align-items: center;
}

.paperless:after {
    position: absolute;
    content: "";
    background: url(../img/road-tb.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 300px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
}



.paperless-dts h2{
    text-align: center;
    color: #fff;
    font-size: 33px;
    max-width: 700px;
    margin:0px auto;
    position: relative;
    z-index: 99;
    font-weight: 700;
}

.paperless-dts p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 0px;
    margin: 0 auto;
}



.champ-team{
    padding: 50px 0px;
    position: relative;
}


.champ-team:before {
    position: absolute;
    content: "";
    background: url(../img/mapbase.svg) no-repeat;
    background-size: 1000px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.champ-team .paperless-dts p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 0px;
    margin: 0 auto;
}

.total-cost{
    background: #fff;
    background: #fff;
    margin: 15px 0px;
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border: solid 1px #3c67984f;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    flex-direction: column;
}

.total-cost:hover {
    webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 70px rgba(0, 0, 0, .15);
}

.total-cost {
    background: rgba(0, 50, 107, 1);
    margin: 15px 0px;
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border: solid 1px #3c67984f;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    flex-direction: column;
    padding: 20px 10px;
    position: relative;
    height: 100%;
    transition: 0.3s ease-in all;
}
.total-cost:hover{
    transform: translateY(-10px);
    transition: 0.3s ease-in all;
}
.total-cost:after{
    position: absolute;
    content: "";
    background: url(../img/time-graphic.svg)no-repeat;
    width: 60px;
    height: 60px;
    top: 0px;
    left: 0px;
}

.time-market {
    background: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    margin-right: 18px;
    margin: 20px 0px;
}

.time-market img{
    max-width: 65px;
}

.total-cost ul{
    padding: 0px;
    margin: 0px;
}

.total-cost ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 7px 0px 8px 0px;
    display: flex;
    align-items: center;
}

.total-cost h6{
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.total-cost p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0px 0px;
}

.check {
    color: #fff;
    font-size: 16px;
    border: solid 1px #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 15px;
}

.total-cost ul li span{
    width: 85%;
}


.value-champ{
    background: url(../img/value.png)no-repeat;
    background-size: cover;
    height: 700px;
    padding: 50px 0px;
    position: relative;

}

.value-champ:after{
   content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(60, 103, 152, 0.9);
    pointer-events: none;
}


.value-champ .row{
    z-index: 9999;
    position: relative;
    align-items: center;
}

.value-champ-content h6{
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}

.value-champ-content p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 14px 0px;
}

.value-champ-content button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: #fff;
    border: none;
    color: #30537B;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    /* column-gap: 10px; */
    margin: 15px 0px;
}

.value-champ-img img{
    max-width: 80%;
}

.dealershipsr{
    background: #00326b;
    border-radius: 7px;
    padding: 25px 15px;
}

.dealershipsr h6{
    color: #fff;
    font-size: 21px;
    line-height: 34px;
    text-align: justify;

}

.fazire{
    padding: 20px 0px;
}

.fazire span{
    padding: 20px 0px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.fazire p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.vehicle-tile{
    padding: 50px 0px;
}

/*==================  goverment policy CSS statr here ============================*/

/*=================  clear house start  ==========================*/

.banner-clear {
    background: url(../img/clear-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-clear:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.retail{
    background: #fff;
    border-radius: 8px;
    border: solid 1px #3c67984f;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in all;
    cursor: pointer;
}

.retail:hover{
    transform: translateY(-10px);
    transition: 0.3s ease-in all;
    box-shadow: none;
}
.retail-acque {
    overflow: hidden;
    position: relative;
    height: 250px;
}
.retail-acque:after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 55%);
    pointer-events: none;
    border-radius: 8px 8px 0px 0px;
}
.retail-acque img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    transition: 0.3s ease-in all;
    height: 100%;
    
}

.retail-acque img:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in all;
}

.retail-acque-content {
    padding: 15px 10px;
    height: 100%;
    min-height: 115px;
}

.retail-acque-content h6{
    text-align: start;
    color: #3C6798;
    font-weight: 600;
    font-size: 21px;
}
.retail-acque-content p{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

.retail-acque-content a {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    /* column-gap: 10px; */
    margin: 10px 0px;
    text-decoration: underline;
    color: #3C6798;
    font-weight: 600;
}


.cost-saving {
    background: rgb(12 69 133 / 100%);
    position: relative;
    padding: 50px 0px;
}
.paperless-dts {
    position: relative;
    z-index: 9999;
}

.cost-saving:after {
    position: absolute;
    content: "";
    background: url(../img/bg-service.png) no-repeat;
    background-size: 700px;
    height: 700px;
    width: 500px;
    top: 0px;
    left: 0px;
    opacity: 0.1;
}

/*.cost-saving:before {
    position: absolute;
    content: "";
    background: url(../img/bg-service.png) no-repeat;
    background-size: 500px;
    height: 210px;
    width: 500px;
    bottom: 0px;
    right: 0px;
    opacity: 0.2;
    z-index: 999999;
}
*/
.cost-effctive h6{
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.estamate{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}

.cost-effctive button{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 14px 37px;
    color: #3C6798;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    transition: 0.3s ease-in all;
}

.cost-effctive button:hover {
    background: #3C6798;
    color: #fff;
    transition: 0.3s ease-in all;
}

.benifites{
    padding: 50px 0px;
}

.benifites .paperless-dts h2{
    max-width: 1000px;
}

.benifites .paperless-dts p{
    max-width: 1000px;
}

.compete-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.compete-tile img{
    max-width: 230px;
    margin: 0px auto;
    margin: 0px 0px 15px;
}

.compete-tile h6{
    color: #3C6798;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    line-height: 26px;
}

.partner {
    background: url(../img/partner.png) no-repeat;
    background-size: cover;
    height: 380px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.partner .row{
    position: relative;
    z-index: 9999;
}
.partner:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 92%);
    pointer-events: none;
}

/*=================  clear house start  ==========================*/

.banner-about{
    background: url(../img/about-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-about:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}
.mission{
    overflow: hidden;
    transition: 0.3s ease-in all;
}

.mission img{
    border-radius: 7px;
    transition: 0.3s ease-in all;
}

.mission img:hover{
   transform: scale(1.1);
   transition: 0.3s ease-in all;
} 

.our-mission{
    padding: 50px 0px;
}

.our-mission .row{
    align-items: center;
}

.mission h2{
    text-align: end;
    color: #3C6798;
    font-weight: 600;
    font-size: 33px;
}

.mission p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: end;
    margin-bottom: 0px;
}
.vision h2{
    text-align: start !important;
}

.vision p{
    text-align: start !important;
}

.our-values{
    background: rgb(12 69 133 / 100%);
    padding: 50px 0px;
    position: relative;
}

.our-values .row{
    position: relative;
    z-index: 999;
}

.our-values:after {
    position: absolute;
    content: "";
    background: url(../img/road-tb.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 300px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
}

.excelent-goals {
    background: #FFF;
    border-radius: 7px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s ease-in all;
    cursor: pointer;
    border: solid 4px #fff;
    height: 100%;
}
.excelent-goals h6 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 10px 0px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.goal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(12 69 133 / 100%);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin-top: -70px;
    border: solid 6px #fff;
}

.goal img {
    max-width: 60px;
    filter: invert(1) brightness(2);
}

.gty {
    margin-bottom: 107px;
    margin-top: 61px;
}

.red:hover{
    background: #d0332a;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.red:hover h6{
    color: #fff;
    transition: 0.3s ease-in all;
}

.red .goal{
   background: #d0332a;
   transition: 0.3s ease-in all;
}

.impact .goal{
   background: #49b64a;
}

.impact:hover{
    background: #49b64a;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.impact:hover h6{
    color: #fff;
    transition: 0.3s ease-in all;
}

.impact .goal{
   background: #49b64a;
}


.growth .goal {
    background: #134781;
}

.growth:hover{
    background: #134781;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.growth:hover h6{
    color: #fff;
    transition: 0.3s ease-in all;
}



.together .goal{
   background: #cfa41b;
}

.together:hover{
    background: #cfa41b;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.together:hover h6{
    color: #fff;
    transition: 0.3s ease-in all;
}

.humanity .goal{
   background: #575151;
}

.humanity:hover h6 {
   color: #fff;
    transition: 0.3s ease-in all;
}

.humanity:hover{
    background: #575151;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.trust .goal{
   background: #0d284d;
}

.trust:hover h6 {
   color: #fff;
    transition: 0.3s ease-in all;
}

.trust:hover{
    background: #0d284d;
    transition: 0.3s ease-in all;
    border: solid 4px #fff;
}

.excelent-goals:hover{
  transform: translateY(-10px);
  transition: 0.3s ease-in all;
}

.treat .goal{
   background: #238f24;
}

.treat:hover h6 {
   color: #fff;
    transition: 0.3s ease-in all;
}

.treat:hover{
    background: #238f24;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.value .goal{
   background: #2974c6;
}

.value:hover h6 {
   color: #fff;
    transition: 0.3s ease-in all;
}

.value:hover{
    background: #2974c6;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}


.roadmap{
    padding: 50px 0px;
    position: relative;
}

.roadmap:after {
    position: absolute;
    content: "";
    background: url(../img/roadmap-bg.svg) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: 700px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    z-index: -1;
}

/*=========  roadmap css =========*/


.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #0c4585;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 8px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 5px solid #2974c6;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

.timeline .card h3{
    text-align: start;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 5px 0px;
    color: rgb(12 69 133 / 100%);
    font-weight: 600;
    line-height: 26px;
}

.timeline .card p{
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    text-align: start;
    margin-bottom: 0px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 60px;
    padding-right: 0px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
 /* .left::after,
  .right::after {
    left: 18px;
  }*/

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


/*=================  about us start  ==========================*/

.home-tutor h6 {
    color: rgba(60, 103, 152, 1);
    font-size: 27px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 0px;
}
.home-tutor ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.home-tutor ul li {
    list-style: none;
}

.home-tutor ul li a {
    text-decoration: none;
    color: rgba(29, 29, 29, 80%);
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 5px;
}
.Privacy-paragraph h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 41px;
    padding: 0px 0px 4px;
    margin-bottom: 0px;
}

.Privacy-paragraph p {
    color: #333333;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    padding-bottom: 17px;
    text-align: justify;
    margin-bottom: 0px;
}

.Privacy-paragraph h4 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 13px;
    margin-bottom: 17px;
}
.Privacy-paragraph ul li {
    padding-right: 17px;
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 12px;
    line-height: 21px;
    list-style: none;
    position: relative;
}

.Privacy-paragraph ul li:after {
    position: absolute;
    content: "";
    background: #345a85;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 8px;
    left: -19px;
}


.pagination-menu {
    padding: 22px 0px 20px;
}

.home-tutor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
.footer-menu ul li button {
    background: none;
    border: none;
    text-decoration: underline;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        font-weight: 500;
        font-style: italic;
        line-height: 17px;
        display: flex;
}


/*===============  dealer page css start here  =================*/

.dealer-banner {
    background: url(../img/delar-banner.png) no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.dealer-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}



.title-transfare h2 {
    text-align: start;
    color: #3C6798;
    font-weight: 600;
    font-size: 33px;

}

.title-transfare p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: start;
    margin-bottom: 0px;
}


.title-trans {
    position: relative;
    padding: 50px 0px;
}

.title-trans .row {
    align-items: center;
    position: relative;
    z-index: 9999;
}

.title-trans:before {
    background: url(../img/bg-service.png) no-repeat;
    background-size: cover;
    height: 260px;
    width: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 999;
    opacity: 0.3;
}

.lien-mangaement {
    position: relative;
    padding: 50px 0px;
    background: rgb(12 69 133 / 100%);
}

.lien-mangaement .row {
    align-items: center;
}

.lien-mangaement:after {
    position: absolute;
    content: "";
    background: url(../img/road-tb.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 300px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
}

.lien-mangaement-img h2 {
    color: #fff;
    text-align: start;
    font-weight: 600;
    font-size: 33px;
}

.lien-mangaement .row {
    align-items: center;
}

.lien-mangaement-img p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: start;
    margin-bottom: 0px;
}

.lien-mangaement-img img {
    max-width: 320px;
}

.solution-banner {
    background: url(../img/solution-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.solution-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.marketing-banner {
    background: url(../img/ecommerce-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.marketing-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}


.consumer-banner {
    background: url(../img/consumer-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.consumer-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}
section.Privacy-content {
    min-height: calc(100vh - 540px);
}
 /* Dropdown color */
.dropdown-item.active {
    background-color: #5c97d7;   
    color: #fff;  
}
.uservehicle-details .modal-dialog {
    max-width: 640px;
    margin: 0px;
}
.uservehicle-details .modal-content {
    border-radius: 10px;
    border: none;
}

.modal-header-profile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.uservehicle-details .modal-content h1 {
    color: rgb(19, 71, 129);
    font-size: 23px;
    margin-bottom: 0px;
}

.uservehicle-details .modal-content .btn-close {
    box-sizing: content-box !important;
    width: 20px;
    height: 20px;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    position: absolute;
    top: 24px;
    z-index: 999;
    right: 13px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.uservehicle-details .modal-body {
    padding: 0px 20px;
}
.ReactModal__Content.ReactModal__Content--after-open {
    padding: 0px !important;
}

.uservehicle-details .email-address input {
    border-radius: 5px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.email-address label {
    color: rgba(34, 34, 34, 1);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.uservehicle-details .modal-content .btn-close i {
    font-size: 18px;
    color: #0E2A4F;
    /* margin-top: 51px; */
    /* margin-left: -21px; */
}

.header .dropdown-item:focus, .dropdown-item:hover{
    background: #0E2A4F;
    color: #fff;
}
.footer-address{
    display: flex
;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}
.f-logo{
    display: flex;
    flex-direction: column;
}
.f-logo p{
    margin-bottom: 5px;
    color: #30537b;
}




.contactus-popupdata .modal-content {
    border-radius: 10px;
    border: none;
    height: 600px;
    overflow: hidden;
}

.contactus-popupdata .modal-dialog {
    max-width: 1020px;
    margin: 20px 20px;
}

.contactus-popupdata .row{
    align-items: center;
}

.contactus-popupdata .modal-body {
    background: url(../img/first-expe.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
}
.uservehicle-details .modal-body {
    padding: 0px 20px;
    /* overflow: hidden; */
}
.contactus-popupdata .modal-body:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(60, 103, 152, 0.9);
    pointer-events: none;
}

.contactus-popupdata .modal-body h2 {
    color: #fff;
    font-size: 33px;
}

.contactus-popupdata .modal-body h4 {
    color: #fff;
    font-size: 21px;
}
 .text-danger{
    font-size: 12px;
}

.contactus-popupdata .modal-body p{
    color: #fff;
}

.contactus-popupdata .row {
    align-items: center;
    position: relative;
    z-index: 99;
    padding: 10px 0px;
}

.contactus-popupdata label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contactus-popupdata .text-danger {
    font-size: 12px;
}

.contactus-popupdata input {
    border-radius: 4px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 37px;
}


.contactus-popupdata textarea{
    border: 1px solid rgba(56, 64, 205, 1);
}

.contactus-popupdata .submit-btn {
    padding: 7px 10px;
}

.contactus-popupdata .contact-from{
    padding: 14px;
}

.contactus-popupdata .submit-btn button{
    font-size: 14px;
}

.contactus-popupdata .modal-content h1 {
    font-size: 23px !important;
    font-weight: 600;
}

.contactus-popupdata .modal-header{
    padding: 10px 20px;
}


.ReactModal__Content.ReactModal__Content--after-open {
    background: none !important;
    border: none !important;
}

.contactus-popupdata textarea {
    border: 1px solid rgba(56, 64, 205, 1);
    height: 50px;
    resize: inherit;
}

.contactus-popupdata .contact-from:before {
    top: -17px;
}
.contactus-popupdata .contact-from:after{
    bottom: -16px;
}













/*============  responsive start here  ======================*/

@media(max-width:1440px){
    .header .navbar-brand img {
    height: 52px;
    }
    .header .navbar-nav .nav-link{
        font-size: 13px;
    }
    .demo-btn button{
        font-size: 14px;
        padding: 12px 29px;
    }
    .banner{
        height: 670px;
    }
    .banner-content h1{
        font-size: 47px;
        line-height: 59px;
    }
    .banner-content p{
        font-size: 14px;
        line-height: 23px;
    }
    button.cont{
        font-size: 14px;
        padding: 12px 29px;
    }

    button.scha{
         font-size: 14px;
        padding: 11px 29px;
    }
    .solution-heading h2{
        font-size: 25px;
    }
    .our-solution{
        padding: 35px 0px;
    }
    .solution-heading p{
        font-size: 14px;
    }
    .scd-demo button{
        font-size: 14px;
        padding: 12px 30px;
    }
    .email-address input{
        padding: 8px 14px;
    }
    .email-address label{
        font-size: 13px;
    }
    .submit-btn button{
        padding: 12px 36px;
    font-size: 14px;
    }
    .first-sche h2{
        font-size: 37px;
        line-height: 44px;
    }
    .first-sche p{
        font-size: 13px;
        line-height: 20px;
    }
    .adt img {
    height: 90px;
    }
    .various:after{
        background-size: 100px;
    }
    .fjjg{
        width: 140px;
        height: 120px;
    }
    .adt{
        width: 140px;
        height: 120px;
    }
    .adatable-system h2{
        font-size: 22px;
    }
    .adatable-system p{
        font-size: 14px;
    }
    .advantages {
    padding: 35px 0px;
    }
    .title-services p{
        font-size: 19px;
    }
    .cloud-re{
        height: 170px;
        width: 170px;
    }
    .cloud-re img{
        height: 80px;
    }
    .innovations-amcor h2{
        font-size: 22px;
        padding: 15px 0px;
    }
    .innovations-amcor p{
        font-size: 14px;
    }
    .innovations-amcor button{
     padding: 12px 29px;
     font-size: 14px;
    }
    .f-logo img{
        height: 65px;
    }
    .social-media i{
        font-size: 23px;
    }
    .innovations {
    padding: 35px 0px;
    }
    .footer {
    padding: 20px 0px;
    }
    .innovations-amcor{
        padding: 25px 15px;
    }
    .whu-data{
        height: 670px;
    }
    .banner-about{
        height: 500px;
    }
    .dtrs-data h1{
        font-size: 30px;
    }
    .dtrs-data p{
        max-width: 600px;
    }
    .mission h2{
        font-size: 29px;
    }
    .mission p{
        font-size: 15px;
    }
    .our-mission {
    padding: 40px 0px;
    }
    .our-values{
        padding: 40px 0px;
    }
    .paperless-dts h2{
        font-size: 29px;
    }
    .our-values .row{
        margin-top: 27px !important;
    }
    .goal{
        width: 95px;
        height: 95px;
    }
    .goal img{
        max-width: 55px;
    }
    .excelent-goals h6{
        font-size: 17px;
    }
    .roadmap{
        padding: 40px 0px;
    }
    .banner-gover{
        height: 500px;
    }
    .title-connection h2{
        font-size: 33px;
    }
    .connect{
        padding: 40px 0px;
    }
    .title-connection h6{
        font-size: 15px;
    }
    .title-connection ul li{
        margin: 12px 0px;
    }
    .scd-demo button{
        margin: 20px 0px;
    }
    .title-connection ul li span{
        height: 45px;
    }
    .dealershipsr h6{
        font-size: 19px;
    }
    .fazire span{
        font-size: 23px;
    }
    .fazire p{
        font-size: 15px;
    }
    .champ-team {
    padding: 40px 0px;
    position: relative;
    }
    .value-champ{
        padding: 40px 0px;
    }
    .value-champ-content h6{
        font-size: 27px;
    }
    .total-cost h6{
        font-size: 17px;
    }
    .check{
        width: 28px;
        height: 28px;
    }
    .time-market{
        height: 100px;
        width: 100px;
    }
    .time-market img {
    max-width: 50px;
    }
    .banner-clear{
        height: 500px;
    }
    .retail-acque-content h6{
        font-size: 19px;
    }
    .retail-acque-content p{
        font-size: 13px;
    }
    .cost-effctive h6{
        font-size: 24px;
        line-height: 39px;
    }
    .cost-effctive h6{
        font-size: 21px;
        line-height: 35px;
    }
    .cost-effctive button{
        padding: 12px 32px;
        font-size: 15px;
    }
    .compete-tile h6{
        font-size: 17px;
    }
    .partner{
        height: 340px;
    }
    .compete-tile img{
        max-width: 200px;
    }
    .benifites {
    padding: 40px 0px;
    }
}


@media(max-width:1366px){
    .header .navbar-brand img {
        height: 45px;
    }
    .demo-btn button {
        font-size: 13px;
        padding: 12px 26px;
    }
    .banner-content h1 {
        font-size: 43px;
        line-height: 53px;
    }
    .banner-content p{
        font-size: 13px;
        line-height: 21px;
    }
        button.cont {
        font-size: 13px;
        padding: 12px 26px;
    }
    button.scha {
        font-size: 13px;
        padding: 11px 26px;
    }
        .banner {
        height: 650px;
    }
    .solution-heading h2 {
        font-size: 23px;
    }
    .our-solution {
        padding: 30px 0px;
    }
        .solution-heading p {
        font-size: 13px;
        line-height: 20px;
    }
    .scd-demo button {
        font-size: 13px;
        padding: 10px 30px;
    }
        .first-sche h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .first-sche h6{
        font-size: 23px;
    }
    .email-address input {
        padding: 7px 14px;
    }
    .email-address {
    margin-top: 10px;
    }
    .submit-btn button{
        font-size: 13px;
    }
        .advantages {
        padding: 30px 0px;
    }
    .adatable-system h2 {
        font-size: 20px;
    }
    .adatable-system p {
        font-size: 13px;
        padding: 0px 0px;
    }
    .why-amcor h2{
        font-size: 33px;
    }
    .cloud-re {
        height: 150px;
        width: 150px;
    }
    .title-services p {
        font-size: 17px;
    }
    .title-services{
        padding: 40px 18px;
    }
        .whu-data {
        height: 611px;
    }
    .innovations {
        padding: 30px 0px;
    }
    .gov img {
        height: 90px;
    }
        .innovations-amcor h2 {
        font-size: 18px;
        padding: 15px 0px;
        max-width: 270px;
        line-height: 22px;
    }
        .innovations-amcor p {
        font-size: 13px;
    }
    .f-logo img {
        height: 55px;
    }
    .footer {
        padding: 15px 0px;
    }
    .banner-about {
        height: 500px;
    }
    .mission h2 {
        font-size: 23px;
    }
    .gty {
    margin-bottom: 84px;
    margin-top: 61px;
   }
   .paperless-dts h2 {
        font-size: 23px;
    }
    .title-connection h2 {
        font-size: 27px;
    }
    .title-connection h6 {
        font-size: 14px;
        padding: 10px 0px;
    }
    .title-connection ul li span i {
    font-size: 17px;
   }
   .connect {
        padding: 10px 0px;
    }
    .dealershipsr h6 {
        font-size: 17px;
        line-height: 27px;
    }
    .fazire span {
        font-size: 19px;
    }
    .paperless-dts p{
        font-size: 14px;
    }
    .time-market {
        height: 90px;
        width: 90px;
        margin: 12px 0px;
    }
    .total-cost p{
        font-size: 14px;
    }
    .value-champ-img {
    display: flex;
    justify-content: end;
    align-items: center;
    }
    .value-champ{
        height: 620px;
    }
    .cost-saving{
        padding: 35px 0px;
    }
    .partner {
        height: 320px;
    }
}

@media(max-width:1280px){
    .banner {
        height: 580px;
    }
    .banner-content h1 {
        font-size: 35px;
        line-height: 46px;
    }
        button.cont {
        font-size: 13px;
        padding: 10px 26px;
    }
        button.scha {
        font-size: 13px;
        padding: 9px 26px;
    }
    .our-solution {
        padding: 25px 0px;
    }
        .first-sche h6 {
        font-size: 21px;
    }
        .first-sche h2 {
        font-size: 27px;
        line-height: 33px;
    }
    .user-nftlistimg h6{
        font-size: 13px;
    }
    .adt img {
        height: 70px;
    }
    .fjjg {
        width: 120px;
        height: 100px;
    }
        .adt {
        width: 120px;
        height: 100px;
    }
    .adatable-system h2 {
        font-size: 17px;
        padding-top: 37px;
        margin-bottom: 0px;
    }
    .why-amcor {
    padding: 30px 0px 0px;
    }
        .cloud-re {
        height: 135px;
        width: 135px;
        border: 4px solid rgba(0, 0, 0, 1);
        margin-bottom: 15px;
    }
        .title-services p {
        font-size: 15px;
        line-height: 24px;
    }
    .gov img {
        height: 80px;
    }
    .innovations-amcor h2{
        font-size: 18px;
    }
        .innovations-amcor button {
        padding: 10px 29px;
        font-size: 13px;
    }
        .f-logo img {
        height: 50px;
    }
    .footer-menu ul li a{
        font-size: 12px;
    }
    .social-media{
        padding: 10px 0px;
    }
    .footer-menu{
        padding: 10px 0px;
    }
    .header .navbar-nav .nav-link{
        padding: 0px 17px;
    }
        .banner-content h1 {
        font-size: 33px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .banner-content p{
        font-size: 12px;
    }
        .our-solution {
        padding: 20px 0px;
    }
    .scd-demo button{
        margin: 20px 0px;
    }
        .roadmap {
        padding: 35px 0px;
    }
        .our-mission {
        padding: 35px 0px;
    }
    .roadmap .card .card-body {
    padding: 10px 15px !important;
   }
   .banner-about {
        height: 500px;
    }
    .title-connection h2 {
        font-size: 24px;
    }
        .banner-gover {
        height: 500px;
    }
    .title-connection ul li{
        font-size: 13px;
    }
    .dealershipsr h6 {
        font-size: 15px;
        line-height: 27px;
    }
        .fazire p {
        font-size: 12px;
    }
    .champ-team {
        padding: 26px 0px 30px;
        position: relative;
    }
    .champ-team .row {
        margin-top: 10px !important;
    }
    .check {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .time-market {
        height: 80px;
        width: 80px;
        margin: 8px 0px;
    }
        .time-market img {
        max-width: 43px;
    }
    .total-cost h6 {
        font-size: 15px;
    }
    .experince{
        height: 650px;
    }
    .banner-clear {
        height: 500px;
    }
    .cost-effctive h6 {
        font-size: 19px;
        line-height: 34px;
    }
    .compete-tile img {
        max-width: 180px;
    }
    .compete-tile h6 {
        font-size: 16px;
    }
    .partner {
        height: 300px;
    }
    .cost-effctive button {
        padding: 11px 32px;
        font-size: 13px;
    }
    .title-transfare h2{
        font-size: 23px;
    }
    .lien-mangaement-img h2{
        font-size: 23px;
    }
    .lien-mangaement-img p{
        font-size: 14px;
    }
    .title-transfare p{
        font-size: 14px;
    }
}


@media(max-width:1166px){
    .first-sche h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .first-sche h6 {
        font-size: 19px;
        line-height: 24px;
    }
    .demo-btn button {
        font-size: 13px;
        padding: 10px 22px;
    }
        .solution-heading h2 {
        font-size: 21px;
    }
    .email-address input {
        padding: 5px 14px;
        font-size: 12px;
    }
        .email-address {
        margin-top: 5px;
    }
    .user-nftlistimg h6{
        font-size: 12px;
        line-height: 20px;
    }
        .submit-btn button {
        padding: 10px 35px;
        font-size: 14px;
    }
    .email-address label {
        font-size: 12px;
    }
    .why-amcor h2 {
        font-size: 28px;
    }
    .whu-data {
        height: 500px;
    }
    .cloud-re{
        height: 110px;
        width: 110px;
    }
        .cloud-re img {
        height: 55px;
    }
    .title-services p {
        font-size: 13px;
        line-height: 20px;
    }
    .f-logo img {
        height: 45px;
    }
    .social-media i {
        font-size: 19px;
    }
    .f-logo {
        padding: 10px 0px;
    }
    .header .navbar-brand img {
        height: 40px;
    }
    .advantages .row {
    margin-top: 20px;
    }
    .dtrs-data h1 {
        font-size: 27px;
    }
    .dtrs-data p{
    font-size: 13px;
    line-height: 24px;
    }
    .mission p {
        font-size: 13px;
    }
        .goal img {
        max-width: 45px;
    }
    .goal {
        width: 80px;
        height: 80px;
    }
    .excelent-goals h6 {
        font-size: 15px;
    }
    .excelent-goals{
        padding: 15px;
    }
    .goal{
        margin-top: -58px;
    }
    .timeline .card p{
        font-size: 12px;
    }
    .title-connection h2 {
        font-size: 21px;
    }
        .title-connection h6 {
        font-size: 13px;
        padding: 7px 0px;
    }
        .title-connection ul li span {
        height: 38px;
        width: 42px;
    }
    .title-connection ul li span i {
        font-size: 15px;
    }
    .dealershipsr h6 {
        font-size: 14px;
        line-height: 22px;
    }
        .experince {
        height: 580px;
    }
    .vehicle-tile {
    padding: 30px 0px;
    }
    .value-champ {
        height: 560px;
    }
    .value-champ-img img {
    max-width: 90%;
    }
    .value-champ-content p{
        font-size: 13px;
        line-height: 19px;
    }
    .value-champ-content h6 {
        font-size: 23px;
    }
    .paperless-dts h2 {
        font-size: 19px;
    }
    .paperless-dts p {
        font-size: 13px;
        padding: 10px 0px;
    }
    .dealershipsr h6 {
        font-size: 13px;
        line-height: 22px;
    }
    .fazire span {
        font-size: 16px;
    }
    .total-cost h6 {
        font-size: 14px;
        padding: 7px 0px;
    }
        .time-market {
        height: 70px;
        width: 70px;
        margin: 8px 0px;
    }
        .time-market img {
        max-width: 35px;
    }
        .retail-acque-content h6 {
        font-size: 17px;
    }
    .retail-acque-content a{
        font-size: 13px;
    }
    .cost-effctive h6 {
        font-size: 17px;
        line-height: 31px;
    }
    .compete-tile h6 {
        font-size: 15px;
        line-height: 22px;
    }
    .compete-tile img {
        max-width: 150px;
    }
    .cost-effctive h6{
        margin-bottom: 18px;
    }
    .partner {
        height: 270px;
    }

}


@media(max-width:1024px){
    .banner {
        height: 500px;
    }
    .banner-content h1{
        font-size: 30px;
    }
    .various:after {
    top: 50%;
    left: 100%;
    transform: translate(10%, -50%);
    background-size: 70px;
   }
   .header{
    padding: 7px 0px;
   }
       .first-sche h6 {
        font-size: 17px;
        line-height: 24px;
    }
    .user-nftlistimg h6{
        font-size: 13px;
        line-height: 17px;
    }
    .dtrs-data h1 {
        font-size: 24px;
    }
        .our-mission {
        padding: 30px 0px;
    }
    .gty {
        margin-bottom: 71px;
        margin-top: 47px;
    }
    .goal img {
        max-width: 40px;
    }
    .goal {
        width: 70px;
        height: 70px;
        border: solid 4px #fff;
    }
    .excelent-goals h6 {
        font-size: 14px;
        line-height: 23px;
    }
    .our-values .row {
        margin-top: 17px !important;
    }
        .roadmap {
        padding: 30px 0px;
    }
      .paperless-dts h2 {
        font-size: 17px;
    }
    .timeline::after {
    width: 20px;
    height: 20px;
    right: -10px;
   }
   .right::after {
    left: -10px;
    }
    .banner-about {
        height: 500px;
    }
        .title-connection h2 {
        font-size: 19px;
    }
    .title-connection h6 {
        font-size: 12px;
        padding: 7px 0px;
    }
    .vehicle-tile .row{
        margin-top: 15px !important;
    }

    .banner-clear {
        height: 400px;
    }
    .retail-acque-content h6 {
        font-size: 15px;
    }
    .cost-effctive h6 {
        font-size: 15px;
        line-height: 29px;
    }
    .compete-tile h6 {
        font-size: 14px;
        line-height: 19px;
    }
        .partner {
        height: 220px;
    }
    .compete-tile img {
        max-width: 120px;
    }
        .paperless-dts p {
        font-size: 13px;
        padding: 10px 0px 0px;
    }
        .cost-effctive button {
        padding: 10px 30px;
        font-size: 12px;
    }
    .title-transfare h2{
        font-size: 21px;
    }
    .lien-mangaement-img h2{
        font-size: 21px;
    }
    .lien-mangaement-img p{
        font-size: 14px;
    }
    .title-transfare p{
        font-size: 14px;
    }


}

@media(max-width:991px){

    .header .navbar-collapse{
        position: absolute;
    background: rgb(255, 255, 255);
    top: 68px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px 0px 7px 7px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        border-bottom: solid 1px #0E2A4F;
        
        padding: 10px 0px;
    }

    .header .navbar-nav .nav-link{
        font-size: 12px;
        color: #0E2A4F;
    }
    .demo-btn {
    padding: 10px 10px;
    }
    .demo-btn button{
        background: #0e2a4f;
        font-size: 12px;
        color: #fff;
        padding: 8px 22px;
    }

      .navbar-toggler-icon {
        display: inline-block;
        width: 16px;
        height: 20px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        color: #fff;
    }
    .header .navbar-toggler {
        border: solid 1px #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 35px;
    }
    .header .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav {
    width: 100%;
    padding: 0px;
   }
   .excelent-goals{
    height: auto;
   }
       .gty {
        margin-bottom: 71px;
        margin-top: 0px;
    }
    .paperless-dts h2 {
        font-size: 21px;
        margin-bottom: 70px;
    }
    .our-values {
        padding: 30px 0px;
    }
    .mission h2 {
        font-size: 21px;
    }
    .header {
        padding: 5px 0px;
    }
    .banner-gover {
        height: 450px;
    }
        .paperless-dts h2 {
        font-size: 18px;
        margin-bottom: 76px;
    }
    .paperless-dts.value-gvt h2{
        margin-bottom: 0px !important;
    }
    .value-champ {
        height: 440px;
    }
    .value-champ-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .value-champ-content button {
    padding: 10px 25px;
    font-size: 13px;
    /* column-gap: 10px; */
    margin: 6px 0px;
   }
  
    .retail-acque-content h6 {
        font-size: 13px;
    }
    .retail-acque-content {
    padding: 12px 7px;
    }
    .cost-effctive h6 {
        font-size: 14px;
        line-height: 25px;
    }
        .benifites {
        padding: 25px 0px;
    }
        .header .navbar-nav button{
        font-size: 12px;
        color: #0E2A4F;
        padding: 0px 18px;
    }
    .header .dropdown-menu {
    text-align: left;
    position: absolute;
    width: 100%;
   }
    .title-transfare h2{
        font-size: 19px;
    }
    .lien-mangaement-img h2{
        font-size: 19px;
    }
    .lien-mangaement-img p{
        font-size: 13px;
    }
    .title-transfare p{
        font-size: 13px;
    }
}

@media(max-width:767px){
    .banner {
        height: auto;
        padding: 25px 0px;
    }
    .banner-content h1{
        font-size: 25px;
        line-height: 33px;
        text-align: center;
    }
        .banner-content p {
        font-size: 12px;
        text-align: center;
    }
    .conta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
   }
       button.cont {
        font-size: 12px;
        padding: 8px 24px;
    }
        button.scha {
        font-size: 12px;
        padding: 7px 24px;
    }
    .solution-img {
    margin-top: 0px;
    }
        .solution-heading h2 {
        font-size: 21px;
        line-height: 32px;
    }
    .experince {
        height: auto;
        padding: 20px 0px;
    }
    .first-sche {
    text-align: center;
    }
    .user-nftlistimg{
        justify-content: center;
        margin: 15px 0px;
    }
        .scd-demo button {
        margin: 10px 0px;
        font-size: 12px;
    }
    .adatable-system p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .whu-data {
        height: auto;
        padding-bottom: 68px;
    }
        .why-amcor h2 {
        font-size: 23px;
        margin-bottom: 33px;
    }
    .tit-service{
        margin-bottom: 80px;
    }
    .f-logo img {
        height: 35px;
    }
    .btm-footer{
        height: 50px;
    }
        .header .navbar-brand img {
        height: 35px;
    }
    .submit-btn button {
        padding: 8px 35px;
        font-size: 12px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 16px;
        height: 20px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        color: #fff;
    }
    .header .navbar-toggler {
        border: solid 1px #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 35px;
    }
    .header .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav {
    width: 100%;
    padding: 0px;
   }
   .innovations {
        padding: 25px 0px;
    }
    .footer-content p{
        font-size: 12px;
    }
    .various:after{
        display: none;
    }
    .contact-from:before{
        left: 13px;
    }
    .header .navbar-collapse {
        position: absolute;
        background: rgb(255, 255, 255);
        top: 56px;
        width: 100%;
        z-index: 9999;
        border-radius: 0px 0px 7px 7px;
    }
    .first-sche p {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 17px;
    }
    .solution-heading p {
        font-size: 12px;
        line-height: 20px;
    }
    .humanity {
    margin-bottom: 55px;
   }
    .gty {
        margin-bottom: 54px;
        margin-top: 0px;
    }
    .banner-about {
        height: 430px;
    }
   .dtrs-data h1 {
        font-size: 19px;
        margin-bottom: 0px;
        line-height: 33px;
    }
    .dtrs-data p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .mission {
        margin-bottom: 17px;
    }
    .mission {
    margin-bottom: 17px;
    text-align: start;
    display: inline-table;
   }
    .mission h2 {
        font-size: 19px;
        text-align: start;
    }
    .order-delay{
    display: flex;
      order: -1;
    }
    .our-mission {
        padding: 26px 0px 0px;
    }
    .excelent-goals h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .goal {
        width: 60px;
        height: 60px;
        border: solid 4px #fff;
    }
    .competitor-s{
        margin-bottom: 15px;
    }
    .value-champ {
        height: auto;
    }
   .value-champ-content button {
        padding: 7px 20px;
        font-size: 12px;
        /* column-gap: 10px; */
        margin: 6px 0px;
    }
    .vehicle-tile {
        padding: 20px 0px;
    }
    .header button.navbar-toggler span i {
    font-size: 18px;
    }
    .paperless{
        padding: 25px 0px;
    }
    .paperless-dts p {
        font-size: 12px;
        padding: 4px 0px;
        line-height: 20px;
    }
    .contact-from{
        padding: 12px;
    }
    .banner-clear {
        height: 350px;
    }
    .cost-saving {
        padding: 25px 0px;
    }
    .compete-tile {
        margin-bottom: 23px;
        background: #fff;
        border: solid 1px #d7e1ff;
        padding: 17px 20px;
        border-radius: 5px;
    }
        .partner {
        height: 240px;
    }
    .retail{
        margin-bottom: 10px;
    }
        .connect {
        padding: 21px 0px;
    }
    .cost-saving:after{
        background-size: 400px;
        height: 240px;
       width: 360px;
    }
    .Privacy-paragraph p{
        font-size: 12px;
    }
    .Privacy-paragraph ul li{
        font-size: 12px;
    }
    .pagination-menu {
    padding: 0px 0px 0px;
    }
    .home-tutor h6{
        font-size: 25px;
    }
    .banner-content {
        padding-top: 77px;
    }
    .innovations-amcor{
        height: auto;
    }
    .lien-mangaement-img{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .lien-mangaement-img img{
        margin-bottom: 13px;
    }
    .contactus-popupdata .modal-content{
        overflow: auto;
    }
    .contactus-popupdata .modal-content {
        height: 600px;
    }
    .contactus-popupdata .modal-body{
        height: auto;
        background-size: cover;
    }

}

@media(max-width:568px){
    .cloud-re {
        height: 90px;
        width: 90px;
    }
        .cloud-re img {
        height: 45px;
    }
        .gov img {
        height: 60px;
    }
    .banner-content h1 {
        font-size: 19px;
        line-height: 33px;
        text-align: center;
    }
    .first-sche h2 {
        font-size: 17px;
        line-height: 22px;
    }
        .solution-heading h2 {
        font-size: 19px;
        line-height: 26px;
    }
        .scd-demo button {
        margin: 8px 0px;
        font-size: 12px;
        padding: 8px 26px;
    }
    .header{
        padding: 0px 0px;
    }
    .header .navbar-brand{
        margin-left: 0px;
    }
        .header .navbar-brand img {
        height: 30px;
    }
    .user-nftlistimg h6{
        font-size: 12px !important;
        line-height: 24px;
    }
        .first-sche h2 {
        font-size: 19px;
        line-height: 22px;
    }
    .innovations-amcor button {
        padding: 8px 24px;
        font-size: 12px;
    }
    .solution-heading h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .solution-heading h2 span {
    position: relative;
    padding: 0 5px;
    }
    .contact-from:before {
        left: 8px;
    }
    .contact-from:after {
        left: 8px;
    }
    .footer-menu ul li{
        padding: 7px 10px;
    }
    button.scha {
        font-size: 12px;
        padding: 5px 16px;
    }
        .our-mission {
        padding: 20px 0px;
    }
    .trust {
    margin-bottom: 59px;
    }
        .paperless-dts h2 {
        font-size: 18px;
        margin-bottom: 54px;
    }
    .mission p {
        font-size: 13px;
        text-align: start;
    }
        .right::after {
        left: 21px;
    }
        .left::after, .right::after {
        left: 21px;
    }
    .user-nftlistimg {
        justify-content: center;
        margin: 15px 0px;
        flex-direction: column;
    }
    .innovations .row {
    margin-top: 0px !important;
    }
    .value-champ-content h6 {
        font-size: 19px;
        line-height: 20px;
    }
    .value-champ {
        padding: 25px 0px;
    }
        .title-connection h6 {
        font-size: 12px;
        padding: 0px 0px;
    }
    .title-connection h2 {
        font-size: 17px;
    }
    .banner-gover {
        height: 350px;
    }
        .partner {
        height: auto;
        padding: 20px 0px;
    }
   .dtrs-data h1 {
        font-size: 19px;
        margin-bottom: 5px;
        line-height: 21px;
    }
    .solution-heading h2:after{
        margin-top: 6px;
    }
      .title-transfare h2{
        font-size: 18px;
    }
    .lien-mangaement-img h2 {
        font-size: 18px;
        text-align: start;
        display: block;
        padding-top: 16px;
    }
    .lien-mangaement-img p{
        font-size: 12px;
    }
    .title-transfare p{
        font-size: 12px;
    }
    .lien-mangaement-img img{
        margin-bottom: 7px;
    }
    .footer-menu ul{
        justify-content: center;
    }
    .footer-menu ul li:after{
        display: none;
    }
    .banner-about {
        height: 375px;
    }

}