body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.navbar-brand img {
  width: 250px;
}
.footer-about img {
  width: 250px;
}
.details {
    list-style: none;
    display: flex;
    padding: 0;
}
.details li a{    
    color: #3F48CC;
    font-size: 18px;
}
.details li a i{
    padding-right: 5px;
} 
.details .line {    
    color: #3F48CC;
    margin: 0 20px;
}
.social-icon {
    list-style: none;
    display: flex;
    text-align: center;
}
.social-icon li{
    height: 40px;
    width: 40px;
    background-color: #3F48CC;
    color: #ffffff;
    margin-right: 10px;
}
.social-icon li:hover {
  opacity: 0.9;
 }
.social-icon li:last-child {
  margin-right: 0;
}
.social-icon li a {
    color: #ffffff;
    font-size: 20px;
}
.social-icon li a i {
    padding: 9px 0;
}
.main-image {
    background-color: black;
}
.bg-img {
    /* The image used */
    background-image: url("images/truck111.png");  
    min-height: 943px;  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    /* Needed to position the navbar */
    position: relative;
  }
  .bg-img-services {
     /* The image used */
     background-image: url("images/services.png");  
     height: 652px;
     /* Center and scale the image nicely */
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: rgba(0,0,0,0.5);
     /* Needed to position the navbar */
     position: relative;
     margin-bottom: 0;
  }
  .bg-img-blog {
    /* The image used */
    background-image: url("images/truck1.png");  
    height: 652px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    /* Needed to position the navbar */
    position: relative;
    margin-bottom: 0;
 }
 .bg-img-faq {
  /* The image used */
  background-image: url("images/faqs\ 1.png");  
  height: 652px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.5);
  /* Needed to position the navbar */
  position: relative;
  margin-bottom: 0;}
  .bg-img-privacy {
    /* The image used */
    background-image: url("images/privacy.png");  
    height: 652px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    /* Needed to position the navbar */
    position: relative;
    margin-bottom: 0;}
    .bg-img-terms {
      /* The image used */
      background-image: url("images/terms.png");  
      height: 652px;
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgba(0,0,0,0.5);
      /* Needed to position the navbar */
      position: relative;
      margin-bottom: 0;}
  .headersection .heading {
    text-align: center;
  }
  .headersection ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
  }
  .headersection li {
    padding-right: 15px;
  } 
  .banner {
    padding: 20px 0;
  } 

  .headersection .heading  h2 {
    line-height: 120px;
  }

  /* The navbar */
