@media only screen and (min-width: 992px) {
 
 
 /*about us.php*/
 .about_us_image{
     padding: 25px;
 }   
 
 .about_us_text{
     padding-top:24px;
 }
 
 
/*services.php*/
    .servicessecondsection {
        width: 100% !important;
    }
    
    .servicessecondsection .col-lg-3{
        width: 25% !important;
        border-radius: 15px;
    }
    
    .index-card-services{
        border-radius:15px;
    }
    
    .index-card-services img{
        border-radius: 15px 15px 0px 0px; 
    }
    
    .service_text{
        color:black;
        text-align:center;
    }
    
    .service_price_mobile{
        display: none ;
    }
    
    .service_text{
        font-size: 22px !important;
        font-weight: 600;
    }
    
    .servicessecondsection .index-card-services h5{
        height: 50px !important;
    }
    

    .vehicle_detail_pax{
        position:relative;
        transform:translatey(8px);
        padding-left:14px;
    }
    
    .vehicle_detail_luggage{
        position:relative;
        transform:translatey(8px);
        padding-left:14px;
    }
    
        .desktop{
            display:block !important;
        }
        
        .mobile{
            display:none !important;
        }
        
        .container{
            margin-left:0;
        }
      
        .btn-view{
           position: relative;
           left:50%;
           transform: translateX(-50%);
           margin-left:0;
           margin-bottom:50px;
       }
        
        .indexfirstsection p{
            font-size:14px !important;

        }
        
        .indexfirstsection h3{
            font-size:19px !important;

        }

        .indexfirstsection{
            background-color:#072439;
            padding:35px;
        }

        .aboutfirstsection{
            background-color:#072439;
        }
        .aboutfirstsection .pr-5{
            transform:translateY(10%);
        }
       
         .indexsecondsection{
             background-color:#ECEBE7;
         } 
         
         .indexsecondsection .col-lg-3{
            position: relative;
            max-width:50%;
        }
                
        .indexsecondsection .col-lg-3 img{
            position:relative;
            padding:10px;
            height:100px;
            width:100px;
        }
        
          .indexthirdsection {
            background-color:#072439;
            position: relative;
            padding:100px;
          }


          .indexthirdsection .col-lg-5{
            width:40%;
          }
          
          .indexthirdsection .col-lg-7{
            width:60%;
          }
          
          .indexthirdsection .index-card p{
              text-align:center !important;
          }
          .indexthirdsection .index-card-services p{
            text-align:center !important;
            padding:5px;
        
          }
          .indexfourthsection{
              background-color:#0C1524;
              z-index:100;
                width: 80%;
                transform: translateX(-50%);
                left: 50%;

          }

          .indexfourthsection .col-lg-8 h5{
              text-align: initial;
          }
          
         .indexfourthsection .col-lg-4{
            position: relative;
            padding:15px;
            text-align: center !important;
        }
                
        .indexfourthsection .col-lg-4 img{
            position:relative;
            width:80%;
            height:auto;
        }

          .indexfifthsection {
            background-repeat: no-repeat;
            position: relative;
            padding:180px 100px;
            background-color:#ECEBE7;
          }

          .google-review{
            padding: 25px 10px 10px 10px; 
          }

          .img-google-review{
            padding: 20px 5px 10px 10px;
            border-radius:50%;
            position:relative;
            top:15px;
            left:15px;
            height:90px;
          }

          .row-google-review{
            padding-left: 8%;
            display: flex;
          }

          .star-google-review{
            width: 7%;
            padding-left: 1%;
          }
          .content-padding{
              padding:20px 20px 0px;
          }
          
          .indexsixthsection {
            padding:50px;
            background-color:#072439;
            position: relative;
          }
          
          .indexsixthsection .btn-main{
            margin:1rem 0 0 0;    
          }
          
          .indexsixthsection .container.desktop{
              display: flex !important;
          }
          
          .indexseventhsection{
            background:#072439;    
          }
          
          .indexseventhsection .card-body img{
            width:20%;    
          }
          
          .indexeightsection{
            background-color:#ECEBE7;
          }
          
                     .fas{
                font-size:40px;
            }
            
            .indexeightsection h5{
                margin-top:10px;
            }
        
            .indexeightsection .card{
                border-radius:25px;
            }
            
            .indexninthsection{
                background-image: url("img/Home_2/bg.jpg");
                background-repeat:no-repeat;
                background-size:cover;
                background-position:center center;
            }
        
        .row.serviceCards {
            display: none;  /* Hide all service card sections by default */
        }
        
        .row.serviceCards.active-page {
            display: flex;  /* Show the active service card section */
        }
   
        .servicesfirstsection {
            padding:50px 10px 0px 10px;
            background-color:#072439;
            background-size: 114% auto;
            background-repeat: no-repeat;
            position: relative;
          }

        .servicessecondsection {
          padding:0px 10px 75px 10px;
            background-color:#072439;
            background-size: 114% auto;
            background-repeat: no-repeat;
            position: relative;
          }
          

        .servicessecondsection .index-card-services p{
            text-align:center !important;
            padding:5px;
        }
        .servicessecondsection .index-card-services h5{
            font-size:16px;
            padding:0px 5px;
            height:30px;
        }
        
        .servicedetailfirstsection{
            background-color:#072439;
        }
        
        .servicedetailfirstsection .description .btn p{
            color:white;
        }

        .servicedetailfirstsection .description a{
            padding:0 !important;
        }
        
        .servicedetailfirstsection .description .btn.active p{
            color:blue !important;
            border:none;
        }

        .servicedetailfirstsection .description .btn.active{
            color:blue !important;
            border:none;
        }
        
        .servicedetailfirstsection img{
            height:500px;
            width:auto;
            padding:5px 5px 35px 5px;
        }
        
        .servicedetailfirstsection .description .col-lg-1{
            width:33%;
        }

        .servicedetailfirstsection .description .col-lg-2{
            width:66%;
        }

        .servicessecondsection .col-lg-3{
            padding:10px;
        }
        .servicessecondsection .contain1{
            padding:5px;
        }
        
        .servicessecondsection .btn-booking p{
            font-size:12px;
            margin-bottom:0px;
            transform: translateY(-50%);
            position:relative;
            top:50%;
        }
                
        .service-detail-description p{
            line-height:1.5;
            margin-bottom:0px;
            color:white;
        }
        
        .btn-booking{
            padding:0px 10px !important;
            text-decoration:none;
        }
                
        .vehiclefirstsection{
            padding:50px 0px 75px 0px;
            background-color:#072439;
            position: relative;
        }
        
        .vehiclefirstsection .size{
            padding:0;    
        }   

        .vehiclefirstsection .size img{
            padding:0 25px 0px;
            object-fit:contain;
            /*height:200px;*/
        }
        
        .service-img{
            height:100%;
            width:100%;
            object-fit:contain;
            /*background-color:black;*/
        }
        
        .vehiclefirstsection .size .car-img{
            transform:translateX(-50%);
            position:relative;
            left:50%;
            height:300px;
            width:auto;
            object-fit:content;
        }


       .car-description{
            padding: 0 35px;
        }
        
        /*.vehiclefirstsection .col-lg-6{*/
        /*    padding:20px;*/
        /*}*/
        
        .car-description .col-lg-6 p{
            text-align:left;
        }
        
        .car-description .bottom{
            height:35px;
            position:relative;
            margin-top:10px;
        }
        
        .car-description .bottom a{
            position:absolute;
            /*left:30%;*/
            color:blue;
            font-size:16px;
            bottom:10px;
            right:5px;
        }
        
        #descriptionContent p{
            text-align:initial;
        }
        
         .car-description .bottom a:focus{
            border:none !important;
        }

        .car-description .row{
            padding-left:10px;
            height: 80px;
        }
        
        .car-description .row p{
            font-weight:700;
            margin-bottom:0;
            font-size:12px;
        }

        .car-description .row h5{
            font-weight:900;
        }
        
        .car-description h5{
            text-align:left;
            margin-bottom:10px;
            height:30px;
            font-size:25px;
        }
        
        .car-description .row img{
            /*width:50%;*/
            padding:0 0 0 0 !important;
        }
        
                 
        .vehicledetailfirstsection{
            background-color:#072439;
        }

        .vehicledetailfirstsection .index-card{
            background-color:#ECEBE7;
            margin-top:50px;
            padding: 50px 0;
        }

        .vehicledetailfirstsection .index-card .row .col-lg-2{
            width:20%;
        }

        .vehicledetailfirstsection .index-card .row .col-lg-10{
            width:80%;
        }

        .vehicledetailfirstsection .index-card .row .col-lg-10 .col-sm-1{
            width:10%;
            padding:0px;
        }

        .vehicledetailfirstsection .index-card .row .col-lg-10 .col-sm-4{
            width:30%;
            padding: 0 5px;
        }

        .vehicledetailfirstsection .index-card .row .col-lg-10 .col-sm-6{
            width:50%;
            padding: 0 5px;
        }
        
        .vehicledetailfirstsection .index-card .row .arrow1 img{
            position:relative;
            top:63%;
            width:70%;
        }

        .vehicledetailfirstsection .index-card .row .arrow2 img{
            position:relative;
            top:5% !important;
            width:70%;
        }
        
        .vehicledetailfirstsection .index-card .row .arrow3 img{
            position:relative;
            top:50% !important;
            width:70%;
        }

        /*.vehicledetailfirstsection .index-card .row .col-lg-10 img{*/
        /*    position:relative;*/
        /*    top:0%;*/
        /*    width:70%;*/
        /*}*/
        
        .vehicledetailfirstsection .index-card .row .col-lg-10 .row{
            position: relative;
            top: 15%;
        }

        .vehicledetailsecondsection{
            background-color:#072439;
        }


        .index-card-vehicle-detail{
            background-color:#ECEBE7;
            padding:0px;
            margin:15px;
        }
        
        .aboutsecondsection .index-card-about-us .img-about-us{
            width:60%;
        }
        
        .index-card{
            background-color:white;
            padding:0px;
            /*margin:15px;*/
        }
        .index-card h5{
            padding-top:10px;
        }

        .index-card-google-review{
            background-color:white;
            padding:0px;
            height: 300px;
            position:relative;
            margin:15px;
        }
        
        .google-google-review{
            width: 15% !important;
            position:absolute;
            left:82.5%;
            top:5%;
        }
        
        .index-card-search{
            background-color:white;
            padding:10px;
            margin-bottom:50px;
            width:100%;
            border-radius:5px;
            position:relative;
        }
        
        .left-right-arrow{
            width: 12% !important; 
            position:absolute;
            top:29%;
            left:44%;
        }
        
        .btn-search{
    font-size: 12px !important;
    height: 35px;
    margin:5px;
        }
        
        .index-card-services{
            background-color:white;
            padding:0px;
            margin-top:25px;
            width:100%;
        }
        

        .form-input{
            margin:5px 15px;
            position: static;
        }
        
        .index-card-vehicles{
            background-color:white;
            padding:0px;
            margin-top:25px;
            width:100%;
        }

                
        .index-card-about-us{
            background-color:white;
            padding:10px;
            margin: 10px 0;
            border-radius:5px;
        }

        .index-card-google-review .col-lg-3{
            width:25%;
        }
        
        .index-card-google-review .col-lg-9{
            width:75%;
        }
        
        .aboutsecondsection {
            background-color:#ECEBE7;
        }
        
        .aboutsecondsection .mobile .index-card-about-us .col-lg-3{
            width: 30%;
        }

        .aboutsecondsection .mobile .index-card-about-us .col-lg-9{
            width: 70%;
        }
        
        .aboutsecondsection .mobile .col-lg-4{
            padding:0px;
        }

        .aboutsecondsection .index-card-about-us p{
            transform: translateY(-50%);
            position: relative;
            top: 50%;
        }

        .marginindexfirstsection{
            margin-left:33px;
        }
        .custom-icon .m-2{
            font-weight:600;
        }

        .collaborationtitle{
           flex: 0 0 58.333333%;
        }
        
        
        .collaborationtitle p{
              color: #15569b;
              font-weight:300;
              line-height:19px;
              letter-spacing:1px;
              padding: 20px 37px 0px 24px;
        }
        
        .indexfooter{
             padding-top: 510px;
            background-position: bottom 109% right 90%;
            background-size: auto 455px;
            background-repeat: no-repeat;
        }
     
    
        .indexjoinus{
         font-weight: 900;
         margin-right:16px;
         margin-left: -4px;
         font-size:15pt;
         padding:14px 0px 0px 20px;
        }
    
        .post-item-index {
          background: #fff;
          /*margin-bottom: 20px;*/
          border-radius: 12px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          padding: 20px 3px 20px 3px;
          margin: -367px 20px -10px 13px;
          
        }
        
        
        
        .joinusbtn{
            background: linear-gradient(to right, #e72c7a 0%, #ffffff 156%);
            width: 108px;
            height: 12px;
            /*margin-top: 21px;*/
            border:0px solid transparent;
            margin:21px 0px 0px 14px;
        }
        
        
        
        .indexslider{
            background-size: 137% 41%;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
        .productslider{
            background-size: 100% 100%;
            object-fit: cover;
            background-repeat: no-repeat;
        }
        
        .productshero-area{
          background-size: cover;
          height: 57vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .productsherotitle h1{
          color:#fff;
          font-size:42pt;
          letter-spacing: 2px;
          font-weight: 700;
          margin-bottom: 20px;
          padding:0px 0px 0px 23px;
        }
        
        
        
        .productsherotitle p{
            color:#fff;
            letter-spacing:1px;
            font-weight:500;
            font-size:10pt;
            padding:0px 0px 0px 25px;
        }
        
        
        .productlinebtn{
            background: linear-gradient(to right, #ffffff -28%, #e72c7a 100%);
            width: 150px;
            height: 10px;
            border:0px solid transparent;
        }
        
        
        .productemailbtn{
            font-weight:100;
            border-radius: 45px; 
            width: 175px;
            height:46px;
            background-color: #e72c7a;
            text-transform: capitalize;
            font-size: 11pt;
            font-weight:500;
            margin:22px;
            box-shadow:0 2px 12px 0 #fb73a5, 0 3px 10px 0 rgb(0 0 0 / 10%)
        }
        
        .productepostdropship{
            padding-top: 98px;
            margin-bottom: 100px;
            background-position: bottom 325px right 98%;
            background-size: 206% auto;
            background-repeat: no-repeat;
        }
        
        
        .productepostdropshipfirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
                
        .productecommercefirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
        
        
        .productepostplusfirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
                
  
        
        .epostdropshipsimplify-tab button {
          display: block;
          background-color: inherit;
          color: #B4B4B5;
          padding: 10px 0px;
          border: none;
          outline: none;
          text-align: left;
          cursor: pointer;
          transition: 0.3s;
          font-size: 17px;
          font-weight: 100;
        }
        
        
        
        
        .productecommercefulfillment{
            
            margin-top:100px;
            /*padding-top: 290px;*/
            /*margin-bottom: 1-66px;*/
            /*background-position: bottom -8px right -4px;*/
            /*background-size: 182% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        
        .ecommercefulfillmentimg{
            /*box-shadow: 0 2px 4px 0 #495057, 0 3px 10px 0 #495057;*/
            margin-top:105px;
        }
        
        .epostdropshiptab{
            width: auto;
            padding:28px 0px 0px 13px;
        }
    
        
        .epostplus{
             margin-top:100px;
          /*padding-top: 83px;*/
          /*  margin-bottom: 100px;*/
          /*  background-position: bottom 350px right -342px;*/
          /*  background-size: 182% auto;*/
          /*  background-repeat: no-repeat;*/
        }
        
        
        .sectionimg{
            /*max-width: 80%;*/
            height: auto;
            border-radius:12px;
        }
        
        
        
        .solutionslider{
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin:0px 0px 0px 0px;
            object-fit: cover;
            background-repeat: no-repeat;
        }
    
    
    
        .smesection{
            padding-top: 82px;
            margin-bottom: 100px;
            background-position: bottom -62px right -9px;
            background-size: 193% auto;
            background-repeat: no-repeat;
        }
        
        
        .smesimgcontainer{
            padding:0px 43px 0px 24px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
        }
        
        
        .marketplacesection{
            /*background-position: bottom 422px right -401px;*/
            /*background-size: 193% auto;*/
            /*background-repeat: no-repeat;*/
            /*padding-top: 58px;*/
            /*margin-bottom: 100px;*/
            margin-top:100px;
        }
        
        
        
        .marketplaceimgcontainer{
            padding:0px 0px 0px 63px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        .marketplacetitle{
            font-size: 45px;
            font-weight:600;
            padding:73px 0px 0px 16px;
        }
        
        .traditionalsection{
           /*padding-top: 120px;*/
           /* margin-bottom: 200px;*/
           /* background-position: bottom -79px right -6px;*/
           /* background-size: 193% auto;*/
           /* background-repeat: no-repeat;*/
           
           margin-top:100px;
        }
        
        
        
        
                
        .traditionaldistributionimgcontainer{
            padding: 50px 36px 0px 21px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        
        
        .logisticcompanysection{
            /*padding-top: 94px;*/
            /*margin-bottom: 400px;*/
            /*background-position: bottom 455px right -392px;*/
            /*background-size: 193% auto;*/
            /*background-repeat: no-repeat;*/
            
            margin-top:100px
        }
        
        
        .logisticcompanyimgcontainer{
            padding: 0px 0px 0px 56px;
            position: relative;
            width: 96%;
        }
        .logisticompanytitle{
          font-size: 45px;
          font-weight:600;
          padding:100px 128px 29px 31px;  
        }
        

        .blogslider{
            background-size: 137% 56%;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
    
        .blogsliderimgbg{
          background-position: bottom -68px right 1025px;
          background-size: 207% auto;
          padding: 57px 9px 29px 45px;
      
        }
        
        
        .blogsliderimg{
            width:666px;
            height: auto;
            border-radius: 10px;
            margin-left: 18px;
            margin-bottom: 4px;
            margin-top: -40px;
        }
        
        
        .blogsliderimgcontainer{
            position: relative;
            width: 81%;
        }
        
        
        .bloghero-area {
          
          background-size: cover;
          height: 73vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .bloghero-area h1{
            
            font-size: 57px;
            padding: 28px 0px 0px 29px;
            color: #272370;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 20px;
            
        }
        
        
        
        .bloghero-area p{
            
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:0px 29px 0px 29px;
            color:#36383a
            
        }
        
        .trendingnowtitle{
            font-weight: bolder;
            font-size:30pt;
            color: #070a57;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        
        .casestudyslider{
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        
        
        
        .casestudyhero-area {
          
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        
        .casestudyimg{
            /*background-position:bottom -47px right 341px;*/
            background-position:bottom -46px right 319px;
            background-size:215% auto;
            padding: 12px 6px 64px 43px;
            border-radius: 10px;
           
        }
        
        
        .casestudyhero-area h1{
            font-size:58px;
            padding:49px 0px 0px 59px;
        }
        
        .casestudyhero-area p{
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:6px 21px 0px 65px;
            color:#36383a;
        }
        
        
        
        .switch {
          position: relative;
          display: inline-block;
          width: 55px;
          height: 34px;
          margin:34px 0px 0px -130px;
          top:-90px;
          bottom:0;
          right:0;
          left:362px;
        }
        
        
        
        .btn-signup{
            background:#e72c7a;
            border:none;
            padding: 0px 25px 0px 25px;
            /*margin-left: 20px;*/
            text-transform: capitalize;
            font-weight:100;
            font-size: 9pt;
            height: 39px;
            margin:6px 0px 0px 15px;
            box-shadow: 0 2px 4px 0 #f1b3cd, 0 3px 10px 0 #eb83ae;
        }
        
        
        
        .img-aboutus{
            margin-left: 20px;
            margin-bottom: 4px;
            margin-top: -30px;
            border-radius:8px;
            max-width: 86%;
           height: auto;
        }
        
        .aboutusecommerce{
            flex: 0 0 50%;
        }
        
        
        .btnlineecommerce{
          background: linear-gradient(to right, #eebbd2 15%, #e72c7a 100%);
          width: 204px;
          height: 12px;
          margin-top: 70px;
          border:0px solid transparent;
          border-radius:6px 0px 0px 6px;  
        }
        
        .aboutustitle{
            font-weight: 500;
            font-size:23pt;
            padding-left:13px;
        }
        
        .img-aboutusbackground{
            background-position:bottom -47px right 404px;
            background-size:180% auto;
            padding:0px 6px 59px 43px;
        }
        
        .row-joinourteam{
            background-color:#fff;
            border-radius:16px 16px 233px 233px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        }
        
        .teamimagebg{
          background: linear-gradient(to right, #ccffff 7%, #66ccff 24%);
           width: 435px;
           height: 435px;
           border-radius: 50%;
           /*margin-left: 40px;*/
           padding: 17px 10px 0px 17px ;
        }
        
        
        .teamimg{
           width: 400px;
           height: 400px;
           border-radius: 50%;
           object-fit: cover; 
        }
        
        
        .aboutuslteamline{
            background: linear-gradient(to right, #f9bad7 0%, #e72c7a 100%);
            width: 365px;
            height: 11px;
            margin:100px 0px 0px 50px;
            padding:0px 0px 0px 0px;
            border-radius:0px 7px 6px 0px;
            border:0px solid transparent;
        }
        
        .indexcontentab{
            margin-left:16px;
            font-weight:100
        }
        
        .btn-getquotation{
            border-radius: 30px;
            width:222px;
            margin-left:55px;
            letter-spacing:1px;
            box-shadow: 0 2px 4px 0 #84abc5, 0 3px 10px 0 #8cc2cb;
            font-weight:100;
            font-size:12pt;
            color: #fff;
            background: #272370;
        }
        
        
.tracking-input {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 48px !important;
  color: #b3b2b2;
  height: 38px;
  font-size: 12px;
  border-radius: 30px;
  padding:3px 0px 0px 23px;
  letter-spacing:1px;
  width:354px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}


        .btn-track{
            border-radius: 30px;
            letter-spacing:1px;
            margin-top:214px;
            width:248px;
            margin-left:55px;
            margin-right:0;
            font-size:12pt;
            color: #fff;
            background: #272370;
        }
        
        
        
        .aboutushero-area {
          
          background-size: cover;
          height: 22vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .aboutushero-area:before {
          content: '';
        
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
        }
        
        
        .aboutustitlediv{
            margin-top: -120px;
        }
        
        
        .aboutusslider-item h1{
         color:#fff;
         font-size:25pt;
         letter-spacing: 2px;
         font-weight: 600;
         margin-bottom: 20px;
        }
        
        
        .indexcollab{
            padding:116px 0px 0px 0px;
        }
        
        .indexslider-item p{
            padding:20px 20px 0px 0px;
            font-size:20px;
        }
        
        .indexslider-item h1 {
          color: #272370;
          letter-spacing: 2px;
          font-weight: 700;
          margin-bottom: 20px;
          padding:20px 0px 0px 0px;
        }
        
        .btnindexlinetab{
            background: linear-gradient(to right, #ffffff -16%, #e72c7a 100%);
            width: 168px;
            height: 12px;
            margin-left:15px;
            border:0px solid transparent;
            margin-right:15px;
        }
        
        .img-home-car{
            position:absolute;
            right:2%;
            top:40%;
        }

       .indexslider-item {
           background-image: url("img/HOME/BackGround-2.png");
            background-position: bottom;
            background-repeat: no-repeat; 
            height:130vh;
            position:relative;
       }


          
        .smefirstpart{
            width: auto;
            margin:64px 0px 0px 37px;
        }
        
        .marketplacesecsection{
            padding:0px 0px 0px 14px;
            margin:0px 0px 0px 0px;
        }
        
        .traditionaldissecsection{
           margin:20px 0px 0px 42px
        }
        
        .logisticcompanysecsection{
            padding:0px 0px 0px 0px;
            margin:0px 0px 0px 0px;
        }
        
        .epostdropshipsimplify-tab {
  float: left;
  /*width: 100%;*/
  height: auto;
}

.epostdropshipfirstpart{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 29px;
}

.epostplusfirstpart{
    padding:0px 0px 0px 10px ;
    margin:0px 0px 0px 29px;
}


.indextransfrom{
    transform: translate(-66%, -34%);
}
       
       
.indexsingletab{
    margin-left:13px;
    color:#8ae5dc
} 

.indexfooterjoinus{
    height:9vh;
    width:auto;
   
}




}


