
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;@700&display=swap');
body{
  font-family: 'Poppins', sans-serif;
}
.header-wrap{
  background-image: linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178) 100%);
  /* height: 6rem; */
}
.header__logo-image {
  width: 8.75rem;
  margin-left: 20px;
}
.unorder-list{
  display: flex;
  list-style: none;
  gap: 25px;
  justify-content: end;
  margin-bottom: 0px;
}
.gap-10{
  gap: 25px;
  padding-left: 30px;
}
.gap-10 li a{
  color: #191919;
}
.text-heading-active{
  border-bottom: 0.125rem solid #d40511;
  font-size: 13px;
color: #191919;
font-weight: 400;
}
.de{
  color: #d40511;
}
.text-heading-active:hover{
color: #191919;

}
.text-heading{
  font-size: 13px;
color: #191919;
font-weight: 400;
}
.text-heading-01{
  font-weight: 700;
color: #191919;
}
.text-heading-01:hover{
color: #191919;

}
.text-heading:hover{
  color: #191919;
}
.header{
    padding: 10px 0px 0px;
}

.search-br{
    background: #fc0;
    padding: 10px;
}
.d-flex{
    display: flex;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.form-control{
    width: 40%;
    padding: 15px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #000;
}
.form-control-01{
  width: 100%;
}
.search-br-1{
    background: #F5F5F5;
}
.p-20{
    padding: 20px;
}
.dhl.redesign .userMenu {
  position: relative;
  display: none;
}
.row-01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.btn{
    background: transparent;
    border: none;
    color: #d40511;
    border: 2px solid #d40511;
    transition: .3s ease-in;
    border-radius: 8px;
    padding: 5px 10px;
    margin-top: 10px;
}
.btn:hover{
    background: #d40511;
    color: #fff;
}
.btn-012{
    background: #d40511;
    border: none;
    color: #fff;
    border: 2px solid #d40511;
    padding: 5px;
    font-size: 20px;
    transition: .3s ease-in;
    border-radius: 8px;
}

.ml-188{
    margin-left: 188px;
}
@media screen and (max-width:991px) {
    .ml-188{
        margin-left: 0px;
    }
}
.btn-012:hover{
    background: #d40511;
    color: #fff;
}
.bg-white{
    background: #fff;
}
/* .fa-arrow-left{
    color: #d40511;
} */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.text{
    
    color: #0066B3;
}
 form{
  padding: 30px 0 0 0;
}
 form .form-row{
  display: flex;
  margin: 15px 0;
}
.fs-22{
  font-size: 22px;
}
.fa-check-circle{
  font-size: 30px;
}
.fs-45{
  font-size: 45px;
}
form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 70px;
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #0066b3;
}
.btn-primary-01{
    background: transparent;
    border: 2px solid #0066b3;
    color: #0066b3;
    border-radius: 50px;
    padding: 8px 50px;
}
.btn-primary-01:hover{
    background: #F2F7FB;
    border: 2px solid #0066b3;
    color: #0066b3;
    border-radius: 50px;
}
.btn-primary-02{
    background: transparent;
    border: none;
    color: #d40511;
    border: 2px solid #d40511;
    transition: .3s ease-in;
    border-radius: 8px;
}
.bg-rounded{
  border-radius: 8px;
}
.btn-primary-02:hover{
    background: #d40511;
    color: #fff;
}

.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label{
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.bg-bark-1{
    background: #002D67;
}
.order-list li{
    list-style: none;
}
.order-list li a{
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
}
.order-list-1 li{
    list-style: none;
}
.order-list-1 li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    border-right: 1px solid #000;
}
.order-list-1 .list a{
  border-right: 0px solid #000;

}
.f-s-12{
    font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.btn-arrow{
  display: flex;
    justify-content: end;
    margin-top: -41px;
    font-size: 20px;
    transition: .3s ease-in-out;
}
.gap-6{
  gap: 6px;
}
.card:hover .btn-arrow{
  transform: translate(10px, 0px);
}
a:hover{
  text-decoration: none;
}
.card:hover .card-body{
  background-color: #F2F7FB;
}
.psw-show .show-hide-icon {
  position: absolute;
  right: 12px;
  top: 35%;
  font-size: 16px;
  cursor: pointer;
  color: #6E5F5F;
}
.psw-show {
  position: relative;
}
.footer {
  background-color: #f5f5f5;
  border-top: 0.25rem solid #b2b2b2;
  padding-bottom: 2rem;
}
.footer .row {
  margin-top: 2.5rem;
}
.footer a {
  color: #191919;
}
.footer__navigationItems {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.footer__navigationItems li:first-child {
  padding-top: 0.5rem;
}

.footer__navigationItems li {
  padding: 0.75rem 0;
}
.footer__image-anchor>img {
  height: 85%;
  max-width: 8.125rem !important;
  width: 100%;
}
.footer__navigationIcons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
  padding: 0;
  margin: 1.5rem 0 2.5rem;
}
.footer__navigationIcons .circleIcon {
  padding: 0;
}
.circleIcon {
  color: #d40511;
}
.footer__rowLegal{
  text-align: center;
}
.footer__rowLegal img {
  max-height: 1.875rem;
  max-width: 6.25rem;
}
.circleIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 1rem;
  border: 0.0625rem solid #b2b2b2;
  border-radius: 50rem;
  transition: border 300ms;
}
.footer .row:not(:last-of-type)::after {
  background: #ccc;
  content: "";
  display: block;
  height: 0.0625rem;
  margin: 0 1rem;
  width: 100%;
}
.footer__navigationLegal{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
}
.gap-25{
  display: none;
  justify-content: end;
  /* align-items: center; */
  margin-left: auto;
  gap: 25px;
}
.mobile-order{
  display: none;
}
@media screen and (max-width: 700px) {
   .text{
    font-size: 30px;
  }
  .gap-25{
    display: flex;
  }
  .mobile-order{
    display: none;
    list-style: none;
    line-height: 30px;
    border-bottom: 5px solid #fc0;
  }
  .toggle-nav{
    display: block;
  }
  .mobile-order li{
    border-bottom: 0.0625rem solid #e6e6e6;
  }
  .mobile-order li a{
    color: #191919;
    padding: 10px 30px;

  }
  .arrow-right{
    color: #d40511;
  }
  .icons-socials{
    color: #d40511;
    cursor: pointer;
  }
  
  .unorder-list{
    display: none;
  }
  .header{
    display: flex;
    /* justify-content: space-between; */
  }
  .footer__navigationLegal{
    justify-content: space-around;
  }
  .form-col{
    margin-left: 16px;
margin-right: 16px;
}
  .order-list-1{
    flex-wrap: wrap;
    justify-content: center;
    line-height: 65px;
  }
  .order-list-1 li a {
    border-right: 0px solid #000;
  }
  .order-list-1 li a img{
    width: 75px;
  }
  .anker{
    margin-left: 0px !important;
  }
  .order-list li a{
    font-size: 9px;
  }
  .img-logo{
    margin-left: 0px !important;
  }
  .button-group{
    margin-left: 0px !important;

  }
  .para{
    margin-left: 0px !important;
  }
  .input-data input,
.textarea textarea{
    width: 100%;
}
   .form{
    padding: 10px 0 0 0;
    margin-left: 0px !important;
  }
   form .form-row{
    display: block;
  }
  form .form-row .input-data{
    margin: 35px 0!important;
  }
  .submit-btn .input-data{
    width: 40%!important;
  }
}