.topnav {
  }
  
  /* Navbar links */
  .topnav a {
    color: #ffffff;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 20px;
  }
  
  .topnav a:hover {
   text-decoration: underline;
  }

  .heading {
    margin-top: 140px;
  }

  .heading h2{
    font-size: 70px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
  }
  .heading h3{
    font-size: 65px;
    line-height: 85px;
    font-weight: 700;
  }

  .heading p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .btn-blue {
    color: #ffffff;
    background-color: #3F48CC;
    border: #3F48CC;
    padding: 20px 30px;
  }

  .partner {
    padding: 80px 0 100px 0;
  }

  .partner-text h2 {
    margin-bottom: 20px;
  }

  .partner-text p {
    margin-bottom: 60px;
  }

  .partner-image img {
    width: 500px;
    float: right;
  }

  .finance-img {
    /* The image used */
    background-image: url("images/forklift-lift-container-box-loading-truck-depot\ 1\ 1.png");  
    min-height: 414px;  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    /* Needed to position the navbar */
    position: relative;
  }
  .faq-img {
    /* The image used */
    background-image: url("images/faqdata.png");  
    min-height: 414px;  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    /* Needed to position the navbar */
    position: relative;
  }

  .btn-white {
    color: #3F48CC;
    background-color: #ffffff;
    border: #ffffff;
    padding: 20px 30px;
    font-weight: 700;
  }

  .finance {
    color: #ffffff;
    display: block;
    padding-top: 106px;
    text-align: center;
  }

  .finance-text {
    display: block;
    text-align: center;
  }
  .finance-text h2 {
    margin-bottom: 22px;
    font-size: 60px;
  }
  .finance-text p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 35px;
  }
  .factoring {
    background-color: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .factoring-video {
    position: relative;
  }
  .factoring-video img {
    display: block;
    height: 687px;
    width: 100%;
  }
  .video-icon .fa-play {     
    position: absolute;
    bottom: 40%;
    left: 40%;
    background: #3F48CC;
    height: 150px;
    width: 150px;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block; }
    .video-icon .fa-play:before {
        position: absolute;
        top: 30%;
        left: 40%;
        color: antiquewhite;
    }
    .flatering-heading {
      text-align: center;
      margin-bottom: 50px;
    }
    .flatering-heading h2{
        font-size: 55px;
        line-height: 70px;
        font-weight: 700;
    }
    .flatering-box {
        border: 1px solid #CCCCCC;
        width: 300px;
    padding: 74px 50px;
    }
    .flatering-box h2 {
        font-weight: 700;
        font-size: 40px;
    }
    .flatering-box p {
        color: #CCCCCC;
    }
    .factory {
        position: relative;
    }
    .blue-box {
        width: 70px;
        height: 70px;
        background-color: #3F48CC;
        position: absolute;
        right: 0;
    top: 30%;
    }
    .p-absolute {
        position: absolute;
    }
    .right-0 {
        right: 0;
    }
    .factory-btn {
        top:100px;
    }
    .blue-box-bottom {
        width: 70px;
        height: 70px;
        background-color: #3F48CC;
        text-align: right;
        float: right;
        margin-top: 50px;
    }
    .flatering-box-second {
        border: 1px solid #CCCCCC;
        padding: 74px 50px;
    }
    .factoring-second {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .outer-block {
      display: flex;
      flex-direction: row-reverse;
    }
    .outer-block .blue-box-bottom {
      margin-bottom:50px;
      margin-top: 0;
    }
    .f-left {
      flex-direction: column;
    }
    @media only screen and (min-width: 768px) and (max-width:1900px) {
      .factoring-video img {
        display: block;
        height: 687px;
    width: 100%;
    }
  }
    @media only screen and (min-width: 768px) and (max-width:1024px) {
      .factoring-video img {
        display: block;
        height: 687px;
      width: 100%;    
  }}
  .container-fluid {
    padding: 0 !important;
  }
  .flatering-box-second h2 {
    font-weight: 700;
    font-size: 30px;
}
.flatering-box-second p {
  color: #CCCCCC;
}
.image-1 {
  position: relative;
}
.image-1 img {
  width: 400px;
}
.image-2 {
  position: absolute;
    top: 25%;
    left: 30%;
}
.image-2 img {  
  width: 350px;
}
.quote {
  padding: 100px 0;
  position: relative;
}
.getquote {
  width: 100%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 24px;
}
.btn-quote {
  background-color: #3F48CC;
  border-radius: 0;
  padding: 8px 100px;
}
.getquote .row div {
  margin: 10px 0;
}
.getquote h2 {
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCCCCC
  ;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCCCCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCCCCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCCCCC;
}
.resources {
  padding-bottom: 100px;
}
.resources-title {  
  text-align: center;
}
.resources-title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #3F48CC;
}
.resources-detail {
  display: flex;
}
.resources-detail .resources-detail-data {
  margin: 4px;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.resources-detail-data img {
  width: 100%;
}

.resources-detail-data h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 30px 0 10px 0;
}
.resources-detail-data p {
  font-size: 20px;
  font-weight: 400;
}
.resources-data {
  display: flex;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.resources-data li:first-child {
  list-style: none;

}
.resources-data li {
  padding-right: 30px;
  color: #CCCCCC;
}

a.readmore {
  color: #3F48CC;
  font-weight: 700;
}

footer {
  background-color: #000000;
  color: #fff ;
}

.footer {  
  padding: 100px 0 60px 0;
}
.footer-links {

}
.footer-about p {
  margin-top: 20px;
  margin-left: 87px;
}
.footer-links h2 {
  font-size: 25px;
  font-weight: 700;
}
.footer-links .line {
  width: 50%;
  border: 2px solid #ffffff;
}
.footer-links li{
  list-style: none;
  font-size: 20px;
  line-height: 45px;
}
.footer-links li a{
  color: #fff;
}
.newsletter h2 {
  font-size: 25px;
  font-weight: 700;
}
.newsletter .line {
  width: 50%;
  border: 2px solid #ffffff;
}

.newsletter input {
  height: 60px;
  width: 100%;
  padding-left: 10px;
}
.w-100 {
  width: 100%;
}
.newsletter button {
  margin-top: 30px;
}
.footer-detail {
  position: relative;
}
.footer-detail .line {
  border: 1px solid rgba(255,255,255,0.3);
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.footer-detail p{
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.newsletter form {
  padding-top: 10px;
}
/* services */
.factoringservices {
  padding: 80px 0;
}

.innerheading {
  text-align: center;
}

.factoringservices h2 {
  color: #3F48CC;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.factoringservices p {
  font-size: 20px;
  line-height: 35px;
  color: #04080F;
  margin-bottom: 50px;
}

.innerdata .col-lg-3 {
  padding: 40px 10px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
  margin-right: 10px;
}

.innerdata {
  text-align: center;
  display: flex;
}

.data h2 {
  font-size: 20px;
  font-weight: 700;
  color: #04080F;
}
.data p {
  font-size: 18px;
  margin-bottom: 20px;
}

.innerdata img {
  margin-bottom: 30px;
  height: 60px;
}

.process {
  position: relative;
}

.process-img {
  /* The image used */
  background-image: url("images/process.png");  
  min-height: 414px;  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.5);
  /* Needed to position the navbar */
  position: relative;
}

.process-text {
  color: #fff;
    text-align: center;
    padding: 70px 0;
    display: block;
}

.process-text h2{
  font-size: 60px;
  font-weight: 700;

}

.process-text p {
  font-size: 20px;
  line-height: 35px;
}
.steps {
  position: relative;
  top: -130px;
}
.steps-box {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  color: #999999;
  text-align: center;
  padding: 30px;
  margin: 0 10px;
}
.steps-box i {
  color: 	#FFD700;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 6px;
}
.steps-box  h3 {
  color: #04080F;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 20px;
}
.steps-box p {
  font-size: 20px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 0;
}
/* .steps-box img {
  width: 100%;
  height: 300px;
} */
.ratings {
  padding: 20px 0;
}
.factoring-service {
  margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.factoring-service img {  
  height: 524px;
}
/* .factoring-service {
  padding: 50px 0;
} */
.factoring-service  {
  margin-bottom: 35px;
}
.factoring-service .flatering-heading p{
  line-height: 35px;
  font-size: 20px;
}
.factoring-btn {
  margin-top: 50px;
  text-align: center;
}
.steps-inner {
  display: flex;
}
.resources-blog {
  padding-top: 80px;
}
.resources-blog .resources-title h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
}
.resources-blog .resources-title p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 50px;
}
.resources-blog .resources-detail {
  flex-wrap: wrap;
}
.resources-blog .resources-detail .resources-detail-data {
  margin: 0;
  margin-bottom: 20px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}
.resources-blog .resources-detail-data img {
  height: 220px;
}
.faq-data {
  padding-top: 100px;
  display: flex;
}

/* faq card */
details {
  cursor: pointer;
}

summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

summary h4 {
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
}

summary {
  width: 500px;
  position: relative;
  font-size: 20px;
  color: #04080F;
  /* display: flex;
  justify-item: space-between;
  align-items: center; */
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 15px 15px 7px 15px;
  
}

summary::marker {
  display: none;
  content: "";
}

summary span {
  color: #3F48CC;
  font-size: 25px;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 10px;
}

details > p {
  color: #04080F;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

hr {
  color: #313133;
  margin-block: 20px;
}

.faq-data p{
  margin: 40px 0;
}

.faq-first {
  padding: 30px 0;
}
.faq-first h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}
.pb-80 {
  padding-bottom: 80px;
}
.contactus {
  padding: 100px 0 0 0;
}
.contactus h2 {
  font-size: 80px;
  font-weight: 700;
}
.contactus-details {
  padding-top: 50px;
  padding-left: 0;
  list-style: none;
}
.contactus-details li {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.contactus-details li i {
  font-size: 25px;
  color: #3F48CC;
}
.contactus-details li a {
  font-size: 20px;
  color: #04080F;
}
.contactus-details li span {
  padding: 0 10px;
  font-size: 25px;
  color: #3F48CC;
}
.message {
  background-color: #3F48CC;
  padding: 30px 40px;
}
.message h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.message input {
  margin: 30px 0 50px 0;
  height: 70px;
  border-radius: 0;
}
.message textarea.form-control {
  height: 300px;
  margin-bottom: 50px;
  border-radius: 0;
} 
.privacy-policy {
  padding-top: 100px;
}
.privacy-policy h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
}
.privacy-policy p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
margin-bottom: 30px;}
.privacy-policy ul li{
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
}
.fixed-top {
  position: absolute;
  background-color: transparent !important;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 0 25px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.map img {
  width: 100%;
}
.footer-links ul {
  padding: 0;
}
.faq-mobile {
  display: none;
}
.faq-desktop {
  display: block;
}
@media only screen and (max-width:768px) {
  .footer-links ul {
    padding: 0;
  }
  .getquote  {
    margin-top: 60px;
  }
}
@media only screen and (max-width:767px) {
  .faq-mobile {
    display: block;
  }
  .faq-desktop {
    display: none;
  }
  .footer-about p {
    margin-left: 0;
  }
  .modal-body .getquote {
    margin-top: 0;
  }
  .message .col-lg-6, .message .col-lg-12 {
    padding: 0;
  }
  .header-section .row{
    display: block;
  }
  .factoring-video img,.video-icon {
    /* display: none; */
  }
  .resources-detail {
    display: block;
  }
  .image-1 img {
    width: 100%;
}
.image-2 img {
  width: 100%;
}
/* .footer-about p {
  padding: 0 40px;
} */
/* .newsletter ,.social-icon{
  padding: 0 40px !important;
} */
.heading h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
.heading h3{
  font-size: 27px;
  line-height: 20px;
  font-weight: 700;
}
.heading br {
  display: none;
}
.heading h4 {
  font-size: 25px;
  line-height: 30px;
}
.details {
  display: block;
  text-align: center;
}
.details li a {
  font-size: 15px;
}
.details .line {
  display: none;
}
.navbar-brand img {
  width: 230px;
}
.header-section .justify-content-end {
  justify-content: space-evenly  !important;
}
.social-icon {
  padding-left: 0;
}
.bg-img {
  min-height: 580px;
}
.partner-image img {
  float: none;
  width: 100%;
}
.flatering-box.p-absolute,.p-absolute.factory-btn {
  position: unset;
}
.p-absolute.factory-btn {
  margin: 20px 0;
}
.quote {
  padding: 0 0 0 0;
}
/* .partner .row {
  padding: 0 15px;
} */
.partner-text .btn-blue {
  margin-bottom: 20px;
}
.heading {
  margin-top: 40px;
}
.partner {
  padding: 0 15px 50px 15px;
}
.factoring {
  margin: 50px 0;
}
.footer {
  padding: 30px 0 60px 0;
}
.getquote h2 {
  line-height: 60px;
}
.bg-img-services, .bg-img-blog, .bg-img-faq, .bg-img-privacy, .bg-img-terms {
  height: 340px;
}
.innerdata {
  display: block;
}
.steps-inner {
  display: block;
}
.steps-box {
  margin: 0;
}
.steps {
  top: -60px;
}
.map img {
  width: 100%;
}
.faq-data {
  display: block;
}
summary {
  width: auto;
}
.faq-data .col-lg-6
 {
  padding: 0;
 }
 .faq-first .btn-blue {
  margin-bottom: 20px;
 }
 .row {
  display: inline;
 }
 /* .container-fluid .row {
  display: block;
 } */
 .contactus h2 {
  font-size: 60px;
 }
 .factoringservices p {
  padding: 20px;
 }
 .social-icon li {
  height: 30px;
  width: 30px;
 }

 .social-icon li a {
  font-size: 15px;    
}
.footer-links .social-icon li a {
  position: relative;
  top: -7px;
}
.headersection .heading  h2 {
  line-height: 55px;
}
.finance-text h2 {
  font-size: 45px;
}
.finance {
  padding-top: 50px;
  padding-bottom: 50px;
}
#searchbox {
  top: auto !important;
    right: auto !important;
}
}


.navbar-collapse {
  justify-content: end;
}
.modal-body .getquote {
  width: 100%;
  box-shadow: none !important;
  padding: 0;
}
/* .search-box{
      position: absolute;
      top: 85px;
      right: 20px;
      line-height: 40px;
      display: none;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -27px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #3F48CC;
}

.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #3F48CC;
  outline: none;
}

.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #3F48CC;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #3F48CC;
  outline: none;
  cursor: pointer;
} */

/* Media Queries
@media screen and (max-width: 700px) {
  .search-box{  
    position: absolute;
    right: 20px;
    line-height: 40px;  
    width: 300px;
    left: 26px;
    top: auto;
  }
  .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 12px;
  }
  .search-box:before {
    display: none;
  }
} */

.inner-blog.resources-blog .resources-detail .resources-detail-data {
  box-shadow: none;
}
.inner-blog.resources-blog .resources-detail-data img {
  height: auto;
}


.fa-search {
  position: relative;
}

#searchbox {
  position: absolute;
  right: 0;
  top: 80px;  
  padding: 0 25px;
}
#searchbox input {
  height: 39px;
}
#searchbox button {
  background: #3F48CC;
  border: none;
  height: 40px;
  width: 40px;
  color: #ffffff;
  margin-left: -5px;
}
.sticky {
  background-color: #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 30%);
  padding: 0;
}

/* .sticky.navbar-dark .navbar-nav .nav-link{
  color:#3F48CC;
} */

#scrollToTopBtn {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0047BD;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.wrapper {
  min-height: 100vh;
  display: flex; 
}
.wrapper .image-holder {
  width: 69.9%; 
}
.wrapper .form-inner {
  width: 30.1%; 
}

.image-holder {
  background: url("images/truck-runs-highway\ 1.png") no-repeat;
  background-size: cover;
  position: relative;
}
.layer {
  background-color: rgba(4,59,92, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-holder img {
  display: none; 
}

.form-inner {
  background: #ffffff;
  padding-top: 4.36vh;
  padding-left: 3vw;
  padding-right: 3vw; }

form {
  width: 100%; }


.form-header {
  text-align: center;
  margin-bottom: 20px; 
width: 100%;}

h3 {
  text-transform: uppercase;
  font-size: 40px; }

label {
  margin-bottom: 5px;
  display: block; }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.form-control {
  border: 1px solid rgba(0,0,0, 0.5);
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 45px;
  background: none;
  padding: 0 19px;
  color: #495057;
  font-size: 15px; 
}
.form-control.error {
  border-color: rgba(0,0,0, 0.5);
  background: url("../images/error.png") no-repeat center right 19px; 
}
.form-control.valid {
  background: url("../images/valid.png") no-repeat center right 19px; 
}

.form-error {
  margin-top: 10px;
  display: inline-block; }

.login-btn button {
  border: none;
  width: 100%;
  height: 46px;
  border-radius: 22.5px;
  cursor: pointer;
  padding: 0;
  background: #000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
}
button:hover {
  color: white; 
}

button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); 
}

.socials {
  text-align: center;
  margin-top: 59px; }

.socials-icon {
  display: inline-flex;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 19px;
  color: #fff;
  transition: all 0.5s ease;
  margin-right: 19px; 
}
.socials-icon:hover {
  background: #fff;
  border: 1px solid transparent;
  color: #ffffff; 
}
.socials-icon:last-child {
  margin-right: 0; 
}


@media (max-width: 1500px) {
  .login-logo {
    top: 20px;
  }
  .wrapper .form-inner { 
  display: block;}
  .form-inner {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 4vw;
    padding-right: 4vw; } }
@media (max-width: 1199px) {
  .wrapper {
    flex-direction: column; }
    .wrapper .image-holder {
      width: 100%;
      height: 45vh; }
    .wrapper .form-inner {
      width: 100%;
      height: 55vh; 
    display: block;}

  .form-inner {
    padding-left: 20vw;
    padding-right: 20vw; }

  button {
    width: 50%; } }
@media (max-width: 991px) {
  .wrapper .image-holder {
    height: 37vh; }
  .wrapper .form-inner {
    height: 63vh; }

  .socials {
    margin-top: 40px; }

  .form-header {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .form-inner .row .form-group.col-sm-6 {
    width: 100%;
    max-width: 100%;
  }
  .login-logo {
    left: -27px !important;
  }
  .login-btn .btn-grey-login,.login-btn .btn-black-login,.login-btn .btn-white-login {
    margin-top: 10px;
  }
  .wrapper .form-inner {
    height: auto; 
  display: block;}
  .form-group.pl-0, .form-group.pr-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper .image-holder {
    height: 37vh; }

  .image-holder img {
    display: block; }

  .form-inner {
    padding: 30px 20px; }

  button {
    width: 100%; } }
/*# sourceMappingURL=style.css.map */
.login-logo {width: 200px;
  /* position: relative;
  left: -37px; */
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.form-header {
  text-align: left;
  margin-top: 30px;
}
.form-header h3 {
  font-size: 25px;
  text-transform: inherit;
}
.freight-logo-outer {
  text-align: center;
}
.form-header p{

}
.login-btn .btn.btn-white-login,.login-btn .btn.btn-black-login,.btn-grey-login {
  margin: 0;
  font-size: 16px;
}
.login-btn .btn-white-login {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.login-btn .btn-white-login:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.login-btn .btn-black-login {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  float: right;
}
.login-btn .btn-black-login:hover,.login-btn .btn-grey-login:hover{
  background-color: #3F48CC;
  border: 1px solid #3F48CC;
  color: #fff;
}
.login-btn .btn-grey-login {
  background-color: grey;
  border: 1px solid grey;
  color: #fff;
  float: right;
}
.login-p {
text-align: right;
margin-top: 10px;}
.modal-login .modal-body p.modal-data1 {
  margin: 0;
}
.modal-login .modal-footer .btn-confirm {
  background-color: #0047BD;
}
#Div2 {
  display: none;
}
.modal-dialog {
  max-width: 600px;
}
.table td, .table th {
  border-top: none;
}


.invoiceinner{
  text-align: right;
}
.invoice h3 {
  font-size: 24px;
}
.table-invoice tr:first-child {
  background-color: #3F48CC;
  color: #fff;
}
.invoice-conbtainer {
  padding: 0 15px !important;
}
.create-invoice img {
  width: 200px;
  padding: 5px 0;
}
.heading-create h4{
  padding: 20px 0;
  margin-bottom: 0;
  color: #fff;
}
.create-invoice .logo {
  text-align: right;
    margin: 0 0;
}
.create-invoice {
  background-color: #000000;
}
.remove-btn {
  padding: 5px 10px;
  background-color: red;
  color: #fff;
  border-radius: 10px;
}
.remove-btn{
  color: #fff;
  text-decoration: none;
}
.remove-btn:hover {
  text-decoration: none;
  color: #fff;
}
.image-view .row {
  width: 100%;
  display: block;
}
.inner-view .img img {
  width: 30px;
  height: 30px;
}
.inner-view .table {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
}
.inner-view .table td, .inner-view .table th {
  border-top: 1px solid #dee2e6;
    font-size: 13px;
}
.modal-btn {
  height: 50px;
  margin-bottom: 25px;
  background-color: #3F48CC;
}
p.submit {
  text-align: center;
  font-size: 20px;
  color: green;
}
.inner-view a{
  color: #3F48CC;
}